Skip to content
Open
Show file tree
Hide file tree
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
Binary file added assets/img/partner-logos/controlware.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 assets/img/partner-logos/industriot.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
53 changes: 52 additions & 1 deletion partners.html
Original file line number Diff line number Diff line change
Expand Up @@ -169,9 +169,33 @@ <h2>Connect Pacific</h2>
</div>
</div>

<div class="row my-5">
<div class="row my-5">
<div
class="p-0 col-md-4 bg-dark d-flex align-items-center justify-content-center logo"
>
<img
src="/assets/img/partner-logos/controlware.png"
alt="Controlware"
/>
</div>
<div class="p-5 col-md-8 bg-light">
<h2>Controlware</h2>
<p>
Controlware GmbH is one of the leading independent IT service providers & managed service providers in Germany.
</p>
<div class="border p-4">
<strong>Region:</strong> Germany<br />
<strong>Website:</strong>
<a href="https://www.controlware.de/en/" target="_blank" rel="noopener"
>controlware.de</a
><br />
</div>
</div>
</div>

<div class="row my-5">
<div
class="p-0 col-md-4 bg-dark d-flex align-items-center justify-content-center logo order-sm-last"
>
<p class="my-5">
<img
Expand All @@ -197,6 +221,33 @@ <h2>Eximprod Group</h2>
</div>
</div>

<div class="row my-5">
<div
class="p-0 col-md-4 bg-dark d-flex align-items-center justify-content-center logo"
>
<p class="my-5">
<img
src="/assets/img/partner-logos/industriot.png"
alt="IndustriOT"
/>
</p>
</div>
<div class="p-5 col-md-8 bg-light">
<h2>IndustriOT</h2>
<p>
IndustriOT's solutions help clients to reduce risks and protect and secure their industrial infrastructures.
</p>
<div class="border p-4">
<p>
<strong>Region:</strong> France<br />
<strong>Website:</strong>
<a href="https://industriot.com/en/" target="_blank" rel="noopener">industriot.com</a
><br />
</p>
</div>
</div>
</div>

<div class="row my-5">
<div
class="p-0 col-md-4 bg-dark d-flex align-items-center justify-content-center logo order-sm-last"
Expand Down