-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtastofindia.html
158 lines (144 loc) · 4.71 KB
/
tastofindia.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
146
147
148
149
150
151
152
153
154
155
156
157
158
<!DOCTYPE HTML>
<html lang="en-US">
<head>
<meta charset="UTF-8">
<meta name="keywords" content="Whats for Lunch Btown?,Bloomington,Indiana,lunchtime options, food, local first, Btown, eat, places to eat in Bloomington">
<meta name="description" content="What's for lunch Btown? Handpicked lunch time options in Bloomington, Indiana">
<meta name="author" content="Mills Digital">
<meta name="viewport" content="width=device-width,initial-scale=1">
<title>What's for lunch Btown? - Bloomington, Indiana</title>
<link rel="stylesheet" href="css/gridism.css">
<link rel="stylesheet" href="css/normalize.css">
<link rel="stylesheet" href="css/style.css">
<script>
var randomlinks=new Array()
randomlinks[0]="runciblespoon.html"
randomlinks[1]="bloomingtonbagel.html"
randomlinks[2]="feastbakery.html"
randomlinks[3]="dagwoods.html"
randomlinks[4]="buffalouies.html"
randomlinks[5]="opietaylors.html"
randomlinks[6]="motherbears.html"
randomlinks[7]="dats.html"
randomlinks[8]="irishlion.html"
randomlinks[9]="crazyhorse.html"
randomlinks[10]="uplandbrewing.html"
randomlinks[11]="smokinjacks.html"
randomlinks[12]="yogisgrill.html"
randomlinks[13]="casabrava.html"
randomlinks[14]="scholarsinn.html"
randomlinks[15]="anyetsangs.html"
randomlinks[16]="siamhouse.html"
randomlinks[17]="hinkles.html"
randomlinks[18]="lennies.html"
randomlinks[19]="farm.html"
randomlinks[20]="uptown.html"
randomlinks[21]="anatolias.html"
randomlinks[22]="esanthai.html"
randomlinks[23]="samira.html"
randomlinks[24]="finchsbrasserie.html"
randomlinks[25]="darngoodsoup.html"
randomlinks[26]="bubsburgers.html"
randomlinks[27]="mythai.html"
randomlinks[28]="sweetgrass.html"
randomlinks[29]="trojanhorse.html"
randomlinks[30]="scottys.html"
randomlinks[31]="theowlery.html"
randomlinks[32]="bloomingtonsandwhich.html"
randomlinks[33]="coaches.html"
randomlinks[34]="mrhibachi.html"
randomlinks[35]="juanitas.html"
randomlinks[36]="villagedeli.html"
function randomlink(){
window.location=randomlinks[Math.floor(Math.random()*randomlinks.length)]
}
</script>
</head>
<body class="wrap">
<header>
<div class="grid">
<div class="unit whole center-on-mobiles">
<h1>WHAT'S FOR LUNCH BTOWN?</h1>
<hr></hr>
</div>
</div>
</header>
<section>
<div class="grid">
<div class="unit whole">
<!--Insert description here-->
<h3>Nothing beats a good lunch buffet at <a class="foodplace" href="http://www.tasteofindiabtown.com/">Taste of India</a></h3>
<!---->
</div>
</div>
<div class="grid">
<div class="unit half">
<!--Insert tagline description here-->
<p>Family-owned restaurant with lunch buffet</p>
<!---->
<div class="grid">
<div class="unit whole">
<div class="floatmebaby">
<img src="img/priceB.png"/>
<img src="img/priceB.png"/>
<img src="img/priceG.png"/>
<img src="img/priceG.png"/>
  
<!--Insert price here-->
<p>$11-30</p>
<!---->
  
</div>
</div>
</div>
<div class="grid">
<div class="unit whole">
<div class="floatmebaby">
<img src="img/fork27.png"/>
<!--Insert type of restraunt-->
<p><b>Indian</b></p>
<!---->
</div>
</div>
</div>
<div class="grid">
<div class="unit whole">
<div class="floatmebaby">
<img src="img/map.png"/>
<!--Insert address-->
<p>316 E. 4th St.</p>
<!---->
</div>
</div>
</div>
<p><a href="javascript:randomlink()" class="button">NO. GIVE ME ANOTHER OPTION.</a></p>
</div>
<div class="unit half">
<!--Insert Google Map address embed link-->
<iframe src="https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d3093.4113210394084!2d-86.530228!3d39.165369000000005!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x886c66dd57387901%3A0x8a72a6eac27016b1!2sTaste+of+India!5e0!3m2!1sen!2sus!4v1428351133627" width="100%" height="400" frameborder="0" style="border:0"></iframe>
<!---->
</div>
</div>
<div class="grid">
<div class="unit whole">
<br></br>
<hr></hr>
</div>
</div>
</section>
<footer>
<div class="grid">
<div class="unit half">
<div class="center-on-mobiles">
<p><a href="index.html">whatsforlunchbtown.com</a></p>
</div>
</div>
<div class="unit half">
<div class="align-right center-on-mobiles">
<p><a href="http://bymills.com/">Made by Mills Digital</a></p>
</div>
</div>
</div>
</footer>
</body>
</html>