-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
64 lines (60 loc) · 3.46 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
<!DOCTYPE HTML>
<html>
<head>
<title>Hello, Human!</title>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<meta name="description" content="" />
<meta name="keywords" content="" />
<link rel="shortcut icon" type="image/png" href= "css\images\favicon.png" />
<script src="js/skel.min.js"></script>
<script src="js/init.js"></script>
<noscript>
<link rel="stylesheet" href="css/skel.css" />
<link rel="stylesheet" href="css/style.css" />
<link rel="stylesheet" href="css/style-wide.css" />
<link rel="stylesheet" href="css/style-noscript.css" />
</noscript>
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.8.1/css/solid.css" integrity="sha384-QokYePQSOwpBDuhlHOsX0ymF6R/vLk/UQVz3WHa6wygxI5oGTmDTv8wahFOSspdm" crossorigin="anonymous">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.8.1/css/regular.css" integrity="sha384-FKw7x8fCxuvzBwOJmhTJJsKzBl8dnN9e2R4+pXRfYoHivikuHkzWyhKWDSMcGNK8" crossorigin="anonymous">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.8.1/css/brands.css" integrity="sha384-n9+6/aSqa9lBidZMRCQHTHKJscPq6NW4pCQBiMmHdUCvPN8ZOg2zJJTkC7WIezWv" crossorigin="anonymous">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.8.1/css/fontawesome.css" integrity="sha384-vd1e11sR28tEK9YANUtpIOdjGW14pS87bUBuOIoBILVWLFnS+MCX9T6MMf0VdPGq" crossorigin="anonymous">
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-52655112-8"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-52655112-8');
</script>
</head>
<body class="loading">
<div id="wrapper">
<div id="bg"></div>
<div id="overlay"></div>
<div id="main">
<!-- Header -->
<header id="header">
<h1 class="backg">Shashank Jaiswal</h1>
<p>Software Engineer • Open-Source Enthusiast • Food L<i class="fas fa-heart"></i> ver</p>
<nav>
<ul>
<li><a href="https://www.twitter.com/74274265j" target="_class" class="fab fa-twitter"><span>Twitter</span></a></li>
<li><a href="https://www.github.com/74274265j" target="_class" class="fab fa-github"><span>Github</span></a></li>
<li><a href="https://trailhead.salesforce.com/me/shashankjaiswal" target="_class" class="fab fa-salesforce"><span>Trailhead</span></a></li>
<li><a href="https://in.linkedin.com/in/JaiswalShashank" target="_class" class="fab fa-linkedin-in"><span>LinkedIn</span></a></li>
<li><a href="https://www.facebook.com/74274265j" target="_class" class="fab fa-facebook-f"><span>Facebook</span></a></li>
<li><a href="https://www.74274265j.wordpress.com" target="_class" class="fab fa-wordpress-simple"><span>Blog</span></a></li>
<li><a href="https://74274265j.github.io/CV" target="" class="fas fa-file-alt"><span>Resume</span></a></li>
<li><a href="mailto:74274265j@gmail.com" target="_class" class="fas fa-at"><span>Email</span></a></li>
</ul>
</nav>
</header>
<!-- Footer -->
<footer id="footer">
<span class="copyright">Shashank Jaiswal © 2019</span>
<br>
</footer>
</div>
</div>
</body>
</html>