-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcontact.html
78 lines (76 loc) · 3.93 KB
/
contact.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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-173273441-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-173273441-1');
</script>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="">
<meta name="author" content="">
<title>Pranoy Ray</title>
<!-- Css -->
<link href="css/bootstrap.css" rel="stylesheet">
<link href="css/style.css" rel="stylesheet">
</head>
<body>
<nav class="navbar navbar-default color-fill navbar-fixed-top">
<div class="col-md-12">
<div class="nav">
<button class="btn-nav">
<span class="icon-bar top"></span>
<span class="icon-bar middle"></span>
<span class="icon-bar bottom"></span>
</button>
</div>
<a class="navbar-brand" href="index.html">
<img class="logo" src="img/logo.png" alt="logo">
</a>
<div class="nav-content hideNav hidden">
<ul class="nav-list vcenter">
<li class="nav-item"><a class="item-anchor" href="index.html">Home</a></li>
<li class="nav-item"><a class="item-anchor" href="about.html">About Me</a></li>
<li class="nav-item"><a class="item-anchor" href="portfolio.html">Portfolio</a></li>
<li class="nav-item"><a class="item-anchor" href="contact.html">Contact</a></li>
</ul>
</div>
</div>
</nav>
<section>
<div class="container">
<div class="row">
<div class="col-md-12">
<h1>Break the cycle, Morty. Rise above. Focus on Science.</h1>
<h3> Say hello to me! </h3>
<h4>Mail me at: <a href="mailto:[email protected]">[email protected]</a> or <a href="mailto:[email protected]">[email protected]</a></h4>
<h4>Connect with me on <a href="https://www.linkedin.com/in/pranoy-ray-87372850/">LinkedIN</a> or <a href="https://www.researchgate.net/profile/Pranoy_Ray2?ev=hdr_xprf">Research Gate</a></h4>
<h4>Follow me on: <a href="https://twitter.com/aviatorpranoy">Twitter</a></h4>
<h4><a href="https://www.buymeacoffee.com/pranoy">Buy me a Coffee</a></h4>
<h4><a href="https://dev.to/aviatorpranoy">
<img src="https://d2fltix0v2e0sb.cloudfront.net/dev-badge.svg" alt="Pranoy Ray's DEV Profile" height="30" width="30">
</a></h4>
<div itemscope itemtype="https://schema.org/Person"><a itemprop="sameAs" content="https://orcid.org/0000-0002-2589-1642" href="https://orcid.org/0000-0002-2589-1642" target="orcid.widget" rel="me noopener noreferrer" style="vertical-align:top;"><img src="https://orcid.org/sites/default/files/images/orcid_16x16.png" style="width:1em;margin-right:.5em;" alt="ORCID iD icon">https://orcid.org/0000-0002-2589-1642</a></div></h4>
<!--<script type="text/javascript" src="https://platform.linkedin.com/badges/js/profile.js" async defer></script>-->
</div>
</div>
<div class="row margin-top-45">
<div class="col-md-12">
<img class="img-responsive margin-top-45" src="img/5.jpg" alt="me">
</div>
</div>
</div>
</div>
</section>
<!-- script -->
<script src="js/jquery.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/modernizr.js"></script>
<script src="js/script.js"></script>
</body>
</html>