blob: b5791a6b99773a8ed99bf0d88bc9298bd8926b82 (
plain)
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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
|
<!DOCTYPE html>
<html lang="en" class="gr__navanchauhan_github_io">
<script type="text/javascript" async="" src="https://www.google-analytics.com/analytics.js"></script>
<head>
<meta charset="UTF-8">
<meta content="origin" name="referrer">
<meta content="Hi! This is my personal website and it also houses comprehensive guides about my projects" name="Description">
<meta content="width=device-width,initial-scale=1,minimal-ui" name="viewport">
<link href="manifest.json" rel="manifest">
<link href="css/menu.css" rel="stylesheet">
<meta content="#373B44" name="theme-color">
<link href="assets/apple-icon-57x57.png" rel="apple-touch-icon" sizes="57x57">
<link href="assets/apple-icon-60x60.png" rel="apple-touch-icon" sizes="60x60">
<link href="assets/apple-icon-72x72.png" rel="apple-touch-icon" sizes="72x72">
<link href="assets/apple-icon-76x76.png" rel="apple-touch-icon" sizes="76x76">
<link href="assets/apple-icon-114x114.png" rel="apple-touch-icon" sizes="114x114">
<link href="assets/apple-icon-120x120.png" rel="apple-touch-icon" sizes="120x120">
<link href="assets/apple-icon-144x144.png" rel="apple-touch-icon" sizes="144x144">
<link href="assets/apple-icon-152x152.png" rel="apple-touch-icon" sizes="152x152">
<link href="assets/apple-icon-180x180.png" rel="apple-touch-icon" sizes="180x180">
<link href="assets/android-icon-192x192.png" rel="icon" sizes="192x192" type="image/png">
<link href="assets/favicon-32x32.png" rel="icon" sizes="32x32" type="image/png">
<link href="assets/favicon-96x96.png" rel="icon" sizes="96x96" type="image/png">
<link href="assets/favicon-16x16.png" rel="icon" sizes="16x16" type="image/png">
<link href="/manifest.json" rel="manifest">
<meta content="#373B44" name="msapplication-TileColor">
<meta content="assets/ms-icon-144x144.png" name="msapplication-TileImage">
<script async="" src="https://www.googletagmanager.com/gtag/js?id=UA-108635191-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments)
}
gtag("js", new Date), gtag("config", "UA-108635191-1")
</script>
<title>Hi!</title>
</head>
<body data-gr-c-s-loaded="true">
<div id="cssmenu">
<div id="menu-button">Menu</div>
<ul style="display: block;">
<li><a href="#">Home</a></li>
<li class="active has-sub"><span class="submenu-button"></span><a href="#">Projects</a>
<ul style="display: block;">
<li><a href="https://navanchauhan.github.io/Mjolnir">Mjölnir</a></li>
<li><a href="https://navanchauhan.github.io/Grub-Repair-Toolkit">GYGB</a></li>
</ul>
</li>
<li><a href="./Contact.html">Contact</a></li>
</ul>
</div>
<script async="" src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.3.0/jquery.min.js"></script>
<script async="" src="js/index.js"></script>
<section class="intro">
<div class="content">
<h1>Hi!</h1>
</section>
<section>
<div class="content">
<h1>I started coding when I was 8 and ironically learnt C before HTML</h1></div>
</section>
<section>
<div class="content">
<h1>Funnily, I learnt C# before HTML</h1></div>
</section>
<section>
<div class="content">
<h1>See my <a href="https://github.com/navanchauhan">GitHub Repo.</a></h1></div>
</section>
<footer>Helped by countless designers, check source code for more info</footer>
<script>
"serviceWorker" in navigator && window.addEventListener("load", function() {
navigator.serviceWorker.register("/sw.js").then(function(e) {
console.log("ServiceWorker registration successful with scope: ", e.scope)
}, function(e) {
console.log("ServiceWorker registration failed: ", e)
})
})
</script>
</body>
</html>
|