-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
248 lines (197 loc) · 8.57 KB
/
index.html
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
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
<!DOCTYPE html>
<html>
<head>
<title>ICE-CREAM</title>
<meta charset="UTF-8">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto:300,300italic,700,700italic">
<meta name="viewport" content="width=device-width, initial-scale=1"> <!--to scale view for different devices-->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css"> <!--the photo bootstrap style-->
<link rel="stylesheet" type="text/css" href="css/style.css"> <!--our css doc-->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script> <!--libreria jquery-->
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script> <!--the photo bootsrap js-->
</head>
<body>
<h1 id="title">My ice-cream blog</h1>
<ul id="menu">
<li class="home selected">Home</li>
<li class="about">About ice-cream</li>
<li class="photos">Photos</li>
<li class="places">Places</li>
<li class="contact">Contact</li>
</ul>
<div id="home" class="shownElement"> <!--start div of home-->
<!--open image-->
<div class="imageEditing">
<img id="homeStockPhoto" src="https://www.biggerbolderbaking.com/wp-content/uploads/2017/11/BBB201-Holiday-Ice-Cream-Thumbnail-FINAL-without-Copy.jpg">
</div> <!--close image-->
<div id="slogan" class="textOnImage">ICE-CREAM AWAITS</div> <!--the text on the backgound image-->
</div> <!--end of div home-->
<div id="about" class="hiddenElement"> <!--start div about-->
<h2 id ="subtitle"> Ice-cream is great. </h2>
<div id="paragraph">Everybody loves ice-cream, here are some of its most famous appareances in movies!
<br>
<br>
<ol id="places-list">
<li>
<div class="placeImage">
<h4> Forrest Gump (1994)</h4>
</div>
<div class="placeExperience">
<img src="https://s4.insidehook.com/ForestGump_Head_1504803677.jpg" alt="Forrest" style="width:100%;">
</div>
</li>
<br>
<li>
<div class="placeImage">
<h4> Monsters, Inc. (2001)</h4>
</div>
<div class="placeExperience">
<img src="https://cartooncravings.files.wordpress.com/2017/01/monsters-inc-snow-cone-2.jpg?w=342&h=210" alt="Monsters" alt="Monsters" style="width:100%;">
</div>
</li>
<br>
<li>
<div class="placeImage">
<h4> Lilo & Stich (2002)</h4>
</div>
<div class="placeExperience">
<img src="https://78.media.tumblr.com/046dd29c91439e552e419ffe1ee78538/tumblr_inline_np7asm0HCR1qi6sdp_540.png" alt="Lilo" style="width:100%;">
</div>
</li>
<br>
</ol>
</div>
</div> <!--end div about-->
<!--start div photos-->
<div id="photos" class="hiddenElement">
<h2 id ="subtitle">Ice-cream is beautiful.</h2>
<div id="paragraph">There are a lot of different types of ice-cream, I love them all!</div>
<br>
<!--start container of photos-->
<div class="container photos">
<div id="myCarousel" class="carousel slide" data-ride="carousel">
<!-- Indicators -->
<!--ordered list of indicators-->
<ol class="carousel-indicators">
<li data-target="#myCarousel" data-slide-to="0" class="active"></li>
<li data-target="#myCarousel" data-slide-to="1"></li>
<li data-target="#myCarousel" data-slide-to="2"></li>
</ol>
<!-- Wrapper for slides -->
<div class="carousel-inner">
<div class="item active">
<img src="https://media-cdn.tripadvisor.com/media/photo-s/07/10/32/1a/arte-gourmet-restaurante.jpg" style="width:100%;">
</div>
<div class="item">
<img src="https://cdn.needish.com/is-prod-deals/QwHjZilqeFNM_jYkPxpUYQ/scale/900x600.jpg" alt="DQ" style="width:100%;">
</div>
<div class="item">
<img src="https://static1.squarespace.com/static/5334b643e4b09fffc70dad7e/t/53350118e4b009cdbfa2185c/1395982621929/florentia_banner_08.jpg?format=1500w" alt="Gelato" style="width:100%;">
</div>
</div>
<!-- Left and right controls -->
<a class="left carousel-control" href="#myCarousel" data-slide="prev">
<span class="glyphicon glyphicon-chevron-left"></span>
<span class="sr-only">Previous</span>
</a>
<a class="right carousel-control" href="#myCarousel" data-slide="next">
<span class="glyphicon glyphicon-chevron-right"></span>
<span class="sr-only">Next</span>
</a>
</div>
</div>
</div> <!--end div photos-->
<!--start-->
<div id="places" class="hiddenElement">
<!--unordered list of places-->
<h3 id ="subtitle"> <label>Places to eat ice-cream in Monterrey. </label> </h3>
<div id="paragraph">There are a lot of places you can find ice-cream in Monterrey, here are my favorite ones!</div>
<br>
<ul id="places-list">
<li> <!--first element-->
<div class="placeImage">
<img src="https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcRDYNr8XyZz2LLJ5ziB93PAeFgvV7Eb0p4zwDad27-9zMNDcPW-" alt="Ugurt" style="width:100%;">
</div>
<div class="placeExperience">
<label>U' gurt</label>
<ul>
<li>Dirección: Av. Manuel Gómez Morín 2111, Residencial Chipinque 1er Sector, 66297 Monterrey, N.L.</li>
<li>Horario: 10:30am-9:30pm</li>
<li> <a href="https://www.facebook.com/ugurthealth/"> Visit their FB page!</a> </li>
</ul>
</div>
</li>
<li> <!--second element-->
<div class="placeImage">
<img src="https://dothedaniel.com/wp-content/uploads/2014/09/pinkvelvet-yf201421.jpg" alt="YogenFruz" style="width:100%;">
</div>
<div class="placeExperience">
<label>Yogen Fruz</label>
<ul>
<li>Dirección: Nuevo León 2703, Revolución, 64830 Monterrey, N.L.</li>
<li>Horario: 11:00am-10:00pm</li>
<li> <a href=" https://www.facebook.com/yogenfruzmty/"> Visit their FB page!</a> </li>
</ul>
</div>
</li>
<li> <!--third element-->
<div class="placeImage">
<img src="https://image.zmenu.com/large/33808/20140429232316506021.png" alt="Blizzard" style="width:100%;">
</div>
<div class="placeExperience">
<label>Dairy Queen</label>
<ul>
<li>Dirección: Centro Comercial Nuevo Sur, Avenida Revolución 2703, planta baja, Colonia La Ladrillera, 64830 Monterrey, N.L.</li>
<li>Horario: 11:00am-10:00pm</li>
<li> <a href="https://www.facebook.com/dqmexico/"> Visit their FB page!</a> </li>
</ul>
</div>
</li>
</ul>
</div>
<!--start div contact-->
<div id="contact" class="hiddenElement">
<h2 id="subtitle" > Want more? </h2>
<div id="paragraph">If you want to know more about ice-cream or want to collaborate in this blog, register!</div>
<br>
<!--Form to register-->
<form id="paragraph">
<fieldset>
<legend>Register</legend>
<!-- Entrada de texto -->
<label>Name: </label>
<input type="text" name="name">
<br>
<!-- Entrada de texto -->
<label>Email</label>
<input type="text" name="email">
<br>
<!-- Entrada de contraseña -->
<label>Password</label>
<input type="Password" name="password">
<br>
<!-- Entrada de opciones (dropdown) -->
<label>Country</label>
<select>
<option value="" disabled selected>Select your country</option>
<option>Mexico</option>
<option>United States</option>
<option>Korea</option>
<option>India</option>
</select>
<br>
<!-- Entrada de opciones (radio buttons) -->
<label>Gender</label>
<br>
<input type="radio" name="gender" value="m" checked> Woman <br>
<input type="radio" name="gender" value="h"> Man <br>
<input type="radio" name="gender" value="o"> Other <br>
<br>
<input type="reset" value="Cancel">
<input type="submit" value="Register">
</fieldset>
</form>
</div> <!--end div contact-->
<script type="text/javascript" src="js/main.js"></script>
</body>
</html>