You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
│ ├── _entry.scss Entry point — imports all partials
101
99
│ ├── style.scss Map colours, layout, typography
@@ -119,10 +117,11 @@ Map colours are controlled via CSS custom properties defined in `src/scss/style.
119
117
120
118
### Header logo
121
119
122
-
Every page header displays **Zimbabwe's coat of arms** (`dist/img/zimbabwe_coat_of_arms.svg`). It sits inside a `<span>` alongside the page `<h1>`, linked to `index.html`. Styled in `src/scss/style.scss`:
120
+
Every page header displays **Zimbabwe's coat of arms** (`dist/img/zimbabwe_coat_of_arms.svg`). The logo sits beside the page `<h1>` in a CSS grid layout, extending alongside the description and breadcrumb. Styled in `src/scss/style.scss`:
123
121
124
-
-**Default:** 200px wide, floated left with 10px padding-right
125
-
-**Mobile (<768px):** 150px wide (responsive media query)
122
+
-**Default:** 200px wide, spans the full header height alongside title, description, and breadcrumb
123
+
-**Mobile (<600px):** 120px wide, stacks centered above the title (single-column grid)
Copy file name to clipboardExpand all lines: bulawayo.html
+4-6Lines changed: 4 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -14,13 +14,11 @@
14
14
15
15
<body>
16
16
<header>
17
-
<ahref="index.html">
18
-
<span>
19
-
<imgsrc="./dist/img/zimbabwe_coat_of_arms.svg" alt="Zimbabwe Coat of Arms">
20
-
<h1>Bulawayo Province</h1>
21
-
</span>
17
+
<ahref="index.html" class="header-link">
18
+
<imgsrc="./dist/img/zimbabwe_coat_of_arms.svg" alt="Zimbabwe Coat of Arms">
22
19
</a>
23
-
<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>
20
+
<h1>Bulawayo Province</h1>
21
+
<pclass="header-description">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>
Copy file name to clipboardExpand all lines: harare.html
+4-6Lines changed: 4 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -14,13 +14,11 @@
14
14
15
15
<body>
16
16
<header>
17
-
<ahref="index.html">
18
-
<span>
19
-
<imgsrc="./dist/img/zimbabwe_coat_of_arms.svg" alt="Zimbabwe Coat of Arms">
20
-
<h1>Harare Province</h1>
21
-
</span>
17
+
<ahref="index.html" class="header-link">
18
+
<imgsrc="./dist/img/zimbabwe_coat_of_arms.svg" alt="Zimbabwe Coat of Arms">
22
19
</a>
23
-
<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>
20
+
<h1>Harare Province</h1>
21
+
<pclass="header-description">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>
Copy file name to clipboardExpand all lines: index.html
+4-6Lines changed: 4 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -15,13 +15,11 @@
15
15
<body>
16
16
17
17
<header>
18
-
<a href="index.html">
19
-
<span>
20
-
<img src="./dist/img/zimbabwe_coat_of_arms.svg" alt="Zimbabwe Coat of Arms">
21
-
<h1>Zimbabwe National and Provincial Delimitation Maps</h1>
22
-
</span>
18
+
<a href="index.html" class="header-link">
19
+
<img src="./dist/img/zimbabwe_coat_of_arms.svg" alt="Zimbabwe Coat of Arms">
23
20
</a>
24
-
<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
+
<h1>Zimbabwe National and Provincial Delimitation Maps</h1>
22
+
<p class="header-description">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>
Copy file name to clipboardExpand all lines: manicaland.html
+4-6Lines changed: 4 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -14,13 +14,11 @@
14
14
15
15
<body>
16
16
<header>
17
-
<a href="index.html">
18
-
<span>
19
-
<img src="./dist/img/zimbabwe_coat_of_arms.svg" alt="Zimbabwe Coat of Arms">
20
-
<h1>Manicaland Province</h1>
21
-
</span>
17
+
<a href="index.html" class="header-link">
18
+
<img src="./dist/img/zimbabwe_coat_of_arms.svg" alt="Zimbabwe Coat of Arms">
22
19
</a>
23
-
<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>
20
+
<h1>Manicaland Province</h1>
21
+
<p class="header-description">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>
Copy file name to clipboardExpand all lines: mashonaland-central.html
+4-6Lines changed: 4 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -14,13 +14,11 @@
14
14
15
15
<body>
16
16
<header>
17
-
<ahref="index.html">
18
-
<span>
19
-
<imgsrc="./dist/img/zimbabwe_coat_of_arms.svg" alt="Zimbabwe Coat of Arms">
20
-
<h1>Mashonaland Central</h1>
21
-
</span>
17
+
<ahref="index.html" class="header-link">
18
+
<imgsrc="./dist/img/zimbabwe_coat_of_arms.svg" alt="Zimbabwe Coat of Arms">
22
19
</a>
23
-
<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>
20
+
<h1>Mashonaland Central</h1>
21
+
<pclass="header-description">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>
Copy file name to clipboardExpand all lines: mashonaland-east.html
+4-6Lines changed: 4 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -14,13 +14,11 @@
14
14
15
15
<body>
16
16
<header>
17
-
<ahref="index.html">
18
-
<span>
19
-
<imgsrc="./dist/img/zimbabwe_coat_of_arms.svg" alt="Zimbabwe Coat of Arms">
20
-
<h1>Mashonaland East</h1>
21
-
</span>
17
+
<ahref="index.html" class="header-link">
18
+
<imgsrc="./dist/img/zimbabwe_coat_of_arms.svg" alt="Zimbabwe Coat of Arms">
22
19
</a>
23
-
<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>
20
+
<h1>Mashonaland East</h1>
21
+
<pclass="header-description">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>
Copy file name to clipboardExpand all lines: mashonaland-west.html
+4-6Lines changed: 4 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -14,13 +14,11 @@
14
14
15
15
<body>
16
16
<header>
17
-
<a href="index.html">
18
-
<span>
19
-
<img src="./dist/img/zimbabwe_coat_of_arms.svg" alt="Zimbabwe Coat of Arms">
20
-
<h1>Mashonaland West</h1>
21
-
</span>
17
+
<a href="index.html" class="header-link">
18
+
<img src="./dist/img/zimbabwe_coat_of_arms.svg" alt="Zimbabwe Coat of Arms">
22
19
</a>
23
-
<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>
20
+
<h1>Mashonaland West</h1>
21
+
<p class="header-description">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>
0 commit comments