Compare commits

...

3 Commits

Author SHA1 Message Date
Emma Tebibyte f4bbdf3f18 Merge pull request 'Fixed index.html' (#9) from site-design into main
Reviewed-on: #9
2022-07-02 10:51:12 +00:00
Emma Tebibyte 11ac6b51ab fixed index.html 2022-07-02 06:49:41 -04:00
Emma Tebibyte 20c9330b26 added logo 2022-07-02 06:48:50 -04:00
1 changed files with 11 additions and 6 deletions

View File

@ -9,20 +9,25 @@
<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>