-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
400 lines (379 loc) · 15 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
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
<!DOCTYPE html>
<html lang="en">
<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>My Home Page</title>
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/normalize/8.0.1/normalize.min.css"
integrity="sha512-NhSC1YmyruXifcj/KFRWoC561YpHpc5Jtzgvbuzx5VozKpWvQ+4nXhPdFgmx8xqexRcpAglTj9sIBWINXa8x5w=="
crossorigin="anonymous"
referrerpolicy="no-referrer"
/>
<link rel="stylesheet" href="./css/style.css" />
<link
href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined"
rel="stylesheet"
/>
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css"
integrity="sha512-iecdLmaskl7CVkqkXNQ/ZH/XLlvWZOJyj7Yy7tcenmpD1ypASozpmT/E0iPtmFIB46ZmdtAc9eNBvH0H/ZpiBw=="
crossorigin="anonymous"
referrerpolicy="no-referrer"
/>
<link rel="icon" href="./img/ico/favicon.ico" />
</head>
<body>
<!------------------------------------header start ----------->
<div class="back-image">
<header class="header">
<div class="wrapper">
<div class="header-wrapper">
<div class="header-logo">
<a
href="https://www.glasgow.gov.uk/"
class="header-logo-link"
target="_blank"
>
<img
src="img/svg/glasgow-logo.svg"
alt="glasgow-logo"
class="header-logo-pic"
/>
</a>
</div>
<nav class="header-nav">
<ul class="header-list">
<li class="header-item">
<a href="#about" class="header-link">About</a>
</li>
<li class="header-item">
<a href="#attractions" class="header-link">Attractions</a>
</li>
<li class="header-item">
<a href="#video" class="header-link">Videos</a>
</li>
<li class="header-item">
<a href="#museums" class="header-link">Museums</a>
</li>
</ul>
</nav>
</div>
</div>
</header>
<section class="intro">
<div class="wrapper">
<h1 class="intro-title">Glasgow is the best city</h1>
<p class="intro-subtitle">
Glasgow is Scotland’s largest city, known for its rich history,
vibrant culture, and friendly people. The city is famous for its
stunning architecture, with a mix of Victorian buildings and
modern designs. Glasgow is a hub for arts and music, boasting
numerous museums, galleries, and live music venues. The city is
also home to a variety of restaurants, shops, and parks, making it
a lively and diverse place to visit or live. Whether you're
exploring the Riverside Museum, strolling through Kelvingrove
Park, or enjoying the local cuisine, Glasgow offers something for
everyone.
</p>
</div>
</section>
</div>
<!---------------------------------header end ----------------->
<main class="main">
<!------------------------------about start----------------- -->
<section class="about">
<div class="about-wrap">
<h2 id="about" class="about-title">Information about Glasgow</h2>
<div class="glasgow-cards">
<div class="card">
<div class="card-pic">
<img
src="./img/svg/velington.svg"
alt="velington"
class="card-pic-logo"
/>
</div>
<h3 class="card-title">Welcome to Glasgow</h3>
<p class="card-description card-description-history">
Welcome to Glasgow, Scotland’s largest city, full of rich
history, vibrant culture, beautiful architecture, and friendly
people. Explore and enjoy!
</p>
<a
href="https://en.wikipedia.org/wiki/Glasgow"
class="card-more"
target="_blank"
>
LEAR MORE
</a>
</div>
<div class="card">
<div class="card-pic">
<img
src="./img/castle.png"
alt="castle"
class="card-pic-logo"
/>
</div>
<h3 class="card-title">Glasgow History</h3>
<p class="card-description">
Glasgow, Scotland's evolved from a small medieval settlement
into an industrial powerhouse during the 18th and 19th
centuries. Its history is marked by shipbuilding, trade, and
vibrant cultural heritage.
</p>
<a
href="https://en.wikipedia.org/wiki/Glasgow"
class="card-more"
target="_blank"
>
LEAR MORE
</a>
</div>
<div class="card">
<div class="card-pic">
<img
src="./img/scotch.png"
alt="scotch"
class="card-pic-logo"
/>
</div>
<h3 class="card-title">Glasgow Today</h3>
<p class="card-description card-description-today">
Today, Glasgow is renowned for its world-class museums, lively
music scene, and sporting events. As a UNESCO City of Music,
it attracts global talent, while its universities and tech
sector drive innovation.
</p>
<a
href="https://www.whatsonglasgow.co.uk/events/"
class="card-more"
target="_blank"
>
LEAR MORE
</a>
</div>
</div>
</div>
</section>
<!-- --------------------palaces start ----------------------------->
<section class="places">
<div class="wrapper-full">
<h2 id="attractions" class="places-title">Glasgow attractions</h2>
<div class="places-cards">
<figure class="places-card places-card-size-lg">
<img
src="./img/celtic.jpg"
alt="celtic"
class="places-card-pic places-card-pic-lg"
/>
<figcaption class="places-card-title">
<a
class="places-card-link"
href="https://www.celticfc.com/visit-celtic-park/stadium-tours/"
target="_blank"
>Celtic Stadium</a
>
</figcaption>
</figure>
<figure class="places-card places-card-size-lg">
<img
src="./img/university.jpg"
alt="university"
class="places-card-pic places-card-pic-lg"
/>
<figcaption class="places-card-title">
<a
class="places-card-link"
href="https://www.gla.ac.uk/explore/visit/attractions/guidedtour/"
target="_blank"
>Glasgow University</a
>
</figcaption>
</figure>
<figure class="places-card places-card-size-sm">
<img
src="./img/duke.jpg"
alt="Duke"
class="places-card-pic places-card-pic-sm"
/>
<figcaption class="places-card-title">
<a
class="places-card-link"
href="https://www.glasgowlife.org.uk/museums/venues/gallery-of-modern-art-goma"
target="_blank"
>Duke statue</a
>
</figcaption>
</figure>
<figure class="places-card places-card-size-sm">
<img
src="./img/river.jpeg"
alt="Clyde River"
class="places-card-pic places-card-pic-sm"
/>
<figcaption class="places-card-title">
<a
class="places-card-link"
href="https://en.wikipedia.org/wiki/River_Clyde"
target="_blank"
>Clyde River</a
>
</figcaption>
</figure>
<figure class="places-card places-card-size-sm">
<img
src="./img/cran.webp"
alt="Finnieston Crane"
class="places-card-pic places-card-pic-sm"
/>
<figcaption class="places-card-title">
<a
class="places-card-link"
href="https://bigcranco.co.uk/"
target="_blank"
>Finnieston Crane</a
>
</figcaption>
</figure>
</div>
</div>
</section>
<!-- -------------------------museum start ------------->
<div id="museums" class="museums">
<div class="wrapper-full">
<div class="museums-tour">
<div class="museum-pic">
<img
src="./img/art_museum.JPG"
alt="art museum"
class="museum-card"
/>
</div>
<div class="museum-info">
<h3 class="museum-title">Kelvingrove Art Gallery & Museum</h3>
<p class="museum-desc">
Kelvingrove Art Gallery and Museum is one of Scotland's most
popular free attractions and features 22 themed,
state-of-the-art galleries displaying an astonishing 8000
objects. The collections at Kelvingrove are extensive,
wide-ranging and internationally significant.
</p>
<a
href="https://en.wikipedia.org/wiki/Kelvingrove_Art_Gallery_and_Museum"
class="museum-more card-more"
target="_blank"
>LEARN MORE</a
>
</div>
</div>
<div class="museums-tour">
<div class="museum-info">
<h3 class="museum-title">Riverside Museum</h3>
<p class="museum-desc">
Riverside Museum is Glasgow's award-winning transport and
technology museum. With over 3,000 objects on display there's
everything from skateboards to locomotives, paintings to
prams, and cars to a Stormtrooper.
</p>
<a
href="https://www.glasgowlife.org.uk/museums/venues/riverside-museum"
class="museum-more card-more"
target="_blank"
>LEARN MORE</a
>
</div>
<div class="museum-pic">
<img
src="./img/riverside_museum.jpg"
alt="art museum"
class="museum-card"
/>
</div>
</div>
</div>
</div>
<!-- -----------------------------videos section---------------------->
<div id="video" class="videos">
<div class="videos-wrapper">
<div class="video-item"></div>
<iframe
class="video-element"
src="https://www.youtube.com/embed/c__OqEE04Yg"
title="Introducing Glasgow"
frameborder="0"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share"
referrerpolicy="strict-origin-when-cross-origin"
allowfullscreen
></iframe>
</div>
</div>
</main>
<!-- ---------------------------footer section --------------->
<footer class="footer">
<div class="wrapper-full">
<div class="footer-wrap">
<div class="footer-git footer-text">
<a
class="footer-link"
href="https://github.com/DenS116"
target="_blank"
>
<i class="fa-brands fa-github"></i> DenS116
</a>
</div>
<div class="footer-rs">
<a
class="footer-text"
href="list-style-type: none;"
target="_blank"
>Code Your Future</a
>
</div>
<div class="footer-icons">
<ul class="footer-icon">
<li class="footer-item">
<a
class="footer-link"
href="https://www.instagram.com/"
target="_blank"
><i class="fa-brands fa-instagram fa-2xl"></i
></a>
</li>
<li class="footer-item">
<a
class="footer-link"
href="https://www.facebook.com/"
target="_blank"
><i class="fa-brands fa-facebook fa-2xl"></i
></a>
</li>
<li class="footer-item">
<a
class="footer-link"
href="https://twitter.com/"
target="_blank"
><i class="fa-brands fa-twitter fa-2xl"></i
></a>
</li>
<li class="footer-item">
<a
class="footer-link"
href="https://www.pinterest.co.uk/"
target="_blank"
><i class="fa-brands fa-pinterest fa-2xl"></i
></a>
</li>
</ul>
</div>
</div>
</div>
</footer>
</body>
</html>
</html>