Skip to content

Commit c0c8a01

Browse files
committed
fixed background issue and added getting started and docs links back to hero
1 parent 5bdfb96 commit c0c8a01

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

_includes/1kcontributor-main.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<h2 class="mt-0">Quarkus is 1000% for the community </h2>
55
</div>
66
<div class="width-6-12 width-12-12-m">
7-
<p>Quarkus has reached a significant milestone by amassing a community of over 1,000 contributors who have propelled the project forward since its inception in March 2019. The Community has played a vital role in the development and growth of Quarkus. Through their collective efforts, these contributors have been instrumental in adding new features, identifying and resolving bugs, and rigorously testing the platform to ensure its stability and reliability. The diversity of the Quarkus community, which includes developers, engineers, and enthusiasts from around the world, has been a key factor in its success, bringing a wealth of expertise and innovative ideas to the table. The remarkable achievement of reaching 1,000 contributors is a testament to the project's growing popularity, the quality of its codebase, and the unwavering commitment of the individuals who have dedicated their time and skills to making Quarkus a true standout in the open-source software landscape. The Quarkus leadership team would like to say thank you to everyone who've contributed to this incredible community.</p>
7+
<p>Quarkus has reached a significant milestone by amassing a community of over 1,000 contributors who have propelled the project forward since its inception in June 2018. The Community has played a vital role in the development and growth of Quarkus. Through their collective efforts, these contributors have been instrumental in adding new features, identifying and resolving bugs, and rigorously testing the platform to ensure its stability and reliability. The diversity of the Quarkus community, which includes developers, engineers, and enthusiasts from around the world, has been a key factor in its success, bringing a wealth of expertise and innovative ideas to the table. The remarkable achievement of reaching 1,000 contributors is a testament to the project's growing popularity, the quality of its codebase, and the unwavering commitment of the individuals who have dedicated their time and skills to making Quarkus a true standout in the open-source software landscape. The Quarkus leadership team would like to say thank you to everyone who've contributed to this incredible community.</p>
88
</div>
99
<div class="width-6-12 width-12-12-m">
1010
<img src="{{site.baseurl}}/assets/images/1kcontributors/1kcontributors_image.png">

_includes/homepage-hero-1kcontributors.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
<div class="grid__item width-6-12 text-center">
44
<img src="{{site.baseurl}}/assets/images/1kcontributors/hero_1k_graphic.svg" class="project-logo" title="Quarkus reaches 1000 Contributors milestone">
55
<h2>Quarkus has reached the incredible milestone of 1000 community contributors!</h2>
6-
<a href="{{site.baseurl}}/1000contributors/" class="button-cta">Celebrate with us</a>
6+
<a href="{{site.baseurl}}/1000contributors/" class="button-cta">Celebrate with us</a>
7+
<p><a href="{{site.baseurl}}/get-started/">Get Started with Quarkus</a>&nbsp;|&nbsp;<a href="{{site.baseurl}}/guides/" >Read the Guides</a></p>
78
</div>
89
<div class="grid__item width-12-12 homepage-hero-band-scroll">
910
<a href="#" class="scroll-down" address="true"></a>

_sass/includes/homepage-hero-band.scss

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,12 @@
88
}
99

1010
p {
11-
/* margin: 0 0 1.5rem; */
11+
margin: .8rem 0 0 0;
12+
color: $white;
13+
}
14+
15+
a {
16+
color: $white;
1217
}
1318

1419
.project-logo {

0 commit comments

Comments
 (0)