Skip to content

Commit 7ab4cbd

Browse files
authored
Merge pull request #2176 from insectengine/Revert_Hero
revert hero but save 1k page
2 parents 5d6d6b1 + 89c61ef commit 7ab4cbd

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

_layouts/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
layout: base
33
---
44
<div class="quarkus-homepage">
5-
{% include homepage-hero-1kcontributors.html %}
5+
{% include homepage-hero-band-ssjprime.html %}
66
{% include homepage-features-icon-band.html %}
77
{% include homepage-userstory-callout.html %}
88
{% include homepage-performance-band.html %}

_sass/layouts/home.scss

+1-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,7 @@
44

55
.homepage {
66

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

1110
p {

0 commit comments

Comments
 (0)