Skip to content

Add section about inspiration behind Quarkus #1784

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions _includes/about.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,11 @@ <h3>Imperative and reactive code</h3>
<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>
</div>
</div>
<h2>The inspiration behind Quarkus...</h2>
<p>Quarkus 1.0 was released back in November 2019. For more about the why, how and what of Quarkus, check out this presentation by Emmanuel Bernard given at Devoxx Belgium in 2019. Emmanuel works at Red Hat as a senior distinguished engineer and he is the co-lead/co-founder of the Quarkus project. He is also a Java Champion. Curious to know where the name "Quarkus" comes from? Check out Emmanuel's presentation!</p>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
<p>Quarkus 1.0 was released back in November 2019. For more about the why, how and what of Quarkus, check out this presentation by Emmanuel Bernard given at Devoxx Belgium in 2019. Emmanuel works at Red Hat as a senior distinguished engineer and he is the co-lead/co-founder of the Quarkus project. He is also a Java Champion. Curious to know where the name "Quarkus" comes from? Check out Emmanuel's presentation!</p>
<p>For more about the why, how and what of Quarkus, check out the Devoxx Belgium in 2019 presentation where Quarkus 1.0 was released in November 2019.</p>

just to simplify the text - not sure about the placement hence why I bumped it out of draft.

<div class="width-7-12 width-12-12-m">
<div class="iframe-container">
<iframe width="560" height="315" src="https://www.youtube.com/embed/SQDR34KoC-8" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</div>
</div>
</div>