Skip to content

Commit 3a4c067

Browse files
committed
fix(Index): integrated Warrify (and improved alignments)
Closes #204 Signed-off-by: Jean-Baptiste Bianchi <[email protected]>
1 parent 8f2ed07 commit 3a4c067

File tree

5 files changed

+27
-15
lines changed

5 files changed

+27
-15
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
.img-logo {
2-
width: 50px;
2+
height: 50px;
33
}
44

55
.img-logo-company {
6-
width: 100px;
6+
height: 100px;
77
}

content/en/_index.md

+25-12
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ Open Source projects supporting our DSL
9494
{{% blocks/section type="row" color="white" %}}
9595

9696
<div class="col-lg-4 mb-5 mb-lg-0 text-center">
97-
<div class="mb-4 h1">
97+
<div class="logo-container my-4 d-flex justify-content-center align-items-center">
9898
<img src="img/logos/eventmesh.png" class="img-logo"/>
9999
</div>
100100
<h4 class="h3">
@@ -107,7 +107,7 @@ Open Source projects supporting our DSL
107107
</div>
108108

109109
<div class="col-lg-4 mb-5 mb-lg-0 text-center">
110-
<div class="mb-4 h1">
110+
<div class="logo-container my-4 d-flex justify-content-center align-items-center">
111111
<img src="img/logos/kogito.png" class="img-logo"/>
112112
</div>
113113
<h4 class="h3">
@@ -120,7 +120,7 @@ Open Source projects supporting our DSL
120120
</div>
121121

122122
<div class="col-lg-4 mb-5 mb-lg-0 text-center">
123-
<div class="mb-4 h1">
123+
<div class="logo-container my-4 d-flex justify-content-center align-items-center">
124124
<img src="img/logos/synapselogo.png" class="img-logo"/>
125125
</div>
126126
<h4 class="h3">
@@ -145,7 +145,7 @@ Already using Serverless Workflow? Join our list of top brands by letting us kno
145145
{{% blocks/section type="row" color="light-gray" %}}
146146

147147
<div class="col-lg-4 mb-5 mb-lg-0 text-center">
148-
<div class="mb-4 h1">
148+
<div class="logo-container my-4 d-flex justify-content-center align-items-center">
149149
<img src="img/logos/eventmesh2.png" class="img-logo-company"/>
150150
</div>
151151
<h4 class="h3">
@@ -158,7 +158,7 @@ Already using Serverless Workflow? Join our list of top brands by letting us kno
158158
</div>
159159

160160
<div class="col-lg-4 mb-5 mb-lg-0 text-center">
161-
<div class="mb-4 h1">
161+
<div class="logo-container my-4 d-flex justify-content-center align-items-center">
162162
<img src="img/logos/caf.png" class="img-logo-company"/>
163163
</div>
164164
<h4 class="h3">
@@ -171,7 +171,7 @@ Already using Serverless Workflow? Join our list of top brands by letting us kno
171171
</div>
172172

173173
<div class="col-lg-4 mb-5 mb-lg-0 text-center">
174-
<div class="mb-4 h1">
174+
<div class="logo-container my-4 d-flex justify-content-center align-items-center">
175175
<img src="img/logos/faasnet.png" class="img-logo-company"/>
176176
</div>
177177
<h4 class="h3">
@@ -184,7 +184,7 @@ Already using Serverless Workflow? Join our list of top brands by letting us kno
184184
</div>
185185

186186
<div class="col-lg-4 mb-5 mb-lg-0 text-center">
187-
<div class="mb-4 h1">
187+
<div class="logo-container my-4 d-flex justify-content-center align-items-center">
188188
<img src="img/logos/huawei.png" class="img-logo-company"/>
189189
</div>
190190
<h4 class="h3">
@@ -197,7 +197,7 @@ Already using Serverless Workflow? Join our list of top brands by letting us kno
197197
</div>
198198

199199
<div class="col-lg-4 mb-5 mb-lg-0 text-center">
200-
<div class="mb-4 h1">
200+
<div class="logo-container my-4 d-flex justify-content-center align-items-center">
201201
<img src="img/logos/neuroglia.png" class="img-logo-company"/>
202202
</div>
203203
<h4 class="h3">
@@ -210,7 +210,7 @@ Already using Serverless Workflow? Join our list of top brands by letting us kno
210210
</div>
211211

212212
<div class="col-lg-4 mb-5 mb-lg-0 text-center">
213-
<div class="mb-4 h1">
213+
<div class="logo-container my-4 d-flex justify-content-center align-items-center">
214214
<img src="img/logos/redhat.png" class="img-logo-company"/>
215215
</div>
216216
<h4 class="h3">
@@ -223,7 +223,7 @@ Red Hat sponsors Apache KIE SonataFlow, a tool for creating cloud-native workflo
223223
</div>
224224

225225
<div class="col-lg-4 mb-5 mb-lg-0 text-center">
226-
<div class="mb-4 h1">
226+
<div class="logo-container my-4 d-flex justify-content-center align-items-center">
227227
<img src="img/logos/temporal.png" class="img-logo-company"/>
228228
</div>
229229
<h4 class="h3">
@@ -235,9 +235,22 @@ Red Hat sponsors Apache KIE SonataFlow, a tool for creating cloud-native workflo
235235
<p><a class="me-3 mb-4" href="https://temporal.io/">Learn More</a></p>
236236
</div>
237237

238+
<div class="col-lg-4 mb-5 mb-lg-0 text-center">
239+
<div class="logo-container my-4 d-flex justify-content-center align-items-center">
240+
<img src="img/logos/warrify.png" class="img-logo-company"/>
241+
</div>
242+
<h4 class="h3">
243+
Warrify
244+
</h4>
245+
<div class="mb-0">
246+
warrify offers a leading data platform for the retail industry. With "warrify Journeys" (powered by Serverless Workflows) retailers are discovering new ways how to engage their customers in real time.
247+
</div>
248+
<p><a class="me-3 mb-4" href="https://www.warrify.com">Learn More</a></p>
249+
</div>
250+
238251
<!--
239252
<div class="col-lg-4 mb-5 mb-lg-0 text-center">
240-
<div class="mb-4 h1">
253+
<div class="logo-container my-4 d-flex justify-content-center align-items-center">
241254
<img src="img/logos/kogito.png" class="img-logo"/>
242255
</div>
243256
<h4 class="h3">
@@ -261,7 +274,7 @@ Our sponsors, along with our community, help our project grow and stay vendor-ne
261274
{{% /blocks/section %}}
262275
{{% blocks/section type="row" color="white" %}}
263276
<div class="col-lg-4 mb-5 mb-lg-0 text-center">
264-
<div class="mb-4 h1">
277+
<div class="logo-container my-4 d-flex justify-content-center align-items-center">
265278
<img src="img/logos/neuroglia.png" class="img-logo-company"/>
266279
</div>
267280
<div class="mb-0">

layouts/partials/hooks/head-end.html

-1
Original file line numberDiff line numberDiff line change
@@ -1 +0,0 @@
1-
<link rel="stylesheet" href="css/serverlessworkflow.css"/>

static/img/logos/neuroglia.png

20.4 KB
Loading

static/img/logos/warrify.png

21.3 KB
Loading

0 commit comments

Comments
 (0)