-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
51 lines (48 loc) · 2.19 KB
/
Copy pathindex.html
File metadata and controls
51 lines (48 loc) · 2.19 KB
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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en">
<head>
<meta http-equiv="X-UA-Compatible" content="IE=edge" charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="description" content="Vinay, Padma, Github, personal, portfolio, projects, uwaterloo, electrical, engineering" />
<meta name="author" content="Ghanan Gowripalan" />
<title>Vinay Padma</title>
<style>*{padding: 0px; margin: 0px; background-color: transparent;}</style>
<link href="fonts/font.css" rel="stylesheet">
<!-- Bootstrap core CSS -->
<link href="bootstrap/dist/css/bootstrap.min.css" rel="stylesheet">
<link href="css/main.css" rel="stylesheet">
<link href="style.css" rel="stylesheet">
<link href="icon/icomoon/style.css" rel="stylesheet">
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body id="index-page">
<div class="container-fluid" id="nav-bar">
<ul id="nav-bar-list">
<li><a href="resume.pdf">Resume</a></li>
<li id="nav-bar-middle">
<div>
<div id="branding">
<h1 id="first-name">VINAY</h1>
<h3 id="last-name">PADMA</h3>
</div>
<div id="social-menu">
<ul>
<li><a href="mailto:vinay.padma@outlook.com"><span class="icon-mail4"></span></a></li>
<li><a href="http://ca.linkedin.com/in/vinaypadma/"><span class="icon-linkedin3"></span></a></li>
<li><a href="http://facebook.com/vinay.padma"><span class="icon-facebook6"></span></a></li>
</ul>
</div>
</div>
</li>
<li><a href="mailto:vpadma@uwaterloo.ca">Contact</a></li>
</ul>
</div>
<div class="container-fluid ghanan">
<p>Site is currently under construction.</p>
</div>
</body>
</html>