Skip to content

Commit

Permalink
added studybox
Browse files Browse the repository at this point in the history
  • Loading branch information
ezsinehan committed Jan 24, 2024
1 parent f2e0d60 commit cde6c68
Showing 1 changed file with 13 additions and 8 deletions.
21 changes: 13 additions & 8 deletions src/components/Work.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,16 @@ const Work = () => {
created using NextJS and TailwindCSS.
</p>
</Link>
<Link
className="p-4 rounded-md border border-solid border-gray-400"
href={"https://studybox.sinehan.dev/"}
>
<h3 className="text-lg font-semibold text-white mb-2">Studybox</h3>
<p className="text-sm text-gray-400">
React-based studying platform, w/ a unique minimalist interface for
optimized learning and focus
</p>
</Link>
<Link
className="p-4 rounded-md border border-solid border-gray-400"
href={"https://github.com/ezsinehan/wordle-game"}
Expand All @@ -35,13 +45,6 @@ const Work = () => {
functional keyboard and local statistics.
</p>
</Link>
<Link
className="p-4 rounded-md border border-solid border-gray-400"
href={"https://studybox.sinehan.dev/"}
>
<h3 className="text-lg font-semibold text-white mb-2">Studybox</h3>
<p className="text-sm text-gray-400">Coming Soon...</p>
</Link>
<Link
className="p-4 rounded-md border border-solid border-gray-400"
href={""}
Expand All @@ -55,7 +58,9 @@ const Work = () => {
className="p-4 rounded-md border border-solid border-gray-400"
href={""}
>
<h3 className="text-lg font-semibold text-white mb-2">In Progress</h3>
<h3 className="text-lg font-semibold text-white mb-2">
<TypewriterText texts={["In Progress", "AquaAlerts"]} />
</h3>
<p className="text-sm text-gray-400">Coming Soon...</p>
</Link>
<Link
Expand Down

0 comments on commit cde6c68

Please sign in to comment.