Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,7 @@ <h5 class="font-semibold">Shayan</h5>
<div class="flex items-start gap-3">
<img src="https://ui-avatars.com/api/?name=Shwetank&background=6366f1&color=0b1020&size=80&bold=true" alt="Shwetank" class="h-12 w-12 rounded-xl object-cover border border-white/10" />
<div>
<h5 class="font-semibold">Shwetank</h5>
<h5 class="font-semibold">Spandan</h5>
<p class="text-xs text-slate-400">Frontend Developer</p>
</div>
</div>
Expand Down
5 changes: 4 additions & 1 deletion profile.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,10 @@
<header class="relative z-10 border-b border-white/10 backdrop-blur supports-[backdrop-filter]:bg-slate-900/40">
<div class="mx-auto max-w-7xl px-6 py-5 flex items-center justify-between">
<a href="index.html#home" class="flex items-center gap-3">
<svg width="36" height="36" viewBox="0 0 64 64" xmlns="http://www.w3.org/2000/svg" class="rounded-xl shadow-[0_0_40px_-10px_rgba(168,85,247,.7)]" role="img" aria-label="HackMate logo">
<svg width="36" height="36" viewBox="0 0 64 64" xmlns="http://www.w3.org/2000/svg" class


="rounded-xl shadow-[0_0_40px_-10px_rgba(168,85,247,.7)]" role="img" aria-label="HackMate logo">
<defs>
<linearGradient id="hm_g2p" x1="0" y1="0" x2="1" y2="1">
<stop offset="0%" stop-color="#a855f7"/>
Expand Down