Skip to content

Commit

Permalink
Merge pull request #206 from neuroglia-io/fix-204-add-warrify
Browse files Browse the repository at this point in the history
Integrated Warrify (and improved alignments)
  • Loading branch information
ricardozanini authored Aug 1, 2024
2 parents c60a421 + b587282 commit 2688940
Show file tree
Hide file tree
Showing 5 changed files with 26 additions and 14 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
.img-logo {
width: 50px;
height: 50px;
}

.img-logo-company {
width: 100px;
height: 100px;
}
35 changes: 24 additions & 11 deletions content/en/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ Open Source projects supporting our DSL
{{% blocks/section type="row" color="white" %}}

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

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

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

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

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

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

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

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

<div class="col-lg-4 mb-5 mb-lg-0 text-center">
<div class="mb-4 h1">
<div class="logo-container my-4 d-flex justify-content-center align-items-center">
<img src="img/logos/redhat.png" class="img-logo-company"/>
</div>
<h4 class="h3">
Expand All @@ -222,9 +222,22 @@ Red Hat sponsors Apache KIE SonataFlow, a tool for creating cloud-native workflo
<p><a class="me-3 mb-4" href="https://www.redhat.com/en/technologies/cloud-computing/openshift/serverless">Learn More</a></p>
</div>

<div class="col-lg-4 mb-5 mb-lg-0 text-center">
<div class="logo-container my-4 d-flex justify-content-center align-items-center">
<img src="img/logos/warrify.png" class="img-logo-company"/>
</div>
<h4 class="h3">
Warrify
</h4>
<div class="mb-0">
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.
</div>
<p><a class="me-3 mb-4" href="https://www.warrify.com">Learn More</a></p>
</div>

<!--
<div class="col-lg-4 mb-5 mb-lg-0 text-center">
<div class="mb-4 h1">
<div class="logo-container my-4 d-flex justify-content-center align-items-center">
<img src="img/logos/kogito.png" class="img-logo"/>
</div>
<h4 class="h3">
Expand All @@ -248,7 +261,7 @@ Our sponsors, along with our community, help our project grow and stay vendor-ne
{{% /blocks/section %}}
{{% blocks/section type="row" color="white" %}}
<div class="col-lg-4 mb-5 mb-lg-0 text-center">
<div class="mb-4 h1">
<div class="logo-container my-4 d-flex justify-content-center align-items-center">
<img src="img/logos/neuroglia.png" class="img-logo-company"/>
</div>
<div class="mb-0">
Expand Down
1 change: 0 additions & 1 deletion layouts/partials/hooks/head-end.html
Original file line number Diff line number Diff line change
@@ -1 +0,0 @@
<link rel="stylesheet" href="css/serverlessworkflow.css"/>
Binary file modified static/img/logos/neuroglia.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/img/logos/warrify.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 2688940

Please sign in to comment.