FIX YOUR FUCKING GIT SERVER

This commit is contained in:
blueballs 2025-07-23 15:11:08 +01:00
parent 456d4e1f86
commit a98ad12705
5 changed files with 90 additions and 0 deletions

27
atom.xml Normal file
View file

@ -0,0 +1,27 @@
<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
<title>my blog</title>
<link href="https://blueballs.based.pt/">
<updated>2025-07-23T13:16:38+0000</updated>
<author>
<name>BlueBalls</name>
</author>
<id>https://blueballs.based.pt/</id>
<entry>
<title>Blog #1 - my ahh website</title>
<link href="https://blueballs.based.pt/blogs/blog1.html" />
<id>https://blueballs.based.pt/blog/blog1.html</id>
<updated> 2025-07-23T13:16:38+0000 </updated>
<content type="html">
<![CDATA[
<p>i randomly decided to pull my third all nighter in a row just to make this website, it kinda looks ass but idrk what<br/>
to put in this blog but uhh uhh use any unix software any FOSS software and based.pt is a honey pot<br/><br/>
i guess ill include an ss of my setup here</p>
<img src="https://example.com/mysystem.png" alt="100% custom dwm setup 0 bloat" width="859" height="483" style="margin-left: 25%"/>
]]>
</content>
</entry>
</feed>

25
blog.html Normal file
View file

@ -0,0 +1,25 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width initial-scale=1.0">
<link rel="stylesheet" href="stylish.css">
<link rel="icon" href="Wlogo.png"
</head>
<body style="background-color:#121212">
<center>
<h1>BLUE BALLS</h1>
<hr style="width:50%">
</center>
<p> <a href="/home.html">home</a> I <a href="/blog.html">blog</a> I <a href="https://based.pt/webring/">coolppl</a> </p>
<hr style="width:50%">
<div style="margin-left: 25%">
<nav>
<p class="noleftm"> Blog #1 - my ahh website</p>
<p class="noleftm"> Wed, 23 Jul 2025 13:16:38 +0000</p>
<a href="blogs/blog1.html">Read</a>
<hr class="half-left">
</div>
</body>
</html>

32
home.html Normal file
View file

@ -0,0 +1,32 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="stylish.css">
<link rel="icon" href="Wlogo.png">
</head>
<body style="background-color:#121212">
<center>
<h1>BLUE BALLS</h1>
<hr style="width:50%">
</center>
<p> <a href="/home.html">home</a> I <a href="/blog.html">blog</a> I <a href="https://based.pt/webring/">coolppl</a> </p>
<hr style="width:50%">
<h2>>lil about me</h2>
<p>yo im cool, uh whose really reading ts but i like going outside and linux type shi <br> i also really like KanYe West and still defend, which i will do until the day i die <br>i dont really care about bloat or shi like ram usage that much because i care more <br>about the look and feel :)</p>
<h2>>My PC's Specs!</h2>
<p> cpu: Ryzen 4500 i think???? <br>gpu: radeon 7600<br>ram: 32GB ddr4<br>Storage: 256GB NvME drive, 1TB SATA HDD<br>OS: Arch linux :></p>
<h2>>Contact/Links!</h2>
<p>Email: blueballs@based.pt<br>Discord: blue.balls.<br>XMPP: balls@based.pt<br>BasedGit: <a href="https://git.based.pt/blueballs">blueballs</a></p>
<hr style="width:50%">
<footer>
<center>
<p class="noleftm"><a href="https://suigarra.based.pt/">prev</a> | <a href="https://based.pt/webring">webring</a> | <a href="https://bacalhau.based.pt/">next</a></p>
<img src="https://cyber.dabamos.de/88x31/javascript-zero.gif" alt="JavaScript Zero" height="31">
<a href="https://www.vim.org/" target="_blank" rel="noopener noreferrer"><img src="https://cyber.dabamos.de/88x31/vim.vialle.love.anim.gif" alt="Vim" height="31"></a>
</center>
</footer>
</body>
</html>

BIN
mysystem.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 485 KiB

View file

@ -30,3 +30,9 @@ h2 {
margin-left: 0; margin-left: 0;
} }
.half-left {
width: 50%;
margin-left: 0;
margin-right: auto;
}