Skip to content

Commit 941fe56

Browse files
committed
Re-instate light/dark mode for icons
1 parent 7d524f2 commit 941fe56

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

_includes/about.html

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,22 +9,26 @@ <h2>Open Source Utterly and Absolutely</h2>
99
<h2>What Makes Quarkus Different?</h2>
1010
</div>
1111
<div class="width-3-12 width-12-12-m">
12-
<img src="{{site.baseurl}}/assets/images/about/icon-developerjoy.svg">
12+
<img class="light-only" src="{{site.baseurl}}/assets/images/about/icon-developerjoy.svg">
13+
<img class="dark-only" src="{{site.baseurl}}/assets/images/about/icon-developerjoy-dark.svg">
1314
<h3>Developer Joy</h3>
1415
<p>Developers are critical to the success of almost every organization and they need the tools to build cloud-native applications quickly and efficiently. Quarkus provides a frictionless development experience through a combination of tools, libraries, extensions, and more. Quarkus makes developers more efficient with tools to improve the inner loop development cycle while in dev mode. <br><a href="/developer-joy/">Learn more about Developer Joy</a></p>
1516
</div>
1617
<div class="width-3-12 width-12-12-m">
17-
<img src="{{site.baseurl}}/assets/images/about/icon-kube-native.svg">
18+
<img class="light-only" src="{{site.baseurl}}/assets/images/about/icon-kube-native.svg">
19+
<img class="dark-only" src="{{site.baseurl}}/assets/images/about/icon-kube-native-dark.svg">
1820
<h3>Kubernetes-native</h3>
1921
<p>Quarkus was built from the ground up for Kubernetes making it easy to deploy applications without having to understand all of the complexities of the platform. Quarkus allows developers to automatically generate Kubernetes resources including building and deploying container images without having to manually create YAML files. <br><a href="/kubernetes-native/">Learn more about Kubernetes-native</a></p>
2022
</div>
2123
<div class="width-3-12 width-12-12-m">
22-
<img src="{{site.baseurl}}/assets/images/about/icon-standards.svg">
24+
<img class="light-only" src="{{site.baseurl}}/assets/images/about/icon-standards.svg">
25+
<img class="dark-only" src="{{site.baseurl}}/assets/images/about/icon-standards-dark.svg">
2326
<h3>Best of Breed Libraries and Standards</h3>
2427
<p>Quarkus provides a cohesive, fun to use, full-stack framework by leveraging a growing list of hundreds of best-of-breed libraries that you love and use. All wired on a standard backbone. <br><a href="/standards/">Learn more about Standards</a></p>
2528
</div>
2629
<div class="width-3-12 width-12-12-m">
27-
<img src="{{site.baseurl}}/assets/images/about/icon-reactive.svg">
30+
<img class="light-only" src="{{site.baseurl}}/assets/images/about/icon-reactive.svg">
31+
<img class="dark-only" src="{{site.baseurl}}/assets/images/about/icon-reactive-dark.svg">
2832
<h3>Imperative and reactive code</h3>
2933
<p>Quarkus is designed to seamlessly combine the familiar imperative style code and the non-blocking, reactive style when developing applications.</p>
3034
<p>This is helpful for both Java developers who are used to working with the imperative model and don’t want to switch things up, and those working with a cloud-native/reactive approach. The Quarkus development model can adapt itself to whatever app you’re developing. <br><a href="/continuum/">Learn more about Reactive</a></p>

0 commit comments

Comments
 (0)