Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[RMT-PT-01.2025] Daniela Primacov #3919

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
205 changes: 196 additions & 9 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,9 +1,196 @@
NPM Clone Nifty Penguin Magic npm Enterprise Products Solutions Resources Docs Support Search Join Log In Build amazing
things Essential JavaScript development tools that help you go to market faster and build powerful applications using
modern open source code. See plans Join for free Bring the best of open source to your company npm is the tool used by
over 11,000,000 JavaScript developers around the world. Your developers already use it. Your company depends on it.
Create an Org and get more out of the tools your team already knows and loves. Zero configuration Create an org, add
your team, and start collaborating. Nothing to configure, set up, or manage. Team management Control who has access to
what modules within your team namespace using straightforward team management capabilities. Familiar features npm Orgs
has 100% parity with all the public npm registry features your developers already use. npm audit Enjoy the security
auditing features built into the npm client, a zero-friction way to make open source software safer. Create an Org
<html>
<head>
<title>Time to Practice</title>
</head>
<body>
<nav class="nav-bar">
<ul class="nav-bar-ul">
<li>
<a href="#structure">Day Structure</a>
</li>
<li>
<a href="#team">Team</a>
</li>
<li>
<a href="#schedule">Schedule</a>
</li>
</ul>
</nav>
<header class="header">
<h1>
<img src="https://s3-eu-west-1.amazonaws.com/ih-materials/uploads/ironhack-skydive-logo.png" alt="IronSkydive logo"/>
IronSkydive
</h1>
<h2>Let the trip begin</h2>
<aside class="quote">
<em>"The best experience of our lives"</em>
<p>Ariel Quiñones &amp; Gonzalo Manrique, Ironhack Founders</p>
</aside>
</header>
<section id="general-information" class="dark-background">
<article class="container">
<h3>Hello!</h3>
<p class="text">Welcome to IronSkydive, the best adventure you will ever have.</p>
<a href="#" class="link-btn">Learn More</a>
</article>
<article class="container">
<h3>About us</h3>
<p class="text">We like a lot programming websites, but we also love to practice sport.</p>
<a href="#" class="link-btn">Watch Video</a>
</article>
<article class="container">
<h3>Wanna join?</h3>
<p class="text">Join our fitness program to be in good shape while learning.</p>
<a href="#" class="link-btn">Register</a>
</article>
</section>
<section id="structure" class="container">
<h3>How do we structure the day?</h3>
<div>
<article class="service-box">
<h4>1. Training</h4>
<p>We teach all the necessary things to jump from the plane without any kind of problem.</p>
<img src="https://s3-eu-west-1.amazonaws.com/ih-materials/uploads/ironskydive-training.png" alt="training"/>
</article>
<article class="service-box">
<h4>2. Get ready</h4>
<p>You are already prepared, you just need the suit and a parachute. All sizes available.</p>
<img src="https://s3-eu-west-1.amazonaws.com/ih-materials/uploads/ironskydive-get-ready.png" alt="get-ready"/>
</article>
<article class="service-box">
<h4>3. Fly</h4>
<p>You are ready, and the plane is waiting for us in the hangar. Let's fly!</p>
<img src="https://s3-eu-west-1.amazonaws.com/ih-materials/uploads/ironskydive-fly.png" alt="fly"/>
</article>
<article class="service-box">
<h4>4. Jump!</h4>
<p>You have done the most complicated. Just one step left... jump!</p>
<img src="https://s3-eu-west-1.amazonaws.com/ih-materials/uploads/ironskydive-jump.png" alt="jump"/>
</article>
</div>
</section>
<section id="team" class="dark-background">
<h3>Team</h3>
<p class="section-text">Our team collectively has 75 years of experience. Odds are, when you jump out of the plane with these professionals, you won't go splat.</p>
<hr>
<div>
<article>
<h4 class="member-name"><b>Harold Rothstein</b></h4>
<img src="https://s3-eu-west-1.amazonaws.com/ih-materials/uploads/upload_c18b1c463b80090894237a262dfdfbad.jpg" alt="Harold Rothstein"/>
</article>
<article>
<h4 class="member-name"><b>Susan Phillips</b></h4>
<img src="https://s3-eu-west-1.amazonaws.com/ih-materials/uploads/upload_a18d6123a7c8e75f7e70a4e59b941093.jpg" alt="Susan Phillips"/>
</article>
<article>
<h4 class="member-name"><b>Taylor Roberts</b></h4>
<img src="https://s3-eu-west-1.amazonaws.com/ih-materials/uploads/upload_7104a331530d1b0611da55093b7dc421.jpg" alt="Taylor Roberts"/>
</article>
</div>
</section>
<section id="schedule" class="container">
<h3>Schedule</h3>
<form class="slot-form" action="/register" method="post">
<!-- Email field -->
<div class="slot-form-container">
<label for="email">Email:</label>
<input type="email" id="email" name="email" placeholder="Enter your email" required>
</div>
<!-- Participant field -->
<div class="slot-form-container">
<label for="participants">Participants:</label>
<input type="number" id="participant" name="participants" placeholder="Number of participants" required>
</div>
<!-- Date field -->
<div class="slot-form-container">
<label for="date">Date:</label>
<input type="date" id="date" name="date" required>
</div>
<!-- Time field -->
<div class="slot-form-container">
<label for="time">Time:</label>
<select id="time" name="time" required>
<option value="early">9:00 - 11:00</option>
<option value="mid">12:00 - 14:00</option>
<option value="late">15:00 - 17:00</option>
</select>
</div>

<!-- Submit button -->
<div class="slot-form-container">
<button type="submit">Reserve Yout Slot!</button>
</div>
</form>
<table class="schedule-table" cellpadding="0" cellspacing="0">
<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>&nbsp;</td>
<td>&nbsp;</td>
<td>X</td>
<td>&nbsp;</td>
<td>X</td>
<td>X</td>
</tr>
<tr>
<td>12:00 - 14:00</td>
<td>&nbsp;</td>
<td>&nbsp;</td>
<td>&nbsp;</td>
<td>&nbsp;</td>
<td>X</td>
<td>X</td>
</tr>
<tr>
<td>15:00 - 17:00</td>
<td>&nbsp;</td>
<td>&nbsp;</td>
<td>X</td>
<td>X</td>
<td>X</td>
<td>X</td>
</tr>
</tbody>
</table>
<h3>Schedule a Time Slot</h3>
</section>
<footer class="dark-background footer">
<section>
<h5>Contact Information</h5>
<address class="address">
<p>IronSkydive <br> 33 Rue la Fayette, <br> 75009 Paris, <br> France +33 (0) 619 193 088</p>
</address>
<h5>Follow Us</h5>
<ul>
<li>
<a href="#">Twitter</a>
</li>
<li>
<a href="#">Facebook</a>
</li>
<li>
<a href="#">Instagram</a>
</li>
</ul>
</section>
<iframe
src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d2624.142047744348!2d2.3354330160472316!3d48.87456857928921!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x47e66e38f817b573%3A0x48d69c30470e7aeb!2sIronhack!5e0!3m2!1sen!2ses!4v1495208746099"
class="map-frame"
frameborder="0"
style="border:0"
allowfullscreen
></iframe>
</footer>
</body>
</html>
Loading