build new version

This commit is contained in:
Zoe 2022-04-15 21:22:33 +02:00
parent a3c32be357
commit 694836dbc7
22 changed files with 1169 additions and 252 deletions

View file

@ -1,54 +1,71 @@
<!DOCTYPE html>
<html><head>
<html lang="en"><head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Links</title>
<title>links</title>
<link rel="stylesheet" href="/scss/main.css">
<link rel="icon" type="image/x-icon" href="/svg/favicon.svg">
</head>
<body><div id="content">
<section id="main">
<h1 id="title">Single Page Links</h1>
<div>
<article id="content">
</article>
</div>
</section>
<aside id="meta">
<div>
<section>
</section>
<body class="colorswitch"><div id="content">
<main>
<article>
<header class="colorswitch">
<h1 id="title">links</h1>
</header>
</article>
<div id="pagelist">
<div id="postlist">
<h2 class="colorswitch posttitle">
<a class="colorswitch" href="http://example.org/links/nice_things/">things that make me happy</h2><div class="postdescription">this is a list of very good things</a><br>
<a class="postinfo colorswitch" href="http://example.org/links/nice_things/">read more...</a>
</div>
<div id="postlist">
<h2 class="colorswitch posttitle">
<a class="colorswitch" href="http://example.org/links/contact/">find me</h2><div class="postdescription">where to find me</a><br>
<a class="postinfo colorswitch" href="http://example.org/links/contact/">read more...</a>
</div>
<div id="postlist">
<h2 class="colorswitch posttitle">
<a class="colorswitch" href="http://example.org/links/buddies/">buddies</h2><div class="postdescription">these are some cool people that i like!!! very good! you should look at this page</a><br>
<a class="postinfo colorswitch" href="http://example.org/links/buddies/">read more...</a>
</div>
</div>
<div>
<a class="previous" href="http://example.org/about/">previous: About</a>
</div>
</aside>
</div><footer>
<div id="footer-center">
<nav id="footer-nav">
</main>
</div><footer class="colorswitch">
<span id="footer-left"></span>
<span id="footer-center">
<nav id="footer-nav" aria-label="navigation">
<a class="footer-nav-item" href="/" title=""> home</a>
<a class="footer-nav-item colorswitch" href="/" title="home"></a>
<a class="footer-nav-item" href="/about/" title="About"> about</a>
<a class="footer-nav-item colorswitch" href="/about/" title="about"></a>
<a class="footer-nav-item active" href="/links/" title="Links"> links</a>
<a class="footer-nav-item active colorswitch" href="/links/" title="links"></a>
<a class="footer-nav-item colorswitch" href="/music/" title="music"></a>
<a class="footer-nav-item colorswitch" href="/software/" title="software"></a>
<a class="footer-nav-item colorswitch" href="/posts/" title="posts"></a>
</nav>
</div>
<div id="footer-right">
<input type="checkbox" id="darkmode-toggle">
</div>
</span>
<span id="footer-right">
<input type="checkbox" id="darkmode-toggle" aria-label="darkmode toggle" class="toggleinput">
<label class="togglelabel colorswitch" for="darkmode-toggle" aria-label="darkmode toggle" role="checkbox"></label>
</span>
</footer>
<script src="/js/darkmode.js"></script>
</body>
<script src="/js/main.js"></script>
</body>
</html>