-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
235 lines (201 loc) · 9.08 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
<!-- https://getmdl.io/started/index.html
https://materializecss.com/getting-started.html
https://mdbootstrap.com/docs/standard/getting-started/installation/ -->
<!DOCTYPE html>
<html lang="en">
<head>
<title>España</title>
<!-- Font Awesome -->
<link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/css/all.min.css" rel="stylesheet" />
<!-- Google Fonts -->
<link href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700&display=swap" rel="stylesheet" />
<link href="https://cdnjs.cloudflare.com/ajax/libs/mdb-ui-kit/7.0.0/mdb.min.css" rel="stylesheet" />
<link rel="stylesheet" href="style.css">
</head>
<body>
<script src="https://code.jquery.com/jquery-3.7.1.js" integrity="sha256-eKhayi8LEQwp4NKxN+CfCh+3qOVUtJn3QNZ0TciWLP4="
crossorigin="anonymous"></script>
<script src="script.js">
</script>
<!--Main Navigation-->
<header>
<!-- Navbar -->
<nav class="navbar navbar-expand-lg navbar-dark d-none d-lg-block fixed-top" style="z-index: 2000;">
<div class="container-fluid">
<!-- Navbar brand -->
<a class="navbar-brand nav-link" href="./index.html">
<strong>Información de España</strong>
</a>
<button class="navbar-toggler" type="button" data-mdb-collapse-init data-mdb-target="#navbarExample01"
aria-controls="navbarExample01" aria-expanded="false" aria-label="Toggle navigation">
<i class="fas fa-bars"></i>
</button>
<div class="collapse navbar-collapse" id="navbarExample01">
<ul class="navbar-nav me-auto mb-2 mb-lg-0 d-flex flex-row">
<li class="nav-item active">
<a class="nav-link" href="./index.html">Página Principal</a>
</li>
<li class="nav-item">
<a class="nav-link h-50-page" href='./las-artes-visuales.html'>Las Artes Visuales</a>
</li>
<li class="nav-item">
<a class="nav-link h-50-page" href='./arquitectura.html'>Arquitectura</a>
</li>
</ul>
</div>
</div>
</nav>
<!-- Navbar -->
<!-- Carousel wrapper -->
<div id="introCarousel" class="carousel slide carousel-fade shadow-2-strong" data-mdb-carousel-init
data-mdb-ride="carousel">
<!-- Indicators -->
<div class="carousel-indicators">
<li data-mdb-target="#introCarousel" data-mdb-slide-to="0" class="active"></li>
<li data-mdb-target="#introCarousel" data-mdb-slide-to="1"></li>
<li data-mdb-target="#introCarousel" data-mdb-slide-to="2"></li>
</div>
<!-- Inner -->
<div class="carousel-inner">
<!-- Single item -->
<div class="carousel-item active" data-mdb-data-mdb-interval="2000">
<div class="mask" style="background-color: rgba(0, 0, 0, 0.6);">
<div class="d-flex justify-content-center align-items-center h-100">
<div class="text-white text-center" data-mdb-theme="dark">
<h1 class="mb-2">Todo de España</h1>
<h5 class="mb-4">Yo elego este país porque quiero ayudar más sobre de el cultura y geografía.</h5>
<p></p>
</div>
</div>
</div>
</div>
<!-- Single item -->
<div class="carousel-item" data-mdb-data-mdb-interval="2000">
<div class="mask" style="background-color: rgba(0, 0, 0, 0.3);">
<div class="d-flex justify-content-center align-items-center h-100">
<div class="text-white text-center">
</div>
</div>
</div>
</div>
<!-- Single item -->
<div class="carousel-item" data-mdb-data-mdb-interval="2000">
<div class="mask" style="background-color: rgba(0, 0, 0, 0.3);">
<div class="d-flex justify-content-center align-items-center h-100">
<div class="text-white text-center">
</div>
</div>
</div>
</div>
</div>
<!-- Inner -->
<!-- Controls -->
<a class="carousel-control-prev" href="#introCarousel" role="button" data-mdb-slide="prev">
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
<span class="sr-only">Previous</span>
</a>
<a class="carousel-control-next" href="#introCarousel" role="button" data-mdb-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="sr-only">Next</span>
</a>
</div>
<!-- Carousel wrapper -->
</header>
<div class="load">
<img src="./assets/image1.jpg" alt="" srcset="">
<img src="./assets/image2.jpg" alt="" srcset="">
<img src="./assets/image3.jpg" alt="" srcset="">
</div>
<!--Main layout-->
<main class="mt-5">
<div class="container">
<!--Section: Content-->
<section>
<div class="row reveal reveal-right">
<div class="col-md-6 gx-5" style="margin: 0px;">
<div class="bg-image shadow-2-strong logo-img img-1" style="height: 90%;">
</div>
</div>
<div class="col-md-6 gx-5 mb-4 logo-txt">
<h4><strong>La Gente</strong></h4>
<p class="text-muted fs-22" style="font-size: 22px">
En España, hay muchas cultares. Hay Castilans, Catalonians, Basques, y muchos más. En el pasado, muchos imperio tomaron control de España, como los Romanos, y ellos dejaron una marca. [1] Muchos personas hablan Español, pero hay otras lenguas como Catalán, Gallego, y Vasco. [2]
</p>
</div>
</div>
</section>
<hr class="my-5" />
<section>
<div class="row reveal reveal-left">
<div class="col-md-6 gx-5 mb-4 logo-txt">
<h4><strong>El Clima</strong></h4>
<p class="text-muted fs-22" style="font-size: 22px">
España tiene un clima mediterráneo, que significa que es caliente en el verano y húmedo en el invierno. Hay muchas grupos de clima en España. Tambíen, hay muchas montañas en España, como los Pirineos y los Montes Cantábricos que afectan el clima y son muy frío. [3]
</p>
</div>
<div class="col-md-6 gx-5" style="margin: 0px;">
<div class="bg-image shadow-2-strong logo-img img-2" style="height: 90%;">
</div>
</div>
</div>
</section>
<hr class="my-5" />
<section>
<div class="row reveal reveal-right">
<div class="col-md-6 gx-5" style="margin: 0px;">
<div class="bg-image shadow-2-strong logo-img img-3" style="height: 90%;">
</div>
</div>
<div class="col-md-6 gx-5 mb-4 logo-txt">
<h4><strong>Ubicación Geográfica</strong></h4>
<p class="text-muted fs-22" style="font-size: 22px">
España es entre dos masas de agua: El Océano Atlántico y El Mar Mediterráneo. España es también muy alto, como 600 metros sobre el océano. Las montañas grandes en España detienen el aire de el océano. [4]
<br>
<br>
<br>
</p>
</div>
</div>
</section>
<hr class="my-5" />
<section class = "reveal reveal-up mb-4">
<div class="row">
<h4><strong> Fuentes Académicas (MLA)</strong></h4>
</div>
<div class="row">
<p style="font-family: 'Times New Roman', Times, serif;">
Rodriguez, V., Shubert, A., Carr, R., Ginés, J. V., Richardson, J. S., Koenigsberger, H. G., Harrison, R. J., Viguera, M. J., Smith, C. D., & O’Callaghan, J. F. (2025, January 12). Spain | History, Map, flag, population, currency, climate, & Facts. Encyclopedia Britannica. https://www.britannica.com/place/Spain
</p>
</div>
<div class="row">
<p style="font-family: 'Times New Roman', Times, serif;">
Sperling, K. (2023, November 21). Which languages are spoken in Spain? Babbel Magazine. https://www.babbel.com/en/magazine/which-languages-are-spoken-in-spain
</p>
</div>
<div class="row">
<p style="font-family: 'Times New Roman', Times, serif;">
WorkingAbroad. (2023, July 3). Spain Geography and Climate | WorkingAbroad. Working Abroad. https://www.workingabroad.com/travel/spain-geography-and-climate/
</p>
</div>
<div class="row">
<p style="font-family: 'Times New Roman', Times, serif;">
Geography of Spain. (n.d.). https://www.lamoncloa.gob.es/lang/en/España/historyandculture/geography/Paginas/index.aspx
</p>
</div>
</section>
</main>
<!--Main layout-->
<!--Footer-->
<footer class="bg-light text-lg-start" style="margin-top: 64px !important;">
<hr class="m-0" />
<!-- Copyright -->
<div class="text-center p-3" style="background-color: rgba(0, 0, 0, 0.2);">
Made By:
<a class="text-dark" href="https://discobots.org/">Vatsal Sharda</a>
</div>
<!-- Copyright -->
</footer>
<!--Footer-->
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/mdb-ui-kit/7.0.0/mdb.umd.min.js"></script>
</body>
</html>