Skip to content

Commit

Permalink
Add link to gameplay demo
Browse files Browse the repository at this point in the history
  • Loading branch information
LucasOe committed Feb 9, 2024
1 parent c28ee65 commit 13b17b0
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/Timeline/Timeline.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ export default function Timeline({ projects, className, ...rest }: TimelineProps
</div>
<div className="relative hidden sm:flex">
{/*Progress Bar*/}
<div className="mx-2 my-6 flex w-2 rounded-full bg-secondary" style={{ contain: "paint" }}>
<div className="mx-2 my-6 flex w-2 rounded-full bg-secondary [contain:paint]">
<div className="sticky bottom-1/2 self-end">
<div className="absolute h-screen w-2 bg-accent-pink bg-gradient-to-b from-accent-violet from-50% -translate-y-full" />
</div>
Expand Down
7 changes: 6 additions & 1 deletion src/pages/Home.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import Markdown from "react-markdown";

import { BiBrush } from "react-icons/bi";
import { BsPeople } from "react-icons/bs";
import { FaGithub, FaReact } from "react-icons/fa";
import { FaGithub, FaReact, FaYoutube } from "react-icons/fa";
import { FiExternalLink, FiMonitor } from "react-icons/fi";

import Contact from "@/components/Contact/Contact";
Expand Down Expand Up @@ -143,6 +143,11 @@ export default function Home() {
icon: <FaGithub />,
label: "Open on Github",
},
{
to: "https://www.youtube.com/watch?v=l9ik5Rarx8o",
icon: <FaYoutube />,
label: "Open on YouTube",
},
],
stack: ["Unity", "C#"],
time: 1688205600,
Expand Down

0 comments on commit 13b17b0

Please sign in to comment.