-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
360 lines (340 loc) · 12.7 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
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Real Madrid</title>
<link
href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css"
rel="stylesheet"
integrity="sha384-1BmE4kWBq78iYhFldvKuhfTAU6auU8tT94WrHftjDbrCEXSU1oBoqyl2QvZ6jIW3"
crossorigin="anonymous"
/>
<!-- <script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/jquery.slim.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/umd/popper.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"></script> -->
<link rel="stylesheet" href="styles/home.css" />
</head>
<body>
<nav class="navbar navbar-expand-sm bg-white navbar-dark fixed-top">
<a class="navbar-brand text-black" href="index.html">Home</a>
<button
class="navbar-toggler"
type="button"
data-toggle="collapse"
data-target="#collapsibleNavbar"
>
<span class="navbar-toggler-icon bg-dark"></span>
</button>
<div class="collapse navbar-collapse" id="collapsibleNavbar">
<ul class="navbar-nav">
<li class="nav-item">
<a class="nav-link text-black" href="Pages/Flights.html">Flights</a>
</li>
<li class="nav-item">
<a class="nav-link text-black" href="Pages/Global-news.html"
>Global-news</a
>
</li>
<li class="nav-item">
<a class="nav-link text-black" href="Pages/about.html">About</a>
</li>
<li class="nav-item">
<a class="nav-link text-black" href="Pages/Investors.html"
>Investors</a
>
</li>
<li class="nav-item">
<a class="nav-link text-black" href="Pages/Team.html">Team</a>
</li>
<li class="nav-item">
<a class="nav-link text-black" href="Pages/Contact.html">Contact</a>
</li>
</ul>
<div id="firstWeather" class="nav-item"></div>
<div id="weather" class="nav-item px-3"></div>
</div>
</nav>
<div class="mt-5 d-flex justify-content-center">
<img
src="./Photos/Home/mainphoto.jpg"
class="img-fluid mt-5 align-items-center"
alt="Wild Landscape"
/>
</div>
<div class="container col-xxl-8 px-4 py-5">
<h1 class="mt-5 mt-5 text-center">Madrid news:</h1>
<div class="row flex-lg-row-reverse align-items-center g-5 py-5">
<div class="col-10 col-sm-8 col-lg-6">
<img
src="./Photos/Home/anceloti-realmadrid.jpg"
loading="lazy"
class="d-block mx-lg-auto img-fluid"
/>
</div>
<div class="col-lg-6">
<h1 class="display-5 fw-bold lh-1 mb-3 text-dark">
Ancelotti: "No acquisition needed"
</h1>
<p class="lead text-dark">
Carlo Anlotti is convinced of the existing squad and believes that
they will be able to surpass themselves this season as well. And
remember that this season the World Cup is in the winter
</p>
<div class="d-grid gap-2 d-md-flex justify-content-md-start">
<a
href="https://www.realmadrid.com/noticias/2022/07/27/ancelotti-en-la-segunda-parte-hemos-controlado-y-jugado-con-mas-intensidad"
>
<button type="button" class="btn btn-danger btn-lg px-4 me-md-2">
Read
</button>
</a>
</div>
</div>
<div class="col-lg-6">
<h1 class="display-5 fw-bold lh-1 mb-3 text-dark">A meeting stars</h1>
<p class="lead text-dark">
During training in preparation for the upcoming season, the Real
players received a surprise visit while there were in LA
</p>
<div class="d-grid gap-2 d-md-flex justify-content-md-start">
<a
href="https://www.realmadrid.com/noticias/2022/07/25/dak-prescott-y-ceedee-lamb-visitan-al-equipo-en-ucla"
>
<button type="button" class="btn btn-danger btn-lg px-4 me-md-2">
Read
</button>
</a>
</div>
</div>
<div class="col-10 col-sm-8 col-lg-6">
<img
src="./Photos/Home/realmadrid-dalasplayer.jpg"
loading="lazy"
class="d-block mx-lg-auto img-fluid"
/>
</div>
<div class="col-10 col-sm-8 col-lg-6">
<img
src="./Photos/Home/mainphoto2.jpg"
loading="lazy"
class="d-block mx-lg-auto img-fluid"
/>
</div>
<div class="col-lg-6">
<h1 class="display-5 fw-bold lh-1 mb-3 text-dark">Brazilian scent</h1>
<p class="lead text-dark">
Tobias impressed Ancelotti very much on the computer against the
Mexican team and is considering bringing him up to the seniors
</p>
<div class="d-grid gap-2 d-md-flex justify-content-md-start">
<a
href="https://www.realmadrid.com/noticias/2022/07/27/vinicius-tobias-debuta-con-el-real-madrid"
>
<button type="button" class="btn btn-danger btn-lg px-4 me-md-2">
Read
</button>
</a>
</div>
</div>
<div class="col-lg-6">
<h1 class="display-5 fw-bold lh-1 mb-3 text-dark">
We are going to go with all our desire for the European Super Cup
</h1>
<p class="lead text-dark">
"The DNA of this club always appears in important matches," he told
the official UEFA media.
</p>
<div class="d-grid gap-2 d-md-flex justify-content-md-start">
<a
href="https://www.realmadrid.com/noticias/2022/07/25/vini-jr-vamos-a-ir-con-todas-nuestras-ganas-a-por-la-supercopa-de-europa"
>
<button type="button" class="btn btn-danger btn-lg px-4 me-md-2">
Read
</button>
</a>
</div>
</div>
<div class="col-10 col-sm-8 col-lg-6">
<img
src="./Photos/Home/mainphoto3.jpg"
loading="lazy"
class="d-block mx-lg-auto img-fluid"
/>
</div>
</div>
</div>
<div id="div_KB9" class="container justify-content-center">
<div class="row justify-content-end">
<div class="col-12 mt-5">
<h3 class="text-center">Halla Madrid</h3>
</div>
<div class="card mx-3 mt-4 mb-5" style="width: 18rem">
<img
src="./Photos/Home/realmadridandmallorca.jpg"
class="card-img-top mt-2"
alt="..."
/>
<div class="card-body">
<p class="card-text">
Some quick example text to build on the card title and make up the
bulk of the card's content. Some quick example text to build on
the card title and make up the bulk of the card's content.
</p>
</div>
</div>
<div class="card mx-3 mt-4 mb-5" style="width: 18rem">
<img
src="./Photos/Home/realmadridlozzz.jpg"
class="card-img-top mt-2"
alt="..."
/>
<div class="card-body">
<p class="card-text">
Some quick example text to build on the card title and make up the
bulk of the card's content.Some quick example text to build on the
card title and make up the bulk of the card's content.
</p>
</div>
</div>
<div class="card mx-3 mt-4 mb-5" style="width: 18rem">
<img
src="./Photos/Home/realmadridbenzemalosangeles.jpg"
class="card-img-top mt-2"
alt="..."
/>
<div class="card-body">
<p class="card-text">
Some quick example text to build on the card title and make up the
bulk of the card's content.Some quick example text to build on the
card title and make up the bulk of the card's content.
</p>
</div>
</div>
</div>
</div>
<div class="" id="timerDiv"></div>
<div class="container d-flex justify-content-center">
<img
class="card-img"
src="/Photos/Home/realmadridvsfranfork.jpg"
alt=""
/>
</div>
<div class="container-fluid bg-dark mt-5">
<div class="row">
<div class="col-sm-12 col-md-4"></div>
<div class="col-sm-12 col-md-4"></div>
<div class="col-sm-12 col-md-4"></div>
</div>
<div class="row">
<div class="col-sm-12 col-md-4"></div>
<div class="col-sm-12 col-md-4"></div>
<div class="col-sm-12 col-md-4"></div>
</div>
<div class="row">
<div class="col-sm-12 col-md-4"></div>
<div class="col-sm-12 col-md-4"></div>
<div class="col-sm-12 col-md-4"></div>
</div>
</div>
<footer class="text-center text-lg-start bg-light text-muted mb-0">
<section
class="d-flex justify-content-center justify-content-lg-between p-4 border-bottom"
>
<div class="me-5 d-none d-lg-block">
<span>Get connected with us on social networks:</span>
</div>
<div>
<a href="" class="me-4 text-reset">
<i class="fab fa-facebook-f"></i>
</a>
<a href="" class="me-4 text-reset">
<i class="fab fa-twitter"></i>
</a>
<a href="" class="me-4 text-reset">
<i class="fab fa-google"></i>
</a>
<a href="" class="me-4 text-reset">
<i class="fab fa-instagram"></i>
</a>
<a href="" class="me-4 text-reset">
<i class="fab fa-linkedin"></i>
</a>
<a href="" class="me-4 text-reset">
<i class="fab fa-github"></i>
</a>
</div>
</section>
<section class="">
<div class="container text-center text-md-start mt-5">
<div class="row mt-3">
<div class="col-md-3 col-lg-4 col-xl-3 mx-auto mb-4">
<h6 class="text-uppercase fw-bold mb-4">
<i class="fas fa-gem me-3"></i>Real Madrid
</h6>
<p>
Here you can use rows and columns to organize your footer
content. Lorem ipsum dolor sit amet, consectetur adipisicing
elit.
</p>
</div>
<div class="col-md-3 col-lg-2 col-xl-2 mx-auto mb-4">
<h6 class="text-uppercase fw-bold mb-4">Useful links</h6>
<p>
<a
href="https://www.facebook.com/lior.dawit.5"
class="text-reset"
>Facebook</a
>
</p>
<p>
<a href="https://github.com/Dawitlior" class="text-reset"
>Githube</a
>
</p>
<p>
<a
href="https://www.linkedin.com/in/lior-dawit-07464b236/"
class="text-reset"
>Linkdin</a
>
</p>
</div>
<!-- Grid column -->
<!-- Grid column -->
<div class="col-md-4 col-lg-3 col-xl-3 mx-auto mb-md-0 mb-4">
<!-- Links -->
<h6 class="text-uppercase fw-bold mb-4">Contact</h6>
<p><i class="fas fa-home me-3"></i> New York, NY 10012, US</p>
<p>
<i class="fas fa-envelope me-3"></i>
</p>
<p><i class="fas fa-phone me-3"></i>054-265-3154</p>
<p><i class="fas fa-print me-3"></i> + 01 234 567 89</p>
</div>
<!-- Grid column -->
</div>
<!-- Grid row -->
</div>
</section>
<!-- Section: Links -->
<!-- Copyright -->
<div
class="text-center p-4"
style="background-color: rgba(0, 0, 0, 0.05)"
>
© 2021 Copyright:
<a class="text-reset fw-bold" href="https://mdbootstrap.com/"
>SeniorDawit.com</a
>
</div>
</footer>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/jquery.slim.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/umd/popper.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"></script>
<script src="Javascript/main.js"></script>
</body>
</html>