diff options
author | Navan Chauhan <navanchauhan@gmail.com> | 2017-10-19 21:30:16 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-10-19 21:30:16 +0530 |
commit | e61f0159551103b9e9c1ccb6632a38a297685a68 (patch) | |
tree | ffdc06de6773ee2a1788885d7b30d1219bb8a6f4 /index.html | |
parent | 7b41c08d66edca55381581e0b02184dd98c48e0c (diff) |
fresh look
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 48 |
1 files changed, 48 insertions, 0 deletions
diff --git a/index.html b/index.html new file mode 100644 index 0000000..ba7a15c --- /dev/null +++ b/index.html @@ -0,0 +1,48 @@ +<!DOCTYPE html> +<html > +<head> + <meta charset="UTF-8"> + <title>Hi!</title> + <meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no, minimal-ui"> + <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/meyer-reset/2.0/reset.min.css"> + + + <link rel="stylesheet" href="css/style.css"> + + +</head> + +<body> + +<body class="noisy"></body> +<div class="emblem"><span class="icon-information"></span></div> +<div class="frame"> + <div class="piece output"> + <h1>Hi I'm Navan</h1> + <p>> cat short_description.txt<br> + I am a self-proclaimed geek. My powers? Am good at parsing jq, awesome in bash and the best, I make terrible decisions and can not keep my mouth shut. I know Bash, Python, C++, C#, HTML, CSS and am on the verge of learning Kotlin. + </p> +<p>> cat facts_about_me.txt<br> +- I specialise in bash<br> +- I created my first website when I was 7<br> +- But, DOSed it a month afterwards<br> +- Proud Creater of GYGB and John-Doe +</p> + <p>> cat bash_programs.txt<br> + The Bash Programs I am Proud of :<br> +- <a href="https://navanchauhan.github.io/Cruncher">Cruncher</a> (A slow way to kill a pc)<br> +- <a href="https://navanchauhan.github.io/GYGB">Get Your Grub Back</a> (Grub Repair)<br> +- <a href="https://navanchauhan.github.io/Jon-Doe">John Doe</a> (Identity Generator)<br> +- <a href="https://navanchauhan.github.io/Kamikaze">Kamikaze</a> (System Crasher)<br> +- <a href="https://navanchauhan.github.io/Meme-me">Meme-Me</a> (A CLI for generating memes)<br></p> + + + + </div> + <div class="piece scanlines noclick"></div> + <div class="piece glow noclick"></div> +</div> + + +</body> +</html> |