diff --git a/css/style.css b/css/style.css index e69de29..7a56404 100644 --- a/css/style.css +++ b/css/style.css @@ -0,0 +1,165 @@ +@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.5rem; + font-weight: 300; +} + +/* Headings */ + +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; + line-height: 4em; +} + +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 */ + +.nav-bar { + background-color: rgb(25, 33, 41); +} + +.nav-bar a { + color: white; + text-decoration: none; + font-size: 2em; +} + +/* Header */ + +.header { + background-image: url('https://s3-eu-west-1.amazonaws.com/ih-materials/uploads/ironhack-skydive-background.jpg'); + background-position: 0 0; + background-repeat: none; + background-size: cover; + height: 650px; +} + +.header h2 { + color: white; + text-shadow: #020819 8px -20px 9px; +} + +.quote { + font-size: 2.5em; +} + +/* Section 1 */ + +.dark-background { + background-color: rgb(25, 33, 41); + color: white; +} + +#general-information p { + 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; +} + +/* Section 2 */ + +.service-box { + font-size: 1.7em; + text-align: center; +} + +.service-box img { + width: 125px; +} + +/* Section 3 */ + +#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 */ + +.footer { + text-align: center; + font-size: 1.9em; +} + +.address { + font-style: normal; + font-size: 0.8em; +} + +.footer a { + color: rgb(67, 163, 230); + text-decoration: none; +} + +.footer ul { + list-style: none; + padding: 0; +} + + +/* +__Table of colors__ + Blue: rgb(67, 163, 230) + Dark blue: rgb(25, 33, 41) + Text: rgb(0, 0, 0) +*/ + diff --git a/index.html b/index.html index b8b04c7..91c1526 100644 --- a/index.html +++ b/index.html @@ -4,11 +4,154 @@ - Ironskydive + + Document + - - +
+

IronSkydive 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?

+
+ Training +

Training

+

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

+
+
+ Get ready +

Get ready

+

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

+
+
+ Fly +

Fly

+

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

+
+
+ Jump +

Jump!

+

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

+
+
+ +
+

Team

+

Our team collectivelly have 75 years of experience. Odds are when you jump out of the plane with these professionals, you won't go splat.

+
+
+
+

Harold Rothstein

+ Harold Rothstein +
+
+

Susan Phillips

+ Susan Phillips +
+
+

Taylor Roberts

+ Taylor Roberts +
+
+
+ +
+

Schedule

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

Schedule a Time Slot

+
+ + + - \ No newline at end of file +