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

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

BIN
sekritnewsite/images/bg-orig.jpg Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 34 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 34 KiB

After

Width:  |  Height:  |  Size: 517 KiB

View File

@ -1,14 +1,25 @@
<!DOCTYPE HTML> <!DOCTYPE HTML>
<!-- <!--
RFE NEW SITE
Strata by HTML5 UP Strata by HTML5 UP
html5up.net | @ajlkn html5up.net | @ajlkn
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license) Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
--> -->
<html> <html>
<head> <head>
<title>Strata by HTML5 UP</title> <title>Radio Free Elsewhere</title>
<meta charset="utf-8" /> <meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" /> <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" /> <link rel="stylesheet" href="assets/css/main.css" />
</head> </head>
<body class="is-preload"> <body class="is-preload">
@ -16,7 +27,7 @@
<!-- Header --> <!-- Header -->
<header id="header"> <header id="header">
<div class="inner"> <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 /> <h1><strong>I am Strata</strong>, a super simple<br />
responsive site template freebie<br /> responsive site template freebie<br />
crafted by <a href="http://html5up.net">HTML5 UP</a>.</h1> 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"> <footer id="footer">
<div class="inner"> <div class="inner">
<ul class="icons"> <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-mastodon"><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-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 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> <li><a href="#" class="icon solid fa-envelope"><span class="label">Email</span></a></li>
</ul> </ul>
<ul class="copyright"> <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> </ul>
</div> </div>
</footer> </footer>