-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
60 lines (57 loc) · 2.79 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
<!DOCTYPE html>
<html lang="en">
<!---------------------------------Head---------------------------------------->
<head>
<!---- Global site tag (gtag.js) - Google Analytics ----->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-179499669-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-179499669-1');
</script>
<title>Joydip Roy</title>
<link rel="canonical" href="https://joydipdns.github.io/">
<link rel="shortcut icon" type="image/png" href="DP2_cropped.jpg">
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!----- CSS ------->
<link rel="stylesheet" href="main.css">
</head>
<!---------------------------------Body---------------------------------------->
<body>
<!--------------------Header----------------------->
<div class="header">
<h1>Joydip Roy</h1>
</div>
<!--------------------Navbar----------------------->
<div class="navbar">
<a href="https://joydipdns.github.io/" class="active">Home</a>
<a href="Joydip_s_Resume.pdf" target="">Resume</a>
<a href="https://joydipdns.github.io/blog.html">Blog</a>
<a href="https://joydipdns.github.io/dailyQuotes.html">Quotes</a>
<!--<a href="misc.html">Misc</a>-->
</div>
<!--------------------ContentRow------------------->
<div class="row">
<!-------------ContentRow_Side------------>
<div class="side">
<h2>About Me</h2>
<!-- <img id="pic" src="JRfavicon.png" alt="image not available" height="160" width="160"> -->
<img id="pic" src="DP2_cropped.jpg" alt="image not available" height="160" width="173">
<p>Hi, I am Joydip. I am an Electrical Engineer graduate and I am presently employed at <a herf="https://www.honeywell.com/us/en" style="color:#A22;" target="_blank"> Honeywell</a>, Bangalore, India, specializing in the characterization and calibration of lab-fabricated sensors, signal conditioning circuits, customized PCB prototypes, microcontrollers, data acquisition systems, healthcare products, and innovation in this space. I completed my MS (by Research) from <a href="http://www.iitkgp.ac.in/" style="color:#A22;" target="_blank">Indian Institute of Technology</a>, Kharagpur, India</p>
<br>
<br>
</div>
<!-------------ContentRow_Main------------>
<div class="main">
<h2>Page Under Construction.</h2>
<h3>Till then enjoy my liked SoundCloud tracks <a href="https://soundcloud.com/joydipdns/likes" style="color:#A22;" target="_blank">here</a>.<br>(PS: Mostly upbeat, chill or blue genres.)</h3>
</div>
</div>
<!--------------------Footer----------------------->
<div class="footer">
<h4>email: joydipdns@gmail.com</h4>
</div>
</body>
</html>