-
Notifications
You must be signed in to change notification settings - Fork 2
/
Location.aspx
60 lines (44 loc) · 3.42 KB
/
Location.aspx
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
<%@ Page Language="VB" AutoEventWireup="false" CodeFile="Location.aspx.vb" Inherits="Location" MasterPageFile="~/MasterPage.master" %>
<asp:Content ID="ContentMain" ContentPlaceHolderID="ContentPlaceHolder1" runat="server">
<!-- Begin page content -->
<script>
document.getElementById('Location').classList.add('active');
document.getElementById('Home').classList.remove('active');
document.getElementById('Gallery').classList.remove('active');
document.getElementById('BecomeVendor').classList.remove('active');
document.getElementById('VendorLogin').classList.remove('active');
document.getElementById('Contact').classList.remove('active');
//document.getElementById('Location').classList.remove('active');
</script>
<style> .featurette-divider {
margin: 15px 0; /* Space out the Bootstrap <hr> more */
height:3px;
'
background-image: -moz-linear-gradient(left, rgba(173, 51, 51, 0.6), rgba(0,0,0,0));
background-image: -webkit-gradient(linear , 0 0, 0 100%, from(#ad3333), to rgba(0,0,0,0));
background-image: -webkit-linear-gradient(left, rgba(173, 51, 51, 0.6), rgba(0,0,0,0));
background-image: -o-linear-gradient(left, rgba(173, 51, 51, 0.6), rgba(0,0,0,0));
background-image: linear-gradient(to right, rgba(173, 51, 51, 0.6), rgba(0,0,0,0));
background-repeat: repeat-x;
border-color: rgba(0,0,0,0) rgba(0,0,0,0) rgba(0,0,0,0);
border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}
</style>
<div class="container marketing">
<!--<div class="page-header" style="margin-left: 30px">-->
<h1 style="margin-left: 30px; margin-bottom: -50px">Location & Hours </h1>
<hr class="featurette-divider"/>
<!--</div>-->
<p class="lead" style="margin-left: 30px">The Cranberry Cupboard is located at 767 Lyons Road in Centerville Ohio</p>
<p class="lead" style="margin-left: 30px">Just East of the 675 on-ramp of Miamisburg-Centerville Road(St. Route 725)</p>
<p style="margin-left: 30px"> Our Store Hours are: Tuesday - Saturday - Noon - 6 P.M. </p>
<p style="margin-left: 30px">Closed on Sunday & Monday</p>
<div>
<!-- The map code...-->
<iframe style="float: left;margin-right: 50px; margin-left: 30px" width="425" height="450" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" src="https://maps.google.com/maps?f=q&source=s_q&hl=en&geocode=&q=The+Cranberry+Cupboard,+Lyons+Road,+Centerville,+OH&aq=0&oq=The+Cranber&sll=39.632091,-84.15878&sspn=0.117928,0.198784&t=h&ie=UTF8&hq=The+Cranberry+Cupboard,&hnear=Lyons+Rd,+Ohio&ll=39.631613,-84.193253&spn=0.009194,0.050258&output=embed"></iframe>
<img src="img/Crancup_StoreFront.jpg" height = "450px" width = "435px"><br />
<a href="https://maps.google.com/maps?f=q&source=embed&hl=en&geocode=&q=The+Cranberry+Cupboard,+Lyons+Road,+Centerville,+OH&aq=0&oq=The+Cranber&sll=39.632091,-84.15878&sspn=0.117928,0.198784&t=h&ie=UTF8&hq=The+Cranberry+Cupboard,&hnear=Lyons+Rd,+Ohio&ll=39.631613,-84.193253&spn=0.009194,0.050258" style="color:#0000FF;margin-left:29px;text-align:left">View Larger Map</a></small>
</div>
<div style="margin-left: 500;">
</div>
</asp:Content>