Skip to content

Commit dda660b

Browse files
authored
Merge pull request #2041 from insectengine/AboutPage_alternative-video-layout
re-arrange proposed video and content into two columns
2 parents 2d3f1d5 + 59d925a commit dda660b

File tree

2 files changed

+25
-0
lines changed

2 files changed

+25
-0
lines changed

_includes/about.html

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,15 @@ <h3>Imperative and reactive code</h3>
3434
<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>
3535
</div>
3636
</div>
37+
<div class="grid-wrapper video-content-band">
38+
<div class="width-12-12 width-12-12-m">
39+
<h2>The inspiration behind Quarkus...</h2>
40+
</div>
41+
<div class="width-6-12 width-12-12-m video-container">
42+
<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>
43+
</div>
44+
<div class="width-6-12 width-12-12-m">
45+
<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>
46+
</div>
47+
</div>
3748
</div>

working-groups/templates/wg.yaml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
---
2+
working-groups:
3+
{#for board in boards}
4+
- title: "{board.title}"
5+
board-url: "{board.url}"
6+
short-description: {board.shortDescription.trim()}
7+
readme: |
8+
{board.getIndentedReadme().raw}
9+
status: {board.getBadgeText()}
10+
last-activity: {board.getLastActivityDate()}
11+
{#if board.getLastUpdate() && board.getLastUpdate().body.trim()}
12+
last-update: {board.getLastUpdate().body.trim()}
13+
{/if}
14+
{/for}

0 commit comments

Comments
 (0)