New font + YGG mirror
This commit is contained in:
@@ -5,6 +5,11 @@ body {
|
|||||||
overflow-x: hidden;
|
overflow-x: hidden;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@font-face {
|
||||||
|
font-family: IBMWeb;
|
||||||
|
src: url('https://cdn.4d2.org/web/ibm9x16.woff');
|
||||||
|
}
|
||||||
|
|
||||||
/* Ascii logo */
|
/* Ascii logo */
|
||||||
.ascii-logo {
|
.ascii-logo {
|
||||||
font-family: monospace;
|
font-family: monospace;
|
||||||
@@ -18,9 +23,12 @@ body {
|
|||||||
.content1 {
|
.content1 {
|
||||||
margin-left: 20px;
|
margin-left: 20px;
|
||||||
margin-right: 20px;
|
margin-right: 20px;
|
||||||
font-family: monospace;
|
font-family: IBMWeb, Liberation Mono, monospace;
|
||||||
white-space: normal;
|
background-color: #000000;
|
||||||
color: #a57ae9;
|
color: #a57ae9;
|
||||||
|
font-size: 1.0em;
|
||||||
|
white-space: normal;
|
||||||
|
/* color: #a57ae9; */
|
||||||
}
|
}
|
||||||
/* End of the main content of the website */
|
/* End of the main content of the website */
|
||||||
|
|
||||||
@@ -28,7 +36,7 @@ body {
|
|||||||
.content2 {
|
.content2 {
|
||||||
margin-left: 20px;
|
margin-left: 20px;
|
||||||
margin-right: 20px;
|
margin-right: 20px;
|
||||||
font-family: monospace;
|
font-family: IBMWeb, Liberation Mono, monospace;
|
||||||
white-space: normal;
|
white-space: normal;
|
||||||
color: #a57ae9;
|
color: #a57ae9;
|
||||||
font-size: large;
|
font-size: large;
|
||||||
@@ -37,7 +45,7 @@ body {
|
|||||||
|
|
||||||
/*Code to make footer look cool and ncie :D*/
|
/*Code to make footer look cool and ncie :D*/
|
||||||
footer {
|
footer {
|
||||||
font-family: monospace;
|
font-family: IBMWeb, Liberation Mono, monospace;
|
||||||
position: fixed;
|
position: fixed;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
bottom: 0;
|
bottom: 0;
|
||||||
|
|||||||
BIN
assets/fonts/Ac437_IBM_VGA_8x16.ttf
Normal file
BIN
assets/fonts/Ac437_IBM_VGA_8x16.ttf
Normal file
Binary file not shown.
@@ -86,7 +86,8 @@
|
|||||||
>
|
>
|
||||||
| <a href="/pages/socials.html">My Socials</a> |
|
| <a href="/pages/socials.html">My Socials</a> |
|
||||||
<a href="/pages/contact.html">Contact Me</a> |
|
<a href="/pages/contact.html">Contact Me</a> |
|
||||||
<a href="/pages/mirrors.html">TOR & Mirrors</a> |
|
<a href="/pages/mirrors.html">TOR, YGG & Mirrors</a> |
|
||||||
|
<a href="/pages/font.html">Font</a> |
|
||||||
</footer>
|
</footer>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
@@ -170,7 +170,8 @@
|
|||||||
>
|
>
|
||||||
| <a href="/pages/socials.html">My Socials</a> |
|
| <a href="/pages/socials.html">My Socials</a> |
|
||||||
<a href="/pages/contact.html">Contact Me</a> |
|
<a href="/pages/contact.html">Contact Me</a> |
|
||||||
<a href="/pages/mirrors.html">TOR & Mirrors</a> |
|
<a href="/pages/mirrors.html">TOR, YGG & Mirrors</a> |
|
||||||
|
<a href="/pages/font.html">Font</a> |
|
||||||
</footer>
|
</footer>
|
||||||
</body>
|
</body>
|
||||||
<!-- Code for this website made with passion by Purplebored. https://purplebored.pl <3 -->
|
<!-- Code for this website made with passion by Purplebored. https://purplebored.pl <3 -->
|
||||||
|
|||||||
@@ -55,8 +55,9 @@
|
|||||||
>Source code</a
|
>Source code</a
|
||||||
>
|
>
|
||||||
| <a href="/pages/socials.html">My Socials</a> |
|
| <a href="/pages/socials.html">My Socials</a> |
|
||||||
<a href="/pages/mirrors.html">TOR & Mirrors</a> |
|
<a href="/pages/contact.html">Contact Me</a> |
|
||||||
<a href="/">Homepage</a> |
|
<a href="/pages/mirrors.html">TOR, YGG & Mirrors</a> |
|
||||||
|
<a href="/pages/font.html">Font</a> |
|
||||||
</footer>
|
</footer>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
48
pages/font.html
Normal file
48
pages/font.html
Normal file
@@ -0,0 +1,48 @@
|
|||||||
|
<!doctype html>
|
||||||
|
<html lang="en">
|
||||||
|
<head>
|
||||||
|
<meta charset="UTF-8" />
|
||||||
|
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
|
||||||
|
|
||||||
|
<meta property="og:url" content="https://purplebored.pl/pages/contact.html" />
|
||||||
|
<meta property="og:title" content="Contact" />
|
||||||
|
<meta
|
||||||
|
property="og:description"
|
||||||
|
content="Purplebored contacts :-)"
|
||||||
|
/>
|
||||||
|
<meta property="description" content="Purplebored contacts :-)" />
|
||||||
|
<meta
|
||||||
|
name="keywords"
|
||||||
|
content="purplebored, poland, polish, personal website, website, buttons, niko, self-hosted, open source, foss, contact"
|
||||||
|
/>
|
||||||
|
<meta name="color-scheme" content="dark" />
|
||||||
|
<meta name="theme-color" content="black" />
|
||||||
|
|
||||||
|
<title>=Contact Me=</title>
|
||||||
|
<link rel="stylesheet" href="/assets/css/style.css" />
|
||||||
|
<link rel="icon" href="/favicon.ico" type="image/x-icon" />
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<div class="content1">
|
||||||
|
<center>
|
||||||
|
<h2>=== The font I am using ===</h2>
|
||||||
|
<p>
|
||||||
|
IBM VGA 9x16 font by VileR. (I found it on 4d2.org and realy liked it lol)
|
||||||
|
<a href="https://int10h.org/oldschool-pc-fonts/#-"
|
||||||
|
>Link</a
|
||||||
|
>
|
||||||
|
</p>
|
||||||
|
</center>
|
||||||
|
</div>
|
||||||
|
<footer>
|
||||||
|
Purplebored © 2023-2025 |
|
||||||
|
<a href="https://git.ari.lt/purplebored/My-Personal-Website"
|
||||||
|
>Source code</a
|
||||||
|
>
|
||||||
|
| <a href="/pages/socials.html">My Socials</a> |
|
||||||
|
<a href="/pages/contact.html">Contact Me</a> |
|
||||||
|
<a href="/pages/mirrors.html">TOR, YGG & Mirrors</a> |
|
||||||
|
<a href="/pages/font.html">Font</a> |
|
||||||
|
</footer>
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
@@ -56,7 +56,8 @@
|
|||||||
>
|
>
|
||||||
| <a href="/pages/socials.html">My Socials</a> |
|
| <a href="/pages/socials.html">My Socials</a> |
|
||||||
<a href="/pages/contact.html">Contact Me</a> |
|
<a href="/pages/contact.html">Contact Me</a> |
|
||||||
<a href="/">Homepage</a> |
|
<a href="/pages/mirrors.html">TOR, YGG & Mirrors</a> |
|
||||||
|
<a href="/pages/font.html">Font</a> |
|
||||||
</footer>
|
</footer>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
@@ -35,6 +35,8 @@
|
|||||||
><br />
|
><br />
|
||||||
Mirror 1 URL:
|
Mirror 1 URL:
|
||||||
<a href="https://niko.fsky.io">https://niko.fsky.io</a><br />
|
<a href="https://niko.fsky.io">https://niko.fsky.io</a><br />
|
||||||
|
YGG site:
|
||||||
|
<a href="http://[300:5506:25eb:d0d9:1000:1000:1000:1002]/">http://[300:5506:25eb:d0d9:1000:1000:1000:1002]/</a> <br />
|
||||||
TOR:
|
TOR:
|
||||||
<a
|
<a
|
||||||
href="http://niko.fsky42e4xj4o4q7xiyxzodqvd75iwgztywxtbugdmixamrmui5l4vhid.onion/"
|
href="http://niko.fsky42e4xj4o4q7xiyxzodqvd75iwgztywxtbugdmixamrmui5l4vhid.onion/"
|
||||||
@@ -52,7 +54,8 @@
|
|||||||
>
|
>
|
||||||
| <a href="/pages/socials.html">My Socials</a> |
|
| <a href="/pages/socials.html">My Socials</a> |
|
||||||
<a href="/pages/contact.html">Contact Me</a> |
|
<a href="/pages/contact.html">Contact Me</a> |
|
||||||
<a href="/">Homepage</a> |
|
<a href="/pages/mirrors.html">TOR, YGG & Mirrors</a> |
|
||||||
|
<a href="/pages/font.html">Font</a> |
|
||||||
</footer>
|
</footer>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
@@ -45,10 +45,10 @@
|
|||||||
<a href="https://git.ari.lt/purplebored/My-Personal-Website"
|
<a href="https://git.ari.lt/purplebored/My-Personal-Website"
|
||||||
>Source code</a
|
>Source code</a
|
||||||
>
|
>
|
||||||
|
|
| <a href="/pages/socials.html">My Socials</a> |
|
||||||
<a href="/pages/contact.html">Contact Me</a> |
|
<a href="/pages/contact.html">Contact Me</a> |
|
||||||
<a href="/pages/mirrors.html">TOR & Mirrors</a> |
|
<a href="/pages/mirrors.html">TOR, YGG & Mirrors</a> |
|
||||||
<a href="/">Homepage</a> |
|
<a href="/pages/font.html">Font</a> |
|
||||||
</footer>
|
</footer>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
Reference in New Issue
Block a user