forked from pulumi/docs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
231 lines (218 loc) · 12.3 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
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
{{ define "hero" }}
<header class="header-hero-home text-center mb-8 relative px-4">
{{ partial "alert" . }}
<div class="relative">
<h1 class="font-sans font-body font-normal">
{{ .Params.heading }}
</h1>
<p>
{{ .Params.subhead | markdownify }}
</p>
<div class="mt-6">
<a href="{{ relref . "/docs/get-started" }}" class="btn bg-purple-300 hover:bg-purple-200 border-none px-8 py-4 transition-all text-sm rounded-full uppercase shadow-lg" title="Create your first project with Pulumi">
Get Started
</a>
</div>
<div class="mt-8 text-sm text-purple-100">
Pulumi is <a class="text-white hover:underline" href="{{ relref . "/pricing#community-edition" }}">free</a>
and <a class="text-white hover:underline" href="https://github.com/pulumi/pulumi" target="_blank">open source</a>.
</div>
</div>
</header>
{{ end }}
{{ define "main" }}
<section class="pb-16 px-4" style="background: linear-gradient(#ffffff 50%, #f5fbff 100%);">
<div class="container mx-auto text-center">
<!-- Carousel -->
{{ partial "carousel" . }}
<!-- CTA 0 -->
<div class="mt-6 md:mt-12 mx-auto max-w-3xl md:flex items-center bg-white px-8 py-6 rounded-lg border border-gray-300 shadow-md">
<div>
<i class="text-green-600 fas fa-check text-4xl"></i>
</div>
<div class="md:ml-8 md:mr-6 text-left pt-3 pb-6 md:py-0">
{{ (index .Params.ctas 0) | markdownify }}
</div>
<div class="inline-flex items-center">
<a class="btn group w-40 md:ml-4 text-left pl-6 py-3 rounded-lg" href="{{ relref . "/docs/get-started" }}" title="Create your first project with Pulumi">
<span>Get Started</span>
<span class="pl-1 group-hover:pl-2 transition-all">→</span>
</a>
</div>
</div>
</div>
</section>
<!-- Testimonials -->
<section class="py-16 px-4" style="background: url(/images/home/waves-blue.svg) repeat-x; background-position: top left;">
<div>
<div class="container mx-auto md:flex items-start">
<div class="md:w-1/3 mx-auto bg-white py-8 px-10 text-sm rounded rounded-lg shadow-lg border border-gray-300 relative">
<i class="fa fa-quote-left text-gray-200 absolute top-0 left-0 ml-4 mt-4 text-5xl z-0"></i>
<p class="leading-loose mt-0 z-10 relative text-gray-800">
{{ (index .Params.quotes 0).body }}
</p>
<div class="leading-relaxed flex items-start">
<div>
<div class="text-blue-700 font-semibold">
{{ (index .Params.quotes 0).name }}
</div>
<div class="text-blue-500">
{{ (index .Params.quotes 0).title }}
</div>
</div>
</div>
</div>
<div class="md:w-1/3 md:mx-8 my-8 md:my-0 bg-white py-8 px-10 text-sm rounded rounded-lg shadow-lg border border-gray-300 relative">
<i class="fa fa-quote-left text-gray-200 absolute top-0 left-0 ml-4 mt-4 text-5xl z-0"></i>
<p class="leading-loose mt-0 z-10 relative text-gray-800">
{{ (index .Params.quotes 1).body }}
</p>
<div class="leading-relaxed flex items-start">
<div>
<div class="text-blue-700 font-semibold">
{{ (index .Params.quotes 1).name }}
</div>
<div class="text-blue-500">
{{ (index .Params.quotes 1).title }}
</div>
</div>
</div>
</div>
<div class="md:w-1/3 bg-white py-8 px-10 text-sm rounded rounded-lg shadow-lg border border-gray-300 relative shadow-lg">
<i class="fa fa-quote-left text-gray-200 absolute top-0 left-0 ml-4 mt-4 text-5xl z-0"></i>
<p class="leading-loose mt-0 z-10 relative text-gray-800">
{{ (index .Params.quotes 2).body }}
</p>
<div class="leading-relaxed flex items-start">
<div>
<div class="text-blue-700 font-semibold">
{{ (index .Params.quotes 2).name }}
</div>
<div class="text-blue-500">
{{ (index .Params.quotes 2).title }}
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Customer logos -->
<section class="mb-16 px-4">
<div class="container mx-auto">
<div class="lg:flex items-center justify-center my-4">
<a data-track="customer-logo" href="https://www.tableau.com/" target="_blank">
<img class="mx-auto lg:mx-8 h-12 mx-8" src="/logos/customers/tableau_logo.png" alt="Tableau Software" title="Tableau Software">
</a>
<a data-track="customer-logo" href="https://mbrdna.com/" target="_blank">
<img class="mx-auto lg:mx-8 mt-8 mb-4 lg:my-0 h-12 mx-8" src="/logos/customers/mercedes-benz-RDNA_logo.png" title="Mercedes-Benz Research and Development" alt="Mercedes-Benz Research and Development">
</a>
<a data-track="customer-logo" href="https://www.mindbodyonline.com/" target="_blank">
<img class="mx-auto lg:mx-8 h-16 mx-8" src="/logos/customers/mindbody_logo.svg" alt="MindBody" title="MindBody">
</a>
<a data-track="customer-logo" href="https://www.nih.gov/" target="_blank">
<img class="mx-auto mt-6 md:mt-0 lg:mx-8 h-10 mx-8" src="/logos/customers/nih.png" alt="National Institutes of Health" title="National Institutes of Health">
</a>
</div>
<div class="lg:flex items-center justify-center my-4">
<a data-track="customer-logo" href="https://www.linio.com/" target="_blank">
<img class="mx-auto my-8 md:my-0 lg:mx-8 h-8 mx-8" src="/logos/customers/linio_logo.png" alt="Linio" title="Linio">
</a>
<a data-track="customer-logo" href="https://www.cockroachlabs.com/" target="_blank">
<img class="mx-auto my-8 md:my-0 lg:mx-8 h-8 mx-8" src="/logos/customers/cockroach-labs_logo.png" alt="Cockroach Labs" title="Cockroach Labs">
</a>
<a data-track="customer-logo" href="https://www.sourcegraph.com/" target="_blank">
<img class="mx-auto my-8 md:my-0 lg:mx-8 h-6 mx-8" src="/logos/customers/sourcegraph_logo.png" alt="Sourcegraph" title="Sourcegraph">
</a>
<a data-track="customer-logo" href="https://www.snopes.com/" target="_blank">
<img class="mx-auto my-8 md:my-0 lg:mx-8 h-10 mx-8" src="/logos/customers/snopes_logo.png" alt="Snopes" title="Snopes">
</a>
<a data-track="customer-logo" href="https://www.lemonade.com/" target="_blank">
<img class="mx-auto mt-6 md:mt-0 lg:mx-8 h-8 mx-8" src="/logos/customers/lemonade.svg" alt="Lemonade" title="Lemonade">
</a>
</div>
</div>
</section>
<div class="max-w-3xl border-b border-gray-200 mx-4 md:mx-auto"></div>
<!-- Articles -->
<section class="bg-white py-16 md:py-24 px-4">
<div class="container mx-auto md:flex items-start">
<article class="md:w-1/3">
<div class="text-gray-600 uppercase text-sm">
{{ (index .Params.articles 0).label }}
</div>
<h3 class="mt-2">
<a data-track="article" class="text-blue-700 hover:text-blue-500" href="{{ relref . (index .Params.articles 0).url }}">
{{ (index .Params.articles 0).title }}
</a>
</h3>
<p class="text-gray-600">
{{ (index .Params.articles 0).summary | markdownify }}
</p>
<p class="text-blue-500">
<a data-track="article-read-on" href="{{ relref . (index .Params.articles 0).url }}" class="hover:mr-1 transition-all">Read on</a> →
</p>
</article>
<article class="md:w-1/3 md:mx-8 my-12 md:my-0 py-12 md:py-0 border-t border-b border-gray-200 md:border-none">
<div class="text-gray-600 uppercase text-sm">
{{ (index .Params.articles 1).label }}
</div>
<h3 class="mt-2">
<a data-track="article" class="text-blue-700 hover:text-blue-500" href="{{ relref . (index .Params.articles 1).url }}">
{{ (index .Params.articles 1).title }}
</a>
</h3>
<p class="text-gray-600">
{{ (index .Params.articles 1).summary | markdownify }}
</p>
<p class="text-blue-500">
<a data-track="article-read-on" href="{{ relref . (index .Params.articles 1).url }}" class="hover:mr-1 transition-all">Read on</a> →
</p>
</article>
<article class="md:w-1/3">
<div class="text-gray-600 uppercase text-sm">
{{ (index .Params.articles 2).label }}
</div>
<h3 class="mt-2">
<a data-track="article" class="text-blue-700 hover:text-blue-500" href="{{ relref . (index .Params.articles 2).url }}">
{{ (index .Params.articles 2).title }}
</a>
</h3>
<p class="text-gray-600">
{{ (index .Params.articles 2).summary | markdownify }}
</p>
<p class="text-blue-500">
<a data-track="article-read-on" href="{{ relref . (index .Params.articles 2).url }}" class="hover:mr-1 transition-all">Read on</a> →
</p>
</article>
</div>
</section>
<div class="max-w-3xl border-b border-gray-200 mx-4 md:mx-auto"></div>
<div class="max-w-4xl my-24 mx-auto px-4">
<div class="text-center mb-8">
<h3>{{ .Params.video.heading }}</h3>
<p class="my-0">
{{ .Params.video.subhead }}
</p>
</div>
<!-- Rendered with Hugo's YouTube shortcode: https://gohugo.io/content-management/shortcodes/#youtube -->
<div class="rounded shadow-md" style="position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden;">
<iframe src="//www.youtube.com/embed/QfJTJs24-JM?rel=0" style="position: absolute; top: 0; left: 0; width: 100%; height: 100%; border:0;" allowfullscreen="" title="Introduction to Pulumi: Modern Infrastructure as Code"></iframe>
</div>
</div>
<div class="text-center pb-24 text-lg px-4" style="background: linear-gradient(#ffffff, #f7fafc);">
<div class="md:inline-flex items-center shadow-lg bg-white rounded px-4 md:px-12 py-6 mx-auto border border-gray-400">
<div class="text-left">
<p class="text-gray-700 leading-relaxed mt-0 md:mt-4">
{{ (index .Params.ctas 1) | markdownify }}
</p>
</div>
<div class="inline-flex items-center md:ml-10">
<a class="btn group w-40 text-left pl-6 py-3 rounded-lg" href="{{ relref . "/docs/get-started" }}" title="Create your first project with Pulumi">
<span>Get Started</span>
<span class="pl-1 group-hover:pl-2 transition-all">→</span>
</a>
</div>
</div>
</div>
{{ end }}