diff --git a/css/style.css b/css/style.css index e69de29..360d101 100644 --- a/css/style.css +++ b/css/style.css @@ -0,0 +1,139 @@ +@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-transform: uppercase; + text-align: center; +} + +h2 { + font-size: 5em; + text-transform: uppercase; + text-align: center; + line-height: 4em; + 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: 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; +} + +.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 */ +.footer { + font-size: 1.9em; + text-align: center; +} + +.address { + font-style: normal; + font-size: 0.8em; +} + +.footer a { + color: rgb(67, 163, 230); + text-decoration: none; +} + +.footer ul { + list-style: none; +} diff --git a/index.html b/index.html index b8b04c7..d3e70e2 100644 --- a/index.html +++ b/index.html @@ -4,11 +4,144 @@ + Ironskydive - - - + +
+ IronSkydive Logo +

IronSkydive

+

Let the trip begin

+ +
+
+
+

Hello!

+

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

+ Learn More +
+
+

Wanna Join

+

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

+ Watch Video +
+
+

About us

+

Join our fitness program to be in a good shape while learnining.

+ Register +
+
+
+

How do we structure the day?

+
+
+ ironskydive-training +

Training

+

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

+
+
+ ironskydive-get-ready +

Get ready

+

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

+
+
+ ironskydive-fly +

Fly

+

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

+
+
+ ironskydive-jump +

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

+ 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