<!DOCTYPE html>
|
<html lang="en-us">
|
<head><meta charset="utf-8">
|
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
|
<title>Ticky Tacky Dark - Main</title>
|
<meta name="description" content="The demonstration page for the Hugo Ticky Tacky Dark theme.">
|
<meta name="author" content="Karl Sickendick">
|
<link rel="icon" href="/ticky_tacky_dark/favicon.ico"><meta property="og:title" content="Main" />
|
<meta property="og:description" content="The demonstration page for the Hugo Ticky Tacky Dark theme." />
|
<meta property="og:type" content="website" />
|
<meta property="og:url" content="https://kc0bfv.github.io/ticky_tacky_dark/" /><meta property="og:image" content="https://kc0bfv.github.io/ticky_tacky_dark/img/header01.jpg"/>
|
|
<meta name="twitter:card" content="summary_large_image"/>
|
<meta name="twitter:image" content="https://kc0bfv.github.io/ticky_tacky_dark/img/header01.jpg"/>
|
|
<meta name="twitter:title" content="Main"/>
|
<meta name="twitter:description" content="The demonstration page for the Hugo Ticky Tacky Dark theme."/>
|
|
|
<meta name="robots" content="index,follow">
|
<meta name="referrer" content="origin-when-cross-origin">
|
<meta name="theme-color" content="black">
|
|
|
|
|
|
<meta name="generator" content="Hugo 0.105.0">
|
|
|
<link href="/ticky_tacky_dark/index.xml" rel="alternate" type="application/rss+xml" title="Ticky Tacky Dark" />
|
<link href="/ticky_tacky_dark/index.xml" rel="feed" type="application/rss+xml" title="Ticky Tacky Dark" />
|
<link rel="stylesheet" href="/ticky_tacky_dark/css/custom.min.434d878244725c63e8bb3920d68a315d2aa4234915a33e045fe01ad3c2838617.css" integrity="sha256-Q02HgkRyXGPouzkg1ooxXSqkI0kVoz4EX+Aa08KDhhc="/>
|
|
<noscript>
|
<style>
|
|
#headerimg {
|
background-image: url(https://kc0bfv.github.io/ticky_tacky_dark/img/header01.jpg);
|
background-size: cover;
|
}
|
|
|
</style>
|
</noscript>
|
|
<script>
|
function randomImg(dest_elem, images) {
|
const img_ind = Math.ceil(Math.random() * images.length) - 1;
|
const sel_url = images[img_ind]
|
const img = new Image();
|
img.onload = function() {
|
function set_img() {
|
const element = document.getElementById(dest_elem);
|
element.src = sel_url;
|
}
|
if( document.readyState != "loading" ) { set_img() }
|
else { window.addEventListener("load", set_img); }
|
}
|
img.src = sel_url;
|
}
|
|
randomImg(
|
dest_elem = "headerimg",
|
images = ["https://kc0bfv.github.io/ticky_tacky_dark/img/header01.jpg","https://kc0bfv.github.io/ticky_tacky_dark/img/header02.jpg"]
|
);
|
|
|
</script>
|
</head>
|
<body>
|
<div id="full_body">
|
<header id="header" class="top-section"><img id="headerimg" class="veryrounded" src="/ticky_tacky_dark/img/header_template.png" alt="">
|
<div id="header-text">tickytackydark</div></header>
|
<div id="content" class="top-section">
|
<div class="container-fluid">
|
<div class="row">
|
<div class="col col-12 col-sm-8 col-lg-9">
|
<main class="row">
|
|
<div class="col col-12 col-lg-6 imgbtntxt">
|
<a class="imgbtntxt" href="/ticky_tacky_dark/about/">
|
<img class="morerounded" height="300" width="300" src="/ticky_tacky_dark/img/awebutton.jpg" alt="About">
|
<br>About
|
</a>
|
</div>
|
|
<div class="col col-12 col-lg-6 imgbtntxt">
|
<a class="imgbtntxt" href="/ticky_tacky_dark/markdown-syntax/">
|
<img class="morerounded" height="300" width="300" src="/ticky_tacky_dark/img/interestingbutton.jpg" alt="Markdown Syntax Guide">
|
<br>Markdown Syntax Guide
|
</a>
|
</div>
|
|
<div class="col col-12 col-lg-6 imgbtntxt">
|
<a class="imgbtntxt" href="https://github.com/kc0bfv/ticky_tacky_dark">
|
<img class="morerounded" height="300" width="300" src="/ticky_tacky_dark/img/redirbutton.jpg" alt="Theme Source">
|
<br>Theme Source
|
</a>
|
</div>
|
|
<div class="col col-12 col-lg-6 imgbtntxt">
|
<a class="imgbtntxt" href="/ticky_tacky_dark/emoji-support/">
|
<img class="morerounded" height="300" width="300" src="/ticky_tacky_dark/img/coolbutton.jpg" alt="Emoji Support">
|
<br>Emoji Support
|
</a>
|
</div>
|
|
<div class="col col-12 col-lg-6 imgbtntxt">
|
<a class="imgbtntxt" href="/ticky_tacky_dark/rich-content/">
|
<img class="morerounded" height="300" width="300" src="/ticky_tacky_dark/img/richbutton.jpg" alt="Rich Content">
|
<br>Rich Content
|
</a>
|
</div>
|
|
|
</main>
|
</div>
|
<nav class="col col-8 offset-2 col-sm-4 offset-sm-0 col-lg-3"><div class="box morerounded">
|
<ul class="navbar">
|
<li>Main</li>
|
<li><a href="https://kc0bfv.github.io/ticky_tacky_dark/about/">About</a></li>
|
<li><a href="https://kc0bfv.github.io/ticky_tacky_dark/markdown-syntax/">Markdown Syntax Guide</a></li>
|
<li><a href="https://github.com/kc0bfv/ticky_tacky_dark">Theme Source</a></li>
|
<li><a href="https://kc0bfv.github.io/ticky_tacky_dark/emoji-support/">Emoji Support</a></li>
|
<li><a href="https://kc0bfv.github.io/ticky_tacky_dark/rich-content/">Rich Content</a></li>
|
</ul>
|
</div>
|
</nav>
|
</div>
|
</div>
|
</div>
|
<footer id="footer" class="top-section">Webmaster: <a href="mailto:kc0bfv@gmail.com">kc0bfv@gmail.com</a>
|
</footer></div>
|
</body>
|
|
</html>
|