Skip to content

Lab 2 done - Shuyuan #35

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

Open
wants to merge 1 commit 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
141 changes: 141 additions & 0 deletions css/style.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,141 @@
@font-face {
font-family: Roboto;
src: url('https://fonts.googleapis.com/css?family=Roboto+Condensed:700|Roboto:100,300,700');
font-size: 10px;
font-weight: 300;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
/* define font-family here */
font-family: Roboto Condensed;
}

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

h2 {
font-size: 5em;
text-align: center;
text-transform: uppercase;
}

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 {
background-color: darkblue;
}

.nav-bar a {
color: white;
text-decoration: none;
}

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

.header h2 {
color: white;
text-shadow: #020819 8px -20px 9px;
}

.quote {
font-size: 2.5em;
}

.dark-background {
background-color: darkblue;
color: white;
}

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

#general-information .link-btn {
background-color: blue;
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-class {
font-size: 1.9em;
text-align: center;
}

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

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

.footer {
text-align: center;
font-size: 1.9em;
}

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

.footer a {
color: blue;
text-decoration: none;
}

.footer ul {
list-style: none;
}
215 changes: 203 additions & 12 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,14 +1,205 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<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 -->

</body>
</html>
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" type="text/css" href="css/style.css" />
<title>Document</title>
</head>
<body>
<nav class="nav-bar">
<ul>
<a href="#structure">
<li>Day Structure</li>
</a>
<a href="#team">
<li>Team</li>
</a>
<a href="#schedule">
<li>Schedule</li>
</a>
</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"
/>
InronSkydive
</h1>
<h2>Let the trip begin</h2>
<aside class="quote">
<q><i>The best experience of our lives</i></q>
<p>Ariel Quiñones & Gonzalo Manrique, Ironhack Founders</p>
</aside>
</header>

<section id="general-information" class="dark-background">
<article>
<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>
<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>
<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">
<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="An icon of some books"
class="img"
/>
<h4>1. 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="A person icon"
class="img"
/>
<h4>2. Get ready</h4>
<p>
You are already prepared, you just need the suit and a 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="A plane icon"
class="img"
/>
<h4>3. 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="A parachute icon"
class="img"
/>
<h4>4. Jump!</h4>
<p>You have done the most complicated. Just one step left..</p>
</article>
</div>
</section>
<section id="team" class="dark-background">
<h3>Team</h3>
<p class="section-class">
Our team locally 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>Harold Rothstein</h4>
<img
src="https://s3-eu-west-1.amazonaws.com/ih-materials/uploads/upload_c18b1c463b80090894237a262dfdfbad.jpg"
alt="A photo of a man called Harold Rothstein"
/>
</article>
<article>
<h4>Susan Phillips</h4>
<img
src="https://s3-eu-west-1.amazonaws.com/ih-materials/uploads/upload_a18d6123a7c8e75f7e70a4e59b941093.jpg"
alt="A photo of a women called Susuan Phillips"
/>
</article>
<article>
<h4>Taylor Roberts</h4>
<img
src="https://s3-eu-west-1.amazonaws.com/ih-materials/uploads/upload_7104a331530d1b0611da55093b7dc421.jpg"
alt="A photo of a man called Taylor Roberts"
/>
</article>
</div>
</section>
<section id="schedule">
<h3>Schedule</h3>
<h3>Schedule a Time Slot</h3>
<table>
<thead>
<th>Time</th>
<th>Monday</th>
<th>Tuesday</th>
<th>Wednesday</th>
<th>Thursday</th>
<th>Friday</th>
<th>Saturday</th>
</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>
</section>
<footer class="dark-background footer">
<h5>Contact Information</h5>
<address class="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="#" target="_blank">Twitter</a></li>
<li><a href="#" target="_blank">Facebook</a></li>
<li><a href="#" target="_blank">Instgram</a></li>
</ul>
</footer>
</body>
</html>