forked from layer5io/layer5
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
43 lines (38 loc) · 1.21 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
---
layout: default
lang: en
image:
path: /assets/images/layer5/5-dark-bg.png
---
<body>
<div class="container no-pad-top">
<div id="ecosystem" class="section scrollspy">
<h2 style="text-align: center; color:#fff">
The Service Mesh Company
</h2>
<h4 style="text-align: center; color:#ccc">
representing <i>every</i> service mesh</i>
</h4>
{% include ecosystem.html %}
<div style="flex-grow: 0.25;"> </div>
</div>
</div>
<div style="flex-grow: 0.25;"> </div>
{% include customers.html %}
<div style="flex-grow: 0.25;"> </div>
<div style="flex-grow: 0.25;"> </div>
{% include programs.html %}
<div style="flex-grow: 0.25;"> </div>
<div style="flex-grow: 0.25;"> </div>
{% include collections/projects-list.html
title="Manage your Service Mesh" %}
<div style="flex-grow: 0.25;"> </div>
<div style="flex-grow: 0.25;"> </div>
<div style="display: flex; align-items: center; justify-content: center;">
<div style="align-self: flex-start;"></div>
<div style="width: 600px;">
{% include newsletter-signup-form.html %}
</div>
<div style="align-self: flex-end;"></div>
</div>
</body>