mirror of
https://github.com/KRTirtho/spotube.git
synced 2025-09-16 17:05:17 +00:00

* feat: initialize website project * feat: add initial homepage with download links * feat: initial download page * fix: linux icon color * feat: add mobile nav and github star button * feat: add older and nightly downloads page * feat: add supporters and footer * feat: add author details in about page * feat: add darkmode toggle for website * feat: add playstore and flathub download buttons and contribution button * feat: add blogs support * feat: remove netlify deploy config and add cloudflare config and favicons + manifest * chore: add robots.txt * feat: add spotube logo in navbar and fix build errors * chore: add gap
23 lines
471 B
Svelte
23 lines
471 B
Svelte
<section class="p-4 md:p-16">
|
|
<h2 class="h2">About</h2>
|
|
|
|
<br /><br />
|
|
|
|
<h4 class="h4">Author & Developer</h4>
|
|
<br />
|
|
<a
|
|
href="https://github.com/KRTirtho"
|
|
target="_blank"
|
|
class="btn variant-ghost-tertiary max-w-44 flex flex-col items-center p-4 rounded-2xl"
|
|
>
|
|
<img
|
|
alt="Author of Spotube"
|
|
src="https://github.com/KRTirtho.png"
|
|
class="h-auto w-40 rounded-full"
|
|
/>
|
|
<br />
|
|
<h5>Kingkor Roy Tirtho</h5>
|
|
<p>Flutter developer</p>
|
|
</a>
|
|
</section>
|