-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
50 lines (48 loc) · 1.98 KB
/
index.html
File metadata and controls
50 lines (48 loc) · 1.98 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
<!DOCTYPE HTML>
<!--
Identity by HTML5 UP
html5up.net | @n33co
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
-->
<html>
<head>
<title>Soumya Prasad homepage</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<!--[if lte IE 8]><script src="assets/js/html5shiv.js"></script><![endif]-->
<link rel="stylesheet" href="assets/css/main.css" />
<!--[if lte IE 9]><link rel="stylesheet" href="assets/css/ie9.css" /><![endif]-->
<!--[if lte IE 8]><link rel="stylesheet" href="assets/css/ie8.css" /><![endif]-->
<noscript><link rel="stylesheet" href="assets/css/noscript.css" /></noscript>
</head>
<body>
<div id="wrapper">
<section id="main">
<header>
<span class = "avatar"><img src="images/IMG_3479_1.png" alt="" style = "width:150px;height:150px;" /></span>
<h1><a href="stockholmSummary.html">Soumya Prasad</a></h1>
<p>Experienced Test engineer</p>
</header>
<footer>
<ul class="icons">
<li><a href="https://twitter.com/__snp" class="fa-twitter">Twitter</a></li>
<li><a href="https://github.com/chisma" class="fa-github">Github</a></li>
<li><a href="https://www.linkedin.com/in/soumyaprasad" class="fa-linkedin">Linkedin</a></li>
</ul>
</footer>
</section>
<footer id="footer">
<ul class="copyright">
<li><small>© Copyright 2017 Soumya Prasad</small></li>
<li><small>Design: <a href="http://html5up.net">HTML5 UP</small></a></li>
</ul>
</footer>
</div>
<script>
if ('addEventListener' in window) {
window.addEventListener('load', function() { document.body.className = document.body.className.replace(/\bis-loading\b/, ''); });
document.body.className += (navigator.userAgent.match(/(MSIE|rv:11\.0)/) ? ' is-ie' : '');
}
</script>
</body>
</html>