Skip to content

Commit

Permalink
revert hero but save 1k page
Browse files Browse the repository at this point in the history
  • Loading branch information
insectengine committed Nov 27, 2024
1 parent a227661 commit 89c61ef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion _layouts/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
layout: base
---
<div class="quarkus-homepage">
{% include homepage-hero-1kcontributors.html %}
{% include homepage-hero-band-ssjprime.html %}
{% include homepage-features-icon-band.html %}
{% include homepage-userstory-callout.html %}
{% include homepage-performance-band.html %}
Expand Down
3 changes: 1 addition & 2 deletions _sass/layouts/home.scss
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@

.homepage {

background-image: url($baseurl + '/assets/images/1kcontributors/hero_1kcontributors.jpg');
background-position: top center; /* this is only for the 1k contributor hero */
background-image: url($baseurl + '/assets/images/bg-home-primary.png');
background-repeat: repeat-x;

p {
Expand Down

0 comments on commit 89c61ef

Please sign in to comment.