Skip to content

Commit de34bbf

Browse files
committed
re-arrange proposed video and content into two columns
1 parent b0c1e33 commit de34bbf

File tree

1 file changed

+15
-8
lines changed

1 file changed

+15
-8
lines changed

_includes/about.html

Lines changed: 15 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -9,29 +9,36 @@ <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 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">
12+
<img src="{{site.baseurl}}/assets/images/about/icon-developerjoy.svg">
1413
<h3>Developer Joy</h3>
1514
<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>
1615
</div>
1716
<div class="width-3-12 width-12-12-m">
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">
17+
<img src="{{site.baseurl}}/assets/images/about/icon-kube-native.svg">
2018
<h3>Kubernetes-native</h3>
2119
<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>
2220
</div>
2321
<div class="width-3-12 width-12-12-m">
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">
22+
<img src="{{site.baseurl}}/assets/images/about/icon-standards.svg">
2623
<h3>Best of Breed Libraries and Standards</h3>
2724
<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>
2825
</div>
2926
<div class="width-3-12 width-12-12-m">
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">
27+
<img src="{{site.baseurl}}/assets/images/about/icon-reactive.svg">
3228
<h3>Imperative and reactive code</h3>
3329
<p>Quarkus is designed to seamlessly combine the familiar imperative style code and the non-blocking, reactive style when developing applications.</p>
3430
<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>
3531
</div>
3632
</div>
33+
<div class="grid-wrapper video-content-band">
34+
<div class="width-12-12 width-12-12-m">
35+
<h2>The inspiration behind Quarkus...</h2>
36+
</div>
37+
<div class="width-6-12 width-12-12-m">
38+
<p>For more about the why, how and what of Quarkus, check out the Devoxx Belgium presentation where Quarkus 1.0 was released in November 2019.</p>
39+
</div>
40+
<div class="width-6-12 width-12-12-m video-container">
41+
<iframe src="https://www.youtube.com/embed/SQDR34KoC-8" title="Quarkus why, how and what by Emmanuel Bernard" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe>
42+
</div>
43+
</div>
3744
</div>

0 commit comments

Comments
 (0)