all the js shit. yea all of it. gonna do some changes so commiting before i break shit
This commit is contained in:
parent
50e6b11b03
commit
7814a16c34
5 changed files with 415 additions and 114 deletions
22
index.html
22
index.html
|
|
@ -5,7 +5,9 @@
|
|||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Linuxposting Tilde</title>
|
||||
<link rel="stylesheet" href="/assets/base.css">
|
||||
<link rel="stylesheet" href="/assets/animations.css">
|
||||
<link rel="stylesheet" href="/assets/colors.css">
|
||||
<style>a:hover { color: var(--c-bg); background-color: var(--c-highlight) }</style>
|
||||
<link rel="icon" href="/assets/molly.svg">
|
||||
</head>
|
||||
<body>
|
||||
|
|
@ -21,20 +23,21 @@
|
|||
┘ ┘ </div>
|
||||
<div class="nojs skip"><main>
|
||||
<span class="title nojs skip">Linuxposting Tilde</span>
|
||||
<div class="ascii ascii-1">\ * __ * __ _
|
||||
<div class="ascii">
|
||||
<div class="ascii-1">\ * __ * __ _
|
||||
\ \ \_ \ \ \| ,_ ,_ \_ \- \ \_ ,-\ \|\ \ _\ / \_/
|
||||
\_ \ \\ \_\ |\ \_\ \_\ _\ \_ \ \\ \_\ *|\ \_\ \__
|
||||
\ ._\ __/
|
||||
</div>
|
||||
<div class="ascii ascii-2">│. .
|
||||
\ ._\ __/</div>
|
||||
<div class="ascii-2">│. .
|
||||
│ ├┐ ─┐/┌┐┌┐┌ ├ ├┐┌┐ ─┐/ ─┐ ┌─┐ ╷
|
||||
││││││ │ ││││└┐│ │││││ │ ││┌┘ ╵ └─┘
|
||||
└ └┘/└─├┘└┘─┘└─ └┤./└─└┤└─
|
||||
┘ ┘ </div>
|
||||
</div>
|
||||
|
||||
<p>Welcome to our tilde! We are a small community of linux-loving nerds, you can find some of our websites here!
|
||||
<div id="about"><p>Welcome to our tilde! We are a small community of linux-loving nerds, you can find some of our websites here!
|
||||
We also offer a lot of cool self-hosted stuff.
|
||||
Interested in joining? <a href="https://linuxposting.xyz/register">Register here!</a> :3</p>
|
||||
Interested in joining? <a href="https://linuxposting.xyz/register">Register here!</a> :3</p></div>
|
||||
|
||||
<br>
|
||||
<t>Users:</t>
|
||||
|
|
@ -43,7 +46,7 @@
|
|||
<li><a href="~ceres/">~ceres</a></li>
|
||||
<li><a href="~jhalfsharp/">~jhalfsharp</a></li>
|
||||
<li><a href="~kit/">~kit</a></li>
|
||||
<li><a href="~magdalena/">~magdalena</a></li>
|
||||
<li><a href="~magdalena/">~magdalena</a><p>computer nerd, silly catgirl, and linuxposting admin :3<br><br>check out my site!<br><br><br><br>disclaimer: cannot guarantee the presence of any girlkissing-related content</p></li>
|
||||
<li><a href="~mara/">~mara</a></li>
|
||||
<li><a href="~q4os/">~q4os</a></li>
|
||||
<li><a href="~steamos/">~steamos</a></li>
|
||||
|
|
@ -53,8 +56,8 @@
|
|||
<br>
|
||||
<t>Services:</t>
|
||||
<ul id="services">
|
||||
<li><p>Site hosting</p></li>
|
||||
<li><p>Matrix</p></li>
|
||||
<li><d tabindex="0">Site hosting</d></li>
|
||||
<li><d tabindex="0">Matrix</d></li>
|
||||
<li><a href="https://mail.linuxposting.xyz">Email</a></li>
|
||||
<li><a href="https://w.linuxposting.xyz">Wafrn</a></li>
|
||||
<li><a href="https://git.linuxposting.xyz">Git</a></li>
|
||||
|
|
@ -63,6 +66,7 @@
|
|||
<li><a href="https://element.linuxposting.xyz">Element</a></li>
|
||||
</ul>
|
||||
</main></div>
|
||||
<div class="js skip"><div></div></div>
|
||||
<span class="credit skip"><a href="https://girlkissing.tips">site by Magdalunaa :3</a></span>
|
||||
<span class="skip-notice skip">Click to skip</span>
|
||||
</body>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue