forked from SouICry/fetch
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_homePage.html
More file actions
38 lines (28 loc) · 1.17 KB
/
_homePage.html
File metadata and controls
38 lines (28 loc) · 1.17 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
<section class="container text-center" id="homePage">
<div class="row marketRow">
<figure class="col-xs-6" data-store="vons" >
<div class="shop">
<!--<img src="/resources/images/food1.jpg"/>-->
<h2 class="name"> Vons </h2></div>
</figure>
<figure class="col-xs-6" data-store="ralphs" >
<div class="shop">
<!--<img src="/resources/images/food3.jpg"/>-->
<h2 class="name"> Ralph's</h2></div>
</figure>
</div>
<!--<div class="row marketRow"><div class ="col-xs-12"></div></div>-->
<div class="row marketRow ">
<figure class="col-xs-6" data-store="tjs">
<div class="shop">
<!--<img src="/resources/images/food2.jpg"/>-->
<h2 class="name"> Sunshine Market </h2></div>
</figure>
<figure class="col-xs-6" data-store="wholeFoods">
<div class="shop">
<!--<img src="/resources/images/food4.jpg"/>-->
<h2 class="name"> Whole Foods</h2></div>
</figure>
</div>
</section>
<script type='text/javascript' src='/js/_homePage.js'></script>