Skip to content

Commit d4c16df

Browse files
committed
Rearrange Folder Structure
1 parent 2686fba commit d4c16df

25 files changed

Lines changed: 194 additions & 198 deletions

bulawayo.html

Lines changed: 17 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,21 @@
77
<meta name="viewport" content="width=device-width, initial-scale=1.0">
88
<title>Bulawayo</title>
99
<link rel="preconnect" href="https://fonts.googleapis.com">
10-
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
11-
<link href="https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap" rel="stylesheet">
12-
<link rel="stylesheet" href="css/style.css">
13-
<link rel="stylesheet" href="css/icons-map.css">
10+
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
11+
<link href="https://fonts.googleapis.com/css2?family=Pliant:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap" rel="stylesheet">
12+
<link rel="stylesheet" href="./dist/css/app.css">
1413
</head>
1514

1615
<body>
17-
<div class="map-container">
16+
<header>
17+
<a href="index.html">
18+
<h1>Zimbabwe National and Provincial Delimitation Maps</h1>
19+
</a>
20+
<h3>Provinces are constituent political entities of Zimbabwe. Zimbabwe currently has ten provinces, two of which are cities with provincial status. Zimbabwe is a unitary state, and its provinces exercise only the powers that the central government chooses to delegate.</h3>
21+
<!-- Bread Crumb -->
22+
</header>
23+
24+
<main class="map-container">
1825
<svg id="Bulawayo" class="svg" x="0px" y="0px" viewBox="0 0 1683.8 1190.2">
1926
<polyline id="Pumula" data-tippy-content="Pumula" class="outline" points="669,760.8 675,763.9 676.3,764 677,764.8 678,764.7 678.8,765.2 679.9,766.6
2027
680.8,768.2 683.7,769.4 685.3,768.6 685.8,769.3 686.5,770.6 690.5,774.7 691.6,776.5 693.6,777.1 694.4,777.5 695.5,776.8
@@ -221,11 +228,11 @@
221228
<div class="icon-refresh"></div>
222229
</span>
223230
</div>
224-
</div>
231+
</main>
225232

226-
<script src='js/popper.min.js'></script>
227-
<script src='js/tippy.min.js'></script>
228-
<script src='js/svg-pan-zoom.min.js'></script>
229-
<script src="js/script.js"></script>
233+
<script src='./dist/js/popper.min.js'></script>
234+
<script src='./dist/js/tippy.min.js'></script>
235+
<script src='./dist/js/svg-pan-zoom.min.js'></script>
236+
<script src="./dist/js/script.js"></script>
230237
</body>
231238
</html>

font/Icon List Source.txt

Lines changed: 0 additions & 4 deletions
This file was deleted.

font/interactive-map.eot

-6.17 KB
Binary file not shown.

font/interactive-map.svg

Lines changed: 0 additions & 16 deletions
This file was deleted.

font/interactive-map.ttf

-5.98 KB
Binary file not shown.

font/interactive-map.woff

-3.41 KB
Binary file not shown.

font/interactive-map.woff2

-2.75 KB
Binary file not shown.

harare.html

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -7,18 +7,17 @@
77
<meta name="viewport" content="width=device-width, initial-scale=1.0">
88
<title>Harare</title>
99
<link rel="preconnect" href="https://fonts.googleapis.com">
10-
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
11-
<link href="https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap" rel="stylesheet">
12-
<link rel="stylesheet" href="css/style.css">
13-
<link rel="stylesheet" href="css/icons-map.css">
10+
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
11+
<link href="https://fonts.googleapis.com/css2?family=Pliant:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap" rel="stylesheet">
12+
<link rel="stylesheet" href="./dist/css/app.css">
1413
</head>
1514

1615
<body>
1716
<header>
1817
<a href="index.html">
19-
<h1>Zimbabwe Provincial Map</h1>
18+
<h1>Zimbabwe National and Provincial Delimitation Maps</h1>
2019
</a>
21-
<p>Provinces are constituent political entities of Zimbabwe. Zimbabwe currently has ten provinces, two of which are cities with provincial status. Zimbabwe is a unitary state, and its provinces exercise only the powers that the central government chooses to delegate.</p>
20+
<h3>Provinces are constituent political entities of Zimbabwe. Zimbabwe currently has ten provinces, two of which are cities with provincial status. Zimbabwe is a unitary state, and its provinces exercise only the powers that the central government chooses to delegate.</h3>
2221
<!-- Bread Crumb -->
2322
</header>
2423

@@ -1123,9 +1122,9 @@ <h1>Zimbabwe Provincial Map</h1>
11231122
</div>
11241123
</main>
11251124

1126-
<script src='js/popper.min.js'></script>
1127-
<script src='js/tippy.min.js'></script>
1128-
<script src='js/svg-pan-zoom.min.js'></script>
1129-
<script src="js/script.js"></script>
1125+
<script src='./dist/js/popper.min.js'></script>
1126+
<script src='./dist/js/tippy.min.js'></script>
1127+
<script src='./dist/js/svg-pan-zoom.min.js'></script>
1128+
<script src="./dist/js/script.js"></script>
11301129
</body>
11311130
</html>

index.html

Lines changed: 10 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -5,21 +5,20 @@
55
<meta charset="UTF-8">
66
<meta http-equiv="X-UA-Compatible" content="IE=edge">
77
<meta name="viewport" content="width=device-width, initial-scale=1.0">
8-
<title>Zimbabwe Provincial Map</title>
8+
<title>Zimbabwe National and Provincial Delimitation Maps</title>
99
<link rel="preconnect" href="https://fonts.googleapis.com">
10-
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
11-
<link href="https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap" rel="stylesheet">
12-
<link rel="stylesheet" href="css/style.css">
13-
<link rel="stylesheet" href="css/icons-map.css">
10+
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
11+
<link href="https://fonts.googleapis.com/css2?family=Pliant:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap" rel="stylesheet">
12+
<link rel="stylesheet" href="./dist/css/app.css">
1413
</head>
1514

1615
<body>
1716

1817
<header>
1918
<a href="index.html">
20-
<h1>Zimbabwe Provincial Map</h1>
19+
<h1>Zimbabwe National and Provincial Delimitation Maps</h1>
2120
</a>
22-
<p>Provinces are constituent political entities of Zimbabwe. Zimbabwe currently has ten provinces, two of which are cities with provincial status. Zimbabwe is a unitary state, and its provinces exercise only the powers that the central government chooses to delegate.</p>
21+
<h3>Provinces are constituent political entities of Zimbabwe. Zimbabwe currently has ten provinces, two of which are cities with provincial status. Zimbabwe is a unitary state, and its provinces exercise only the powers that the central government chooses to delegate.</h3>
2322
</header>
2423

2524
<main class="map-container">
@@ -9750,10 +9749,10 @@ <h1>Zimbabwe Provincial Map</h1>
97509749
</div>
97519750
</main>
97529751

9753-
<script src='js/popper.min.js'></script>
9754-
<script src='js/tippy.min.js'></script>
9755-
<script src='js/svg-pan-zoom.min.js'></script>
9756-
<script src="js/script.js"></script>
9752+
<script src='./dist/js/popper.min.js'></script>
9753+
<script src='./dist/js/tippy.min.js'></script>
9754+
<script src='./dist/js/svg-pan-zoom.min.js'></script>
9755+
<script src="./dist/js/script.js"></script>
97579756
</body>
97589757

97599758
</html>

js/popper.min.js

Lines changed: 0 additions & 5 deletions
This file was deleted.

0 commit comments

Comments
 (0)