nox_site/index.html

56 lines
1.9 KiB
HTML
Raw Normal View History

2023-08-12 16:01:19 +02:00
<!DOCTYPE html>
<html>
2023-08-12 16:41:13 +02:00
<head>
<title>blek! nox</title>
<meta name='description' content='blek! Nox (or simply "nox") is a matrix client that focuses on a good look & feel' />
<meta charset='utf-8' />
2023-08-12 16:42:34 +02:00
<meta name="viewport" content="width=device-width, initial-scale=1"/>
2023-08-12 16:45:22 +02:00
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website" />
<meta property="og:url" content="https://nox.blek.codes/" />
2023-08-12 16:45:22 +02:00
<meta property="og:title" content="blek! nox" />
2023-08-12 16:46:30 +02:00
<meta property="og:description" content='blek! nox (or simply "nox") is a matrix client that focuses on a good look & feel' />
2023-08-12 16:45:22 +02:00
<!-- Twitter -->
<meta property="twitter:card" content="summary_large_image" />
<meta property="twitter:url" content="https://nox.blek.codes/" />
2023-08-12 16:45:22 +02:00
<meta property="twitter:title" content="blek! nox" />
2023-08-12 16:46:30 +02:00
<meta property="twitter:description" content='blek! nox (or simply "nox") is a matrix client that focuses on a good look & feel' />
2023-08-12 16:45:22 +02:00
<!-- Meta Tags Generated with https://metatags.io -->
2023-08-12 16:41:13 +02:00
</head>
2023-08-12 16:01:19 +02:00
<body>
2023-08-13 01:58:51 +02:00
<a href='https://blek.codes'><img src='/blek.png'></img></a>
2023-08-12 16:41:13 +02:00
<h1>blek! nox</h1>
2023-08-12 16:29:44 +02:00
<p>
2023-08-12 16:41:13 +02:00
blek! nox (or simply "nox") is a matrix client that
2023-08-12 16:29:44 +02:00
focuses on a good look &amp; feel. The project is
currently in a very early stage of development, so
any kind of help would be very much appreciated.
</p>
2023-08-12 16:33:45 +02:00
<h1>Links</h1>
<ul>
2023-08-13 02:08:56 +02:00
<li><a href='https://git.blek.codes/blek/nox.git'>Git repo</a></li>
2023-08-13 02:08:21 +02:00
<li><a href='/gallery'>Gallery</a></li>
2023-08-12 16:33:45 +02:00
</ul>
2023-08-12 16:29:44 +02:00
<h1>Where do i get it?</h1>
<p>
Good question. For now we have no releases,
2023-08-13 02:08:56 +02:00
but you can <a href='https://git.blek.codes/blek/nox.git'>build it yourself from git</a>
2023-08-12 16:29:44 +02:00
</p>
<h1>Platforms supported</h1>
<p>
For now we are desktop only and support every
platform that <a href='https://tauri.app/'>Tauri</a>
can compile to.
</p>
<h1>Milestones</h1>
<ul>
<li>CI/CD nightly builds</li>
<li>Fade effect between pages</li>
<li>Basic chatting functionality</li>
</ul>
2023-08-12 16:01:19 +02:00
</body>
</html>