- Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
Latest commit
48 lines (45 loc) · 1.78 KB
/
Copy pathindex.html
File metadata and controls
48 lines (45 loc) · 1.78 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
<!DOCTYPE HTML>
<!--
Aerial by HTML5 UP
html5up.net | @ajlkn
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
-->
<html>
<head>
<title>Amey Deotale</title>
<metacharset="utf-8" />
<metaname="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<linkrel="stylesheet" href="assets/css/main.css" />
<noscript><linkrel="stylesheet" href="assets/css/noscript.css" /></noscript>
</head>
<bodyclass="is-preload">
<divid="wrapper">
<divid="bg"></div>
<divid="overlay"></div>
<divid="main">
<!-- Header -->
<headerid="header">
<h1>Amey Deotale</h1>
<p>Software Engineer at Microsoft • Penn State Alumn</p>
<nav>
<ul>
<li><ahref="https://www.linkedin.com/in/amey-deotale/" class="icon brands fa-linkedin"><spanclass="label">LinkedIn</span></a></li>
<li><ahref="https://www.instagram.com/ameytakespics/" class="icon brands fa-instagram"><spanclass="label">Instagram</span></a></li>
<li><ahref="https://github.com/GenericCoder19" class="icon brands fa-github"><spanclass="label">Github</span></a></li>
<li><ahref="https://twitter.com/ameydeotale" class="icon brands fa-twitter"><spanclass="label">Email</span></a></li>
</ul>
</nav>
</header>
<!-- Footer -->
<footerid="footer">
<spanclass="copyright">© Amey Deotale. Design: <ahref="http://html5up.net">HTML5 UP</a>.</span>
</footer>
</div>
</div>
<script>
window.onload=function(){document.body.classList.remove('is-preload');}
window.ontouchmove=function(){returnfalse;}
window.onorientationchange=function(){document.body.scrollTop=0;}
</script>
</body>
</html>