formatting updates
This commit is contained in:
parent
ffe21e6d6c
commit
d2d0f45c81
50 changed files with 7783 additions and 7432 deletions
|
@ -1,39 +1,44 @@
|
|||
<!DOCTYPE html>
|
||||
<!doctype html>
|
||||
<html lang="en">
|
||||
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta charset="utf-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<title>Jank Client</title>
|
||||
<meta content="Jank Client" property="og:title">
|
||||
<meta content="A spacebar client that has DMs, replying and more" property="og:description">
|
||||
<meta content="/logo.webp" property="og:image">
|
||||
<meta content="#4b458c" data-react-helmet="true" name="theme-color">
|
||||
<link href="/style.css" rel="stylesheet">
|
||||
<link href="/themes.css" rel="stylesheet" id="lightcss">
|
||||
<style>body.no-theme{background:#16191b;}@media(prefers-color-scheme:light){body.no-theme{background:#9397bd;}}</style>
|
||||
<meta content="Jank Client" property="og:title" />
|
||||
<meta content="A spacebar client that has DMs, replying and more" property="og:description" />
|
||||
<meta content="/logo.webp" property="og:image" />
|
||||
<meta content="#4b458c" data-react-helmet="true" name="theme-color" />
|
||||
<link href="/style.css" rel="stylesheet" />
|
||||
<link href="/themes.css" rel="stylesheet" id="lightcss" />
|
||||
<style>
|
||||
body.no-theme {
|
||||
background: #16191b;
|
||||
}
|
||||
@media (prefers-color-scheme: light) {
|
||||
body.no-theme {
|
||||
background: #9397bd;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
|
||||
<body class="no-theme" style="overflow-y: scroll;">
|
||||
<body class="no-theme" style="overflow-y: scroll">
|
||||
<div id="titleDiv">
|
||||
<img src="/logo.svg" width="40">
|
||||
<img src="/logo.svg" width="40" />
|
||||
<h1 id="pageTitle">Jank Client</h1>
|
||||
<a href="/invite/USgYJo?instance=https%3A%2F%2Fspacebar.chat"
|
||||
class="TitleButtons">
|
||||
<a href="/invite/USgYJo?instance=https%3A%2F%2Fspacebar.chat" class="TitleButtons">
|
||||
Spacebar Guild
|
||||
</a>
|
||||
<a href="https://github.com/MathMan05/JankClient" class="TitleButtons">
|
||||
Github
|
||||
</a>
|
||||
<a href="/channels/@me" class="TitleButtons" id="openClient">
|
||||
Open Client
|
||||
</a>
|
||||
<a href="https://github.com/MathMan05/JankClient" class="TitleButtons"> Github </a>
|
||||
<a href="/channels/@me" class="TitleButtons" id="openClient"> Open Client </a>
|
||||
</div>
|
||||
<div id="homePage">
|
||||
|
||||
<h1 class="pagehead" id="welcomeJank">Welcome to Jank Client</h1>
|
||||
<div class="pagebox">
|
||||
<p id="box1title">Jank Client is a Spacebar-compatible client seeking to be as good as it can be with many features including:</p>
|
||||
<p id="box1title">
|
||||
Jank Client is a Spacebar-compatible client seeking to be as good as it can be with many
|
||||
features including:
|
||||
</p>
|
||||
<ul id="box1Items">
|
||||
<li>Direct Messaging</li>
|
||||
<li>Reactions support</li>
|
||||
|
@ -47,18 +52,18 @@
|
|||
</div>
|
||||
<div class="pagebox">
|
||||
<h2 id="compatableInstances">Spacebar-Compatible Instances:</h2>
|
||||
<div id="instancebox">
|
||||
</div>
|
||||
<div id="instancebox"></div>
|
||||
</div>
|
||||
<div class="pagebox">
|
||||
<h2 id="box3title">Contribute to Jank Client</h2>
|
||||
<p id="box3description">We always appreciate some help, whether that be in the form of bug reports, code, help translate, or even just pointing out some typos.</p><br>
|
||||
<a href="https://github.com/MathMan05/JankClient" class="TitleButtons">
|
||||
Github
|
||||
</a>
|
||||
<p id="box3description">
|
||||
We always appreciate some help, whether that be in the form of bug reports, code, help
|
||||
translate, or even just pointing out some typos.
|
||||
</p>
|
||||
<br />
|
||||
<a href="https://github.com/MathMan05/JankClient" class="TitleButtons"> Github </a>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
<script src="/home.js" type="module"></script>
|
||||
|
||||
</html>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue