Compare commits

..

3 Commits

Author SHA1 Message Date
4290c95879 Updated some of the featured videos on the home page
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
ci/woodpecker/tag/woodpecker Pipeline was successful
2025-01-08 00:14:28 -05:00
af6c34599b Changed some styles 2025-01-08 00:00:05 -05:00
4671c017b5 Fixed horizontal scrolling when it isn't necessary 2025-01-07 23:54:10 -05:00
7 changed files with 13 additions and 9 deletions

View File

@ -22,9 +22,9 @@ layout: default
<p>How About a Cheap, Used AMD Graphics Card? (R9 270X)</p> <p>How About a Cheap, Used AMD Graphics Card? (R9 270X)</p>
</a></div> </a></div>
<div class="video-card columns four"><a href="https://www.youtube.com/watch?v=kMaFYUNwE5U"> <div class="video-card columns four"><a href="https://youtu.be/QKoujsPhZvk">
<img class="u-max-full-width" src="/assets/images/bitgoblin-thumbnails/bg-36-thumbnail.png" alt="Let's Take a Look at Debian 10 Buster"> <img class="u-max-full-width" src="/assets/images/bitgoblin-thumbnails/bg-52-thumbnail.png" alt="Add 10 Gigabit Networking to Your PC for Cheap!">
<p>Let's Take a Look at Debian 10 "Buster"</p> <p>Add 10 Gigabit Networking to Your PC for Cheap!</p>
</a></div> </a></div>
</div> </div>
@ -43,15 +43,15 @@ layout: default
<p>F2P Hardcore Ironman Playlist</p> <p>F2P Hardcore Ironman Playlist</p>
</a></div> </a></div>
<div class="video-card columns four"><a href="https://www.youtube.com/watch?v=AhcCiqDegr0">
<img class="u-max-full-width" src="/assets/images/ascendings-thumbnails/asc-30-thumbnail.jpg" alt="Is Daeyalt Essence Worth Using?">
<p>Is Daeyalt Essence Worth Using?</p>
</a></div>
<div class="video-card columns four"><a href="https://www.youtube.com/watch?v=W3pFR_e3OuM"> <div class="video-card columns four"><a href="https://www.youtube.com/watch?v=W3pFR_e3OuM">
<img class="u-max-full-width" src="/assets/images/ascendings-thumbnails/asc-19-thumbnail.jpg" alt="Karambwan Cooking alt"> <img class="u-max-full-width" src="/assets/images/ascendings-thumbnails/asc-19-thumbnail.jpg" alt="Karambwan Cooking alt">
<p>Karambwan Cooking alt</p> <p>Karambwan Cooking alt</p>
</a></div> </a></div>
<div class="video-card columns four"><a href="https://www.youtube.com/playlist?list=PLIg6BQwweIwF3bypxw35FCDpzdjCfdx3y">
<img class="u-max-full-width" src="/assets/images/ascendings-thumbnails/asc-52-thumbnail.png" alt="Ultimate Ironman Playlist">
<p>Ultimate Ironman Playlist</p>
</a></div>
</div> </div>
</section> </section>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 370 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 657 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 840 KiB

View File

@ -1,4 +1,4 @@
$footer-height: 165px $footer-height: 150px
$color-primary: #1e76d1 $color-primary: #1e76d1
$color-primary-hover: darken(#1e76d1, 10%) $color-primary-hover: darken(#1e76d1, 10%)

View File

@ -8,6 +8,7 @@ body
font-size: 2rem font-size: 2rem
margin: 0 margin: 0
padding-bottom: $footer-height padding-bottom: $footer-height
overflow-x: hidden
a a
color: $color-primary color: $color-primary
@ -160,3 +161,6 @@ hr
p p
text-align: center text-align: center
&:not(:last-child)
margin-bottom: 5px