diff --git a/public/original.png b/public/original.png new file mode 100755 index 0000000..4f0397f Binary files /dev/null and b/public/original.png differ diff --git a/public/videos/FuseRNDemo.mp4 b/public/videos/FuseRNDemo.mp4 new file mode 100755 index 0000000..9b9065a Binary files /dev/null and b/public/videos/FuseRNDemo.mp4 differ diff --git a/src/components/general/pfpname.tsx b/src/components/general/pfpname.tsx index 394a99b..fdd7e38 100644 --- a/src/components/general/pfpname.tsx +++ b/src/components/general/pfpname.tsx @@ -3,7 +3,7 @@ import Image from "next/image"; export function PFPName() { return (
- {"Gabriel's
diff --git a/src/components/general/techchart.tsx b/src/components/general/techchart.tsx index 58dcf04..fd41643 100644 --- a/src/components/general/techchart.tsx +++ b/src/components/general/techchart.tsx @@ -1,16 +1,6 @@ "use client" -import { Bar, BarChart, XAxis, YAxis } from "recharts" -import { - Card, - CardContent, - CardHeader, -} from "~/components/ui/card" -import { - type ChartConfig, - ChartContainer, - ChartTooltip, - ChartTooltipContent, -} from "~/components/ui/chart2" +import { Bar, BarChart, XAxis, YAxis, Tooltip, ResponsiveContainer } from "recharts" +import { Card, CardHeader, CardContent } from "~/components/ui/card" const chartData = [ { technology: "Linux", proficiency: 95 }, @@ -26,58 +16,38 @@ const chartData = [ { technology: "Swift", proficiency: 60 }, ] -const chartConfig = { - proficiency: { - label: "Proficiency", - color: "hsl(var(--chart-1))", - }, -} satisfies ChartConfig - -export default function Component() { +export default function TechChart() { return ( - + - + {/* The key here is `ResponsiveContainer` */} + - - + - } + width={125} // Give Y-Axis ample room to show long text + fontSize={18} + stroke="hsl(var(--primary)" /> - + ) diff --git a/src/components/projects/fuse.tsx b/src/components/projects/fuse.tsx index 34b7aa7..dd61e83 100644 --- a/src/components/projects/fuse.tsx +++ b/src/components/projects/fuse.tsx @@ -14,13 +14,13 @@ export default function Fuse() {
-

+

Fuse (React Native, Next.js, & PostgreSQL)

- < FaGithub className="my-auto ml-2 mr-4" size={22} /> + < FaGithub className="my-auto ml-2 mr-8 md:mr-0" size={22} />
@@ -39,6 +39,15 @@ export default function Fuse() { . ‎This Web Application connects to a PostgreSQL Database & is also self-hosted using a Docker Container.

+
diff --git a/src/components/projects/lazyprimeagen.tsx b/src/components/projects/lazyprimeagen.tsx index 3a5e395..d5099d6 100644 --- a/src/components/projects/lazyprimeagen.tsx +++ b/src/components/projects/lazyprimeagen.tsx @@ -14,13 +14,13 @@ export default function LazyPrimeagen() {
-

+

Lazy Primeagen Neovim Config (Lua)

- < FaGithub className="my-auto ml-2" size={22} /> + < FaGithub className="my-auto ml-2 mr-8 md:mr-0" size={22} />
diff --git a/src/components/projects/sunhat.tsx b/src/components/projects/sunhat.tsx index 53f978e..1f13eff 100644 --- a/src/components/projects/sunhat.tsx +++ b/src/components/projects/sunhat.tsx @@ -14,11 +14,11 @@ export default function Sunhat() {
-

Sunhat (Bash)

+

Sunhat (Bash)

- < FaGithub className="my-auto ml-2" size={22} /> + < FaGithub className="my-auto ml-2 mr-8 md:mr-0" size={22} />
diff --git a/src/components/projects/techtracker.tsx b/src/components/projects/techtracker.tsx index c57c653..81340d8 100644 --- a/src/components/projects/techtracker.tsx +++ b/src/components/projects/techtracker.tsx @@ -13,7 +13,7 @@ export default function TechTracker() { -

Tech Tracker (Next.js, Swift & MySQL)

+

Tech Tracker (Next.js, Swift & MySQL)

@@ -26,7 +26,7 @@ export default function TechTracker() { - < FaGithub className="my-auto ml-2" size={22} /> + < FaGithub className="my-auto ml-2 mr-8 md:mr-0" size={22} />

@@ -65,7 +65,7 @@ export default function TechTracker() { loop muted playsInline - className="rounded-lg shadow-lg my-4 mx-auto w-[200px]" + className="rounded-lg shadow-lg my-4 mx-auto w-[120px] md:w-[200px]" />

diff --git a/src/components/projects/tenantportal.tsx b/src/components/projects/tenantportal.tsx index 57296b6..5427a52 100644 --- a/src/components/projects/tenantportal.tsx +++ b/src/components/projects/tenantportal.tsx @@ -14,13 +14,13 @@ export default function TenantPortal() {
-

+

Tenant Portal (Next.js & PostgreSQL)

- < FaGithub className="my-auto ml-2" size={22} /> + < FaGithub className="my-auto ml-2 mr-8 md:mr-0" size={22} />
diff --git a/src/components/projects/wiredworld.tsx b/src/components/projects/wiredworld.tsx index 01a8eaa..910fc8c 100644 --- a/src/components/projects/wiredworld.tsx +++ b/src/components/projects/wiredworld.tsx @@ -14,13 +14,13 @@ export default function WiredWorld() {
-

+

Wired World (PHP & MySQL)

- < FaGithub className="my-auto ml-2" size={22} /> + < FaGithub className="my-auto ml-2 mr-8 md:mr-0" size={22} />