-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathhome.html
145 lines (136 loc) · 3.93 KB
/
home.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>MallowPop ROM</title>
<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
<link rel="stylesheet" href="css/estilos.css">
<link rel="stylesheet" href="css/nav.css">
<link rel="stylesheet" href="css/modalnav.css">
<link rel="stylesheet" href="css/materialnav.css">
<link rel="stylesheet" href="css/centrador.css">
<link rel="stylesheet" href="css/slidehome.css">
<link rel="stylesheet" href="css/button.css">
<script src="js/jquery-2.1.4.js"></script>
<script src="js/sticky.js"></script>
<script src="js/nav.js"></script>
</head>
<body>
<header>
<div class="contenedor lol">
<div class="menu_bar lol">
<a href="#" class="bt-menu"></a>
<div class="mobile-nav-bar">
<div class="mobile-nav-button">
<i class="bar"></i>
<i class="bar"></i>
<i class="bar"></i>
</div> <!-- mobile-nav-button -->
</div>
</div>
<nav>
<ul>
<li><a href="#"><span>Inicio</span></a></li>
<li><a href="/inicio/pacme"><span>Desarrolladores</span></a></li>
<li class="submenu">
<a href="#"></span>Descargas</span></a>
<ul class="children">
<li><a href="/inicio/galaxy-ace">Galaxy Ace
<br>
(cooperve)
</a></li>
<li><a href="#">LG Optimus Me
<br>
(Pecan)
</a></li>
</ul>
</li>
</ul>
</nav>
</div>
</header>
<header>
<div class="menu2">
<div class="accordian">
<ul>
<li>
<div class="image_title">
<a href="#">Proyecto Mashmallow 6.0/6.0.1 Google</a>
</div>
<a href="#">
<img src="img/mallowpop.jpg" width="500" height="333">
</a>
</li>
<li>
<div class="image_title">
<a href="#">Fondo principal MallowPop</a>
</div>
<a href="#">
<img src="img/megapop.png" width="500" height="333">
</a>
</li>
</ul>
</div>
<div class="logo2">MallowPop: Una ROM para gente sencilla.</div>
</div>
</header>
<br>
<br>
<div class="principal contenedor" id="container">
<article>
<h2>MallowPop: Build Beta 1.5/1.8</h2>
<p>Cambios:
<hr>
-New apps Material Design.
<br>
-New Settings (From Original Lollipop Me of Pecan)
<br>
-New Platlogo of MallowPop
<br>
-New MallowLocker
<br>
-New User Chooser on Status Bar
<br>
-More Options
<br>
-New optmizations on the ROM
<br>
and More...
</p>
</article>
<article>
<h2>MallowPop: Build Experimental 7.1</h2>
<p>Cambios:
<hr>
-New Framework MallowFrameWine2.0-Beta (Inestable)
<br>
-New SystemUI MallowPop
<br>
-Add MallowPop Alpha 6
<br>
-Add New BootAnimation
<br>
-Add New things on the ROM (Performance)</p>
<br>
<br>
Construido: 07 Enero 2016.
</article>
<article>
<h2>MallowPop: Build Experimental 6.4 </h2>
<p>Cambios:
<hr>
-Mallow Locker Alpha 5 (Diseño Design "con erorres")
<br>
-Settings Lollipop Mod
<br>
-MallowPop Platlogo Stable
<br>
-Logo Banner MallowPop en el Device Info.
<br>
<br>
Construido: 31 Diciembre 2015.
</p>
</article>
</div>
</body>
</html>