Sample index page
Still need to redo the links css
This commit is contained in:
parent
740de6c8f4
commit
685cff9d34
80
prebuild/index.html
Normal file
80
prebuild/index.html
Normal file
@ -0,0 +1,80 @@
|
|||||||
|
<!DOCTYPE HTML>
|
||||||
|
<html lang="en">
|
||||||
|
<head>
|
||||||
|
<meta charset="utf-8">
|
||||||
|
<title>index</title>
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
|
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.8.1/css/all.css" integrity="sha384-50oBUHEmvpQ+1lW4y57PTFmhCaXp0ML5d60M1M7uH2+nqUivzIebhndOJK28anvf" crossorigin="anonymous">
|
||||||
|
<link rel="stylesheet" href="https://unpkg.com/purecss@1.0.0/build/pure-min.css" integrity="sha384-nn4HPE8lTHyVtfCBi5yW9d20FjT8BJwUXyWZT9InLYax14RDjBj46LmSztkmNP9w" crossorigin="anonymous">
|
||||||
|
<!-- Side menu forces things properly apparantly-->
|
||||||
|
<link rel="stylesheet" href="style.css">
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<div id="layout">
|
||||||
|
<div id="menu">
|
||||||
|
<a class="pure-menu-heading" href="/">Home</a>
|
||||||
|
<div class="pure-menu">
|
||||||
|
<ul class="pure-menu-list">
|
||||||
|
<li class="pure-menu-item">
|
||||||
|
<a class="pure-menu-link" href="/about.html">About</a>
|
||||||
|
</li>
|
||||||
|
<li class="pure-menu-item">
|
||||||
|
<a class="pure-menu-link" href="/links.html">Links</a>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div id="main">
|
||||||
|
<div class="content">
|
||||||
|
<div class="header">
|
||||||
|
<h1>This is definitely not a blog</h1>
|
||||||
|
</div>
|
||||||
|
<blockquote>
|
||||||
|
<h1>Fitting ATX boards in MATX Cases</h1>
|
||||||
|
<p><em>January 10, 2018</em><br />
|
||||||
|
pls no boolie cable management</p>
|
||||||
|
</blockquote>
|
||||||
|
<h1><strong><a href="./post/style.html">Wot in tarnation happend to the style</a></strong></h1>
|
||||||
|
<blockquote>
|
||||||
|
<em>September 21, 2018</em><br />
|
||||||
|
waddu heck man it looks all different<br />
|
||||||
|
|
||||||
|
</blockquote>
|
||||||
|
<h1><strong><a href="./post/bash-1.html">Bash is weird sometimes</a></strong></h1>
|
||||||
|
<blockquote>
|
||||||
|
<em>July 22, 2018</em><br />
|
||||||
|
My terminal experience is gettin really weird...<br />
|
||||||
|
More deets coming after this post about that<br />
|
||||||
|
|
||||||
|
</blockquote>
|
||||||
|
<h1><strong><a href="./post/qute.html">QuteBrowser is /comfy/</a></strong></h1>
|
||||||
|
<blockquote>
|
||||||
|
<em>July 2, 2018</em><br />
|
||||||
|
Operating at peak comfy levels captain!<br />
|
||||||
|
|
||||||
|
</blockquote>
|
||||||
|
<h1><strong><a href="./post/qca1.html">First Foray into big Projects</a></strong></h1>
|
||||||
|
<blockquote>
|
||||||
|
<p><em>June 25, 2018</em><br />
|
||||||
|
Sometimes you just gotta go ham </p>
|
||||||
|
</blockquote>
|
||||||
|
<h1></h1><strong><a href="./post/open.html">This time for real</a></strong></h1>
|
||||||
|
<blockquote>
|
||||||
|
<p><em>June 18, 2018</em><br />
|
||||||
|
terminal commands > gui<br />
|
||||||
|
tfw you want to use propritary software but your ideology gets in the way</p>
|
||||||
|
</blockquote>
|
||||||
|
<h1><strong><a href="./post/phil.html">Website Construction philosophy</a></strong></h1>
|
||||||
|
<blockquote>
|
||||||
|
<p>JS is bloat prove me wrong<br />
|
||||||
|
But no Seriously why do so many sites have to load 6000 js scripts and why are half of them obfuscated</p>
|
||||||
|
</blockquote>
|
||||||
|
<h1><strong><a href="./post/mapping.html">Mapping in Reflex</a></strong></h1>
|
||||||
|
<blockquote>
|
||||||
|
<p>Making maps is hard fam</p>
|
||||||
|
</blockquote>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</body>
|
||||||
|
</html>
|
Loading…
Reference in New Issue
Block a user