-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
85 lines (83 loc) · 4.08 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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
<!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 navbar-fixed-top">
<div class="col-md-12">
<div class="nav">
<button class="btn-nav">
<span class="icon-bar inverted top"></span>
<span class="icon-bar inverted middle"></span>
<span class="icon-bar inverted 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>
<div class="span12">
<div class="col-md-6 no-gutter text-center fill">
<h2 class="vcenter">Materials Informatics Researcher</h2>
<h4 class="vcenter">Incoming PhD Student - GeorgiaTech</h4>
<h4 class="vcenter"><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>
<h6 class="vcenter"><u><a href="https://scholar.google.com/citations?user=SYuG3BUAAAAJ&hl=en&oi=ao">Google Scholar Profile</a></u></h6>
<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>
<div class="col-md-6 no-gutter text-center">
<div id="header" data-speed="2" data-type="background">
<div id="headslide" class="carousel slide" data-ride="carousel">
<div class="carousel-inner" role="listbox">
<div class="item active">
<img src="img/1.jpg" alt="Slide">
</div>
<div class="item">
<img src="img/2.jpg" alt="Slide">
</div>
<div class="item">
<img src="img/6.jpg" alt="Slide">
</div>
<div class="item">
<img src="img/9.jpg" alt="Slide">
</div>
</div>
</div>
</div>
</div>
</div>
<div style="clear:both;"></div>
<script src="js/jquery.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/menu-color.js"></script>
<script src="js/modernizr.js"></script>
<script src="js/script.js"></script>
</body>
</html>