forked from efidroid/efidroid.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
43 lines (40 loc) · 1.96 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
---
layout: default
title: EFIDroid
---
<div class="page-content">
<div class="mdl-grid">
<div class="mdl-cell mdl-cell--6-col">
<h2><b>Take over control</b> before loading the Operating system.</h2>
<h4>EFIDroid attempts to make it easy for both users and developers to control their boot experience.</h4>
</div>
<div class="mdl-cell mdl-cell--6-col">
<div class="phoneframe center">
<div class="screen">
<ul class="bxslider">
<li><img class="framebuffer" src="/img/screen_main.png" /></li>
<li><img class="framebuffer" src="/img/screen_partitions.png" /></li>
<li><img class="framebuffer" src="/img/screen_file_explorer.png" /></li>
<li><img class="framebuffer" src="/img/screen_main_bottom.png" /></li>
<li><img class="framebuffer" src="/img/screen_reboot.png" /></li>
</ul>
</div>
<div class="glare"></div>
</div>
</div>
</div>
<div class="mdl-grid">
<div class="mdl-cell mdl-cell--3-col mdl-cell--2-col-tablet mdl-cell--12-col-phone center">
<h3 class="mdl-typography--text-center">Multiboot</h3>
<p>Install and boot any number of operating systems and recovery tools.</p>
</div>
<div class="mdl-cell mdl-cell--3-col mdl-cell--2-col-tablet mdl-cell--12-col-phone center">
<h3 class="mdl-typography--text-center">Boot plugins</h3>
<p>Change the boot behavior without modifying ROM's. Swapping internal/external memory, overclocking or modifying the ramdisk. Live and without any permanent modifications.</p>
</div>
<div class="mdl-cell mdl-cell--3-col mdl-cell--2-col-tablet mdl-cell--12-col-phone center">
<h3 class="mdl-typography--text-center">UEFI Apps</h3>
<p>EFIDroid uses UEFI in the background which means that you can boot other bootloaders like GRUB or rEFInd and even small games :)</p>
</div>
</div>
</div>