-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
executable file
·91 lines (86 loc) · 3.65 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
---
layout: landing
---
<!-- Banner -->
<section id="banner">
<div class="inner">
<h2>{{ site.title }}</h2>
<p>{{ site.description | markdownify }}</p>
<ul class="actions">
<li><a href="https://github.com/winnitron/WinnitronLauncher/releases" class="button">Get the Launcher</a></li>
<li><a href="http://network.winnitron.com" class="button">Upload a Game</a></li>
<li><a href="https://discord.gg/8nskr4e" class="button special">Join the Discord</a></li>
</ul>
</div>
<a href="#one" class="more scrolly">Learn More</a>
</section>
<!-- One -->
<section id="one" class="wrapper style1 special">
<div class="inner">
<header class="major">
<h2>Build your own indie arcade machine<br />
and let the Winnitron manage your games.</h2>
<p>The Winnitron Launcher displays and runs your arcade game library<br />
while the Winnitron Network lets you manage it from your browser.</p>
</header>
<ul class="icons major">
<li><span class="icon fa-gamepad major style1"><span class="label">Lorem</span></span></li>
<li><span class="icon fa-trophy major style2"><span class="label">Ipsum</span></span></li>
<li><span class="icon fa-code major style3"><span class="label">Dolor</span></span></li>
</ul>
</div>
</section>
<!-- Two -->
<section id="two" class="wrapper alt style2">
<section class="spotlight">
<div class="image"><img src="images/winnitron screenshot.png" alt="" /></div><div class="content">
<h2>Manage Your Games<br />
with ease</h2>
<p>It's easy to manage your games on the Winnitron whether you just slap a couple games in a folder, or use the Network <tbody>
sync your games.
</tbody></p>
</div>
</section>
<section class="spotlight">
<div class="image"><img src="images/winnitron.jpg" alt="" /></div><div class="content">
<h2>Upload your game to<br />
machines around the world</h2>
<p>Using the Winnitron Network, you can manage your Winnitron from home, or upload your projects for Winnitrons everywhere.</p>
</div>
</section>
<section class="spotlight">
<div class="image"><img src="images/winnitron sj.jpg" alt="" /></div><div class="content">
<h2>A great way to display<br />
your community's projects</h2>
<p>Arcade machines are great for showcasing the work your community has put in. Even great for showing off your jam games.</p>
</div>
</section>
</section>
<!-- Latest News -->
<section id="three" class="wrapper style3 special">
<div class="inner">
<header class="major">
<a href="{{ site.posts.first.url }}" style="border: none;">
<h2>LATEST NEWS</h2></br>
<h4 style="border: none; margin-bottom: none;">
{{ site.posts.first.title }}
</h4>
{{ site.posts.first.excerpt }}
</a>
</header>
</div>
</section>
<!-- CTA -->
<section id="cta" class="wrapper style4">
<div class="inner">
<header>
<h2>Get Involved</h2>
<p>Build your own indie arcade machine or help us expand our games library.</p>
</header>
<ul class="actions vertical">
<li><a href="https://github.com/winnitron/WinnitronLauncher/wiki" class="button fit">Get Launcher</a></li>
<li><a href="https://network.winnitron.com" class="button fit">Upload a Game</a></li>
<li><a href="https://discord.gg/8nskr4e" class="button fit special">Join the Discord</a></li>
</ul>
</div>
</section>