-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
308 lines (306 loc) · 14.6 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
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="./assets/css/style.css" />
<title>Run Buddy</title>
</head>
<body>
<!--Navigation-->
<header>
<h1>
<a href="/">RUN BUDDY</a>
</h1>
<nav>
<!--Unordered list element-->
<ul>
<!--List item element-->
<li>
<!--Anchor Element-->
<a href="#what-we-do">What We Do</a>
</li>
<li>
<a href="#what-you-do">What You Do</a>
</li>
<li>
<a href="#your-trainers">Your Trainers</a>
</li>
<li>
<a href="service-plans">Service Plans</a>
</li>
<li>
<a href="#reach-out">Reach Out</a>
</li>
</ul>
</nav>
</header>
<!--Hero Image-->
<section class="hero">
<div class="hero-cta">
<h2>Start Building Habits</h2>
<p>
seitan heirloom post-ironic pop-up iPhone mlkshk hella selfies fashion axe occupy readymade put a bird on it
messenger bag Wes Anderson Schlitz plaid Bushwick church-key lo-fi skateboard slow-carb hashtag trust fund Williamsburg biodiesel fixie farm-to-table 8-bit banjo XOXO Banksy chillwave bicycle rights retro cliche tattooed bespoke irony mumblecore Shoreditch deep v polaroid McSweeney's bitters cray gentrify tofu Marfa you probably haven't heard of them yr banh mi asymmetrical art party selvage letterpress High Life.
</p>
</div>
<div class="hero-form">
<h3>Get Started Today</h3>
<p>Fill out this form and one of our trainers will schedule a consult</p>
<!--Add form element-->
<form>
<label for="name">Enter full name:</label>
<input type="text" placeholder="Your Name" name="name" id="name" class="form-input" />
<label for="email">Email Address:</label>
<input type="email" placeholder="Email Address" name="email" id="email" class="form-input" />
<label for="phone">Phone Number:</label>
<input type="tel" placeholder="Phone Number" name="phone" id="phone" class="form-input" />
<p>
Have you worked out with a trainer before?
<span class="radio-wrapper">
<input type="radio" name="trainer confirm" id="trainer-yes" />
<label for="trainer-yes">Yes</label>
</span>
<span class="radio-wrapper">
<input type="radio" name="trainer confirm" id="trainer-no" />
<label for="trainer-no">No</label>
</span>
</p>
<p>
<span class="checkbox-wrapper">
<input type="checkbox" name="age-confirm" id="age-checkbox" />
<label for="age-checkbox">I acknowledge that I am at least 18 years of age</label>
</span>
</p>
<button type="summit">Get running!</button>
</form>
</div>
</section>
<!--end hero-->
<!--"What We Do Section"-->
<section id="what-we-do" class="intro">
<div class="flex-row">
<h2 class="section-title primary-border">
What We Do
</h2>
</div>
<div class="flex-row">
<p>
butcher selfies chambray shabby chic gentrify readymade yr Echo Park XOXO Tumblr normcore Banksy direct trade Blue Bottle chillwave you probably haven't heard of them single-origin coffee Vice fanny pack fixie Odd Future Austin fingerstache pickled twee synth Wes Anderson Thundercats viral bitters flannel meggings narwhal Marfa Schlitz sustainable Intelligentsia umami deep v craft
</p>
</div>
</section>
<!--"What You Do Section"-->
<section id="what-you-do" class="steps">
<div class="flex-row">
<h2 class="section-title secondary-border">What You Do</h2>
</div>
<div class="step">
<h3>Step 1.</h3>
<div class="step-info">
<div class="step-img">
<!--Step 1 Image-->
<img src="./assets/images/step-1.svg" alt="" />
</div>
<div class="step-text">
<h4>Fill Out The Form Above</h4>
<p>You're already here, so why not?</p>
</div>
</div>
</div>
<div class="step">
<h3>Step 2.</h3>
<div class="step-info">
<div class="step-img">
<!-- Step 2 Image -->
<img src="./assets/images/step-2.svg" />
</div>
<div class="step-text">
<h4>Consult With One Of Our Trainers</h4>
<p>Are you here to build muscle, lose weight, or just feel good?</p>
</div>
</div>
</div>
<div class="step">
<h3>Step 3.</h3>
<div class="step-info">
<div class="step-img">
<!-- Step 3 Image -->
<img src="./assets/images/step-3.svg" />
</div>
<div class="step-text">
<h4>Get Running.</h4>
<p>Hit the ground running (literally) once your trainer lays out your plan.</p>
</div>
</div>
</div>
<div class="step">
<h3>Step 4.</h3>
<div class="step-info">
<div class="step-img">
<!-- Step 4 Image -->
<img src="./assets/images/step-4.svg" />
</div>
<div class="step-text">
<h4>See Results.</h4>
<p>Bi-weekly checkins with your trainer will keep you focused</p>
</div>
</div>
</div>
</section>
<!--"Your Trainers Section"-->
<section id="your-trainers">
<div class="flex-row">
<h2 class="section-title primary-border">
Meet Your Trainers
</h2>
</div>
<div class="trainers">
<article class="trainer">
<div class="trainer-img trainer-1">
<div>
<h3 class="trainer-name">Arron Stephens</h3>
<h4 class="trainer-role">Speed / Strength</h4>
</div>
</div>
<!-- <img src="./assets/images/trainer-1.jpg" alt="Arron Stephens in workout clothes, ready to pump iron" /> -->
<div class="trainer-bio">
<h3 class="trainer-name">Arron Stephens</h3>
<h4 class="trainer-role">Speed / Strength</h4>
<p>Lorem ipsum dolor, sit amet consectetur adipisicing elit. Quos id ullam perspiciatis, delectus totam, dicta vero deleniti repellendus amet, at doloribus consequuntur nostrum! Debitis illum eos quaerat quo id cumque.
</p>
</div>
</article>
<article class="trainer">
<div class="trainer-img trainer-2">
<div>
<h3 class="trainer-name">Joanna Gill</h3>
<h4 class="trainer-role">Endurance</h4>
</div>
</div>
<!-- <img src="./assets/images/trainer-2.jpg" alt="Joanna Gill cooling off after a workout" /> -->
<div class="trainer-bio">
<h3 class="trainer-name">Joanna Gill</h3>
<h4 class="trainer-role">Endurance</h4>
<p>
Lorem ipsum dolor sit amet, consectetur adipisicing elit. Quisquam recusandae cumque et autem! Fugiat iste officia quia accusamus debitis. Dignissimos sunt ex fuga consequatur deleniti accusantium. Obcaecati reiciendis soluta ratione?
</p>
</div>
</article>
<article class="trainer">
<div class="trainer-img trainer-3">
<div>
<h3 class="trainer-name">Harry "The Headband" Smith</h3>
<h4 class="trainer-role">Strength</h4>
</div>
</div>
<!-- <img src="./assets/images/trainer-3.jpg" alt="Harry Smith wearing a headband and lifting comically small pink weights" /> -->
<div class="trainer-bio">
<h3 class="trainer-name">Harry "The Headband" Smith</h3>
<h4 class="trainer-role">Strength</h4>
<p>Lorem ipsum dolor sit, amet consectetur adipisicing elit. Accusantium delectus nisi autem harum corporis exercitationem beatae? Maiores repellat enim quaerat quo ipsam consectetur totam suscipit itaque eos neque, earum quis.</p>
</div>
</article>
</div>
</section>
<!-- Grid Beginning -->
<section id="service-plans" class="services">
<h2 class="section-title secondary-border">
Our Service Plans
</h2>
<div class="service-grid-wrapper">
<div class="service-grid-container">
<!-- Headers -->
<div class="service-grid-item grid-head basic">
Basic
</div>
<div class="service-grid-item grid-head premium">
Premium
</div>
<!-- Body -->
<div class="service-grid-item basic">
Support Offered Between 9-5
</div>
<div class="service-grid-item premium">
24/7 Plan Support
</div>
<div class="service-grid-item basic">
Bi-Weekly Trainer Calls
</div>
<div class="service-grid-item premium">
Weekly Trainer Calls
</div>
<div class="service-grid-item basic">
N/A
</div>
<div class="service-grid-item premium">
Discounts At Select Running Stores
</div>
<div class="service-grid-item both">
Subscription to Run Buddy's Health Magazine!
</div>
<div class="service-grid-item grid-price basic">
$10/mo
</div>
<div class="service-grid-item grid-price premium">
$25/mo
</div>
<div class="service-grid-item cancel">
Cancel At Anytime!
</div>
</div> <!-- div service-grid-container -->
</div> <!-- div service-grid-wrapper -->
</section>
<!--"reach out" section-->
<section id="reach-out" class="contact">
<div class="flex-row">
<h2 class="section-title secondary-border">
Reach Out
</h2>
</div>
<div class="contact-info">
<div class="contact-text">
<h3>Run Buddy</h3>
<p>
Any questions or concerns before signing up?
<br />
Let us know and we'll be happy to talk to you!
</p>
<address>
55 Main Street <br />
Some Town, Ca <br />
12345 <br />
P: 555.RUN.BUDZ (555.786.2839) <br />
E: <a href="mailto:info@runbuddy.io">info@runbuddy.io</a>
</address>
</div>
<div class="contact-form">
<h3>Contact Us</h3>
<!-- Add Form Element -->
<form>
<label for="contact-name">Your Name</label>
<input type="text" placeholder="Your Name" id="contact-name" />
<label for="contact-message">Message</label>
<input type="text" placeholder="Message" id="contact-message" />
<button type="submit">Submit</button>
</form>
</div>
<!--Google Maps iFrame-->
<iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3105.1503819264844!2d-77.03871848464966!3d38.897676279570575!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x89b7b7bcdecbb1df%3A0x715969d86d0b76bf!2sThe%20White%20House!5e0!3m2!1sen!2sus!4v1602720403689!5m2!1sen!2sus" frameborder="0" style="border:0;" allowfullscreen="" aria-hidden="false" tabindex="0">
</iframe>
<!--End Google Maps iFrame-->
</div>
</div>
</section>
<!--footer section-->
<footer>
<h2>
❤️ Made With Love By Run Buddy
</h2>
<div>
<a href="./privacy-policy.html">Read Our Privacy Policy</a><br />
© 2019 Run Buddy, Inc.
</div>
</footer>
</body>
</html>