diff options
author | navanchauhan <navanchauhan@gmail.com> | 2023-03-08 19:06:22 -0700 |
---|---|---|
committer | navanchauhan <navanchauhan@gmail.com> | 2023-03-08 19:06:22 -0700 |
commit | f55bb05d7da75ab5184baa5fa708168e31d50827 (patch) | |
tree | b72eebdc90144f9c3aa045d1d20d4bfa61eddfbd /index.html | |
parent | a1d25ec41f5ea6d3df893b8b0b9bcf25a970bf6c (diff) |
added timeslicer
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 14 |
1 files changed, 11 insertions, 3 deletions
@@ -30,11 +30,11 @@ <li>Blog: <a href="https://web.navan.dev">https://web.navan.dev</a></li> </ul> <h3>Projects</h3> - <p>Most of my time since March 2020 has been spent building projects with a particular pharmaceutical R&D comapny. Thus, this list does not actually reflect all the projects I am proud of.</p> + <p>Projects that I have independently worked on, and am proud of.</p> <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> + <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> @@ -47,6 +47,14 @@ <li>The program architecture allows the entire pipeline to be self-hosted. Including the OCR Processor, Indexer, and Web Interface</li> <li>Demo: <a href="https://fda510k.navan.dev">510k Search</a></li> </ul> + <li>TimeSlicer - TimeBoxing Done Right.<label for="timeslicer-note" class="margin-toggle sidenote-number"></label></li> + <input type="checkbox" id="timeslicer-note" class="margin-toggle"/> + <span class="sidenote">Actively developed, maintained, and will be on the App Store soon.</span> + <ul> + <li>Timeboxing app with multi-calendar sync support. Everything happens fully on-device. Originally made for CU Hack 9 (1st Prize in General Track)</li> + <li>App Store: COMING SOON. Code: <a href="https://github.com/PrudentStudio/TimeSlicer">GitHub</a></li> + <li>Demo: <a href="https://youtu.be/diF--i9HpL4">YouTube (Hackathon Submission)</a> + </ul> <li>Vaporwave Generator</li> <ul> <li>Code: <a href="https://github.com/navanchauhan/VaporwaveGenerator">GitHub</a></li> |