-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
49 lines (46 loc) · 1.85 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
<!DOCTYPE html>
<html>
<head>
<title>About Me-Salman Dabbakuti</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<link rel="stylesheet" href="main.css" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
</head>
<div class= "background">
<div class="layer">
<body class="is-preload" class="dark">
<div id="wrapper">
<div id="bg"></div>
<div id="overlay"></div>
<div id="main">
<!-- Header -->
<header id="header">
<img src="./images/dp.png" alt="Avatar" style="width:200px">
<h1>Salman Dabbakuti</h1>
<p>Blockchain Developer | Ethereum | Quorum | Gochain</p>
<nav>
<ul>
<li><a href="http://www.twitter.com/salmandabbakuti" class="icon fa-twitter"><span class="label">Twitter</span></a></li>
<li><a href="https://www.facebook.com/dabbakuti.salmon" class="icon fa-facebook"><span class="label">Facebook</span></a></li>
<li><a href="https://medium.com/@Salmandabbakuti" class="icon fa-medium"><span class="label">Portfolio</span></a></li>
<li><a href="https://github.com/Salmandabbakuti" class="icon fa-github"><span class="label">Github</span></a></li>
<li><a href="mailto:share2salman@gmail.com" class="icon fa-envelope-o"><span class="label">Email</span></a></li>
</ul>
</nav>
</header>
</div>
</div>
<!-- Footer -->
<footer id="footer">
<span class="copyright">© Salman Dabbakuti</span>
</footer>
</div>
</div>
<script>
window.onload = function() { document.body.classList.remove('is-preload'); }
window.ontouchmove = function() { return false; }
window.onorientationchange = function() { document.body.scrollTop = 0; }
</script>
</body>
</html>