minor updates including fixing the gap between the hero banner and the nav-bar, correcting the image locations for the linkin and mail icons for the projects page, and removing the facebook and instagram links.

This commit is contained in:
2026-03-23 11:57:57 +00:00
parent 4238306621
commit d3d83f586c
15 changed files with 59 additions and 61 deletions

13
images/icons/logo.svg Executable file
View File

@@ -0,0 +1,13 @@
<svg viewBox="0 0 280 100" xmlns="http://www.w3.org/2000/svg">
<defs>
<linearGradient id="grad6" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" style="stop-color:#A2D3DB;stop-opacity:1" />
<stop offset="50%" style="stop-color:#999FA0;stop-opacity:1" />
<stop offset="100%" style="stop-color:#867262;stop-opacity:1" />
</linearGradient>
</defs>
<circle cx="50" cy="50" r="30" fill="#f8af73ff" opacity="1"/>
<path d="M25 40 Q40 28 55 40 Q70 52 80 40" stroke="url(#grad6)" stroke-width="5" fill="none" stroke-linecap="round"/>
<path d="M25 50 Q35 42 45 50 Q55 58 65 50" stroke="url(#grad6)" stroke-width="3" fill="none" stroke-linecap="round" opacity="0.7"/>
<text x="90" y="58" font-family="Arial, sans-serif" font-size="24" font-weight="600" fill="#323434">Rapturate</text>
</svg>

After

Width:  |  Height:  |  Size: 1.0 KiB