This is an automated email from the ASF dual-hosted git repository.
aloalt pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-wayang-website.git
The following commit(s) were added to refs/heads/main by this push:
new 9ef7a1b Update home.html
9ef7a1b is described below
commit 9ef7a1b7e8ae3488c0200ae44d4d0291994d9173
Author: Alexander Alten <[email protected]>
AuthorDate: Tue Dec 19 10:01:08 2023 +0100
Update home.html
---
_layouts/home.html | 14 ++++++++++----
1 file changed, 10 insertions(+), 4 deletions(-)
diff --git a/_layouts/home.html b/_layouts/home.html
index 58bb144..437dc0a 100644
--- a/_layouts/home.html
+++ b/_layouts/home.html
@@ -17,16 +17,22 @@ license: |
layout: default
---
<section id="full-screen-2">
- <div class="container h-100 justify-content-center flex-wrap text-center"">
- <img class="img-fluid" style="margin-top: 20px; margin-bottom:
40px;" src="{{ "assets/img/wayang.png" | absolute_url }}" alt="Apache Wayang
Federated Data Processing"/>
- <h1 class="display-4 " style="font-size: 3rem; color: #a00e5a;
font-weight: 900; margin-bottom: 20px">
+ <div class="container h-100">
+ <div class="row d-flex justify-content-center">
+ <img class="img-fluid" src="{{ "assets/img/wayang.png" |
absolute_url }}" alt="Apache Wayang Federated Data Processing"/>
+ </div>
+ <div class="row">
+ <div class="col h-100 text-center flex-wrap" >
+ <h1 class="display-4 " style="font-size: 3rem; color:
#a00e5a; font-weight: 900;">
<strong>
{{ page.section-1.title }}
</strong>
</h1>
- <h2 style="font-size: 2rem; color: #a00e5a; font-weight: 500;
margin-bottom: 40px">
+ <h2 style="font-size: 2rem; color: #a00e5a; font-weight:
500; margin-bottom: 40px">
{{ page.section-1.subtitle }}
</h2>
+ </div>
+ </div>
</div>
</section>
<section class="container-fluid p-0 mb-0" style="background-color:#f8f9fa
!important ">