Skip to content

Commit

Permalink
Update project info
Browse files Browse the repository at this point in the history
  • Loading branch information
lonelyteapot committed Oct 26, 2023
1 parent 1a5109f commit 84c6a78
Showing 1 changed file with 23 additions and 30 deletions.
53 changes: 23 additions & 30 deletions src/sections/Projects.astro
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,9 @@ import steamynotesImage from "../images/steamynotes.webp";
<ul class="grid grid-flow-row gap-x-12 md:grid-cols-2">
<li class="project my-12 grid w-full gap-x-12 md:col-span-2">
<h3 class="my-3 text-3xl">Open Transit</h3>
<div class="hidden">In development</div>
<p class="description my-4">
Global provider of public transportation data.
</p>
<p class="description my-2">Aggregator of public transportation data.</p>
<ul class="keypoints list-disc pl-6">
<li>Growing database of public transportation data</li>
<li>Growing database of data on public transit</li>
<li>Real-time updates (vehicle locations, arrival predictions)</li>
<li>Easy-to-use cross-platform app for passengers</li>
<li>Free GraphQL API for developers</li>
Expand All @@ -37,14 +34,10 @@ import steamynotesImage from "../images/steamynotes.webp";
</li>
<li class="project my-12 grid w-full gap-x-12 md:col-span-2">
<h3 class="my-3 text-3xl">HowLong</h3>
<div class="hidden">Deployed / Alpha</div>
<p class="description my-4">
A minimal mobile app that counts days between dates.
</p>
<p class="description my-2">A simple app for calculating dates.</p>
<ul class="keypoints list-disc pl-6">
<li>Clean & Intuitive</li>
<li>Built with <strong>Android SDK</strong></li>
<li>Written in <strong>Kotlin</strong></li>
<li>Pet project built for learning Android development</li>
<li>Built with Android SDK in Kotlin</li>
</ul>
<div class="links flex flex-row-reverse justify-self-end">
<ProjectIconLink
Expand Down Expand Up @@ -75,14 +68,11 @@ import steamynotesImage from "../images/steamynotes.webp";
</li>
<li class="project my-12 grid w-full gap-x-12 md:col-span-2">
<h3 class="my-3 text-3xl">SteamyNotes</h3>
<div class="hidden">Deployed / Alpha</div>
<p class="description my-4">
A cloud-based note-keeping web app. Built for learning Flutter.
</p>
<p class="description my-2">A cloud-based note taking app for Web.</p>
<ul class="keypoints list-disc pl-6">
<li>Stores notes in the cloud, tied to a Google account</li>
<li>Built cross-platform with <strong>Flutter</strong></li>
<li>Powered by and hosted on <strong>Firebase</strong></li>
<li>Pet project built for learning Flutter</li>
<li>Stores notes in the cloud, tied to Google accounts</li>
<li>Powered by Firebase</li>
</ul>
<div class="links flex flex-row-reverse justify-self-end">
<ProjectIconLink
Expand All @@ -107,16 +97,17 @@ import steamynotesImage from "../images/steamynotes.webp";
</li>
<li class="project my-12 grid w-full gap-x-12">
<h3 class="my-3 text-3xl">Just Dance</h3>
<div class="hidden">Not for production</div>
<p class="description my-4">
A computer vision game that imitates Just Dance and Osu. A small project
built during the <strong>Intel CV Summer Camp 2021</strong>
to learn the <strong>OpenVINO</strong> toolkit.
<p class="description my-2">
A computer vision game like Just Dance and Osu.
</p>
<ul class="keypoints list-disc pl-6">
<li>
Detects body parts on a real-time video feed using neural networks
from <strong>OpenModelZoo</strong> & <strong>MediaPipe</strong>
A small group project built during the Intel Computer Vision Summer
Camp 2021 to learn the OpenVINO AI toolkit
</li>
<li>
Uses neural networks from OpenModelZoo and MediaPipe to detect body
movements
</li>
</ul>
<div class="links flex flex-row-reverse justify-self-end">
Expand All @@ -128,10 +119,12 @@ import steamynotesImage from "../images/steamynotes.webp";
</div>
</li>
<li class="my-12 grid w-full grid-flow-row auto-rows-min gap-x-12 gap-y-4">
<h3 class="row-start-1 my-3 text-3xl">This Website</h3>
<div class="hidden">Deployed</div>
<p class="col-span-2">About me and my projects.</p>
<p class="col-span-2">Built with Astro, hosted on GitHub.</p>
<h3 class="row-start-1 my-3 text-3xl">Personal website</h3>
<p class="col-span-2 -mt-2">The one you're on right now.</p>
<ul class="keypoints list-disc pl-6">
<li>Built with Astro and Tailwind</li>
<li><s>Awful</s> Custom design!</li>
</ul>
<div class="row-start-1 flex flex-row-reverse justify-self-end">
<ProjectIconLink
text="GitHub"
Expand Down

0 comments on commit 84c6a78

Please sign in to comment.