Compare commits

..

8 commits

Author SHA1 Message Date
zeon-neon[bot]
245df97676
enhancement(lint): Fix lint errors for app.vue
Co-authored-by: NeonGamerBot-QK <neon@saahild.com>
Signed-off-by: zeon-neon[bot] <136533918+zeon-neon[bot]@users.noreply.github.com>
2025-07-08 15:22:57 +00:00
zeon-neon[bot]
20e8fb8579
enhancement(lint): Fix lint errors for components/Footer.vue
Co-authored-by: NeonGamerBot-QK <neon@saahild.com>
Signed-off-by: zeon-neon[bot] <136533918+zeon-neon[bot]@users.noreply.github.com>
2025-07-08 15:22:56 +00:00
zeon-neon[bot]
526537f9c5
enhancement(lint): Fix lint errors for pages/index.vue
Co-authored-by: NeonGamerBot-QK <neon@saahild.com>
Signed-off-by: zeon-neon[bot] <136533918+zeon-neon[bot]@users.noreply.github.com>
2025-07-08 15:22:55 +00:00
zeon-neon[bot]
f2d5b00a42
enhancement(lint): Fix lint errors for components/Navbar.vue
Co-authored-by: NeonGamerBot-QK <neon@saahild.com>
Signed-off-by: zeon-neon[bot] <136533918+zeon-neon[bot]@users.noreply.github.com>
2025-07-08 15:22:54 +00:00
zeon-neon[bot]
74c95af39a
enhancement(lint): Fix lint errors for components/BigTextMain.vue
Co-authored-by: NeonGamerBot-QK <neon@saahild.com>
Signed-off-by: zeon-neon[bot] <136533918+zeon-neon[bot]@users.noreply.github.com>
2025-07-08 15:22:53 +00:00
e230a857e6
feat: bare navbar 2025-07-08 11:22:39 -04:00
a1dfc9c08f
update:big boy header 2025-07-05 18:03:42 -04:00
70ef3da401
gpg or smt 2025-07-05 15:43:53 -04:00
7 changed files with 146 additions and 2 deletions

View file

@ -1,9 +1,17 @@
<script> <script>
import Backdrop from "./components/Backdrop.vue"; import Backdrop from "./components/Backdrop.vue";
import Footer from "./components/Footer.vue"; import Footer from "./components/Footer.vue";
import Navbar from "./components/Navbar.vue";
</script> </script>
<style>
body,
html {
font-family: "Poppins";
}
</style>
<template> <template>
<div> <div>
<Navbar />
<Backdrop /> <Backdrop />
<router-view /> <router-view />
<Footer /> <Footer />

View file

@ -0,0 +1,20 @@
<script></script>
<template>
<div class="ml-20 mt-20">
<img
src="https://avatars.githubusercontent.com/u/58448036?v=4"
height="200"
width="200"
class="pb-5"
/>
<h1 class="font-bold text-5xl">
Hi I'm <span class="text-[#cba6f7] fancy-font">Saahil</span>
</h1>
<p class="pt-5">I am a teenage developer, designer and programmer</p>
</div>
</template>
<style>
.fancy-font {
font-family: "Fuzzy Bubbles", sans-serif;
}
</style>

View file

@ -7,7 +7,7 @@
Made by Neon - Copyright {{ new Date().getFullYear() }}. Made by Neon - Copyright {{ new Date().getFullYear() }}.
<br /> <br />
<br /> <br />
Freedom of speech is a fundamental human right. Free speech & Privacy is a fundamental human right.
</p> </p>
</aside> </aside>
<nav> <nav>
@ -30,6 +30,12 @@
class="text-2xl hover:scale-110 transition-transform duration-300" class="text-2xl hover:scale-110 transition-transform duration-300"
/> />
</a> </a>
<a href="./canary.txt">
<Icon
name="mdi:check-circle"
class="text-2xl hover:scale-110 transition-transform duration-300"
/>
</a>
<!-- <Icon name="catppuccin:folder-queue" class="text-2xl" /> --> <!-- <Icon name="catppuccin:folder-queue" class="text-2xl" /> -->
<a> <a>
<!-- <img <!-- <img

41
components/Navbar.vue Normal file
View file

@ -0,0 +1,41 @@
<template>
<div class="navbar bg-base-100 shadow-sm">
<div class="navbar-start">
<div class="dropdown">
<div tabindex="0" role="button" class="btn btn-ghost lg:hidden">
<svg
xmlns="http://www.w3.org/2000/svg"
class="h-5 w-5"
fill="none"
viewBox="0 0 24 24"
stroke="currentColor"
>
<path
stroke-linecap="round"
stroke-linejoin="round"
stroke-width="2"
d="M4 6h16M4 12h8m-8 6h16"
/>
</svg>
</div>
<ul
tabindex="0"
class="menu menu-sm dropdown-content bg-base-100 rounded-box z-1 mt-3 w-52 p-2 shadow"
>
<li><a>Item 1</a></li>
<li><a>Item 3</a></li>
</ul>
</div>
<a class="btn btn-ghost text-xl">saahild.com</a>
</div>
<!-- <div class="navbar-center hidden lg:flex">
</div> -->
<div class="navbar-end">
<ul class="menu menu-horizontal px-1 hidden lg:flex">
<li><a>Item 1</a></li>
<li><a>Item 3</a></li>
</ul>
</div>
</div>
</template>

View file

@ -1 +1,3 @@
<template>meow</template> <template>
<BigTextMain />
</template>

25
public/_canary.txt Normal file
View file

@ -0,0 +1,25 @@
Hi im saahil (also known as Neon, neongamerbot)
I own saahild.com which can be verified by running:
dig -t txt +short _canary_verf.saahild.com
which will return: ownedbyneon
I am alive with a beating heart and am not a robot.
I am under the control of the PGP key with the fingerprint: FDE995C28C7EE56337643A768A8B64515254CFC6
You can fetch my key by running:
gpg --keyserver hkps://keys.openpgp.org --recv-keys FDE995C28C7EE56337643A768A8B64515254CFC6
You can also find it on https://saahild.com/creds/public.pgp.txt
Today is June 30th 2025.
I will attempt to reverify this message within the next 90 days.
This message is signed with my PGP key. You can verify it by running:
gpg --keyserver hkps://keys.openpgp.org --recv-keys FDE995C28C7EE56337643A768A8B64515254CFC6
gpg --verify canary.txt
It should return with "Good signature" proving this message is valid and not tampered with.

42
public/canary.txt Normal file
View file

@ -0,0 +1,42 @@
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256
Hi im saahil (also known as Neon, neongamerbot)
I own saahild.com which can be verified by running:
dig -t txt +short _canary_verf.saahild.com
which will return: ownedbyneon
I am alive with a beating heart and am not a robot.
I am under the control of the PGP key with the fingerprint: FDE995C28C7EE56337643A768A8B64515254CFC6
You can fetch my key by running:
gpg --keyserver hkps://keys.openpgp.org --recv-keys FDE995C28C7EE56337643A768A8B64515254CFC6
You can also find it on https://saahild.com/creds/public.pgp.txt
Today is June 30th 2025.
I will attempt to reverify this message within the next 90 days.
This message is signed with my PGP key. You can verify it by running:
gpg --keyserver hkps://keys.openpgp.org --recv-keys FDE995C28C7EE56337643A768A8B64515254CFC6
gpg --verify canary.txt
It should return with "Good signature" proving this message is valid and not tampered with.
-----BEGIN PGP SIGNATURE-----
iQGzBAEBCAAdFiEE/emVwox+5WM3ZDp2iotkUVJUz8YFAmhiGvUACgkQiotkUVJU
z8YOsQv9HORswgdlmxsOKGIj4oi3j5kcZ4CxmRdEbmVuevJfKHGnqiMGeXd45riT
b/4cQJ5WBfUXnby5rk8ums1QobNBUUa6YKpeM5UOoiCryJqQVABsws3jucfalWdl
XtT6WipAbd2pVEpvIKeEtRqKJHRMl9iBlmJLXqjroT12IiIA3r9WsCdPBVQqFdvF
9GfotOongVcjR1W7i6/aqj352bmjHSnaZE3WyBvUSPZvC1KjiljRP4QbOa1r46NO
HlZ18pLUtMPHthGH+pcFWBCdd7BFgFWMxkw9goZx6Q1f5zGRLbWt4nBLJcRcenPF
mXTOfxBDFC6I0k1TxGydkKzd6oDylZIf4pJ+6Djob7vuPFUcbxk/+IIqYfQXoV7o
ujNKEooJ62/PF2b7Jdps3UrpTSxPsoWKYSDQfI3yYm8C/igh9U6U/f/0FRukte6O
6DshJMxJtJ60Cz4dWWlmk5VeR5APuYXzChJcYc5of5ZaiI8QTdsRkOxCojqe61fz
f6Ja7UY0
=nCnG
-----END PGP SIGNATURE-----