This repository has been archived on 2024-01-25. You can view files and clone it, but cannot push or open issues/pull-requests.
modx-template/index-template.html

79 lines
4.6 KiB
HTML
Raw Normal View History

<!DOCTYPE html>
<!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]-->
<!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8"> <![endif]-->
<!--[if IE 8]> <html class="no-js lt-ie9"> <![endif]-->
<!--[if gt IE 8]> <html class="no-js"> <!--<![endif]-->
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>[[*pagetitle]]</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="author" href="humans.txt" />
<link rel="stylesheet" href="css/style.css"> <!-- main stylesheet -->
<link rel="stylesheet" href="css/scrollbar.css"> <!-- custom scrollbar -->
</head>
<body>
<div id="container">
<div id="headerArea">
<div id="header" style="height: 249px;"></div>
<nav id="navbar" style="margin-bottom: 0px;">
<ul>
<li><a href="/">Home</a></li>
<li><a href="about-me.html">About</a></li>
<!-- <li><a href="#">Blog</a></li> --> <!-- Uncomment when I have a blog I want to share -->
<li><a href="links.html">Links</a></li>
<li><a href="shrines.html">Shrines</a></li>
<li><a href="manifesto.html">Manifesto</a></li>
<!-- <li><a href="#">Sitemap</a></li> -->
</ul>
</nav>
</div>
<div id="flex">
<!-- START OF THE SIDEBAR -->
<aside id="leftSidebar" style="margin-right: 0px;">
<h2>Updates</h2>
<div class="box">
<p>My Most Recent Updates Are Found Here! (For more real-time stuff, check the Mastodon account linked on the right)</p>
<ul style="padding-left:10px;">
<li>Rebuilt this site using tools from <a href="https://sadgrl.online/" target="_blank">Sadgrl</a></li>
<li>Built a MTG Deck with input from friends based around Demons, Devils, and Tieflings</li>
<li>I joined Mastodon, finally.</li>
</ul>
</div>
<!-- <h2>Hi there!</h2>
<p>(fill this in)</p>
<h3>Other Tools</h3>
<ul>
<li></li>
</ul> -->
<h2>Have some 88x31s</h2>
<p>Context: These are either links to tools or websites I like, or just neat fucking images. Hover over them!</p>
<ul class="nobull">
<li><img src="img/got_html.gif"></li>
<li><a href="https://code.visualstudio.com/" target="_blank"><img src="img/vscbutton.gif"></a></li>
<li><a href="humans.txt"><img src="img/humanstxt-isolated-blank.gif"></a></li>
<li><img src="img/discord.gif" title=""></li>
<li><img src="img/nonbinary.png" title="they/them"></li>
<li><a href="https://www.mozilla.org/en-US/firefox/new/"><img src="img/firefox2.gif"></a></li>
<li><a href="https://store.steampowered.com" target="_blank"><img src="img/steam.gif" title="Play games with people!"></a></li>
<li><a href="https://yesterweb.org/" target="_blank"><img src="https://yesterweb.org/img/button.png" alt="a button that says Yesterweb Reclaim The Net" /></a></li>
<li><a rel="me" href="https://tech.lgbt/@nexxy"><img src="img/mastodon.gif"></a></li>
</ul>
</aside>
<!-- END OF THE SIDEBAR -->
<main>
[[*content]]
</main>
</div>
<footer id="footer" style="margin-top: 0px;"><a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/4.0/"><img alt="Creative Commons License" style="border-width:0" src="https://i.creativecommons.org/l/by-nc-sa/4.0/88x31.png" /></a><br /><a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/4.0/">CC BY-NC-SA 4.0</a> | Nexan 2020-2022</footer>
</div>
<!--[if lt IE 7]>
<p class="browsehappy">You are using an <strong>outdated</strong> browser. Please <a href="#">upgrade your browser</a> to improve your experience.</p>
<![endif]-->
</body>
</html>