-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathapplewall.html
More file actions
239 lines (214 loc) · 8.04 KB
/
applewall.html
File metadata and controls
239 lines (214 loc) · 8.04 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
<title>Apple Wall</title>
<link rel="shortcut icon" type="image/x-icon" href="/img/favicon.ico" />
<!-- Google font -->
<link href="https://fonts.googleapis.com/css?family=Nunito+Sans:700%7CNunito:300,600" rel="stylesheet">
<!-- Bootstrap -->
<link type="text/css" rel="stylesheet" href="css/bootstrap.min.css"/>
<!-- Font Awesome Icon -->
<link rel="stylesheet" href="css/font-awesome.min.css">
<!-- Custom stlylesheet -->
<link type="text/css" rel="stylesheet" href="css/style.css"/>
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<!-- Header -->
<header id="header">
<!-- Nav -->
<div id="nav">
<!-- Main Nav -->
<div id="nav-fixed">
<div class="container">
<!-- logo -->
<div class="nav-logo">
<a href="index.html" class="logo"><img src="./img/iFixerpro_LogoW_2_70x70.png" alt="iFixerpro"></a>
</div>
<!-- /logo -->
<!-- nav -->
<ul class="nav-menu nav navbar-nav">
<li><a href="applewall.html">Apple Wall</a></li>
<li><a href="jailbreak.html">Jailbreaks</a></li>
<li class="cat-3"><a href="checkra1n.html">checkra1n</a></li>
<li class="cat-4"><a href="icloud-bypass.html">iCloud Bypass</a></li>
<li class="cat-5"><a href="repos.html">Cydia Repos</a></li>
<!-- /nav -->
<!-- search & aside toggle -->
<div class="nav-btns">
<button class="aside-btn"><i class="fa fa-bars"></i></button>
<button class="search-btn"><i class="fa fa-search"></i></button>
<div class="search-form">
<input class="search-input" type="text" name="search" placeholder="Enter Your Search ...">
<button class="search-close"><i class="fa fa-times"></i></button>
</div>
</div>
<!-- /search & aside toggle -->
</div>
</div>
<!-- /Main Nav -->
<!-- Aside Nav -->
<div id="nav-aside">
<!-- nav -->
<div class="section-row">
<ul class="nav-aside-menu">
<li><a href="index.html">Home</a></li>
<li><a href="about.html">About Us</a></li>
<li><a href="news.html">News</a></li>
<li><a href="jailbreaks.html">Jailbreaks</a></li>
</ul>
</div>
<!-- /nav -->
<!-- widget posts
<div class="section-row">
<h3>Recent Posts</h3>
<div class="post post-widget">
<a class="post-img" href="blog-post.html"><img src="./img/widget-2.jpg" alt=""></a>
<div class="post-body">
<h3 class="post-title"><a href="blog-post.html">Pagedraw UI Builder Turns Your Website Design Mockup Into Code Automatically</a></h3>
</div>
</div>
<div class="post post-widget">
<a class="post-img" href="blog-post.html"><img src="./img/widget-3.jpg" alt=""></a>
<div class="post-body">
<h3 class="post-title"><a href="blog-post.html">Why Node.js Is The Coolest Kid On The Backend Development Block!</a></h3>
</div>
</div>
<div class="post post-widget">
<a class="post-img" href="blog-post.html"><img src="./img/widget-4.jpg" alt=""></a>
<div class="post-body">
<h3 class="post-title"><a href="blog-post.html">Tell-A-Tool: Guide To Web Design And Development Tools</a></h3>
</div>
</div>
</div>
<!-- /widget posts -->
<!-- social links -->
<div class="section-row">
<h3>Follow us</h3>
<ul class="nav-aside-social">
<li><a href="https://facebook.com/ifixerpro"><i class="fa fa-facebook"></i></a></li>
<li><a href="https://instagram.com/ifixerpro"><i class="fa fa-instagram"></i></a></li>
<li><a href="https://facebook.com/jak3mb"><i class="fa fa-facebook"></i></a></li>
<li><a href="https://instagram.com/jak3mb"><i class="fa fa-instagram"></i></a></li>
<li><a href="https://twitter.com/jak3mb"><i class="fa fa-twitter"></i></a></li>
</ul>
</div>
<!-- /social links -->
<!-- aside nav close -->
<button class="nav-aside-close"><i class="fa fa-times"></i></button>
<!-- /aside nav close -->
</div>
<!-- Aside Nav -->
</div>
<!-- /Nav -->
<!-- Page Header -->
<div class="page-header">
<div class="container">
<div class="row">
<div class="col-md-10">
<h1>Apple Wall</h1>
</div>
</div>
</div>
</div>
<!-- /Page Header -->
</header>
<!-- /Header -->
<!-- section -->
<div class="section">
<!-- container -->
<div class="container">
<!-- row -->
<div class="row">
<div class="item">
<div align="center">
<div class="featured-entry">
<iframe width="560" height="315" src="https://www.youtube.com/embed/fSwgoTBYpLE" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</div>
</div>
</div>
<!-- aside
<div class="col-md-4">
</div>
aside -->
</div>
<!-- /row -->
</div>
<!-- /container -->
</div>
<!-- /section -->
<!-- Footer -->
<footer id="footer">
<!-- container -->
<div class="container">
<!-- row -->
<div class="row">
<div class="col-md-5">
<div class="footer-widget">
<div class="footer-logo">
<a href="index.html" class="logo"><img src="./img/iFixeproLogoB.png" alt="./img/iFixeproLogoB.png"></a>
</div>
</div>
</div>
<div class="col-md-4">
<div class="row">
<div class="col-md-6">
<div class="footer-widget">
<h3 class="footer-title">About Us</h3>
<ul class="footer-links">
<li><a href="about.html">About Us</a></li>
<li><a href="applewall.html">News</a></li>
<li><a href="checkra1n.html">checkra1n Jailbreak</a></li>
<li><a href="icloud-bypass.html">iCloud Bypass</a></li>
</ul>
</div>
</div>
<div class="col-md-6">
<div class="footer-widget">
<h3 class="footer-title">Catagories</h3>
<ul class="footer-links">
<li><a href="jailbreak.html.html">Jailbreak</a></li>
</ul>
</div>
</div>
</div>
</div>
<div class="col-md-3">
<div class="footer-widget">
<h3 class="footer-title">Join our Newsletter</h3>
<div class="footer-newsletter">
<form>
<input class="input" type="email" name="newsletter" placeholder="Enter your email">
<button class="newsletter-btn"><i class="fa fa-paper-plane"></i></button>
</form>
</div>
<ul class="footer-social">
<li><a href="https://facebook.com/ifixerpro"><i class="fa fa-facebook"></i></a></li>
<li><a href="https://instagram.com/ifixerpro"><i class="fa fa-instagram"></i></a></li>
<li><a href="https://facebook.com/jak3mb"><i class="fa fa-facebook"></i></a></li>
<li><a href="https://instagram.com/jak3mb"><i class="fa fa-instagram"></i></a></li>
<li><a href="https://twitter.com/jak3mb"><i class="fa fa-twitter"></i></a></li>
</ul>
</div>
</div>
</div>
<!-- /row -->
</div>
<!-- /container -->
</footer>
<!-- /Footer -->
<!-- jQuery Plugins -->
<script src="js/jquery.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/main.js"></script>
</body>
</html>