-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
166 lines (147 loc) · 8.26 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
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
159
160
161
162
163
164
165
166
<!doctype html>
<!--[if lt IE 7]> <html class="ie6 oldie"> <![endif]-->
<!--[if IE 7]> <html class="ie7 oldie"> <![endif]-->
<!--[if IE 8]> <html class="ie8 oldie"> <![endif]-->
<!--[if gt IE 8]><!-->
<html class="">
<!--<![endif]-->
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="author" content="Gabe Petersen, Reagan Jones, Cycle Fitness, FBLA">
<meta name="description" content="Website for Cycle Fitness, a new company opening up in New York City. Our shop’s address is 123 Avenue of the Americas, New York, NY 20013. Our welcoming store sells a variety of bicycles, including road bikes, mountain bikes, cyclocross bikes, folding bikes, electric-assist bikes, women’s bikes, children bikes, etc. The owner also plans to have seminars on bike safety, cycling for fitness, choosing the right bike, etc., as well as have monthly cycle trips in and out of the city. We are happy to answer any questions about your bikes as well as ours. ">
<link rel="icon" href="../../favicon.ico">
<title>Cycle Fitness</title>
<link href="css/bootstrap.css" rel="stylesheet">
<link href="https://dl.dropbox.com/s/dm01umt3yoin2uz/bootstrap.css?dl=0" rel="stylesheet">
<link href="css/bootstrap.min.css" rel="stylesheet">
<link href="https://dl.dropbox.com/s/o8oorcl1tdp2r5w/bootstrap.min.css?dl=0" rel="stylesheet">
<link href="css/fluid_index.css" rel="stylesheet">
<link href="https://dl.dropbox.com/s/7i775ga1haacy5d/fluid_index.css?dl=0" rel="stylesheet">
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<nav class="navbar navbar-default navbar-fixed-top">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar" aria-expanded="false" aria-controls="navbar">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="#">Cycle Fitness</a>
</div>
<div id="navbar" class="collapse navbar-collapse">
<ul class="nav navbar-nav navbar-right">
<li><a href="https://dl.dropbox.com/s/fgr66qrbrnzdnbr/bikes.html?dl=0">Bikes</a></li>
<li><a href="https://dl.dropbox.com/s/d5skwprpwa0n6yy/trips.html?dl=0">Trips</a></li>
<li><a href="https://dl.dropbox.com/s/qy3ihosg3vwq2xb/seminars.html?dl=0">Seminars</a></li>
<li><a href="https://dl.dropbox.com/s/1klmf3mwremeuac/faq.html?dl=0">Q & A</a></li>
<li><a href="#footer">Contact</a></li>
</ul>
</div><!--/.nav-collapse -->
</div>
</nav>
<div class="header"><img src="https://dl.dropbox.com/s/fy7e3yqp6rxxi9w/Cycle%20fitness.jpg?dl=0" name="imagewrapper" class="imagewrapper"/></div>
<div class="container-fluid">
<div id="bikes" class="row">
<div class="col-xs-2 col-md-3"></div>
<div class="col-xs-8 col-md-6">
<div class="row">
<div class="col-xs-12 col-md-6"><img src="https://dl.dropbox.com/s/cv8uxwja2bud91s/horizontal_sunset4.jpeg?dl=0" class="img-rounded" alt="Bikes"></div>
<div class="col-xs-12 col-md-6 text-center">
<h1 class="lead">Bikes</h1>
<a href="https://dl.dropbox.com/s/fgr66qrbrnzdnbr/bikes.html?dl=0">
<button type="button" class="btn btn-default btn-lg footerText">
Sadness
</button>
</a>
</div>
</div>
</div>
<div class="col-xs-2 col-md-3"></div>
</div>
<div id="trips" class="row">
<div class="col-xs-2 col-md-3"></div>
<div class="col-xs-8 col-md-6">
<div class="row">
<div class="col-xs-12 col-md-6"><img src="https://dl.dropbox.com/s/mgz5hjfy7b9n0rc/vertical_sunset33.jpg?dl=0" class="img-rounded" alt="Trips"></div>
<div class="col-xs-12 col-md-6 text-center">
<h1 class="lead">Trips</h1>
<a href="https://dl.dropbox.com/s/d5skwprpwa0n6yy/trips.html?dl=0">
<button type="button" class="btn btn-default btn-lg footerText">
Famine
</button>
</a>
</div>
</div>
</div>
<div class="col-xs-2 col-md-3"></div>
</div>
<div id="seminars" class="row">
<div class="col-xs-2 col-md-3"></div>
<div class="col-xs-8 col-md-6">
<div class="row">
<div class="col-xs-12 col-md-6"><img src="https://dl.dropbox.com/s/cv8uxwja2bud91s/horizontal_sunset4.jpeg?dl=0" alt="Seminars" class="img-rounded"></div>
<div class="col-xs-12 col-md-6 text-center">
<h1 class="lead">Seminars</h1>
<a href="https://dl.dropbox.com/s/qy3ihosg3vwq2xb/seminars.html?dl=0">
<button type="button" class="btn btn-default btn-lg footerText">
Death
</button>
</a>
</div>
</div>
</div>
<div class="col-xs-2 col-md-3"></div>
</div>
<div id="faq" class="row">
<div class="col-xs-2 col-md-3"></div>
<div class="col-xs-8 col-md-6">
<div class="row">
<div class="col-xs-12 col-md-6"><img src="https://dl.dropbox.com/s/3lw28zj010vv667/Will-Smith.jpg?dl=0" class="img-rounded" alt="Q & A"></div>
<div class="col-xs-12 col-md-6 text-center">
<h1 class="lead">Q & A</h1>
<a href="https://dl.dropbox.com/s/1klmf3mwremeuac/faq.html?dl=0">
<button type="button" class="btn btn-default btn-lg footerText">
Dictators
</button>
</a>
</div>
</div>
</div>
<div class="col-xs-2 col-md-3"></div>
</div>
</div>
<!-- end container-fluid -->
</div>
<div id="footer" class="row">
<div class="col-xs-12 col-md-6 socialIconGroup">
<a class="socialIcons" href="https://www.facebook.com/becyclefit" title="like us on facebook" alt="facebook icon"><img src="https://dl.dropbox.com/s/pbyk2eho1lqrmzq/Social%20icons%20by%20Dreamstale%20%286%29.png?dl=0"></a>
<a class="socialIcons" href="https://twitter.com/becyclefit" title="follow us on twitter" alt="twitter icon"><img src="https://dl.dropbox.com/s/y1gbz3rkcnj4ndn/Social%20icons%20by%20Dreamstale%20%283%29.png?dl=0"></a>
<a class="socialIcons" href="https://plus.google.com/117298972535280093370/about" title="follow us on google+" alt="google plus icon"><img src="https://dl.dropbox.com/s/gfclggry33ya2qr/Social%20icons%20by%20Dreamstale%20%2827%29.png?dl=0"></a>
<a class="socialIcons" href="http://becyclefit.tumblr.com/" title="follow us on tumblr" alt="tumblr icon"><img src="https://dl.dropbox.com/s/d9bogu5ez71nbbb/Social%20icons%20by%20Dreamstale%20%2813%29.png?dl=0"></a>
</div>
<div class="col-xs-12 col-md-6"><p><a class="footerText" href="mailto:becyclefit@gmail.com">becyclefit@gmail.com</a></p><p><a class="footerText" href="tel://(555) 555-5555">(555) 555-5555</a></p>
</div>
<div class="row">
<div class="col-xs-12 footerText"><p>© Gabe Petersen, Reagan Jones</p></div>
</div>
</div>
<!-- Placed at the end of the document so the pages load faster -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="https://dl.dropbox.com/s/6zgznegu8x995bs/bootstrap.min.js?dl=0"></script>
<!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
<script src="../../assets/js/ie10-viewport-bug-workaround.js"></script>
</body>
</html>