-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmobile_tiles.html
65 lines (56 loc) · 2.1 KB
/
mobile_tiles.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Mobile Tiles</title>
<link rel="stylesheet" href="http://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css">
<link rel="stylesheet" type="text/css" href="css/index.css">
<script src=" https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js" charset="utf-8"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js" charset="utf-8"></script>
<link rel="stylesheet" type="text/css" href="css/vendors/normalize.css">
<link rel="stylesheet" type="text/css" href="css/custom/index.css">
<script src="js/vendors/jquery-1.11.3.min.js"></script>
<script src="js/vendors/jquery-ui-1.11.4.min.js"></script>
<script src="js/custom/index.js"></script>
</head>
<body>
<div class="col-md-6 col-md-offset-3">
<div id="top" >
<div id="logo">
<img src="images/logo/logo.gif" alt="">
</div>
<div>
<a id="option">
<img src="images/icons/gear.png" alt="">
<img src="images/icons/gear_h.png" alt="">
</a>
</div>
</div>
<div id="content"></div>
<div id="ads">
<img src="images/ads/ads.jpg" alt="">
</div>
<div id="form">
<div class="panel panel-default">
<div class="panel-body">
<div id="customize">
<h1>Personalize</h1>
<butto type="button" class="btn btn-info" id="config">Done</butto>
</div>
<p class="description">Tap the checkmarks to Add/Remove categories from your Home Screen. Tap and hold <span class="glyphicon glyphicon-align-justify"></span>to reorder tiles</p>
</div>
<div class="panel-body" id="moreNews">
<p class="description">Want More Local News? Tap Here</p>
</div>
<br/>
<div id="panels">
</div>
<div id="footer">
<button type="button" class="btn btn-info">Categories</button>
<button type="button" class="btn btn-info">Report News To AP</button>
<button type="button" class="btn btn-info">Settings</button>
</div>
</div>
</div>
</body>
</html>