added logo

This commit is contained in:
Emma Tebibyte 2022-07-02 06:48:50 -04:00
parent fa68714489
commit 20c9330b26
1 changed files with 12 additions and 7 deletions

View File

@ -2,27 +2,32 @@
<html>
<head>
<title>TiB. | Home</title>
<link rel="stylesheet" href="/assets/TiB.css">
<link rel="stylesheet" href="assets/TiB.css">
<link rel="icon" href="/favicon.ico" type="image/x-icon" />
<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>
<header><img id="logo" src="assets/img/TiB-network.svg" /></header>
<body id="home">
<h1 style="text-align: center;">Tebibyte Media</h1>
<nav><h4 style="text-align: right"><li class="home"><a href="/">Home</a></li> | <li class="blog"><a href="/blog">Weblog</a></li> | <li class="about"><a href="/about">About</a></li></h4></nav>
<br>
<h3>New solutions to libre project networking.</h3>
<h3>Let's liberate information together.</h3>
<br>
<p>
Tebibyte Media works to promote free and libre projects in order to provide support and publicity to member projects. Its members enjoy benefits like management of server hosting, email management, access to <a href=https://tebibyte.media/about/services>our services</a>, and any future benefits that come as a result of the expanding nature of the project.
Tebibyte Media works to promote free and libre projects in order
to provide support and publicity to member projects. Its members
enjoy benefits like management of server hosting, email management,
access to <a href=/about#services>our services</a>, and any future
benefits that come as a result of the expanding nature of the
project.
</p>
<h3></h3>
<br>
<p style="text-align: left"><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></p>
<p style="text-align: left"><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></p>
</body>
</html>