universalized the design changes

This commit is contained in:
Emma Tebibyte 2022-07-02 09:05:19 -04:00
parent 1f8cd313e4
commit 70741156ab
3 changed files with 7 additions and 13 deletions

View File

@ -2,15 +2,15 @@
<html>
<head>
<title>TiB. | About</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 about page." 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.png" width=25% style="vertical-align:top" /></header>
<body id="about">
<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>
<p>Tebibyte Media was started in 2020 by <a href="staff/emma">Emma
Tebibyte</a> in order to create a community of technology-savvy

View File

@ -8,15 +8,9 @@
<meta content="Tebibyte Media page info goes here." 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="template">
<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></h3></nav>
<p>Template text here</p>
</head>
<header><img id="logo" src="assets/img/TiB-network.png" width=25% style="vertical-align:top" /></header>
<body id="home">
<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>
</body>
<footer>
<p><a href="/about/license/legalcode.txt"><img alt="Creative Commons License" src="https://i.creativecommons.org/l/by-nc-sa/4.0/88x31.png" /></a> <a href="/about/license/agpl-3.0.txt"><img alt="GNU AGPLv3 License" src="https://www.gnu.org/graphics/agplv3-88x31.png" /></p>
</footer>
</html>

View File

@ -2,7 +2,7 @@
<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" />