Add new documents and images to the public directory
All checks were successful
Build and Deploy Gabriel Kaszewski Portfolio / build-and-deploy-local (push) Successful in 1m32s
All checks were successful
Build and Deploy Gabriel Kaszewski Portfolio / build-and-deploy-local (push) Successful in 1m32s
- Added essays: qui-sumus-existential-dread.pdf and licencjat.pdf - Added scripts: loop.pdf - Added images: DSC_1283.avif, GAK00015.avif, GAK00017.avif, GAK00041.avif, GAK00042.avif, painter.avif, parasitic-god-1.avif, parasitic-god-2.avif, parasitic-god-3.avif, parasitic-god-4.avif, parasitic-god-5.avif, spanish-inq-1.avif, spanish-inq-2.avif, spanish-inq-3.avif, spanish-inq-4.avif, typing-game-1.avif, typing-game-2.avif
This commit is contained in:
@@ -25,7 +25,7 @@ const Footer = () => {
|
||||
return (
|
||||
<footer className="flex w-full flex-col gap-4 bg-gray-900 p-4 text-white">
|
||||
<div className="flex items-center gap-2">
|
||||
<h1 className="text-xl">Gabriel Kaszewski</h1>
|
||||
<span className="text-xl font-bold">Gabriel Kaszewski</span>
|
||||
<span className="flex-1"></span>
|
||||
<div className="flex gap-2">
|
||||
{socialLinks.map((link) => (
|
||||
@@ -46,7 +46,7 @@ const Footer = () => {
|
||||
<div className="text-sm">
|
||||
<p>
|
||||
Background photo by{" "}
|
||||
<a className="underline" href="https://duckwithsunglasses.com">
|
||||
<a className="underline" href="https://duckwithsunglasses.com" target="_blank" rel="noopener noreferrer">
|
||||
Liam
|
||||
</a>
|
||||
</p>
|
||||
@@ -65,6 +65,12 @@ const Footer = () => {
|
||||
>
|
||||
Projects
|
||||
</Link>
|
||||
<Link
|
||||
href="/photos"
|
||||
className="hover:text-yellow-400 transition-colors"
|
||||
>
|
||||
Photos
|
||||
</Link>
|
||||
<a
|
||||
href="https://blog.gabrielkaszewski.dev/"
|
||||
target="_blank"
|
||||
|
||||
Reference in New Issue
Block a user