diff options
| author | Pinapelz <yukais@pinapelz.com> | 2023-11-04 16:48:10 -0700 |
|---|---|---|
| committer | Pinapelz <yukais@pinapelz.com> | 2023-11-04 16:48:10 -0700 |
| commit | 4d290e9a921051f9ddc40d35a1c532998a0a2b0f (patch) | |
| tree | 15998a04e7816b83e8536b3d3ba790ab4f31d4bc /src/components | |
| parent | 3e6d102ad414595542226672ae3fe2f0985ae17c (diff) | |
add tailwind css and overhaul website contents
Diffstat (limited to 'src/components')
| -rw-r--r-- | src/components/Header.astro | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/components/Header.astro b/src/components/Header.astro index fcb8023..d613f83 100644 --- a/src/components/Header.astro +++ b/src/components/Header.astro @@ -2,9 +2,10 @@ <nav> <ul> <li><a href="/">Home</a></li> + <li><a href="/about">About</a></li> <li><a href="/coursework">Coursework</a></li> <li><a href="/projects">Projects</a></li> - <li><a href="/about">About</a></li> + <li><a href="https://files.pinapelz.com/ResumeFinalys.pdf">Resume</a></li> </ul> </nav> <img |
