site/index.html

74 lines
2.8 KiB
HTML
Raw Normal View History

2022-06-04 13:51:41 +00:00
<!DOCTYPE html>
<html>
<head>
<title>TiB. | Home</title>
2022-07-02 13:05:19 +00:00
<link rel="stylesheet" href="/assets/TiB.css">
2022-06-04 13:51:41 +00:00
<link rel="icon" href="/favicon.ico" type="image/x-icon" />
2022-08-27 08:02:19 +00:00
<meta charset="UTF-8">
2022-06-04 13:51:41 +00:00
<meta content="Emma Tebibyte" name="author" />
<meta content="Tebibyte Media project website." name="description" />
<meta content="width=device-width, initial-scale=1" name="viewport" />
<meta content="interest-cohort=()" http-equiv="Permissions-Policy" /> <!-- FUCK GOOGLE -->
</head>
<body id="home">
<header>
<img id="logo" src="/assets/img/TiB-network.png" width=25% />
</header>
<nav>
<h4>
<ul>
<li class="home">
<a href="/">Home</a> |
</li>
2022-09-08 18:49:23 +00:00
<li class="network">
<a href="/network">Network</a> |
</li>
<li class="blog">
<a href="/blog">Weblog</a> |
</li>
<li class="git">
<a href="https://git.tebibyte.media/">Git</a> |
</li>
<li class="about">
<a href="/about">About</a>
</li>
</ul>
</h4>
</nav>
<div class="content">
<div class="section">
<h3 id="slogan">For the dreamers, from the doers.</h3>
<p>
Tebibyte Media works to promote free software and open-access
projects and networks in order to provide support and publicity
to <a href="/network#members">Network members</a>. Those members
enjoy benefits like management of server hosting, email server
management, access to <a href=/network#benefits>our
services</a>, and any future benefits that come as a result of
the expanding nature of the project.
</p>
</div>
<div class="section" id="donate">
<a href="https://opencollective.com/tebibytemedia">
<img alt="open collective" src="https://opencollective.com/static/images/opencollective-icon.svg" />
</a>
<a href="https://liberapay.com/tebibytemedia/donate">
<img alt="Donate using Liberapay" src="https://liberapay.com/assets/widgets/donate.svg" />
</a>
</div>
</div> <!-- content -->
<footer>
<div class="footer">
<p>
<a href="https://copyleft.org/">Copyleft</a> &#x1f12f; 2022
Tebibyte Media.
</p>
</div>
</footer>
2022-06-04 13:51:41 +00:00
</body>
</html>