mirror of
https://github.com/NeonGamerBot-QK/saahild.com.git
synced 2025-07-28 17:14:07 +00:00
Compare commits
8 commits
3cc2944365
...
245df97676
Author | SHA1 | Date | |
---|---|---|---|
|
245df97676 | ||
|
20e8fb8579 | ||
|
526537f9c5 | ||
|
f2d5b00a42 | ||
|
74c95af39a | ||
e230a857e6 | |||
a1dfc9c08f | |||
70ef3da401 |
7 changed files with 146 additions and 2 deletions
8
app.vue
8
app.vue
|
@ -1,9 +1,17 @@
|
|||
<script>
|
||||
import Backdrop from "./components/Backdrop.vue";
|
||||
import Footer from "./components/Footer.vue";
|
||||
import Navbar from "./components/Navbar.vue";
|
||||
</script>
|
||||
<style>
|
||||
body,
|
||||
html {
|
||||
font-family: "Poppins";
|
||||
}
|
||||
</style>
|
||||
<template>
|
||||
<div>
|
||||
<Navbar />
|
||||
<Backdrop />
|
||||
<router-view />
|
||||
<Footer />
|
||||
|
|
20
components/BigTextMain.vue
Normal file
20
components/BigTextMain.vue
Normal 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>
|
|
@ -7,7 +7,7 @@
|
|||
Made by Neon - Copyright {{ new Date().getFullYear() }}.
|
||||
<br />
|
||||
<br />
|
||||
Freedom of speech is a fundamental human right.
|
||||
Free speech & Privacy is a fundamental human right.
|
||||
</p>
|
||||
</aside>
|
||||
<nav>
|
||||
|
@ -30,6 +30,12 @@
|
|||
class="text-2xl hover:scale-110 transition-transform duration-300"
|
||||
/>
|
||||
</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" /> -->
|
||||
<a>
|
||||
<!-- <img
|
||||
|
|
41
components/Navbar.vue
Normal file
41
components/Navbar.vue
Normal 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>
|
|
@ -1 +1,3 @@
|
|||
<template>meow</template>
|
||||
<template>
|
||||
<BigTextMain />
|
||||
</template>
|
||||
|
|
25
public/_canary.txt
Normal file
25
public/_canary.txt
Normal 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
42
public/canary.txt
Normal 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-----
|
Loading…
Add table
Add a link
Reference in a new issue