summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
authornavanchauhan <navanchauhan@gmail.com>2021-12-24 00:47:54 -0700
committernavanchauhan <navanchauhan@gmail.com>2021-12-24 00:47:54 -0700
commitac662bd366ed0b0a8856b272ec02b0c6138a6cce (patch)
tree97a9b8029a7d9f6f5aec5aa6bdf890ce29dc6928 /index.html
parent349b59d3ec69214423f0996d15a41d6d346b093e (diff)
added basic stuff
Diffstat (limited to 'index.html')
-rw-r--r--index.html67
1 files changed, 67 insertions, 0 deletions
diff --git a/index.html b/index.html
new file mode 100644
index 0000000..0138629
--- /dev/null
+++ b/index.html
@@ -0,0 +1,67 @@
+<html>
+<head>
+ <link rel="stylesheet" href="tufte.css"/>
+ </head>
+<body>
+ <article>
+ <section>
+ <h1>Navan Chauhan</h1>
+ <hr>
+</section>
+<!--<section>
+ <h2>Introduction</h2>
+ <p>The purpose of this website is to guide the lurker to the relevant section.</p>
+</section>-->
+<section>
+ <h2>Programming</h2>
+ <h3>Links</h3>
+ <ul>
+ <li>Version Control</li>
+ <ul>
+ <li>GitHub: <a href="https://github.com/navanchauhan">@navanchauhan</a></li>
+ <li>Self-Hosted: <a href="https://pi4.navan.dev/gitea">
+ Gitea</a></li>
+ </ul>
+ <li>E-Mail: hey[at]navan.dev</li>
+ <li>Posts: <a href="https://web.navan.dev">https://web.navan.dev</a></li>
+ </ul>
+ <h3>Projects</h3>
+ <ul>
+ <li>Curie - A Drug Discovery Toolkit<label for="curie-note" class="margin-toggle sidenote-number"></label></li>
+ <input type="checkbox" id="curie-note" class="margin-toggle"/>
+ <span class="sidenote">No longer maintained.</span>
+ <ul>
+ <li>Curie-Web: Web Interface - <a href="https://github.com/navanchauhan/Curie-Web">GitHub</a></li>
+ <li>Curie-Cli: Command Line Interface - <a href="https://github.com/navanchauhan/curie-cli">GitHub</a></li>
+ </ul>
+ <li>Vaporwave Generator</li>
+ <ul>
+ <li>Code: <a href="https://github.com/navanchauhan/VaporwaveGenerator">GitHub</a></li>
+ </ul>
+ <li>Work with AR.js</li>
+ <ul>
+ <li>NFT Demo (Natural Feature Tracking not Non-Fungible Tokens) <p>Scan the QR Code or click <a href="https://navanchauhan.github.io/Experiments/2020-08-01/index.html">here</a> and scan <a href="https://github.com/navanchauhan">my profile picture!</a> ( It does take some time to calculate the image descriptors the first time though, try reloading if you think it is stuck )</p> <p>( It does take some time to calculate the image descriptors the first time though, try reloading if you think it is stuck )</p><img src="https://raw.githubusercontent.com/navanchauhan/navanchauhan/master/qr.png"></li>
+ </ul>
+ </ul>
+
+</section>
+<section>
+ <h2>Science</h2>
+ <h3>Links</h3>
+ <ul>
+ <li><a href="https://scholar.google.com/citations?user=_qr57CgAAAAJ&hl=en">Google Scholar</a></li>
+ </ul>
+</section>
+<section>
+ <h2>Miscellaneous</h2>
+ <h3>Epigraphs</h3>
+ <div class="epigraph">
+ <blockquote>
+ <p>If you die, it is no longer your problem.</p>
+ </blockquote>
+ </div>
+
+</section>
+</article>
+</body>
+</html> \ No newline at end of file