Basic set up on new site.

This commit is contained in:
2025-02-21 07:29:58 -06:00
parent be5fa793dd
commit cce8e9292c
4 changed files with 16 additions and 5 deletions

View File

@ -1,14 +1,25 @@
<!DOCTYPE HTML>
<!--
RFE NEW SITE
Strata by HTML5 UP
html5up.net | @ajlkn
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
-->
<html>
<head>
<title>Strata by HTML5 UP</title>
<title>Radio Free Elsewhere</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<meta property="og:title" content="Radio Free Elsewhere" />
<meta property="og:description" content="Something different. Somewhere else." />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://cyberpunklibrarian.nohost.me/rfe/" />
<meta property="og:image" content="https://cyberpunklibrarian.nohost.me/rfe/images/rfe-social.jpg" />
<meta name="twitter:title" content="Radio Free Elsewhere">
<meta name="twitter:description" content="Something different. Somewhere else.">
<meta name="twitter:image" content="https://cyberpunklibrarian.nohost.me/rfe/images/rfe-social.jpg">
<meta name="twitter:card" content="summary_large_image">
<link rel="stylesheet" href="assets/css/main.css" />
</head>
<body class="is-preload">
@ -16,7 +27,7 @@
<!-- Header -->
<header id="header">
<div class="inner">
<a href="#" class="image avatar"><img src="images/avatar.jpg" alt="" /></a>
<a href="#" class="image avatar"><img src="images/avatar-rfe.jpg" alt="Radio Free Elsewhere logo" /></a>
<h1><strong>I am Strata</strong>, a super simple<br />
responsive site template freebie<br />
crafted by <a href="http://html5up.net">HTML5 UP</a>.</h1>
@ -440,13 +451,13 @@ print 'It took ' + i + ' iterations to sort the deck.';</code></pre>
<footer id="footer">
<div class="inner">
<ul class="icons">
<li><a href="#" class="icon brands fa-twitter"><span class="label">Twitter</span></a></li>
<li><a href="#" class="icon brands fa-github"><span class="label">Github</span></a></li>
<li><a href="#" class="icon brands fa-mastodon"><span class="label">Twitter</span></a></li>
<li><a href="#" class="icon brands fa-gitlab"><span class="label">Github</span></a></li>
<li><a href="#" class="icon brands fa-dribbble"><span class="label">Dribbble</span></a></li>
<li><a href="#" class="icon solid fa-envelope"><span class="label">Email</span></a></li>
</ul>
<ul class="copyright">
<li>&copy; Untitled</li><li>Design: <a href="http://html5up.net">HTML5 UP</a></li>
<li>&copy; 2025 CC-By-NC-SA Tanglewood Hill Studio</li><li><a href="http://html5up.net">HTML5 UP</a></li>
</ul>
</div>
</footer>