-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
101 lines (83 loc) · 4.8 KB
/
index.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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Great Basin Bakes</title>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css" integrity="sha384-1q8mTJOASx8j1Au+a5WDVnPi2lkFfwwEAa8hDDdjZlpLegxhjVME1fgjWPGmkzs7" crossorigin="anonymous">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap-theme.min.css" integrity="sha384-fLW2N01lMqjakBkx3l/M9EahuwpSfeNvV63J5ezn3uZzapT0u7EYsXMjQV+0En5r" crossorigin="anonymous">
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/js/bootstrap.min.js" integrity="sha384-0mSbJDEHialfmuBBQP6A4Qrprq5OVfW37PRR3j5ELqxss1yVqOtnepnHVP9aJ7xS" crossorigin="anonymous"></script>
<link rel="stylesheet" type="text/css" href="css/bootstrap.min.css" />
<link rel="stylesheet" type="text/css" href="css/fluid_index.css" />
<link href='https://fonts.googleapis.com/css?family=Montserrat' rel='stylesheet' type='text/css'>
<script language="javascript" type="text/javascript" src="js/bootstrap.min.js"></script>
</head>
<body>
<div class="page_container">
<div id="index_header">
<a href="#">
<div class="super_title">
<p class="background_title">G.F. Bakery</p>
</div>
</a>
</div>
<nav>
<label for="show-menu" class="show-menu">Show Menu</label>
<input type="checkbox" id="show-menu" role="button">
<ul class="coolnav">
<li role="presentation" class="active"><a href="#">Home</a></li>
<li role="presentation">
<a href="#">Menu ↓</a>
<ul class="hidden">
<li><a href="#">who we are</a></li>
<li><a href="#">who we are</a></li>
</ul>
</li>
<li role="presentation"><a href="#">Menu</a></li>
<li role="presentation"><a href="#">Menu</a></li>
<li role="presentation"><a href="#">Menu</a></li>
</ul>
</nav>
<div class="tophomefooter row">
<div class="col-xs-4 col-md-4 col-xs-offset-2">
<p class="undertext">
9 am - 5 pm everyday <br />
Now for manners use has company believe parlors. Least nor party who wrote while did. Excuse formed as is agreed admire so on result parish. Put use set uncommonly announcing and travelling. Allowance sweetness direction to as necessary. Principle oh explained excellent do my suspected conveying in. Excellent you did therefore perfectly supposing described.
</p>
</div>
<div class="col-xs-10 col-md-4 col-xs-offset-1 col-md-offset-0 google_map">
<iframe frameborder="0" scrolling="no" marginheight="0" marginwidth="0"width="600" height="470" src="https://maps.google.com/maps?hl=en&q=109 N Boyle Ave, Los Angeles&ie=UTF8&t=m&z=14&iwloc=B&output=embed">
<div>
<small><a href="http://embedgooglemaps.com">embed google map</a></small>
</div>
<div>
<small><a href="https:/www.googlemapsgenerator.com/">generate Google Maps</a></small>
</div>
<div>
<small><a href="http://embedgooglemaps.com">embed google map</a></small>
</div>
<div>
<small><a href="https://www.googlemapsgenerator.com/">generate Google Maps</a></small>
</div>
</iframe>
</div>
<div class="col-xs-8 col-xs-offset-2">
<div class="footerlink">
<a href="#"><img alt="facebook" src="img/Png/48px/Waterdrop/facebook-dreamstale25.png" /></a>
<a href="#"><img alt="pinterest" src="img/Png/48px/Waterdrop/pinterest-dreamstale57.png" /></a>
<a href="#"><img alt="instagram" src="img/Png/48px/Waterdrop/instagram-dreamstale43.png" /></a>
<a href="#"><img alt="googleplus" src="img/Png/48px/Waterdrop/google+-dreamstale37.png" /></a>
<a href="#"><img alt="twitter" src="img/Png/48px/Waterdrop/twitter-dreamstale71.png" /></a>
</div>
<div class="footerlink2 row">
<a class="col-xs-12 col-md-6" href="mailto:[email protected]">Email Us</a>
<p class="col-xs-12 col-md-6">© Gabe Petersen</p>
</div>
</div>
</div>
</div>
</body>
<!--[if lt IE 9]>
<script src="http://css3-mediaqueries-js.googlecode.com/files/css3-mediaqueries.js"></script>
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
</html>