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

lab 2 #31

Open
wants to merge 5 commits into
base: main
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
Binary file added .DS_Store
Binary file not shown.
144 changes: 144 additions & 0 deletions css/style.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,144 @@
@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:700|Roboto:100,300,700');

Blue 67, 163, 230
Dark Blue 25, 33, 41
Text 0, 0, 0

html, body {
margin: 0;
padding: 0;
}

body {
font-family: "Roboto";
font-size: 10px;
line-height: 3.5em;
font-weight: 300;
}

h1, h2, h3, h4, h5, h6 {
font-family: "Roboto Condensed"
}

h1 {
font-size: 9em;
text-align: center;
text-transform: uppercase;
}

h2 {
font-size: 5em;
text-align: center;
text-transform: uppercase;
color: white;
text-shadow: #020819 8px -20px 9px;
}

h3 {
font-size: 4.2em;
text-align: center;
line-height: 1em;
}

h4 {
font-size: 1.5em;
letter-spacing: 0.4px;
line-height: 1em;
}

h5 {
font-size: 1.2em;
line-height: 1em;

}

.nav-bar {
background-color: rgb(25, 33, 41);
}

.nav-bar a {
font-size: 2em;
text-decoration: none;
color: white;
}

.header {
background-image: url('https://s3-eu-west-1.amazonaws.com/ih-materials/uploads/ironhack-skydive-background.jpg');
background-position: 0 0;
background-size: cover;
background-repeat: no-repeat;
height: 650px;
}

.quote {
font-size: 2.5em;
position: absolute;
left: 10%;
bottom: 100px;
}

.dark-background {
background-color: rgb(25, 33, 41);
color: white;
}

.text {
font-size: 2em;
font-weight: 100;
text-align: center;
}

.link-btn {
background-color: rgb(67, 163, 230);
color: white;
font-family: "Roboto Condensed";
font-size: 2em;
letter-spacing: 0.5px;
text-align: center;
text-decoration: none;

}
.service-box {
font-size: 1.7em;
text-align: center;

}

.service-box img {
width: 125px;
}

#team .section-text {
font-size: 1.9em;
text-align: center;
}

#team .member-name {
font-size: 1.5em;
font-weight: 700;
}

#team img {
width: 250px;
height: 180px;
}

.footer {
font-size: 1.9em;
}

.address {
font-size: 0.8em;
font-style: normal;

}

.footer ul {
list-style: none;
padding: 0;
}

.footer a {
color: rgb(67, 163, 230);
text-decoration: none;
}
152 changes: 149 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,156 @@
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Ironskydive</title>

</head>
<body>

<!-- PASTE HERE HTML YOU CREATED IN THE FIRST LAB -->
<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</h1>
<br>
<h2>Let the trip begin</h2>
<inside class="quote">
<i> "The best experience of our lives" </i>
<p>Ariel Quiñones & Gonzalo Manrique, Ironhack Founders</p>
</inside>
</header>

<section1 class="dark-background" id="general-information">
<article class="container">
<h3> Hello! </h3>
<p class="text"> Welcome to IronSkydive, the best adventure you will ever have. </p>
<a class="link-btn" href="#"> Learn More </a>
</article>

<article class="container">
<h3> About us </h3>
<p class="text"> We like a lot of programming websites, but we also love to practice sports. </p>
<a class="link-btn" href="#"> 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 class="link-btn" href="#"> Register </a>
</article>
</section1>


<section2 class="container" id="structure">
<h3> How do we structure the day? </h3>
<div>
<article class="service-box">
<img src="https://s3-eu-west-1.amazonaws.com/ih-materials/uploads/ironskydive-training.png" alt="Training Logo">
<h4> Training </h4>
<p> We teach all the necessary things to jump from the plane without any kind of problem. </p>
</article>
<article class="service-box">
<img src="https://s3-eu-west-1.amazonaws.com/ih-materials/uploads/ironskydive-get-ready.png" alt="Get Ready Logo">
<h4> Get Ready </h4>
<p> You are already prepared, you just need to suit up and parachute. All sizes available. </p>
</article>
<article class="service-box">
<img src="https://s3-eu-west-1.amazonaws.com/ih-materials/uploads/ironskydive-fly.png" alt="IronSkydive Fly Logo">
<h4> Fly </h4>
<p> You are ready, and the plane is waiting for us in the hangar. Let's fly! </p>
</article>
<article class="service-box">
<img src="https://s3-eu-west-1.amazonaws.com/ih-materials/uploads/ironskydive-jump.png" alt="IronSkydive Jump Logo">
<h4> Jump! </h4>
<p> You have done the most complicated part. Just one step left...jump! </p>
</article>
</div>
</section2>

<section3 class="dark-background" id="Team">
<h3>Team</h3>
<p class="section-text"> Our team collectively has 75 yeas 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" > Harold Rothstein </h4>
<img src="https://s3-eu-west-1.amazonaws.com/ih-materials/uploads/upload_c18b1c463b80090894237a262dfdfbad.jpg" alt="Harold Rothstein Image">
</article>
<article>
<h4 class="member-name" > Susan Phillips </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" > Taylor Roberts </h4>
<img src="https://s3-eu-west-1.amazonaws.com/ih-materials/uploads/upload_7104a331530d1b0611da55093b7dc421.jpg" alt="Taylor Roberts Image">
</article>
</div>
</section3>

<section4 class="container" id="Schedule">
<h3>Schedule</h3>
<table class="schedule-table">
<tr>
<th>Time</th>
<th>Monday</th>
<th>Tuesday</th>
<th>wednesday</th>
<th>Thursday</th>
<th>Friday</th>
<th>Saturday</th>
</tr>
</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>
</table>

<h3>Schedule a Time Slot</h3>
</section4>

<footer class="dark-background footer">
<section>
<h5>Contact Informacion</h5>
<address class="address">
<br>IronSkydive</br>
<br>33 Rue la Fayette,</br>
<br>75009 Paris,</br>
<br>France</br>
<br>+33 (0) 619193088</br>
</address>
<h5>Fallow Us</h5>
<ul>
<li><a href="#Twitter">Twitter</a></li>
<li><a href="#Facebook">Facebook</a></li>
<li><a href="#Instagram">Instagram</a></li>
</ul>
</section>
</footer>


</body>
</html>