This repository has been archived by the owner on Sep 3, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
375 lines (290 loc) · 14.5 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
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
<!DOCTYPE html>
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1.0, user-scalable=no"/>
<meta name="description" content="">
<meta name="author" content="">
<title>Godot Engine</title>
<!-- CSS -->
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<link href="assets/css/style.css" type="text/css" rel="stylesheet" media="screen,projection"/>
</head>
<body>
<header>
<div class="navbar">
<nav class="white ">
<div class="nav-wrapper container">
<a href="index.html" class="brand-logo center"
style="position: absolute; z-index: 12; margin-top: -26px;"><img src="logo4.png"></a>
<ul class="left hide-on-med-and-down">
<li><a href="index.html">Overview</a></li>
<li><a href="features.html">Features</a></li>
<li><a href="http://www.godotengine.org/projects/godot-engine/news">News</a></li>
</ul>
<ul class="right hide-on-med-and-down">
<li><a href="http://www.godotengine.org/projects/godot-engine">Workbench</a></li>
</ul>
<ul id="nav-mobile" class="side-nav">
<li><a href="index.html">Overview</a></li>
<li><a href="features.html">Features</a></li>
<li><a href="http://www.godotengine.org/projects/godot-engine/news">News</a></li>
<li><a href="http://www.godotengine.org/projects/godot-engine">Workbench</a></li>
</ul>
<a href="#" data-activates="nav-mobile" class="button-collapse"><i class="material-icons">menu</i></a>
</div>
</nav>
</div>
<div id="slider">
<div class="slider">
<ul class="slides">
<li>
<img src="http://lorempixel.com/580/250/nature/1">
<div class="caption center-align">
<h1 class="header center">Godot engine</h1>
<div class="row center">
<h5 class="header col s12 light">Godot is an advanced, feature packed, multi-platform 2D and
3D game engine. It provides a huge set of common tools, so you can just focus on making
your game without reinventing the wheel.</h5>
</div>
<div class="row center">
<a href="http://materializecss.com/getting-started.html" id="download-button"
class="btn-large waves-effect waves-light">Go somewhere</a>
</div>
</div>
</li>
<li>
<img src="http://lorempixel.com/580/250/nature/2">
<div class="caption left-align">
<h3>Left Aligned Caption</h3>
<h5 class="light grey-text text-lighten-3">Here's our small slogan.</h5>
</div>
</li>
<li>
<img src="http://lorempixel.com/580/250/nature/3">
<div class="caption right-align">
<h3>Right Aligned Caption</h3>
<h5 class="light grey-text text-lighten-3">Here's our small slogan.</h5>
</div>
</li>
<li>
<img src="http://lorempixel.com/580/250/nature/4">
<div class="caption center-align">
<h3>This is our big Tagline!</h3>
<h5 class="light grey-text text-lighten-3">Here's our small slogan.</h5>
</div>
</li>
</ul>
</div>
</div>
<div class="get-started">
<div class="container">
<h2 class="header lighten-1 section-title">
<span class="section-title-content"><img src="assets/img/godot-guy-bullet.png"/>Godot engine</span>
</h2>
<p>
Godot is a fully featured, open source, MIT licensed, game engine. It focuses on having great tools, and
a
visual oriented workflow that can export to PC, Mobile and Web platforms with no hassle. The editor,
language and APIs are feature rich, yet simple to learn, allowing you to become productive in a matter
of
hours.</p>
</div>
</div>
</header>
<div class="container">
<div class="section">
<h2 class="header lighten-1 section-title">
<span class="section-title-content"><i class="mdi-av-play-arrow"></i>Get started</span>
</h2>
<!-- Icon Section -->
<div class="row">
<div class="col s12 m4">
<div class="icon-block card">
<h3 class="center"><i class="mdi-file-file-download"></i></h3>
<h5 class="center grey-text text-darken-4">Download</h5>
<p class="light center">
Fork us on <a target="_blank" href="https://github.com/godotengine/godot" class="external">GitHub</a>
or <a target="_blank" href="http://www.godotengine.org/projects/godot-engine/documents"
class="external">Download</a>.
</p>
</div>
</div>
<div class="col s12 m4">
<div class="icon-block card">
<h3 class="center brown-text"><i class="material-icons">live_help</i></h3>
<h5 class="center grey-text text-darken-4">Tutorials and docs</h5>
<p class="light center">
Check out the <a target="_blank"
href="http://www.godotengine.org/projects/godot-engine/wiki/Documentation">tutorials
and documentation</a> to learn Godot.
</p>
</div>
</div>
<div class="col s12 m4">
<div class="icon-block card">
<h3 class="center brown-text"><i class="material-icons">group</i></h3>
<h5 class="center grey-text text-darken-4">Community</h5>
<p class="light center">
<a href="https://facebook.com/groups/godotengine" target="_blank" class="external">Facebook</a>
| <a target="_blank" href="https://twitter.com/godotengine" class="external">Twitter</a> | <a
target="_blank" href="https://www.reddit.com/r/godot" class="external">Reddit</a>IRC on
#godotengine #godotengine-devel at freenode.net<a
href="/projects/godot-engine#SocialFacebook-Twitter-RedditYou-can-reach-us-on-IRC-godotengine-godotengine-devel-at-freenodenet"
class="wiki-anchor"></a>
</p>
</div>
</div>
</div>
</div>
</div>
<div class="container">
<div class="section">
<h2 class="header lighten-1 section-title">
<span class="section-title-content"><i class="mdi-action-visibility"></i>Discover</span>
</h2>
<div class="row">
<div class="col s3">
<div class="card-panel hoverable html-box-row">
<h4>Latest version</h4>
<h6>2.0.</h6>
</div>
</div>
<div class="col s9 ">
<a href="#" class="card-panel hoverable html-box-row-2 roadmap-banner">
<h4>Roadmap</h4>
</a>
</div>
<div class="col s9 ">
<a href="#" class="card-panel hoverable html-box-row-2 features-banner">
<h4>Features</h4>
</a>
</div>
</div>
</div>
</div>
<div class="container">
<h2 class="header lighten-1 section-title">
<span class="section-title-content"><i class="mdi-notification-event-note"></i>Latest news</span>
</h2>
<div class="row">
<div class="col s12 m6 l3 small-screen-margin-top">
<article>
<div class="hl-article card hoverable">
<div class="card-image">
<a href="#"><img width="200" src="https://i.ytimg.com/vi/S13FrWuBMx4/hqdefault.jpg"></a>
</div>
<div class="card-content">
<span class="publish-date grey-text base">June 21st, 2015</span>
<span class="card-title activator grey-text text-darken-4">WebAssembly: Godot on the Web?</span>
<!--<p class="blue-grey-text text-darken-3">Running Native on the Web.Godot has a long story on attempts trying to make...</p>-->
</div>
</div>
</article>
</div>
<div class="col s12 m6 l3 small-screen-margin-top">
<article>
<div class="hl-article card hoverable">
<div class="card-image">
<a href="#"><img width="200" src="http://www.epplug.org/spip/IMG/arton150.png?1434997699"></a>
</div>
<div class="card-content">
<span class="publish-date grey-text base">June 21st, 2015</span>
<span class="card-title activator grey-text text-darken-4">Godot at RMLL2015, France</span>
<!--<p class="blue-grey-text text-darken-3">Running Native on the Web.Godot has a long story on attempts trying to make...</p>-->
</div>
</div>
</article>
</div>
<div class="col s12 m6 l3 small-screen-margin-top">
<article>
<div class="hl-article card hoverable">
<div class="card-image">
<a href="#"><img width="200"
src="https://scontent-arn2-1.xx.fbcdn.net/hphotos-xap1/v/t1.0-9/11229756_978678895527782_3196365617359903024_n.png?oh=575d71af33ce29a20b08c57fa84603c5&oe=56E49ABB"></a>
</div>
<div class="card-content">
<span class="publish-date grey-text base">June 21st, 2015</span>
<span class="card-title activator grey-text text-darken-4">Steam Greenlight:: Steam Quest!</span>
<!--<p class="blue-grey-text text-darken-3">Running Native on the Web.Godot has a long story on attempts trying to make...</p>-->
</div>
</div>
</article>
</div>
<div class="col s12 m6 l3 small-screen-margin-top">
<article>
<div class="hl-article card hoverable">
<div class="card-image">
<a href="#"><img width="200" src=""></a>
</div>
<div class="card-content">
<span class="publish-date grey-text base">June 21st, 2015</span>
<span class="card-title activator grey-text text-darken-4">Something exciting?<br/> </span>
<!--<p class="blue-grey-text text-darken-3">Running Native on the Web.Godot has a long story on attempts trying to make...</p>-->
</div>
</div>
</article>
</div>
</div>
<div class="nav-button">
<div class="row">
<div class="col s12 center">
<div class="waves-effect waves-light btn btn-large" style="margin-top: 15px;"><a href="#">View blog</a>
</div>
</div>
</div>
</div>
</div>
<footer class="page-footer">
<div class="container">
<div class="row">
<div class="col l6 s12">
<h5 class="white-text">Lorem ipsum</h5>
<p class="grey-text text-lighten-4">Lorem ipsum dolor sit amet, velit iisque consetetur cum te, usu
partiendo petentium ad, homero partem ea quo. Case erroribus eu nec. Inimicus repudiare at duo, at
reprimique complectitur vim. Cu nam suas reprehendunt, eu ius alii aeque mucius, voluptatum
definitionem signiferumque in sed.</p>
</div>
<div class="col l3 s12">
<h5 class="white-text">Lorem ipsum</h5>
<ul>
<li><a class="white-text" href="#!">Link 1</a></li>
<li><a class="white-text" href="#!">Link 2</a></li>
<li><a class="white-text" href="#!">Link 3</a></li>
<li><a class="white-text" href="#!">Link 4</a></li>
</ul>
</div>
<div class="col l3 s12">
<h5 class="white-text">Fallow as</h5>
<ul>
<li><a class="white-text" href="#!">Facebook</a></li>
<li><a class="white-text" href="#!">Twitter</a></li>
<li><a class="white-text" href="#!">Reddit</a></li>
<li><a class="white-text" href="#!">Github</a></li>
</ul>
</div>
</div>
</div>
<div class="footer-copyright">
<div class="container row">
<div class="col s6 left left-align" style="padding-left: 0;">
Copyright 2007-2014 Juan Linietsky, Ariel Manzur | All Rights Reserved |
</div>
<!--
<div class="col s6 right right-align" style="margin-top: 8px;">
<a href="#" class="main-theme-color mr15" target="_blank"><img src="assets/img/social/facebook.png" /></a>
<a href="#" class="main-theme-color mr15" target="_blank"><img src="assets/img/social/twitter.png" /></a>
<a href="#" class="main-theme-color mr15" target="_blank"><img src="assets/img/social/reddit.png" /></a>
<a href="#" class="main-theme-color mr15" target="_blank"><img src="assets/img/social/github.png" /></a>
</div>
-->
</div>
</div>
</footer>
<!-- Scripts-->
<script src="https://code.jquery.com/jquery-2.1.1.min.js"></script>
<script src="assets/js/materialize.min.js"></script>
<script src="assets/js/init.js"></script>
</body>
</html>