use full logo

This commit is contained in:
Lee Hanken 2025-01-28 15:53:09 +00:00
parent 2cb55c0300
commit fafa71000f
3 changed files with 12 additions and 10 deletions

View File

@ -146,15 +146,17 @@ nav a:hover {
}
header {
margin: auto 20px;
margin: 5px;
background: linear-gradient(to right, #2f789d, #a4c8c9);
}
header img {
height: 30vh;
margin: 0 auto;
height: 40vh;
width: auto;
display: block;
margin: 20px auto;
object-fit: cover;
object-position: left;
}
main {

Binary file not shown.

Before

Width:  |  Height:  |  Size: 336 KiB

After

Width:  |  Height:  |  Size: 632 KiB

View File

@ -31,15 +31,15 @@
<img src="icons/mic-line.svg">
<p>Record</p>
</a>
<a class="podcast schedule">
<a class="podcast schedule" href="https://hub.hackerpublicradio.org/calendar.php">
<img src="icons/calendar-2-line.svg">
<p>Schedule</p>
</a>
<a class="podcast subscribe">
<a class="podcast subscribe" href="https://hackerpublicradio.org/syndication.html">
<img src="icons/rss-line.svg">
<p>Subscribe</p>
</a>
<a class="podcast listen">
<a class="podcast listen" href="https://hackerpublicradio.org/eps/index.html">
<img src="icons/volume-up-line.svg">
<p>Listen</p>
</a>
@ -47,16 +47,16 @@
<h2>Project</h2>
<section class="project">
<a class="project host">
<a class="project host" href="https://hackerpublicradio.org/correspondents/index.html">
<img src="icons/user-line.svg">
<p>Host</p>
</a>
<a class="project series">
<a class="project series" href="https://hackerpublicradio.org/series/index.html">
<img src="icons/stack-line.svg">
<p>Series</p>
</a>
<a class="project about">
<img src="icons/question-mark.svg">
<a class="project about" href="https://repo.anhonesthost.net/HPR/hpr_documentation/">
<img src="icons/question-mark.svg" href="https://hackerpublicradio.org/about.html">
<p>About</p>
</a>
</section>