gomesite/index.html

80 lines
4.2 KiB
HTML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!DOCTYPE html>
<html lang='en'>
<head>
<title>gomepage</title>
<meta charset='utf-8'/>
<meta name='theme-color' content='#efe5d7'>
<meta name='viewport' content='width=device-width, initial-scale=1.0, shrink-to-fit=no'/>
<link rel='icon' type='image/x-icon' href='./favicon.ico'>
<link rel='preconnect' href='https://fonts.googleapis.com'>
<link rel='preconnect' href='https://fonts.gstatic.com' crossorigin>
<link rel='preload' href='https://fonts.googleapis.com/css2?family=Lora:ital@0;1&display=swap' as='style' onload='this.onload=null;this.rel="stylesheet"'>
<noscript><link rel='stylesheet' href='https://fonts.googleapis.com/css2?family=Lora:ital@0;1&display=swap'></noscript>
<link rel='stylesheet' type='text/css' href='css/gomepage.css'/>
<script defer src='js/statuscafe.js'></script>
<script defer src='js/listening.js'></script>
<script defer src='js/wotd.js'></script>
<script defer src='js/background.js'></script>
<script defer src='js/gomesong.js'></script>
</head>
<body>
<header id='header' class='show-nav'>
<div class='title-box'>
<span class='title'>gomepage</span>
</div>
<nav>
<a href='journal'><span class='link-title'>Journal</span> <span class='link-description'>a collection of articles, essays, and posts authored by me.</span></a>
<a href='bookmarks'><span class='link-title'>Bookmarks</span> <span class='link-description'>web pages I want to keep track of and share with others.</span></a>
<a href='socials'><span class='link-title'>Socials</span> <span class='link-description'>other accounts of mine around the web.</span></a>
</nav>
</header>
<main>
<article>
<p id='tagline'>Humble home of user gome</p>
<div class='music-box'>
<audio src='audio/forest_river.mp3' loop></audio>
<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="play"><polygon points="5 3 19 12 5 21 5 3"></polygon></svg>
<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="pause"><rect x="6" y="4" width="4" height="16"></rect><rect x="14" y="4" width="4" height="16"></rect></svg>
Play a song
</div>
<div class='music-box'>
<audio src='audio/orchard_glen.mp3' loop></audio>
<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="play"><polygon points="5 3 19 12 5 21 5 3"></polygon></svg>
<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="pause"><rect x="6" y="4" width="4" height="16"></rect><rect x="14" y="4" width="4" height="16"></rect></svg>
Play another song
</div>
</article>
<article id='wotd'>
<h2 class='title'></h2>
<time class='date'></time>
<div class='definiendum'></div>
<div class='pronunciation'></div>
</article>
<article id='status'>
<h2 id='statuscafe-title'></h2>
<div id='statuscafe'>
<div id='statuscafe-username'></div>
<div id='statuscafe-content'></div>
</div>
</article>
<article>
<h2>Latest gomepost</h2>
<a class='journal-link' href='journal/colour-green.html'>
<h3>My relationship with <i>Colour Green</i></h3>
<div class='line stop-0'></div>
<time datetime='Thu, 26 Jan 2023 11:00:00 CST'>26 Jan. 2023, 11:00 PM</time>
<p>A pervasive lightness thats deceptively rich and deep</p>
</a>
</article>
<article id='listening'>
<h2 id='listening-title'></h2>
</article>
</main>
<footer>
<img src='./img/desktop_gomes.webp' loading='lazy' class='gome-img' alt='Kabouters at work' />
<img src='./img/tablet_gomes.webp' loading='lazy' class='gome-img' alt='Kabouters at work' />
<img src='./img/mobile_gome.webp' loading='lazy' class='gome-img' alt='Lone kabouter' />
</footer>
</body>
</html>