-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
152 lines (141 loc) · 6.34 KB
/
index.html
File metadata and controls
152 lines (141 loc) · 6.34 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="style.css">
<title>Web IronSkydrive</title>
</head>
<body>
<nav class="nav-bar">
<ul class="nav-bar-ul">
<li><a href="#structure">Day Structure</a></li>
<li> <a href="#team">Team</a></li>
<li><a href="#schedule">Schedule</a></li>
</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">IronSkydrive</h1>
<h2>Let the trip begin</h2>
<aside class="quote">
<em>The best experience of our lives</em>
<p>Rafael Bosch</p>
</aside>
<!--em is for italic font-->
</header>
<section id="general-information">
<div class="dark-background">
<article class="container">
<h3>Hello</h3>
<p class="text">Welcome to IronSkydrive page, the best adventure </p>
<a href="#" class="link-btn">Learn more</a>
</article>
<article class="container">
<h3>About us</h3>
<p class="text">We like a lot programming websites, but we also love practice sport</p>
<a href="#" class="link-btn">Watch Video</a>
</article>
<article class="container">
<h3>Wanna join?</h3>
<p class="text">Join our fitness programm to be in progress</p>
<a href="#" class="link-btn">Register</a>
</article>
</div>
</section>
<!-- For me I need some margins on the corners, so much space between them -->
<section id="structure">
<h3>How do we structure the day?</h3>
<div>
<article class="service-box">
<h4>Training</h4>
<p>We teach all necesary things to jump.. </p>
<img src="https://s3-eu-west-1.amazonaws.com/ih-materials/uploads/ironskydive-training.png" alt="Image">
</article>
<article class="service-box">
<h4>Get ready</h4>
<p>You are already prepare.. </p>
<img src="https://s3-eu-west-1.amazonaws.com/ih-materials/uploads/ironskydive-get-ready.png"
alt="image">
</article>
<article class="service-box">
<h4>Fly</h4>
<p>You are ready, and the plane</p>
<img src="https://s3-eu-west-1.amazonaws.com/ih-materials/uploads/ironskydive-fly.png" alt="image">
</article>
<article class="service-box">
<h4>Jump!</h4>
<p>You have done the most comlicated. Just jump.</p>
<img src="https://s3-eu-west-1.amazonaws.com/ih-materials/uploads/ironskydive-jump.png" alt="image">
</article>
</div>
</section>
<section id="team">
<div class="dark-background">
<h3>Team</h3>
<p class="section-text">Our team collectivitely has 75 year of experience</p>
<hr>
<div class="prueba">
<article>
<h4 class="member-name">Harold Rothstein</h4>
<img src="https://s3-eu-west-1.amazonaws.com/ih-materials/uploads/upload_c18b1c463b80090894237a262dfdfbad.jpg"
alt="foto face" width="100%" height="250px">
</article>
<article>
<h4 class="member-name">Susan Philips</h4>
<img src="https://s3-eu-west-1.amazonaws.com/ih-materials/uploads/upload_a18d6123a7c8e75f7e70a4e59b941093.jpg"
alt="foto face" width="100%" height="250px">
</article>
<article>
<h4 class="member-name">Taylor Roberts</h4>
<img src="https://s3-eu-west-1.amazonaws.com/ih-materials/uploads/upload_7104a331530d1b0611da55093b7dc421.jpg"
alt="foto face" width="100%" height="250px">
</article>
</div>
</div>
<hr>
</section>
<section id="schedule">
<h3>Schedule a time slot</h3>
<form class="slot-form" action="/register" method="POST">
<div class="slot-form-container">
<label for="email">Enter your Email: </label>
<input type="email" name="email" id="email" placeholder="email"><br>
</div>
<div class="slot-form-container">
<label for="participants">Number of participants: </label>
<input type="number" name="number" id="participants" placeholder="number of participants"><br>
</div>
<div class="slot-form-container">
<label for="date">Date</label>
<input type="date" name="date" id="date"><br>
</div>
<div class="slot-form-container">
<label for="time">Time</label>
<select name="time" id="time">
<option value="early">9:00-11:00</option>
<option value="mid">12:00-14:00</option>
<option value="late">15:00-17:00</option>
</select>
</div>
<div class="slot-form-container">
<button class="boton" type="submit">Reserve your slot</button>
</div>
</form>
<em>Nothing to Add!</em>
</section>
<footer class="dark-background footer">
<section>
<h5>Contact Information</h5>
<address class="address">IronSkydive <br> 33 Rue la Fayette <br> 75009 Paris, France <br> +33 (0) 619 193
088</address>
<br>
<h5>Follow us</h5>
<ul>
<li><a href="#target" target="_blank">Twitter</a></li>
<li><a href="#target" target="_blank">Facebook</a></li>
<li><a href="#target" target="_blank">Instagram</a></li>
</ul>
</section>
<iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d2624.142047744348!2d2.3354330160472316!3d48.87456857928921!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x47e66e38f817b573%3A0x48d69c30470e7aeb!2sIronhack!5e0!3m2!1sen!2ses!4v1495208746099" class="map-frame" frameborder="0" style="border:0" allowfullscreen></iframe>
</footer>
</body>
</html>