diff --git a/css/style.css b/css/style.css index e69de29..a00f823 100644 --- a/css/style.css +++ b/css/style.css @@ -0,0 +1,141 @@ +@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; + --blue: rgb(67, 163, 230); + --dark-blue: rgb(25, 33, 41); +} + +h1, +h2, +h3, +h4, +h5 { + font-family: "Roboto Condensed"; +} + +h1 { + font-size: 9em; + text-align: center; + text-transform: uppercase; +} + +h2 { + font-size: 4.2em; + text-align: center; + text-transform: uppercase; +} + +h3 { + font-size: 1.5em; + text-align: center; + line-height: 1em; +} + +h4 { + font-size: 1em; + letter-spacing: 0.4px; + line-height: 1em; +} + +h5 { + font-size: 1.2em; + line-height: 1em; +} + +.nav-bar { + background-color: var(--dark-blue); +} + +.nav-bar a { + color: white; + 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; +} + +.header h2 { + color: white; + text-shadow: #020819 8px -20px 9px; +} + +.quote { + font-size: 2.5em; +} + +.dark-background { + background-color: var(--dark-blue); + color: white; +} + +.text { + font-size: 2em; + font-weight: 100; + text-align: center; +} + +.link-btn { + background-color: var(--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-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; +} + +.address { + font-style: normal; + font-size: .8em; +} + +.footer a { + color: var(--blue); + text-decoration: none; +} + +.footer ul { + list-style: none; +} \ No newline at end of file diff --git a/index.html b/index.html index b8b04c7..e916de9 100644 --- a/index.html +++ b/index.html @@ -4,11 +4,159 @@ - Ironskydive + + IronSkydive - + + +
+

ironhack skydive logoIronSkydive

+

Let the trip begin

+ +
+ +
+
+

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 our fitness program to be in good shape while learning

+ Register +
+ + + +

How do we structure the day?

+
+
+ ironskydive training logo +

1. Training

+

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

+
+
+ ironskydive get-ready logo +

2. Get ready

+

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

+
+
+ ironskydive fly logo +

3.Fly

+

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

+
+
+ ironskydive jump logo +

4. Jump!

+

You have done the molst 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

+ Hoarold Rothstein photo +
+
+

Susan Phillips

+ Susan Phillips photo +
+
+

Taylor Roberts

+ Taylor Roberts photo +
+
+
+ + +

Schedule

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
TimeMondayTuesdayWednesdayThursdayFridaySaturday
XXX
XX
XXXX
+

Schedule a Time Slot

+
+ + \ No newline at end of file