-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathindex.html
85 lines (85 loc) · 3.89 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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
---
layout: default
title: Lifecycle & Governance
---
<br>
<div class="row" style="padding-top: 70px;">
<div class="col-sm-1"></div>
<div class="col-sm-3">
<div class="card">
<center>
<img src="{{ site.url }}/images/design-first-icon.png" class="card-img-top" alt="Design-Led" style="width: 200px;">
<div class="card-body">
<h5 class="card-title">OpenAPI Design-Led</h5>
<p class="card-text">Some quick example text to build on the card title and make up the bulk of the card's content.</p>
<a href="{{ site.url}}/products/web-design/" class="btn btn-primary">Explore Blueprint</a>
</div>
</center>
</div>
</div>
<div class="col-sm-3">
<div class="card">
<center>
<img src="{{ site.url }}/images/code-first-icon.png" class="card-img-top" alt="Code-ed" style="width: 180px;">
<div class="card-body">
<h5 class="card-title">OpenAPI Code-Led</h5>
<p class="card-text">Some quick example text to build on the card title and make up the bulk of the card's content.</p>
<a href="{{ site.url}}/products/web-code/" class="btn btn-primary">Explore Blueprint</a>
</div>
</center>
</div>
</div>
<div class="col-sm-3">
<div class="card">
<center>
<img src="{{ site.url }}/images/proxy-icon.png" class="card-img-top" alt="Proxy-Led" style="width: 180px;">
<div class="card-body">
<h5 class="card-title">OpenAPI Proxy-Led</h5>
<p class="card-text">Some quick example text to build on the card title and make up the bulk of the card's content.</p>
<a href="{{ site.url}}/products/web-proxy/" class="btn btn-primary">Explore Blueprint</a>
</div>
</center>
</div>
</div>
<div class="col-sm-1"></div>
</div>
<div class="row" style="padding-top: 60px;">
<div class="col-sm-1"></div>
<div class="col-sm-3">
<div class="card">
<center>
<img src="{{ site.url }}/images/graphql-icon.png" class="card-img-top" alt="GraphQL" style="width: 180px;">
<div class="card-body">
<h5 class="card-title">GraphQL Design-Led</h5>
<p class="card-text">Some quick example text to build on the card title and make up the bulk of the card's content.</p>
<a href="{{ site.url}}/products/graphql-design/" class="btn btn-primary">Explore Blueprint</a>
</div>
</center>
</div>
</div>
<div class="col-sm-3">
<div class="card">
<center>
<img src="{{ site.url }}/images/grpc-icon.png" class="card-img-top" alt="gRPC" style="width: 180px;">
<div class="card-body">
<h5 class="card-title">gRPC Code-Led</h5>
<p class="card-text">Some quick example text to build on the card title and make up the bulk of the card's content.</p>
<a href="{{ site.url}}/products/grpc-design/" class="btn btn-primary">Explore Blueprint</a>
</div>
</center>
</div>
</div>
<div class="col-sm-3">
<div class="card">
<center>
<img src="{{ site.url }}/images/websockets-icon.png" class="card-img-top" alt="WebSockets" style="width: 180px;">
<div class="card-body">
<h5 class="card-title">WebSockets Proxy-Led</h5>
<p class="card-text">Some quick example text to build on the card title and make up the bulk of the card's content.</p>
<a href="{{ site.url}}/products/websockets-design/" class="btn btn-primary">Explore Blueprint</a>
</div>
</center>
</div>
</div>
<div class="col-sm-1"></div>
</div>