Skip to content

Instantly share code, notes, and snippets.

@massytak
Last active January 17, 2021 21:37
Show Gist options
  • Save massytak/1e404e14fbd9ed9dc3358348a2d6ec95 to your computer and use it in GitHub Desktop.
Save massytak/1e404e14fbd9ed9dc3358348a2d6ec95 to your computer and use it in GitHub Desktop.
Projet SkyDive
<html>
<nav>
<ul>
<li><a href="#structure">Day structure</a></li>
<li><a href="#team">Team</a></li>
<li><a href="#team">Schedule</a></li>
</ul>
</nav>
<header>
<h1><img src="https://s3-eu-west-1.amazonaws.com/ih-materials/uploads/ironhack-skydive-logo.png"alt="skydivelogo">IronShydive</h1>
<h2>Let the trip begin</h2>
<aside><i>"The best exprience of our lives"</i><p>Ariel quinones & Gonzalo Manrique, Ironhack Founders</p></aside>
</header>
<section>
<article>
<h3>Hello!</h3>
<p>Welcome to Ironskydive, the best adventure you will ever have.</p>
<a href="#savoirplus">Learn More</a>
</article>
<article>
<h3>About us</h3>
<p>We like a lot programming websites, but we also lo to practice sport.</p>
<a href="#Watch Video">Watch Video</a>
</article>
<article>
<h3>Wanna join?</h3>
<p> Join our fitness progarm to be in good shape while learning.<p>
<a href="#Register">Register</a>
</article>
</section>
<section>
<div>
<article>
<img src="https://s3-eu-west-1.amazonaws.com/ih-materials/uploads/ironskydive-training.png
"alt="Training">
<h4>Training</h4>
<p>We teach all the necessary things to jump from the plane without any kind of problem.<p>
</article>
<article>
<img src="https://s3-eu-west-1.amazonaws.com/ih-materials/uploads/ironskydive-get-ready.png
"alt="logo ready">
<h4>Get ready</h4>
<p>You are already prepared, you just need the suit and a parachute. All sizes available.</p>
</article>
<article>
<img src="https://s3-eu-west-1.amazonaws.com/ih-materials/uploads/ironskydive-fly.png
"alt="logo fly">
<h4>Fly</h4>
<p>You are ready, and the plane is waiting for us in the hangar. Let's fly!</p>
</article>
<article>
<img src="https://s3-eu-west-1.amazonaws.com/ih-materials/uploads/ironskydive-jump.png
"alt="jump logo">
<h4>Jump!</h4>
<p>You have done the most complicated. just one step left...jump!</p>
</article>
</div>
</section>
<section>
<div>
<h3>Team</h3>
<p>Our team collectively ha 75 years of experience. odds are, when you jump out of the plane with these professionals, you won't go splate.<p>
</div>
<hr>
<div>
<article><h4>Harold Rothstein</h4><img src="https://s3-eu-west-1.amazonaws.com/ih-materials/uploads/upload_c18b1c463b80090894237a262dfdfbad.jpg"alt="Photo Harold rotch"></aticle>
<article><h4>Susan Phillips</h4><img src="https://s3-eu-west-1.amazonaws.com/ih-materials/uploads/upload_a18d6123a7c8e75f7e70a4e59b941093.jpg"alt="Susan Phillips Photo"></aticle>
<article><h4>Taylor Roberts</h4><img src="https://s3-eu-west-1.amazonaws.com/ih-materials/uploads/upload_7104a331530d1b0611da55093b7dc421.jpg"alt="Taylor Roberts"></aticle>
</hr>
</div>
</section>
<section>
<div>
<h3>Schedule</h3>
<table>
<thead>
<tr>
<th>Time</th>
<th> Monday</th>
<th> Tuesday</th>
<th> Wednesday</th>
<th> Thursday</th>
<th> Friday</th>
<th> Saturday</th>
</tr>
</thead>
<tbody>
<tr>
<td>9.00 - 11.00</td>
<td></td>
<td></td>
<td>X</td>
<td></td>
<td>X</td>
<td>X</td>
</tr>
<tr>
<td>12:00 -14:00</td>
<td></td>
<td></td>
<td></td>
<td></td>
<td>X</td>
<td>X</td>
</tr>
<tr>
<td>15:00 -17:00</td>
<td></td>
<td></td>
<td>X</td>
<td>X</td>
<td>X</td>
<td>X</td>
</tr>
</tbody>
</table>
</div>
<section>
<h3>Schedule a time Slot</h3>
</section>
<footer>
<section>
<h5>Contact Information</h5>
<address>
IronSkydive<br>
33 Rue la Fayette,<br>
75009 Paris,<br>
France<br>
+33 (0) 619 193 088
</address>
<h5>Follow Us<h5>
<ul>
<li><a href="https://twitter.com/?lang=fr">Twitter</a></li>
<li><a href="https://www.facebook.com/">Facebook</a></li>
<li><a href="https://www.instagram.com/">Instagram</a></li>
</ul>
</section>
</footer>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment