fix avatar link

This commit is contained in:
Triston Armstrong 2024-07-23 22:03:43 -05:00
parent f201b5451f
commit e3006dfb5b
No known key found for this signature in database
GPG Key ID: FADE6AC6F956FC52
4 changed files with 8 additions and 4 deletions

View File

@ -18,7 +18,8 @@
<body class="bg-black text-white mx-auto max-w-2xl my-6 ubuntu-regular p-4 gradient"> <body class="bg-black text-white mx-auto max-w-2xl my-6 ubuntu-regular p-4 gradient">
<!-- ______________________________________________________________ --> <!-- ______________________________________________________________ -->
<nav class="flex justify-between items-center"> <nav class="flex justify-between items-center">
<a href="" class="glow"><img src="./avatar.png" alt="avatar" width={30} height={30} class="w-10 h-10" /></a> <a href="./index.html" class="glow"><img src="./avatar.png" alt="avatar" width={30} height={30}
class="w-10 h-10" /></a>
<div class="flex gap-6 text-md text-slate-400 "> <div class="flex gap-6 text-md text-slate-400 ">
<a href="./index.html" class="hover:text-[#ffce00]">Home</a> <a href="./index.html" class="hover:text-[#ffce00]">Home</a>
<a href="./about.html" class="hover:text-[#ffce00] border-b border-[#ffce00]">About</a> <a href="./about.html" class="hover:text-[#ffce00] border-b border-[#ffce00]">About</a>

View File

@ -18,7 +18,8 @@
<body class="bg-black text-white mx-auto max-w-2xl my-6 ubuntu-regular p-4 gradient"> <body class="bg-black text-white mx-auto max-w-2xl my-6 ubuntu-regular p-4 gradient">
<!-- ______________________________________________________________ --> <!-- ______________________________________________________________ -->
<nav class="flex justify-between items-center"> <nav class="flex justify-between items-center">
<a href="" class="glow"><img src="./avatar.png" alt="avatar" width={30} height={30} class="w-10 h-10" /></a> <a href="./index.html" class="glow"><img src="./avatar.png" alt="avatar" width={30} height={30}
class="w-10 h-10" /></a>
<div class="flex gap-6 text-md text-slate-400 "> <div class="flex gap-6 text-md text-slate-400 ">
<a href="./index.html" class="hover:text-[#ffce00]">Home</a> <a href="./index.html" class="hover:text-[#ffce00]">Home</a>
<a href="./about.html" class="hover:text-[#ffce00] ">About</a> <a href="./about.html" class="hover:text-[#ffce00] ">About</a>

View File

@ -18,7 +18,8 @@
<body class="bg-black text-white mx-auto max-w-2xl my-6 ubuntu-regular p-4 gradient"> <body class="bg-black text-white mx-auto max-w-2xl my-6 ubuntu-regular p-4 gradient">
<!-- ______________________________________________________________ --> <!-- ______________________________________________________________ -->
<nav class="flex justify-between items-center"> <nav class="flex justify-between items-center">
<a href="" class="glow"><img src="./avatar.png" alt="avatar" width={30} height={30} class="w-10 h-10" /></a> <a href="./index.html" class="glow"><img src="./avatar.png" alt="avatar" width={30} height={30}
class="w-10 h-10" /></a>
<div class="flex gap-6 text-md text-slate-400 "> <div class="flex gap-6 text-md text-slate-400 ">
<a href="" class="hover:text-[#ffce00] border-b border-[#ffce00]">Home</a> <a href="" class="hover:text-[#ffce00] border-b border-[#ffce00]">Home</a>
<a href="./about.html" class="hover:text-[#ffce00]">About</a> <a href="./about.html" class="hover:text-[#ffce00]">About</a>

View File

@ -18,7 +18,8 @@
<body class="bg-black text-white mx-auto max-w-2xl my-6 ubuntu-regular p-4 gradient"> <body class="bg-black text-white mx-auto max-w-2xl my-6 ubuntu-regular p-4 gradient">
<!-- ______________________________________________________________ --> <!-- ______________________________________________________________ -->
<nav class="flex justify-between items-center"> <nav class="flex justify-between items-center">
<a href="" class="glow"><img src="./avatar.png" alt="avatar" width={30} height={30} class="w-10 h-10" /></a> <a href="./index.html" class="glow"><img src="./avatar.png" alt="avatar" width={30} height={30}
class="w-10 h-10" /></a>
<div class="flex gap-6 text-md text-slate-400 "> <div class="flex gap-6 text-md text-slate-400 ">
<a href="./index.html" class="hover:text-[#ffce00]">Home</a> <a href="./index.html" class="hover:text-[#ffce00]">Home</a>
<a href="./about.html" class="hover:text-[#ffce00] ">About</a> <a href="./about.html" class="hover:text-[#ffce00] ">About</a>