-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathhome.php
executable file
·47 lines (46 loc) · 2.01 KB
/
home.php
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
<header>
<aside class="clearer container">
<div class="column">
<h2>The DIY retro emulation console</h2>
<p class="subtitle">Lakka is a lightweight Linux distribution that transforms a credit card sized computer into a full blown emulation console.</p>
<a class="getlakka" href="/getlakka">Get Lakka</a>
</div>
<div class="tv">
<video poster="images/thumb.png" preload="auto" autoplay="true" loop="true">
<source src="videos/menu.webm" type="video/webm" />
<source src="videos/menu.ogv" type="video/ogv" />
<source src="videos/menu.mp4" type="video/mp4" />
</video>
</div>
</aside>
</header>
<section id="about" class="clearer">
<article class="clearer">
<i class="fa fa-bolt"></i>
<div>
<h3>Powerful</h3>
<p>Built on top of the famous RetroArch emulator, Lakka is able to emulate a large range of hardware and has some usefull features such as Braid-like rewinding, joypad hotplug and video streaming.</p>
</div>
</article>
<article class="clearer">
<i class="fa fa-smile-o"></i>
<div>
<h3>User friendly</h3>
<p>Lakka is easy to setup and use. Once installed to your SD card, you just have to put your rom on the card, plug your joypad and enjoy your favorite old games.</p>
</div>
</article>
<article class="clearer">
<i class="fa fa-thumbs-o-up"></i>
<div>
<h3>Low cost</h3>
<p>The hardware required to run Lakka cost only $35. We also support PS3 and XBox360 controllers so you don't have to buy new ones. The power can be supplied by any micro USB adapter like the one of your smartphone.</p>
</div>
</article>
<article class="clearer">
<i class="fa fa-github-alt"></i>
<div>
<h3>Open source</h3>
<p>Our project is free as in freedom and hosted on <a href="https://github.com/lakkatv/Lakka">Github</a>. We accept external contributions, and we do our best to integrate our own patches into upstream projects.</p>
</div>
</article>
</section>