Favicon and footer updates.

This commit is contained in:
2022-04-29 06:06:37 -05:00
parent f050a4d31d
commit 15421313b9
28 changed files with 76 additions and 13 deletions

View File

@ -59,6 +59,11 @@ $SearchURL = implode("", array_filter(array($url, $searchprefix, $ctx, $searchmi
<link rel="canonical" href="https://playingaround.com/results.php">
<meta name="robots" content="index, follow">
<link rel="shortcut icon" type="image/png" href="favicon.png">
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
<link rel="manifest" href="/site.webmanifest">
<link rel="mask-icon" href="/safari-pinned-tab.svg" color="#5bbad5">
<meta name="msapplication-TileColor" content="#da532c">
<meta name="theme-color" content="#ffffff">
<link rel="stylesheet" type="text/css" href="./css/bootstrap.min.css?7923">
<link rel="stylesheet" type="text/css" href="style.css?9626">
@ -146,7 +151,8 @@ $SearchURL = implode("", array_filter(array($url, $searchprefix, $ctx, $searchmi
<div class="col-md-3 col-sm-6">
<h4 class="mg-md text-sm-left text-center tc-white">
About
</h4><a href="index.php" class="a-btn a-block footer-link">Created by Daniel Messer</a><a href="index.php" class="a-btn a-block">Changelog</a><a href="index.php" class="a-btn a-block footer-link">Email Dan</a>
</h4><a href="https://cyberpunklibrarian.com/about/" class="a-btn a-block footer-link">Created by Daniel Messer</a><br />
<a href="https://cyberpunklibrarian.nohost.me/gitlab/code/fathom" class="a-btn a-block">Fathom's Repo</a><br />
</div>
<div class="col-md-3 col-sm-6">
<h4 class="mg-md text-sm-left text-center tc-white">
@ -155,22 +161,22 @@ $SearchURL = implode("", array_filter(array($url, $searchprefix, $ctx, $searchmi
<div class="row">
<div class="col-6 col-sm-2 col offset-sm-0">
<div class="text-center">
<a href="https://blocsapp.com/"><span class="icon-md fa fa-headphones-alt"></span></a>
<a href="https://cyberpunklibrarian.com/"><span class="icon-md fa fa-headphones-alt"></span></a>
</div>
</div>
<div class="col-6 col-sm-2">
<div class="text-center">
<a href="https://blocsapp.com/"><span class="icon-md fab fa-mastodon"></span></a>
<a href="https://hackers.town/@CyberpunkLibrarian"><span class="icon-md fab fa-mastodon"></span></a>
</div>
</div>
<div class="col-6 col-sm-2">
<div class="text-center">
<a href="https://blocsapp.com/"><span class="icon-md fab fa-gitlab"></span></a>
<a href="https://glammr.us/@cyberpunklibrarian"><span class="icon-md fab fa-mastodon"></span></a>
</div>
</div>
<div class="col-6 col-sm-2">
<div class="text-center">
<a href="https://blocsapp.com/"><span class="icon-md fa fa-beer"></span></a>
<a href="https://gitlab.com/cyberpunklibrarian"><span class="icon-md fab fa-gitlab"></span></a>
</div>
</div>
</div>