rewrite to xhtml made by zayd

This commit is contained in:
2025-03-28 17:42:54 +01:00
parent e8dbc69baa
commit 8713c2badd
23 changed files with 562 additions and 734 deletions

152
pages/buttons.xhtml Normal file
View File

@@ -0,0 +1,152 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="og:url" content="https://purplebored.pl/pages/buttons.xhtml" />
<meta name="og:title" content="Buttons" />
<meta name="og:description" content="Purplebored 88x31s :-)" />
<meta name="description" content="Purplebored 88x31s :-)" />
<meta name="keywords" content="purplebored, poland, polish, personal website, website, buttons, niko, self-hosted, open source, foss, 88x31" />
<meta name="color-scheme" content="dark" />
<meta name="theme-color" content="black" />
<title>=Buttons=</title>
<link rel="stylesheet" href="/assets/css/style.css" />
<link rel="icon" href="/favicon.ico" type="image/x-icon" />
</head>
<body>
<div class="content1" style="text-align: center; margin: 0 auto">
<h3>=== Buttons ===</h3>
Ah yes 88x31 also known as buttons, a staple in personal websites
I would say. They are so cool in my opinion and I love having
them. I even have my own 88x31 which you can download
<a href="/assets/images/buttons/Purplebored_button.png" target="_blank">
Here!
</a>
<br />
(you can also just use that link instead of downloading the
button. That would be even better actually because if I update my
button it's going to automaticly update on your website.)
<br />
<h4>Website 88x31s:<br /></h4>
<!-- All the website buttons -->
<!--My personal website button-->
<a href="https://purplebored.pl/" target="_blank">
<img src="/assets/images/buttons/Purplebored_button.png"
alt="My button"/>
</a>
<!--Unpato writing button-->
<a href="https://unpato.neocities.org/" target="_blank">
<img src="/assets/images/buttons/unpato.png"
alt="Unpato writing Button"/>
</a>
<!--tobskep button-->
<a href="https://tobskep.com/" target="_blank">
<img src="/assets/images/buttons/tobskep.gif"
alt="Tobskeep button."/>
</a>
<!--eclipse.cx button-->
<a href="https://eclipse.cx" target="_blank">
<img src="/assets/images/buttons/eclipsecx.png"
alt="Eclipse Comunity Button"/>
</a>
<!--aagaming button-->
<a href="https://aagaming.me/" target="_blank">
<img src="/assets/images/buttons/aagaming.png"
alt="AAgamings button." />
</a>
<!--mcneb10 button-->
<a href="https://themcgovern.net" target="_blank">
<img src="/assets/images/buttons/mcneb10.gif"
alt="Mcneb10 button." />
</a>
<!--georgemoody button-->
<a href="htttps://moody.im/">
<img border="1"
src="/assets/images/buttons/georgemoody.png"
alt="georgemoody button."/>
</a>
<!--Xameren button-->
<a href="https://xameren.fsky.io">
<img src="/assets/images/buttons/xameren.png"
alt="Xamern button." />
</a>
<!--fsky.io button-->
<a href="https://fsky.io">
<img src="/assets/images/buttons/fsky.png"
alt="FSKY.io button."/>
</a>
<!--ari button-->
<a href="https://ari.lt/"
title="ari-web badge"
rel="noopener noreferrer">
<img src="/assets/images/buttons/ari.png"
alt="ari-web badge" />
</a>
<!--telepath button-->
<a href="https://telepath.im">
<img src="/assets/images/buttons/telepath.png"
alt="Telepath.im button"/>
</a>
<!--Nyx button-->
<a href="https://nyx.everypizza.im">
<img src="/assets/images/buttons/nyx.png"
alt="Nyx everypizza button."/>
</a>
<!-- Aleksey kon button -->
<a href="https://aleksey-kon-games.fsky.io/">
<img src="/assets/images/buttons/aleksey.png"
alt="aleksey kon games button" />
</a>
<!-- k327 button -->
<a href="https://k327.eu/">
<img src="/assets/images/buttons/k327.png"
alt="k327.eu button"/>
</a>
<!-- Trace button -->
<a href="https://vaporwavefox.neocities.org">
<img src="/assets/images/buttons/trace.png"
alt="Trace button"/>
</a>
<!-- Zayd button-->
<a href="https://zayd.fsky.io">
<img src="/assets/images/buttons/zayd.png"
alt="Zayd button" />
</a>
<!-- Authen button-->
<a href="https://authenyo.xyz">
<img src="/assets/images/buttons/authen.gif"
alt="Authen button" />
</a>
<!-- End of the website buttons -->
<br />
<br />
<h4>Other buttons:</h4>
<!--Firefox button-->
<img src="/assets/images/buttons/firefox.gif"
alt="Tested on Firefox button" />
<!--Works on every browser button-->
<img src="/assets/images/buttons/any_browser.gif"
alt="Works on any browser button." />
<!--Made for dark mode button-->
<img src="/assets/images/buttons/dark-mode.gif"
alt="Made for darkmode button." />
<!--Runs on freeBSD button-->
<img src="/assets/images/buttons/freebsd.gif"
alt="Runs on FreeBSD button." />
<br />
<br />
<a href="/index.xhtml">Back to the main page</a>
</div>
<div class="footer">
Purplebored &copy; 2023-2025 |
<a href="https://git.ari.lt/purplebored/My-Personal-Website">Source code</a> |
<a href="/pages/contact.xhtml">Contact Me</a> |
<a href="/pages/mirrors.xhtml">Tor, Ygg &amp; Mirrors</a> |
<a href="/pages/font.xhtml">Font</a> |
</div>
</body>
<!-- Code for this website made with passion by Purplebored. https://purplebored.pl <3 -->
</html>