fix avatar link
This commit is contained in:
parent
f201b5451f
commit
e3006dfb5b
@ -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>
|
||||||
|
@ -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>
|
||||||
|
@ -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>
|
||||||
|
3
now.html
3
now.html
@ -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>
|
||||||
|
Loading…
Reference in New Issue
Block a user