-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
38 changed files
with
2,666 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,190 @@ | ||
<!DOCTYPE html> | ||
<!-- saved from url=(0073)file:///Users/marcusmorua/Desktop/projects/run-buddy/index.html#reach-out --> | ||
<html lang="en"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> | ||
|
||
<title>Run Buddy</title> | ||
<link rel="stylesheet" href="./Run Buddy_files/style.css"> | ||
</head> | ||
|
||
<body> | ||
<!-- navigation --> | ||
<header> | ||
<h1> | ||
<a href="file:///"> | ||
RUN BUDDY | ||
</a> | ||
</h1> | ||
<nav> | ||
<!-- Unordered list element --> | ||
<ul> | ||
<!-- List item element--> | ||
<li> | ||
<!-- Anchor element --> | ||
<a href="file:///Users/marcusmorua/Desktop/projects/run-buddy/index.html#what-we-do">What We Do</a> | ||
</li> | ||
<li> | ||
<a href="file:///Users/marcusmorua/Desktop/projects/run-buddy/index.html#what-you-do">What You Do</a> | ||
</li> | ||
<li> | ||
<a href="file:///Users/marcusmorua/Desktop/projects/run-buddy/index.html#your-trainers">Your Trainers</a> | ||
</li> | ||
<li> | ||
<a href="file:///Users/marcusmorua/Desktop/projects/run-buddy/index.html#reach-out">Reach Out</a> | ||
</li> | ||
</ul> | ||
</nav> | ||
</header> | ||
|
||
<!-- hero/jumbotron --> | ||
<section class="hero"> | ||
<div class="hero-form"> | ||
<h3>Get Started Today</h3> | ||
<p>Fill out this form and one of our trainers will schedule a consult</p> | ||
<form> | ||
<label for="name">Enter full name:</label> | ||
<input type="text" placeholder="Your Name" name="name" id="name" class="form-input"> | ||
<label for="email">Enter email address:</label> | ||
<input type="text" placeholder="Email Address" name="email" id="email" class="form-input"> | ||
<label for="phone">Enter a telephone number:</label> | ||
<input type="text" placeholder="Phone Number" name="phone" id="phone" class="form-input"> | ||
<p> | ||
Have you worked out with a trainer before? | ||
<input type="radio" name="trainer-confirm" id="trainer-yes"> | ||
<label for="trainer-yes">Yes</label> | ||
<input type="radio" name="trainer-confirm" id="trainer-no"> | ||
<label for="trainer-no">No</label> | ||
</p> | ||
<p> | ||
<label for="checkbox"> | ||
I acknowledge that I am at least 18 years of age. | ||
</label> | ||
<input type="checkbox" name="checkpoint1" id="checkbox"> | ||
</p> | ||
<button type="submit"> | ||
Get running! | ||
</button> | ||
</form> | ||
</div> | ||
</section> | ||
|
||
<!-- "what we do" section --> | ||
<section id="what-we-do" class="intro"> | ||
<h2 class="section-title primary-border">What We Do</h2> | ||
<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> | ||
</section> | ||
|
||
<!-- "what you do" section --> | ||
<section id="what-you-do" class="steps"> | ||
<h2 class="section-title secondary-border">What You Do</h2> | ||
|
||
<div> | ||
<img src="./Run Buddy_files/step-1.svg" alt=""> | ||
<h3>Step 1: <span>Fill Out the Form Above.</span></h3> | ||
<p>You're already here, so why not?</p> | ||
</div> | ||
|
||
<div> | ||
<img src="./Run Buddy_files/step-2.svg" alt=""> | ||
<h3>Step 2: <span>Consult with One of Our Trainers.</span></h3> | ||
<p>Are you here to build muscle, lose weight, or just feel good?</p> | ||
</div> | ||
|
||
<div> | ||
<img src="./Run Buddy_files/step-3.svg" alt=""> | ||
<h3>Step 3: <span>Get Running.</span></h3> | ||
<p>Hit the ground running (literally) once your trainer lays out your plan.</p> | ||
</div> | ||
|
||
<div> | ||
<img src="./Run Buddy_files/step-4.svg" alt=""> | ||
<h3>Step 4: <span>See Results.</span></h3> | ||
<p>Bi-weekly checkins with your trainer will keep you focused</p> | ||
</div> | ||
</section> | ||
|
||
<!-- "meet the trainers" section --> | ||
<section id="your-trainers" class="trainers"> | ||
<h2 class="section-title primary-border">Meet The Trainers</h2> | ||
<article class="trainer"> | ||
<img src="./Run Buddy_files/trainer-1.jpg" alt="Arron Stephens in his workout clothes, ready to pump iron"> | ||
<div class="trainer-bio text-left"> | ||
<h3>Arron Stephens</h3> | ||
<h4>Speed / Strength</h4> | ||
<p> | ||
Lorem ipsum, dolor sit amet consectetur adipisicing elit. Sequi neque animi quo cupiditate commodi saepe culpa | ||
sed | ||
itaque velit maiores optio dolorem excepturi aperiam dolores, voluptatibus suscipit amet quis repellat! | ||
</p> | ||
</div> | ||
</article> | ||
|
||
<!-- second trainer bio --> | ||
<article class="trainer"> | ||
<div class="trainer-bio text-right"> | ||
<h3>Joanna Gill</h3> | ||
<h4>Endurance</h4> | ||
<p> | ||
Lorem ipsum, dolor sit amet consectetur adipisicing elit. Sequi neque animi quo cupiditate commodi saepe culpa | ||
sed | ||
itaque velit maiores optio dolorem excepturi aperiam dolores, voluptatibus suscipit amet quis repellat! | ||
</p> | ||
</div> | ||
<img src="./Run Buddy_files/trainer-2.jpg" alt="Joanna Gill cooling off after a workout"> | ||
</article> | ||
|
||
<!-- third trainer bio --> | ||
<article class="trainer"> | ||
<img src="./Run Buddy_files/trainer-3.jpg" alt="Harry Smith wearing a headband and lifting comically small pink weights"> | ||
<div class="trainer-bio text-left"> | ||
<h3>Harry "the Headband" Smith</h3> | ||
<h4>Strength</h4> | ||
<p> | ||
Lorem ipsum, dolor sit amet consectetur adipisicing elit. Sequi neque animi quo cupiditate commodi saepe culpa | ||
sed | ||
itaque velit maiores optio dolorem excepturi aperiam dolores, voluptatibus suscipit amet quis repellat! | ||
</p> | ||
</div> | ||
</article> | ||
</section> | ||
|
||
<!-- "reach out" section --> | ||
<section id="reach-out" class="contact"> | ||
<h2 class="section-title secondary-border">Reach Out</h2> | ||
|
||
<div class="contact-info"> | ||
<iframe src="./Run Buddy_files/embed.html" style="border: 0;" allowfullscreen="" loading="lazy"> | ||
</iframe> | ||
<div> | ||
<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:[email protected]">[email protected]</a> | ||
</address> | ||
</div> | ||
</div> | ||
</section> | ||
|
||
<!-- footer --> | ||
<footer> | ||
<h2>❤️ Made with love by Run Buddy.</h2> | ||
<div> | ||
<a href="file:///Users/marcusmorua/Desktop/projects/run-buddy/index.html#">Read Our Privacy Policy</a><br> | ||
© 2019 Run Buddy, Inc. | ||
</div> | ||
</footer> | ||
|
||
|
||
</body></html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
/**/_xdc_._lkdbea && _xdc_._lkdbea( [1,null,0,null,null,[1]] ) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
/**/_xdc_._rv1655 && _xdc_._rv1655( [0,null,1,null,null,[1]] ) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
/**/_xdc_._w7u3j7 && _xdc_._w7u3j7( [0,null,1,null,null,[1]] ) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
/**/_xdc_._ri8zay && _xdc_._ri8zay( ["Imagery ©2021 , Landsat / Copernicus, Maxar Technologies, USDA Farm Service Agency",[["report_map_issue",[[37.92686760148134,-120.498046875],[37.99616267972812,-120.41015625]]],["report_map_issue",[[37.85750715625204,-120.498046875],[37.92686760148134,-120.41015625]]],["traffic",[[37.93553306183643,-120.43212890625],[37.93661617256259,-120.41015625]]],["traffic",[[37.9344499351503,-120.43212890625],[37.93553306183643,-120.41015625]]],["traffic",[[37.93336679250438,-120.43212890625],[37.9344499351503,-120.41015625]]],["traffic",[[37.93228363389879,-120.43212890625],[37.93336679250438,-120.41015625]]],["traffic",[[37.93120045933371,-120.43212890625],[37.93228363389879,-120.41015625]]],["traffic",[[37.93011726880927,-120.43212890625],[37.93120045933371,-120.41015625]]],["traffic",[[37.92903406232563,-120.43212890625],[37.93011726880927,-120.41015625]]],["traffic",[[37.92795083988293,-120.43212890625],[37.92903406232563,-120.41015625]]],["traffic",[[37.92686760148134,-120.43212890625],[37.92795083988293,-120.41015625]]],["traffic",[[37.92578434712102,-120.43212890625],[37.92686760148134,-120.41015625]]],["traffic",[[37.92470107680209,-120.43212890625],[37.92578434712102,-120.41015625]]],["traffic",[[37.92361779052472,-120.43212890625],[37.92470107680209,-120.41015625]]],["traffic",[[37.92253448828907,-120.43212890625],[37.92361779052472,-120.41015625]]],["traffic",[[37.92145117009529,-120.43212890625],[37.92253448828907,-120.41015625]]],["traffic",[[37.92036783594351,-120.43212890625],[37.92145117009529,-120.41015625]]],["traffic",[[37.91928448583391,-120.43212890625],[37.92036783594351,-120.41015625]]]],[[19,[[-90,-180],[90,180]]],[9,[[-90,-180],[90,180]]],[14,[[-84.375,-180],[84.375,180]]],[14,[[-57.00007429999999,-180],[83.68835439999998,180]]],[14,[[11.9999617,-127.0000001],[47,-57.0000095]]],[18,[[33.4313803,-124.4786918],[42.0736187,-118.5049617]]],[18,[[32.4414092,-121.0627216],[38.9772337,-113.9395523]]],[18,[[32.4554479,-120.5183565],[38.97725520000001,-114.2281848]]],[18,[[36.1463713,-124.4785147],[42.06689169999999,-118.9407294]]],[20,[[37.6501464,-120.8825683],[38.9685058,-120.0201416]]],[20,[[37.6501464,-120.8770751],[38.97399899999999,-120.0311279]]],[20,[[37.6556396,-120.8770751],[38.9685058,-120.0256347]]],[20,[[37.6446533,-120.871582],[38.9685058,-120.0311279]]],[20,[[37.6556396,-120.7122802],[38.9685058,-120.0201416]]],[20,[[37.1777343,-120.5969238],[38.1005859,-119.9322509]]],[13,[[37.18374250000001,-120.5931472],[38.09646599999999,-119.9264144]]],[20,[[37.1887207,-120.6024169],[38.09509270000001,-119.9322509]]],[20,[[37.1887207,-120.5914306],[38.09509270000001,-119.9212646]]],[20,[[37.1887207,-120.5914306],[38.09509270000001,-119.9267578]]],[20,[[37.1832275,-120.5969238],[38.09509270000001,-119.9377441]]],[13,[[37.1846008,-120.5404472],[38.05870049999999,-120.0086402]]]],null,0,null,[0],1] ) |
Large diffs are not rendered by default.
Oops, something went wrong.
Oops, something went wrong.