forked from openshift/velero
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
185 lines (180 loc) · 6.4 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
---
layout: default
id: home
description: Backup and migrate Kubernetes resources and persistent volumes
backgrounds:
case_study: light-blue
team: dark-blue
hero:
banner: /img/heroes/velero.svg
headline: Backup and migrate Kubernetes resources and persistent volumes
content: Velero is an open source tool to safely backup and restore, perform disaster recovery, and migrate Kubernetes cluster resources and persistent volumes.
cta_link1:
text: Latest Release Information
url: /blog/velero-1.3-voyage-continues/
cta_link2:
text: Download Velero
url: https://github.com/vmware-tanzu/velero/releases/latest
promo1:
icon: /img/disaster-recover-icon.svg
title: Disaster Recovery
content: Reduces time to recovery in case of infrastructure loss, data corruption, and/or service outages.
promo2:
icon: /img/data-migration-icon.svg
title: Data Migration
content: Enables cluster portability by easily migrating Kubernetes resources from one cluster to another.
promo3:
icon: /img/data-protection-icon.svg
title: Data Protection
content: Offers key data protection features such as scheduled backups, retention schedules, and pre or post-backup hooks for custom actions.
secondary_ctas:
cta1:
title: Introduction to Velero
url: /Velero-is-an-Open-Source-Tool-to-Back-up-and-Migrate-Kubernetes-Clusters/
content: Learn about Velero and how to protect your Kubernetes resources and volumes.
cta2:
title: How Do You Use Velero?
url: https://github.com/vmware-tanzu/velero/issues/1327
content: See how Velero is helping others and tell the world how you use Velero.
#reference:
# title: Lorem Ipsum
# content: Lorem ipsum dolor sit amet, consectetur adipiscing elit.
# links:
# ISO: http://www.example.com
# OVA: http://www.example.com
# Amazon Machine Image: http://www.example.com
# Google Compute Engine Image: http://www.example.com
# Azure VHD: http://www.example.com
---
<div class="home-hero bg-color-{{ site.hero.background-color }}" style="background-image: url('{{ page.hero.banner }}')">
<div class="section">
<div class="section-content">
<div class="hero-content">
<h1 class="mb-3">{{ page.hero.headline }}</h1>
<p>{{ page.hero.content }}</p>
</div>
<div class="hero-cta mt-4">
<a href="{{ page.hero.cta_link1.url }}" class="btn btn-primary mb-3 mb-sm-0">{{ page.hero.cta_link1.text }}</a>
<a href="{{ page.hero.cta_link2.url }}" class="btn btn-outline-light">{{ page.hero.cta_link2.text }}</a>
</div>
</div>
</div>
</div> <!-- /home-hero -->
<div class="section section-card section-card-offset-top promo-cards">
<div class="section-content">
<div class="row">
<div class="col-md">
<div class="card card-light mb-3 mb-md-0 shadow-sm">
<div class="card-body match-height">
<figure>
<img src="{{ page.hero.promo1.icon }}" alt="{{ page.hero.promo1.title }}" />
</figure>
{% if page.hero.promo1.url or size > 0 %}
<h5><a href="{{ page.hero.promo1.url }}" class="dark">{{ page.hero.promo1.title }}</a></h5>
{% else %}
<h5>{{ page.hero.promo1.title }}</h5>
{% endif %}
<p>{{ page.hero.promo1.content }}</p>
</div>
</div>
</div>
<div class="col-md">
<div class="card card-light mb-3 mb-md-0 shadow-sm">
<div class="card-body match-height">
<figure>
<img src="{{ page.hero.promo2.icon }}" alt="{{ page.hero.promo2.title }}" />
</figure>
{% if page.hero.promo2.url or size > 0 %}
<h5><a href="{{ page.hero.promo2.url }}" class="dark">{{ page.hero.promo2.title }}</a></h5>
{% else %}
<h5>{{ page.hero.promo2.title }}</h5>
{% endif %}
<p>{{ page.hero.promo2.content }}</p>
</div>
</div>
</div>
<div class="col-md">
<div class="card card-light mb-3 mb-md-0 shadow-sm">
<div class="card-body match-height">
<figure>
<img src="{{ page.hero.promo3.icon }}" alt="{{ page.hero.promo3.title }}" />
</figure>
{% if page.hero.promo3.url or size > 0 %}
<h5><a href="{{ page.hero.promo3.url }}" class="dark">{{ page.hero.promo3.title }}</a></h5>
{% else %}
<h5>{{ page.hero.promo3.title }}</h5>
{% endif %}
<p>{{ page.hero.promo3.content }}</p>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="section section-grey">
<div class="section-content">
<div class="row bg-grey">
<div class="col-sm-5 mb-3 mb-sm-0">
<h6 class="mb-1">
<a href="{{ page.secondary_ctas.cta1.url }}">{{ page.secondary_ctas.cta1.title }}</a>
</h6>
<p class="mb-0">{{ page.secondary_ctas.cta1.content }}</p>
</div>
<div class="col-sm-5 offset-sm-2">
<h6 class="mb-1">
<a href="{{ page.secondary_ctas.cta2.url }}">{{ page.secondary_ctas.cta2.title }}</a>
</h6>
<p class="mb-0">{{ page.secondary_ctas.cta2.content }}</p>
</div>
</div>
</div>
</div>
<!--
<div class="section pb-0">
<div class="section-content">
<div class="row">
<div class="col">
<h2 class="text-center">{{ page.reference.title }}</h2>
<p>{{ page.reference.content }}</p>
<ul>
{% for link in page.reference.links %}
<li><a href="{{ link[1] }}">{{ link[0] }}</a></li>
{% endfor %}
</ul>
</div>
</div>
</div>
</div>
-->
<div class="section">
<div class="section-content">
<div class="row">
<div class="col">
<h2>Features</h2>
</div>
</div>
{% assign limit = 3 %}
{% include case-studies-alternating.html %}
</div>
</div>
<div class="section pt-3">
<div class="section-content">
<div class="row">
<div class="col">
<h2>Blog Highlights</h2>
</div>
</div>
{% assign limit = 3 %}
{% include blog-posts.html %}
<div class="row pt-5">
<div class="col text-center">
<a href="/blog" class="btn btn-secondary btn-sm">See All Posts</a>
</div>
</div>
</div>
</div>
<div class="section section-background-{{ page.backgrounds.team }}">
<div class="section-content">
{% include contributors.html %}
</div>
</div>