From 6ef5e0399fad0fb04a1b3e43ceccdb6ba41298f0 Mon Sep 17 00:00:00 2001 From: gibbyb Date: Wed, 18 Sep 2024 15:18:35 -0500 Subject: [PATCH] Move git links out of accordion trigger as per Madeline's suggestion --- src/components/general/pfpname.tsx | 5 +++++ src/components/projects/fuse.tsx | 19 ++++++++---------- src/components/projects/lazyprimeagen.tsx | 17 +++++++--------- src/components/projects/sunhat.tsx | 11 +++++------ src/components/projects/techtracker.tsx | 12 +++++------- src/components/projects/tenantportal.tsx | 24 +++++++++++------------ src/components/projects/wiredworld.tsx | 22 ++++++++++----------- 7 files changed, 51 insertions(+), 59 deletions(-) diff --git a/src/components/general/pfpname.tsx b/src/components/general/pfpname.tsx index 89b3f4f..49a4315 100644 --- a/src/components/general/pfpname.tsx +++ b/src/components/general/pfpname.tsx @@ -1,5 +1,7 @@ "use server" import Image from "next/image"; +import Link from "next/link"; +import { FaGithub } from "react-icons/fa"; export async function PFPName() { return ( @@ -11,6 +13,9 @@ export async function PFPName() {

Gabriel Brown

Full Stack Developer

+ + < FaGithub className="my-auto ml-2 mr-8 md:mr-0" size={36} /> + ); } diff --git a/src/components/projects/fuse.tsx b/src/components/projects/fuse.tsx index e463f9c..6036d15 100644 --- a/src/components/projects/fuse.tsx +++ b/src/components/projects/fuse.tsx @@ -13,19 +13,16 @@ export default function Fuse() { -
-

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

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

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

-
+
+ +

Fuse Git Repository

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

Fuse is an Expo Application that served as a way to learn React Native. This application was made for my girlfriend & I in order to send each other diff --git a/src/components/projects/lazyprimeagen.tsx b/src/components/projects/lazyprimeagen.tsx index d5099d6..babcd16 100644 --- a/src/components/projects/lazyprimeagen.tsx +++ b/src/components/projects/lazyprimeagen.tsx @@ -13,19 +13,16 @@ export default function LazyPrimeagen() { -

-

- Lazy Primeagen Neovim Config (Lua) -

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

+ Lazy Primeagen Neovim Config (Lua) +

+ +

Lazy Primeagen Git Repository

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

Lazy Primeagen is simply ThePrimeagen's Neovim Config, but with the deprecated Packer.nvim replaced with Lazy.nvim. This project is meant diff --git a/src/components/projects/sunhat.tsx b/src/components/projects/sunhat.tsx index 1f13eff..97e77fa 100644 --- a/src/components/projects/sunhat.tsx +++ b/src/components/projects/sunhat.tsx @@ -13,16 +13,15 @@ export default function Sunhat() { +

Sunhat (Bash)

+ +
-

Sunhat (Bash)

- + +

Sunhat Git Repository

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

Sunhat is a fork of DHH's Omakub, an opinionated Ubuntu setup that diff --git a/src/components/projects/techtracker.tsx b/src/components/projects/techtracker.tsx index 81340d8..10deeca 100644 --- a/src/components/projects/techtracker.tsx +++ b/src/components/projects/techtracker.tsx @@ -44,16 +44,14 @@ export default function TechTracker() { />

-
+

Tech Tracker Native iOS Application

- - < FaGithub className="my-auto ml-2" size={22} /> - -
+ < FaGithub className="my-auto ml-2" size={22} /> +

A Native iOS Application written in Swift & Distributed to City of Gulfport IT Employees using TestFlight. This application uses APIs diff --git a/src/components/projects/tenantportal.tsx b/src/components/projects/tenantportal.tsx index 5427a52..f587082 100644 --- a/src/components/projects/tenantportal.tsx +++ b/src/components/projects/tenantportal.tsx @@ -13,25 +13,23 @@ export default function TenantPortal() { -

-

- Tenant Portal (Next.js & PostgreSQL) -

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

+ Tenant Portal (Next.js & PostgreSQL) +

- -

- Tenant Portal Website + +

+ Tenant Portal Web Application

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

Tenant Portal is a Next.js Web Application that is a work in progress, diff --git a/src/components/projects/wiredworld.tsx b/src/components/projects/wiredworld.tsx index 910fc8c..9a8d38d 100644 --- a/src/components/projects/wiredworld.tsx +++ b/src/components/projects/wiredworld.tsx @@ -13,25 +13,23 @@ export default function WiredWorld() { -

-

- Wired World (PHP & MySQL) -

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

+ Wired World (PHP & MySQL) +

-

- Wired World Website +

+ Wired World Web Application

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

Wired World is a strange project of mine which was made as an assignment