-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
57 lines (55 loc) · 2.29 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
<!DOCTYPE HTML>
<!--
J9 Rkz Portfolio
-->
<html>
<head>
<title>J9 | Portfolio</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<link rel="stylesheet" href="assets/css/main.css" />
<noscript><link rel="stylesheet" href="assets/css/noscript.css" /></noscript>
</head>
<body class="is-preload index-page">
<div id="wrapper" class="index-wrapper">
<div id="bg"></div>
<div id="overlay"></div>
<!-- Top Navigation Bar -->
<header id="topbar">
<nav class="navbar">
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="knowledge-hub.html">Knowledge Hub</a></li>
<li><a href="#about">About Me</a></li>
<li><a href="#contact">Contact</a></li>
</ul>
</nav>
</header>
<div id="main" class="main-index">
<!-- Main Header with Social Icons -->
<header id="header">
<h1>Anmol Siwa</h1>
<p>ESL Teacher • Cybersecurity Enthusiast • Gamer</p>
<nav>
<ul>
<li><a href="https://youtube.com/J9Rkz" class="icon brands fa-youtube"><span class="label">YouTube</span></a></li>
<li><a href="https://facebook.com/anmol.siwa.7" class="icon brands fa-facebook-f"><span class="label">Facebook</span></a></li>
<li><a href="https://instagram.com/Just9n555" class="icon brands fa-instagram"><span class="label">Instagram</span></a></li>
<li><a href="https://github.com/Brolomna" class="icon brands fa-github"><span class="label">GitHub</span></a></li>
<li><a href="mailto:[email protected]" class="icon solid fa-envelope"><span class="label">Email</span></a></li>
</ul>
</nav>
</header>
</div>
</div>
<!-- Footer -->
<footer class="footer-index">
<p>Design <a href="https://html5up.net/">HTML5 UP</a>. Licensed under <a href="http://creativecommons.org/licenses/by/3.0/" target="_blank">CC BY 3.0</a>.</p>
</footer>
<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>