New loading system, local font!
This commit is contained in:
parent
6800930ea0
commit
8632516c6e
7 changed files with 64 additions and 44 deletions
|
@ -19,9 +19,8 @@
|
|||
</head>
|
||||
|
||||
<body>
|
||||
<br>
|
||||
<a class="chip" href="/">Home</a>
|
||||
<h1>Stuff i'm hosting! <hr></h1>
|
||||
<h1>Hosting<hr></h1>
|
||||
<div class="fadediv">
|
||||
<h2>Warning:</h2>
|
||||
<p>Due to changes in hosting, some services are still down. SearX (the original) has decent uptime, but SearXNG will be continiously going back up and down. Univerter & Fortnite have currently no efforts put towards getting them back up.</p>
|
||||
|
@ -29,15 +28,16 @@
|
|||
<hr>
|
||||
<p>Things with a green border are up, things with a yellow border are inconsistent or have problems, things with a red border are down. </p>
|
||||
<h2><hr>Social Media:</h2>
|
||||
<p class="chip up">Univerter (Report issues <a href="https://github.com/Violets-puragtory/NoJS-YTConverter">here</a>!): <a href="https://yt.violets-purgatory.dev">yt.violets-purgatory.dev</a></p>
|
||||
<p class="chip down">Univerter (Report issues <a href="https://codeberg.org/Bingus_Violet/NoJS-YTConverter">here</a>!): <a href="https://yt.violets-purgatory.dev">yt.violets-purgatory.dev</a></p>
|
||||
<p>Planned: Matrix, Mastodon</p>
|
||||
<h2><hr>Search engines/utilities:</h2>
|
||||
<p class="chip up">Whoogle: <a href="https://wg.violets-purgatory.dev">wg.violets-purgatory.dev</a></p>
|
||||
<p class="chip up">SearX: <a href="https://sx.violets-purgatory.dev">sx.violets-purgatory.dev</a></p>
|
||||
<p class="chip mid">SearXNG: <a href="https://sxng.violets-purgatory.dev">sxng.violets-purgatory.dev</a></p>
|
||||
<p>Nothing planned...</p>
|
||||
<h2><hr>Etc / Funny</h2>
|
||||
<p class="chip down">Fortnite (Web edition!): <a href="https://fortnite.violets-purgatory.dev">fortnite.violets-purgatory.dev</a></p>
|
||||
<p>Nothing planned.</p>
|
||||
<p>Nothing planned...</p>
|
||||
<hr>
|
||||
<p>Have any ideas of what I should host? Submit an issue with your idea to codeberg!</p>
|
||||
<p>All ideas are welcome, just make sure that they have not been tried in the past! Please also ensure that it is not listed on the codeberg page.</p>
|
||||
|
|
|
@ -23,7 +23,6 @@
|
|||
|
||||
<!-- Yet again I would like to apologize for the absolutely atrocious code !! -->
|
||||
|
||||
<br>
|
||||
<p class="chip"><a href="/">Home</a></p>
|
||||
<h1>Pronouns</h1>
|
||||
<div class="fadediv row container-fluid">
|
||||
|
|
|
@ -18,7 +18,6 @@
|
|||
</head>
|
||||
|
||||
<body>
|
||||
<br>
|
||||
<a class="chip" href="/">Home</a>
|
||||
<h1>Socials
|
||||
<hr>
|
||||
|
|
|
@ -1,4 +1,9 @@
|
|||
@import url('https://fonts.googleapis.com/css2?family=Rubik:wght@300;400&display=swap');
|
||||
@font-face {
|
||||
font-family: 'Rubik';
|
||||
src: url("/assets/Fonts/Rubik/Rubik-VariableFont_wght.ttf");
|
||||
font-style: normal;
|
||||
font-weight: 400;
|
||||
}
|
||||
|
||||
* {
|
||||
font-family: 'Rubik', Verdana, Geneva, Tahoma, sans-serif;
|
||||
|
@ -10,7 +15,6 @@
|
|||
h1 {
|
||||
color: rgb(225, 215, 255);
|
||||
font-size: 2.5rem;
|
||||
margin-top: 20px;
|
||||
}
|
||||
|
||||
h2 {
|
||||
|
@ -48,7 +52,7 @@ a {
|
|||
.chip {
|
||||
font-size: 1.3rem;
|
||||
border: 2px gray solid;
|
||||
/* border-radius: 4px; */
|
||||
border-radius: 6px;
|
||||
background-color: black;
|
||||
padding: 8px;
|
||||
margin: 3px;
|
||||
|
@ -102,7 +106,7 @@ hr {
|
|||
background-color: rgb(75, 25, 100);
|
||||
padding: 15px;
|
||||
border: 2px white solid;
|
||||
margin: 25px auto;
|
||||
margin: 20px auto;
|
||||
width: 95%;
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue