another day another commit zeon:ai_comment

This commit is contained in:
Saahil dutta 2025-07-22 15:56:27 -04:00
parent 88f3e57b91
commit c8c7c0b54b
Signed by: neon
GPG key ID: 8A8B64515254CFC6
3 changed files with 15 additions and 3 deletions

View file

@ -1,6 +1,9 @@
<script></script>
<script setup>
let spotify_link = `https://spotify-github-profile.kittinanx.com/api/view?uid=saahil.d&cover_image=true&theme=default&show_offline=false&background_color=121212&interchange=false&bar_color=b6494d&bar_color_cover=true`
</script>
<template>
<div class="ml-20 mt-20">
<div class="flex items-center justify-between mt-20 px-20">
<div>
<img
src="https://avatars.githubusercontent.com/u/58448036?v=4"
height="200"
@ -12,6 +15,14 @@
</h1>
<p class="pt-5">I am a teenage developer, designer and programmer</p>
</div>
<!-- Right: Spotify Image -->
<div>
<img :src="spotify_link" alt="Saahil's Spotify" class="mt-5" />
</div>
</div>
</template>
<style>
.fancy-font {

View file

@ -31,7 +31,7 @@
<li><a>Webrings</a></li>
</ul>
</div>
<a class="btn btn-ghost text-xl">saahild.com</a>
<a class="btn btn-ghost text-xl" href="./">saahild.com</a>
</div>
<!-- <div class="navbar-center hidden lg:flex">

1
pages/projects.vue Normal file
View file

@ -0,0 +1 @@
<template>projects who?</template>