diff options
author | Navan Chauhan <navanchauhan@gmail.com> | 2018-01-20 20:16:03 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-01-20 20:16:03 +0530 |
commit | 5fced72bcc4bc79379afc61fee1c060006c74040 (patch) | |
tree | d403421fb06ea67d996ac5884153484bf8b305c2 /index_alt.html | |
parent | 6769be7a51cfd8a8973f352ca12586a1715f6ddf (diff) |
Update and rename index.html to index_alt.html
Diffstat (limited to 'index_alt.html')
-rw-r--r-- | index_alt.html | 71 |
1 files changed, 71 insertions, 0 deletions
diff --git a/index_alt.html b/index_alt.html new file mode 100644 index 0000000..be3c076 --- /dev/null +++ b/index_alt.html @@ -0,0 +1,71 @@ +<!DOCTYPE html> +<html > +<head> + <!-- Global site tag (gtag.js) - Google Analytics --> +<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> + <script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script> +<script> + (adsbygoogle = window.adsbygoogle || []).push({ + google_ad_client: "ca-pub-4396635554700153", + enable_page_level_ads: true + }); +</script> + + + <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_alt.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 programs.txt<br> + The Programs I am Proud of :<br> +- <a href="https://navanchauhan.github.io/Mjolnir">Mjolnir</a> ( A DoS Program )<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/John-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> + Conky Themes :<br> +- <a href="https://navanchauhan.github.io/TSC">Transparent-Sidebar-Conky</a> (A Transparent Sidebar theme)<br></p> + + + <p>> curl -s -o output.json "https://navanchauhan.github.io/anouncements.json"<br> + > jq '.[]' output.json<br> +- I'll try to build UI's for my bash and python programs soon</p> + </div> + <div class="piece scanlines noclick"></div> + <div class="piece glow noclick"></div> +</div> + + +</body> +</html> |