Skip to content

Commit

Permalink
potato moved
Browse files Browse the repository at this point in the history
  • Loading branch information
QuiteAFancyEmerald committed Jul 9, 2024
1 parent 52efec3 commit 7c66c01
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 6 deletions.
9 changes: 8 additions & 1 deletion views/assets/css/styles-1644738239.css
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ img {
}

a:not(.bluelink) {
color: #ebb5b9;
color: #ebb5d5;
}

a.bluelink {
Expand Down Expand Up @@ -739,6 +739,13 @@ details[open] summary {

/* Homepage Hero */

.image-container-hero {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
}

.potato {
margin-top: 30px;
opacity: 0.5;
Expand Down
5 changes: 0 additions & 5 deletions views/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -292,11 +292,6 @@ <h1>It's time to browse the internet freely.</h1>
>Try HU LTS</a
>
</div>
<div class="text-center">
<div data-aos="fade-left" class="image-container-hero">
<img class="potato hero" src="/assets/img/potato.png" alt="icon" />
</div>
</div>
</div>
<div id="footer" class="fullwidth"><!--FOOTER--></div>
<!-- IMPORTANT-HUCOOKINGINSERT-DONOTDELETE -->
Expand Down
5 changes: 5 additions & 0 deletions views/pages/nav/credits.html
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,11 @@ <h3>Contributors and Notable Mentions:</h3>
And everyone else inside Titanium Network, the various testers and
of course Mercury Workshop. Also a certain Michael :D
</p>
<div class="text-center">
<div class="image-container-hero">
<img class="potato" src="/assets/img/potato.png" alt="icon" />
</div>
</div>
</div>
</div>
</div>
Expand Down

0 comments on commit 7c66c01

Please sign in to comment.