-
Notifications
You must be signed in to change notification settings - Fork 1
/
homepage-mytags.html
74 lines (68 loc) · 2.15 KB
/
homepage-mytags.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
<!DOCTYPE html PUBLIC '-//W3C//DTD HTML 4.01 Transitional//EN' 'http://www.w3.org/TR/html4/loose.dtd'><html>
<head>
<meta http-equiv='Content-Type' content='text/html; charset=ISO-8859-1'>
<script type="text/javascript" src="js/jquery-1.7.1.min.js"></script>
<script type="text/javascript" src="js/jquery-ui.min.js"></script>
<script type="text/javascript" src="js/metro-tile-min.js"></script>
<link rel='stylesheet' href='css/Home View - Main.css' type='text/css' charset='utf-8'>
<link rel='stylesheet' href='css/TabBar.css' type='text/css' charset='utf-8'>
<title>Home View - Main</title>
</head>
<body>
<br>
<center>
<input name="search" type="text" id="search" style="height:20px;width: 200px;text-align:center">
<button class='btn3'>Search Yelp</button>
<button class='btn30'>Search Bookmarks</button>
</center>
<!-- ------------boxes to be filled in from yelp-------------------- -->
<div class="metro-surface">
<div id='rule2'>
<button class='metro-tile btn7'>mytag</button>
</div>
<div id='rule3'>
<button class='metro-tile btn8'>mytag</button>
</div>
<div id='rule11'>
<button class='metro-tile btn11'>mytag</button>
</div>
<div id='rule12'>
<button class='metro-tile btn12'>mytag</button>
</div>
<div id='rule13'>
</div>
<div id='rule16'>
<button class='metro-tile btn16'>mytag</button>
</div>
<div id='rule17'>
<button class='metro-tile btn17'>mytag</button>
</div>
<div id='rule19'>
<button class='metro-tile btn19'>mytag</button>
</div>
<div id='rule20'>
<button class='metro-tile btn20'>mytag</button>
</div>
<div id='rule21'>
<button class='metro-tile btn21'>mytag</button>
</div>
<div id='rule22'>
<button class='metro-tile btn22'>mytag</button>
</div>
<div id='rule23'>
<button class='metro-tile btn23'>mytag</button>
</div>
<div id='rule24'>
<button class='metro-tile btn24'>mytag</button>
</div>
</div>
<div id='rule29'>
<div><ul class='tab'>
<li><a href='Home View - Main.html'><span>All Tags</span></a></li>
<li><a href='homepage-yelp.html'><span> Yelp Tags</span></a></li>
<li><a href='homepage-mytags.html'><span> My Tags</span></a></li>
</div><div style='background-color:#ffffff;height:410px;width:880px;border:2px solid black;'>
</div>
</div>
</body>
</html>