Added links.
This commit is contained in:
@ -37,13 +37,15 @@ body.fh5co-overflow {
|
|||||||
}
|
}
|
||||||
|
|
||||||
a {
|
a {
|
||||||
color: #f7c873;
|
color: #A31A73;
|
||||||
|
font-weight: 400;
|
||||||
-webkit-transition: 0.5s;
|
-webkit-transition: 0.5s;
|
||||||
-o-transition: 0.5s;
|
-o-transition: 0.5s;
|
||||||
transition: 0.5s;
|
transition: 0.5s;
|
||||||
}
|
}
|
||||||
a:hover, a:focus, a:active {
|
a:hover, a:focus, a:active {
|
||||||
color: #f3ac2b;
|
font-weight: 500;
|
||||||
|
color: #237afc;
|
||||||
outline: none;
|
outline: none;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
|
@ -97,6 +97,12 @@ LIMIT 4');
|
|||||||
<h3 class="heading">About the Project</h3>
|
<h3 class="heading">About the Project</h3>
|
||||||
<a href="index.php"><h2>Infopump</h2></a>
|
<a href="index.php"><h2>Infopump</h2></a>
|
||||||
<p>A bibliographic management and display system.</p>
|
<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">
|
<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-facebook"></i></a></li>
|
||||||
|
@ -99,8 +99,14 @@ ORDER BY books.title ASC");
|
|||||||
<h3 class="heading">About the Project</h3>
|
<h3 class="heading">About the Project</h3>
|
||||||
<a href="index.php"><h2>Infopump</h2></a>
|
<a href="index.php"><h2>Infopump</h2></a>
|
||||||
<p>A bibliographic management and display system.</p>
|
<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">
|
<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-facebook"></i></a></li>
|
||||||
<li><a href="#"><i class="icon-instagram"></i></a></li>-->
|
<li><a href="#"><i class="icon-instagram"></i></a></li>-->
|
||||||
</ul>
|
</ul>
|
||||||
|
@ -7,7 +7,7 @@ $padding-base-vertical: 14px !default;
|
|||||||
// $brand-primary: #52d3aa !default;
|
// $brand-primary: #52d3aa !default;
|
||||||
// $brand-secondary: #3f95ea !default;
|
// $brand-secondary: #3f95ea !default;
|
||||||
|
|
||||||
$brand-primary: #f7c873 !default;
|
$brand-primary: #A31A73 !default;
|
||||||
$brand-secondary: #41454f !default;
|
$brand-secondary: #41454f !default;
|
||||||
$brand-success: #58ca7e !default;
|
$brand-success: #58ca7e !default;
|
||||||
$brand-info: #1784fb !default;
|
$brand-info: #1784fb !default;
|
||||||
|
Reference in New Issue
Block a user