-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbulgaria.html
56 lines (48 loc) · 2.4 KB
/
bulgaria.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="styles.css">
<!-- Add a specific country name to the title -->
<title>License Plates of Bulgaria</title>
<script async src="https://eu.umami.is/script.js" data-website-id="8ad25aff-b977-489c-aa1b-b8e860fce9eb"></script>
</head>
<body>
<div class="container">
<div class="menu">
<button class="menu-btn">Menu</button>
<div class="menu-content">
<ul>
<li><a href="index.html">Country Index</a></li>
<li><a href="bulgaria.html">Page 1</a></li>
</ul>
</div>
</div>
<body>
<div class="container">
<h1>License Plates of<br>Bulgaria (BG)</h1>
<p align="center">Photographed in The Netherlands</p>
<div class="license-plates" id="license-plates-container">
<img src="bulgaria/E 7065 HA.jpg" alt="E 7065 HA" class="images">
<img src="bulgaria/E 7065 HA C.jpg" alt="E 7065 HA" class="images" width="800px">
<p>Normal Series. E = Blagoevgrad Oblast.</p>
<img src="bulgaria/EB 8788 ET.jpg" alt="EB 8788 ET" class="images">
<img src="bulgaria/EB 8788 ET C.jpg" alt="EB 8788 ET" class="images" width="800px">
<p>Normal Series. EB = Gabrovo Oblast.</p>
<img src="bulgaria/PB 6606 BC.jpg" alt="PB 6606 BC" class="images">
<img src="bulgaria/PB 6606 BC C.jpg" alt="PB 6606 BC" class="images" width="800px">
<p>Normal Series. PB = Plovdiv Oblast. With flag.</p>
<img src="bulgaria/PA 2977 EM.jpg" alt="PA 2977 EM" class="images">
<img src="bulgaria/PA 2977 EM C.jpg" alt="PA 2977 EM" class="images" width="800px">
<p>Trailer Series. PA = Pazardzhik Oblast. E = Trailer.</p>
<img src="bulgaria/EA 0686 AA.jpg" alt="EA 0686 AA" class="images">
<img src="bulgaria/EA 0686 AA C.jpg" alt="EA 0686 AA" class="images" width="800px">
<p>Electric Vehicle Series. Green text = Electric Vehicle. E = Electric Vehicle.</p>
</div>
</div>
<p align="center"><a href="index.html">Country Index</a></p>
</div>
<script src="scripts.js"></script>
</body>
</html>