From 49e68515761159b0e681341f03310c6605f21e8b Mon Sep 17 00:00:00 2001 From: JuliaORS Date: Sat, 18 May 2024 19:27:44 +0200 Subject: [PATCH 1/3] solve lab --- css/style.css | 137 ++++++++++++++++++++++++++++++++++++++++++++++++ index.html | 140 +++++++++++++++++++++++++++++++++++++++++++++++++- 2 files changed, 275 insertions(+), 2 deletions(-) diff --git a/css/style.css b/css/style.css index e69de29..0504c77 100644 --- a/css/style.css +++ b/css/style.css @@ -0,0 +1,137 @@ +@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:700|Roboto:100,300,700'); + +html, +body { + margin: 0; + padding: 0; + 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 { + color: rgb(255, 255, 255); + text-decoration: none; + font-size: 2em; +} + +header { + background-image: url(https://s3-eu-west-1.amazonaws.com/ih-materials/uploads/ironhack-skydive-background.jpg); + background-position: 0 0; + background-repeat: no-repeat; + background-size: cover; + height: 650px; +} + +.quote { + font-size: 2.5em; +} + +.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 { + text-align: center; + font-size: 1.9em; +} + +.adress { + font-style: normal; + font-size: 0.8em; +} + +.footer a { + color: rgb(67, 163, 230); + text-decoration: none; +} + +.footer ul { + list-style: none; +} \ No newline at end of file diff --git a/index.html b/index.html index b8b04c7..c9afc28 100644 --- a/index.html +++ b/index.html @@ -5,10 +5,146 @@ Ironskydive + + Ironskydive - - + +
+

IronSkydive Logo + IronSkydive

+

Let the trip begin

+ +

Ariel QuiƱones & Gonzalo Manrique, Ironhack Founders

+
+
+
+

Hello!

+

Welcome to IronSkydive, the best adventure you will ever have.

+ Learn More +
+
+

About us

+

We like a lot programming websites, but we also love to practice sport.

+ Watch video +
+
+

Wanna join?

+

Join out fitness program to be in good shape while learning.

+ Register +
+
+ +
+

How de we structure the day?

+
+
+ Training image +

1. Training

+

We teach all the necessary things to jump from the plane without any kind of problem.

+
+
+ Get ready image +

2.Get ready

+

You are already prepared, you just need the suit and a parachute. All sizes available.

+
+
+ Fly image +

3. Fly

+

You are ready, and the plane is waiting for us in the hangar. Let's fly!

+
+
+ Jump image +

4. Jump!

+

You have done the most complicated. Just one step left... jump!

+
+
+
+ +
+

Team

+

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.

+
+
+
+

Harold Rothstein

+ Team member 1 photo +
+
+

Susan Phillips

+ Team member 2 photo +
+
+

Taylor Roberts

+ Team member 3 photo +
+
+
+ +
+

Schedule

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
TimeMondayTuesdayWednesdayThursdayFridaySaturday
9:00 - 11:00XXX
12:00 - 14:00XX
15:00 - 17:00XXXX
+

Schedule a Time Slot

+
+ \ No newline at end of file From 01761aa788e84ffd89978c87b40a7a991b507902 Mon Sep 17 00:00:00 2001 From: JuliaORS Date: Sat, 18 May 2024 19:31:56 +0200 Subject: [PATCH 2/3] solve lab --- css/style.css | 2 +- index.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/css/style.css b/css/style.css index 0504c77..ac07dee 100644 --- a/css/style.css +++ b/css/style.css @@ -122,7 +122,7 @@ header { font-size: 1.9em; } -.adress { +.address { font-style: normal; font-size: 0.8em; } diff --git a/index.html b/index.html index c9afc28..7b9a3fc 100644 --- a/index.html +++ b/index.html @@ -136,7 +136,7 @@

Schedule a Time Slot