Added links.

This commit is contained in:
2023-07-23 08:01:20 -05:00
parent c692b84134
commit 6c715a0064
4 changed files with 18 additions and 4 deletions

View File

@ -37,13 +37,15 @@ body.fh5co-overflow {
}
a {
color: #f7c873;
color: #A31A73;
font-weight: 400;
-webkit-transition: 0.5s;
-o-transition: 0.5s;
transition: 0.5s;
}
a:hover, a:focus, a:active {
color: #f3ac2b;
font-weight: 500;
color: #237afc;
outline: none;
text-decoration: none;
}

View File

@ -97,6 +97,12 @@ LIMIT 4');
<h3 class="heading">About the Project</h3>
<a href="index.php"><h2>Infopump</h2></a>
<p>A bibliographic management and display system.</p>
<hr>
<p>A free, open source project from:<br />
<a href="https://rss.com/podcasts/l0wl1f3podcast/">The L0WL1F3 Podcast</a><br />
<a href="https://www.neondystopia.com/">Neon Dystopia</a><br />
<a href="https://cyberpunklibrarian.com">Cyberpunk Librarian</a>
</p>
<ul class="fh5co-social">
<!--<li><a href="#"><i class="icon-twitter"></i></a></li>
<li><a href="#"><i class="icon-facebook"></i></a></li>

View File

@ -99,8 +99,14 @@ ORDER BY books.title ASC");
<h3 class="heading">About the Project</h3>
<a href="index.php"><h2>Infopump</h2></a>
<p>A bibliographic management and display system.</p>
<hr>
<p>A free, open source project from:<br />
<a href="https://rss.com/podcasts/l0wl1f3podcast/">The L0WL1F3 Podcast</a><br />
<a href="https://www.neondystopia.com/">Neon Dystopia</a><br />
<a href="https://cyberpunklibrarian.com">Cyberpunk Librarian</a>
</p>
<ul class="fh5co-social">
<li><a href="#"><i class="icon-twitter"></i></a></li>
<!--<li><a href="#"><i class="icon-twitter"></i></a></li>-->
<!--<li><a href="#"><i class="icon-facebook"></i></a></li>
<li><a href="#"><i class="icon-instagram"></i></a></li>-->
</ul>

View File

@ -7,7 +7,7 @@ $padding-base-vertical: 14px !default;
// $brand-primary: #52d3aa !default;
// $brand-secondary: #3f95ea !default;
$brand-primary: #f7c873 !default;
$brand-primary: #A31A73 !default;
$brand-secondary: #41454f !default;
$brand-success: #58ca7e !default;
$brand-info: #1784fb !default;