diff --git a/Wlogo.png b/Wlogo.png new file mode 100644 index 0000000..30702d9 Binary files /dev/null and b/Wlogo.png differ diff --git a/help.html b/help.html new file mode 100644 index 0000000..d3e5c85 --- /dev/null +++ b/help.html @@ -0,0 +1,32 @@ + + + + + + + + + + +
+

BLUE BALLS

+
+
+

home I blog I coolppl

+
+

>lil about me

+

yo im cool, uh whose really reading ts but i like going outside and linux type shi
i also really like KanYe West and still defend, which i will do until the day i die
i dont really care about bloat or shi like ram usage that much because i care more
about the look and feel :)

+

>My PC's Specs!

+

cpu: Ryzen 4500 i think????
gpu: radeon 7600
ram: 32GB ddr4
Storage: 256GB NvME drive, 1TB SATA HDD
OS: Arch linux :>

+

>Contact/Links!

+

Email: blueballs@based.pt
Discord: blue.balls.
XMPP: balls@based.pt
BasedGit: blueballs

+
+ + + diff --git a/rushda.otf b/rushda.otf new file mode 100644 index 0000000..7f32164 Binary files /dev/null and b/rushda.otf differ diff --git a/stylish.css b/stylish.css new file mode 100644 index 0000000..840a6d8 --- /dev/null +++ b/stylish.css @@ -0,0 +1,32 @@ +@font-face { + font-family: 'Iosevka'; + src: url('iosevka.ttf') format('truetype'); + font-weight: normal; + font-style: normal; +} + +p { + + margin-left:25%; + color: white; + font-family: 'Iosevka', monospace; +} + +h1 { + + color: white; + font-family: 'Iosevka', monospace; + font-size: 33px; +} + +h2 { + + margin-left: 25%; + color: white; + font-family: 'Iosevka', monospace; +} + +.noleftm { + + margin-left: 0; +}