-
Notifications
You must be signed in to change notification settings - Fork 4
/
index.html
123 lines (112 loc) · 4.15 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="theme-color" content="#000000" />
<title>Artifact Hub Helm charts repository</title>
<link href="https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700&display=swap" rel="stylesheet">
<style>
html, body {
background-color: #417598;
color: #ffffff;
margin: 0;
padding: 0;
font-family: "Lato", Roboto, "Helvetica Neue", Arial, sans-serif;
font-size: 1rem;
font-weight: 300;
height: 100%;
width: 100%;
}
.wrapper {
height: 100%;
width: 100%;
display: flex;
justify-content: center;
align-items: center;
}
.content {
text-align: center;
padding: 0 100px;
}
.icon {
width: 170px;
margin: 0 auto;
margin-bottom: 50px;
}
.mainTitle {
text-align: center;
font-size: 3.5rem;
line-height: 1.2;
}
p {
font-size: 2rem;
}
.link {
text-decoration: underline;
font-weight: 400;
color: #ffffff;
}
@media only screen and (max-width: 767.98px) {
.mainTitle {
font-size: 1.75rem;
}
.content {
padding: 0 30px;
}
p {
font-size: 1.15rem;
}
.icon {
width: 100px;
margin-bottom: 30px;
}
}
</style>
</head>
<body>
<div class="wrapper">
<div class="content">
<div class="icon">
<svg
preserveAspectRatio="xMidYMid meet"
viewBox="0 0 410.43 459.27"
xmlns="http://www.w3.org/2000/svg"
>
<g>
<g id="Layer1">
<g id="Shape1">
<desc />
<path
stroke="#417598"
stroke-width="2"
stroke-miterlimit="2"
fill-rule="nonzero"
fill="#417598"
d="m372.59,311.06l0,-144.06999c-0.01001,-12.85201 -6.87,-24.724 -18,-31.15001l-126.06,-71.99999c-11.138,-6.43081 -24.862,-6.43081 -36,0l-126.09,71.99999c-11.1301,6.42601 -17.9904,18.298 -18,31.15001l0,144.06999c0.0096,12.85199 6.8699,24.724 18,31.14999l126.06,72c11.138,6.431 24.862,6.431 36,0l126.06,-72c11.142,-6.418 18.01401,-18.29199 18.03,-31.14999z"
id="shapePath1"
/>
</g>
<g id="Shape2">
<desc />
<path
stroke="#417598"
stroke-width="2"
stroke-miterlimit="2"
fill-rule="nonzero"
fill="#ffffff"
d="m205.20499,419.67215c-8.07199,0.004 -16.00398,-2.11398 -23,-6.13998l-126,-72c-14.2047,-8.241 -22.9626,-23.40799 -23,-39.83002l0,-144.08998c0.0405,-16.416 8.7985,-31.57501 23,-39.81001l126.01999,-72.06c14.23901,-8.1924 31.761,-8.1924 46,0l126.00003,72c14.202,8.24001 22.95898,23.401 23,39.82001l0,144.12c-0.04602,16.41199 -8.80301,31.56601 -23,39.79999l-126.10001,72.07001c-6.972,4.01199 -14.87601,6.12302 -22.92001,6.12m0,-359.99998c-4.56299,-0.0074 -9.04698,1.1896 -13,3.47l-126.07999,72c-8.018,4.64799 -12.967,13.202 -13,22.47l0,144.06999c0.0239,9.276 4.9743,17.84 13,22.48999l126.00001,72c8.049,4.62601 17.951,4.62601 26,0l126.10001,-72.06c8.021,-4.64999 12.97098,-13.20898 13,-22.47998l0,-144.02c-0.03,-9.274 -4.979,-17.83501 -13,-22.49001l-126.00003,-72c-3.96399,-2.2928 -8.461,-3.5033 -13.03998,-3.50999l0.01999,0.06m162.07001,242.00999"
id="shapePath2"
/>
</g>
</g>
</g>
</svg>
</div>
<div class="mainTitle">Artifact Hub Helm charts repository</div>
<p>For more information, please visit <a href="https://artifacthub.io/packages/helm/artifact-hub/artifact-hub" class="link">Artifact Hub</a></p>
</div>
</div>
</body>
</html>