diff options
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 83 |
1 files changed, 83 insertions, 0 deletions
diff --git a/index.html b/index.html new file mode 100644 index 0000000..47484b0 --- /dev/null +++ b/index.html @@ -0,0 +1,83 @@ +<!DOCTYPE html> +<html lang="en" > + +<head> + <meta charset="UTF-8"> + <title>Hi!</title> + + + + <link rel="stylesheet" href="css/style.css"> + <link rel="stylesheet" href="css/menu.css"> + + +</head> + +<body> + <!-- Menu by Captain Anonymous who forked it from Dmitry Kiselyov--> + <div id='cssmenu'> +<ul> + <li><a href='#'>Home</a></li> + <li class='active'><a href='#'>Projects</a> + <ul> + <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> + <li><a href='./Contact.html'>Contact</a></li> +</ul> +</div> + <script src='http://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.3/jquery.min.js'></script> + + + + <script src="js/menu.js"></script> + + + <section class="intro"> +<!--Sections created by ckor https://twitter.com/ckor --> + <div class="content"><!--Changing Header by Austin Dudas--> + <div class="changing-title"><h1>Hi! I am Navan</h1></div></h1> + + + + <script src="js/index.js"></script> + <script src="js/fm.js"></script> + + + </div> +</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</a> +</footer> + + + +</body> + +</html> |