-
-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathindex.html
252 lines (230 loc) · 8.48 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
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
<!DOCTYPE html>
<html lang="en">
<head>
{{> head }}
<style>
.current-version-number {
font-size: 1.5rem;
font-weight: 500;
color: var(--font-color-medium);
}
.intro {
padding: 6rem 0;
}
.intro #logo {
height: 150px;
}
.intro h2 {
font-size: 2rem;
line-height: 1.25;
margin-bottom: 2rem;
}
.slogan {
font-size: 1.75rem;
line-height: 1.25;
margin: 0;
margin-top: 1rem;
margin-bottom: 3rem;
}
.materialize-benefits .card {
padding: 1.5rem;
}
.materialize-benefits h2 {
font-size: 1.25rem;
font-weight: 500;
margin-top: 0;
}
.materialize-benefits p {
font-size: 1rem;
}
.sponsors h3 {
font-size: 1.75rem;
font-weight: 500;
}
/*
@media #{$medium-and-down} {
.intro {
padding: 3rem 0;
}
footer.page-footer .container {
text-align: center;
}
.github-commit {
text-align: center;
}
}
*/
.github-commit {
color: var(--font-color-medium);
/*border-top: 1px solid $border-color;*/
padding: 14px 0;
height: 64px;
line-height: 36px;
font-size: 0.9rem;
}
.github-commit .sha {
margin: 0 6px 0 6px;
}
#index-banner {
position: relative;
background-color: var(--md-sys-color-background);
}
@keyframes rotate {
0% {
transform: rotate(0deg);
}
100% {
transform: rotate(360deg);
}
}
.gradient {
--size: 100vh;
--speed: 9s;
--easing: cubic-bezier(0.8, 0.2, 0.6, 0.8);
--bg-color: color-mix(in srgb, var(--md-sys-color-secondary) 20%, var(--md-sys-color-background));
width: var(--size);
height: var(--size);
filter: blur(calc(var(--size) / 5));
background-image: linear-gradient(var(--bg-color), var(--md-sys-color-primary)); /* hsl(252, 59%, 63%) */
animation: rotate var(--speed) var(--easing) alternate infinite;
border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
}
</style>
</head>
<body>
{{> navbar }}
<main>
<div id="index-banner">
<!-- Background -->
<div style="position: absolute; top: 0; height: 100%; overflow: hidden; width: 100%; z-index: 0">
<div class="gradient"></div>
</div>
<!-- Intro -->
<div class="intro py-5" style="z-index: 1">
<div class="container py-5">
<!-- Hero -->
<div class="center">
<img id="logo" src="images/materialize.svg" style="height: 100px" alt="Materialize" />
<h1 class="header mb-0">Materialize</h1>
<p class="slogan">Simple. Built on open source. The responsive front-end library based on Material Design from Google.</p>
</div>
<!-- Call to Action -->
<div style="justify-content: center; display: flex; gap: 0.5rem; flex-wrap: wrap">
<a tabindex="0" class="btn filled rounded btn-large z-depth-1 waves-effect waves-light" href="getting-started.html" id="download-button">Get started</a>
<a tabindex="0" class="btn outlined rounded btn-large waves-effect waves-light" href="https://github.com/materializecss/materialize" target="_blank">
View on GitHub</a
>
</div>
</div>
</div>
</div>
<div class="container">
<!-- Ads -->
<div class="row center">
<div class="s12 m4 offset-m2">
<!-- Main Sponsor -->
</div>
<div class="s12 m4">
<!-- Advertisment -->
</div>
</div>
<!-- Development Info -->
<div class="github-commit mb-5">
<div class="container">
<div class="row">
<div class="s12 m10 offset-m1">
<div class="commit">
Latest Commit on Github:
<a href="" class="sha" title="Click here to see changes" target="_blank"></a>
<span class="date"></span>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Benefits -->
<div class="container">
<div class="section">
<div class="row">
<div class="s12 m10 offset-m1">
<div class="row materialize-benefits" style="gap: 1rem">
<div class="s12 m6 l4 card">
<h2>Ultra Fast</h2>
<p>
Using VanillaJS and as less dependecies as possible to keep it fast and simple. We use TypeScript since it builds upon JavaScript and it enhances the type- and
code safety.
</p>
</div>
<div class="s12 m6 l4 card">
<h2>Quick integration</h2>
<p>
You dont have to learn or integrate any new or crappy stuff. Goal here is to stick to the roots. Just copy and paste from the documentation and you are good to
go!
</p>
</div>
<div class="s12 m6 l4 card">
<h2>Responsive and accessible</h2>
<p>Most of the Features which work event without JavaScript. Components should be useable by mobile devices and easily accessible by keyboard too. Try it out!</p>
</div>
<div class="s12 m6 l4 card">
<h2>Simple and clean Design</h2>
<p>
User centric approach with established design principles mainly from
<a target="_blank" href="https://m3.material.io">Googles Material guidelines</a>. Our Components should work on nearly every device with a monitor.
</p>
</div>
<div class="s12 m6 l4 card">
<h2>Awesome Community</h2>
<p>
User centric approach with many members all around the world, which help bring Materialize forward and improve usability for everyone on the web. You can be a
part too!
</p>
</div>
<div class="s12 m6 l4 card">
<h2>Extensible</h2>
<p>
Component cutsomization should be possible by yourself. To help growing this project, you can
<a href="https://github.com/materializecss/materialize" target="_blank">join the community</a>
and ask for support or you can easily
<a target="_blank" href="https://github.com/materializecss/materialize/issues">create an issue</a>
to move Materialize forward.
</p>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Sponsors -->
<div class="container sponsors">
<div class="section">
<div class="row">
<div class="s12 m10 offset-m1">
<h3>Materialize is free and open-source. This is made possible by our awesome sponsors.</h3>
<div class="row my-5" style="gap: 2rem; align-items: center">
<div class="s6 m2 offset-m4 center">
<a href="https://www.rumya.ch" target="_blank">
<img class="responsive-img" style="max-height: 42px" src="https://www.rumya.ch/Mods/Website/Front/Ui/RumyaLogo.png" alt="Rumya Logo" />
</a>
</div>
<div class="s6 m2 center">
<a href="https://wuda.io" target="_blank">
<img class="responsive-img" style="max-height: 42px" src="https://www.wuda.io/img/wuda-logo.png" alt="Wuda Software Logo" />
</a>
</div>
</div>
<div class="center">
<a tabindex="0" class="btn tonal" target="_blank" href="https://opencollective.com/materialize">Become a sponsor</a>
</div>
<p class="center">Materialize development is provided by an international team. Thanks for supporting us! ❤️</p>
</div>
</div>
</div>
</div>
</main>
{{> footer }}
<script type="module" src="/src/main.ts"></script>
</body>
</html>