-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
41 lines (34 loc) · 1.32 KB
/
index.html
File metadata and controls
41 lines (34 loc) · 1.32 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
<!DOCTYPE html>
<html>
<head>
<!--Title-->
<title>Home | Sheshank.com</title>
<!--Loads JS and CSS-->
<script src="/assets/javascript/script.js" type="text/javascript"></script>
<link type="text/css" rel="stylesheet" href="/assets/css/styles.css"></link>
<!--Loads FontAwesome Icons-->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<!--Loads Favicon-->
<link rel="shortcut icon" href="/assets/icon.ico" type="image/x-icon">
<!--Meta Related-->
<meta name="description" content="Sheshank Shankar's website">
<meta name="keywords" content="Sheshank,Shankar,Sheshank Shankar, software">
<meta name="author" content="Sheshank Shankar">
</head>
<body>
<div id="start">
<center>
<div id="container">
<img src="11379161.png" alt="PAckers" style="width:100px;height:99px;">
<h1><u>Sheshank Shankar</u></h1>
<br>
<p>A passionate open-source web developer.</p>
<div>
<a id="social-media-icons" class="fa fa-github" target="_blank" href="https://github.com/GreenBayRules"></a>
<a id="social-media-icons" style="color:red;" class="fa fa-google-plus" target="_blank" href="https://plus.google.com/u/0/+PACKERSFANSheshank"></a>
</div>
</div>
</center>
</div>
</body>
</html>