Compare commits

..

No commits in common. "main" and "main" have entirely different histories.
main ... main

6 changed files with 369 additions and 423 deletions

View File

@ -18,21 +18,4 @@ and use any static webserver like caddy and copy files from the `dist` folder to
## License ## License
```txt License: MIT
Copyright 2024 Leafus
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and
associated documentation files (the “Software”), to deal in the Software without restriction,
including without limitation the rights to use, copy, modify, merge, publish, distribute,
sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or
substantial portions of the Software.
THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT
NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT
OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
```

View File

@ -61,7 +61,7 @@
<div class="flex"> <div class="flex">
<a href="https://git.fluffy.pw/leafus/website" target="_blank"> <a href="https://git.fluffy.pw/leafus/website" target="_blank">
<div <div
class="srcBtn flex items-center justify-center pl-4 pr-4 pt-2 pb-2 rounded-[15px] text-black mt-3 font-semibold bg-ctp-sky duration-300 hover:bg-ctp-blue transition-all active:scale-90" class="srcBtn flex items-center justify-center pl-4 pr-4 pt-2 pb-2 rounded-[15px] text-black mt-3 font-semibold bg-ctp-sky duration-300 hover:bg-ctp-blue transition-all"
> >
Get Src Get Src
</div> </div>

View File

@ -4,7 +4,7 @@ import { Icon } from "astro-icon/components";
<div class="navbar"> <div class="navbar">
<div class="mt-6 ml-6 mr-6 flex items-center"> <div class="mt-6 ml-6 mr-6 flex items-center">
<a href="/" class="flex items-center transition-all active:scale-90"> <a href="/" class="flex items-center">
<svg <svg
viewBox="0 0 1024 1024" viewBox="0 0 1024 1024"
class="w-[48px]" class="w-[48px]"
@ -58,7 +58,7 @@ import { Icon } from "astro-icon/components";
</svg> </svg>
</div> </div>
</a> </a>
<div class="ml-auto flex items-center gap-3 navItems-pc transition-all active:scale-90"> <div class="ml-auto flex items-center gap-3 navItems-pc">
<a href="/services"> <a href="/services">
<div <div
class="navItem flex items-center justify-center h-[40px] pl-3 pr-3" class="navItem flex items-center justify-center h-[40px] pl-3 pr-3"

View File

@ -1,37 +0,0 @@
---
import Layout from "@/layouts/Global.astro";
import { Icon } from "astro-icon/components"
---
<Layout title="404 Not Found">
<div class="m-auto">
<div class="icon">
<Icon width={100} height={100} name="solar:danger-triangle-bold"/>
</div>
<div class="undr">
<div class="ntf">404 Not Found</div>
<div>
(╯°□°)╯ ┻━┻
</div>
</div>
</div>
</Layout>
<style>
.icon {
@apply animate-pulse text-ctp-red
}
.icon svg {
margin: auto;
}
.undr {
text-align: center;
}
.ntf {
@apply font-semibold text-[30px]
}
</style>

View File

@ -12,7 +12,7 @@ import Pfp from "@/assets/leafus.png";
<span class="uwu">>~<</span> <span class="uwu">>~<</span>
</div> </div>
<div class="font-semibold text-[30px] text-ctp-text"> <div class="font-semibold text-[30px] text-ctp-text">
I'm a 16 year old Full Stack web developer from poland. I'm an 16 year old Full Stack web developer from poland.
Also im a <span class="text-ctp-mauve">furry</span> :3 Also im a <span class="text-ctp-mauve">furry</span> :3
</div> </div>
<div class="text-ctp-pink font-semibold text-[20px]"> <div class="text-ctp-pink font-semibold text-[20px]">

View File

@ -7,8 +7,8 @@ import { Icon } from "astro-icon/components";
<div class="ml-6 w-full mr-6"> <div class="ml-6 w-full mr-6">
<div class="text-ctp-mauve text-[50px] font-semibold">Services</div> <div class="text-ctp-mauve text-[50px] font-semibold">Services</div>
<div class="text-[20px] font-semibold text-ctp-subtext1"> <div class="text-[20px] font-semibold text-ctp-subtext1">
Here are some of my services, not much but something stuff Here are some of my services, not much but something mainly stuff
that is mainly useful for me that its useful for me
</div> </div>
<div class="window bg-ctp-mantle p-5 rounded-[20px] mt-3"> <div class="window bg-ctp-mantle p-5 rounded-[20px] mt-3">
<div <div