Skip to content

Commit 3cbfb74

Browse files
authored
Merge pull request #20 from davidhuser/disclaimer
Disclaimer
2 parents 1cdb71f + 6ac4222 commit 3cbfb74

3 files changed

Lines changed: 12 additions & 1 deletion

File tree

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,13 +87,17 @@ uv run ruff format src tests
8787

8888
## Forks
8989

90-
* DE https://b42labs.github.io/mxmap/
90+
* DE
91+
* https://b42labs.github.io/mxmap/
92+
* https://mx-map.de/
9193
* NL https://mxmap.nl/
9294
* NO https://kommune-epost-norge.netlify.app/
9395
* BE https://mxmap.be/
9496
* EU https://livenson.github.io/mxmap/
9597
* LV: https://securit.lv/mxmap
9698
* [CAmap Nordic & Baltic](https://koldex.github.io/ca-sovereignty-map/) — TLS CA sovereignty for Nordic and Baltic municipalities ([source](https://github.com/koldex/ca-sovereignty-map))
99+
* PT: https://mxmap.pt/
100+
* FR: https://mxmairies.fr/
97101
* See also the forks of this repository
98102

99103

css/shared.css

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,11 @@ body { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-
1717
cursor: default;
1818
}
1919
.header-right { display: flex; align-items: center; gap: 12px; flex-shrink: 0; }
20+
.header-disclaimer {
21+
flex: 1; text-align: center; font-size: 12px; color: #f6ed95;
22+
white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
23+
padding: 0 12px;
24+
}
2025

2126
#nav { display: flex; align-items: center; gap: 8px; position: relative; margin-left: 6px; }
2227

@@ -55,6 +60,7 @@ body { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-
5560

5661
@media (max-width: 600px) {
5762
.beta-badge { display: none; }
63+
.header-disclaimer { font-size: 10px; padding: 0 6px; }
5864
.nav-primary .header-link { font-size: 11px; padding: 2px 8px; }
5965
.nav-primary { display: none; }
6066
.nav-menu .nav-menu-mobile { display: block; }

index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ <h1 class="brand">MXmap</h1>
4747
<span class="beta-badge" title="Beta status, this website may contain errors">beta</span>
4848
<nav id="nav"></nav>
4949
</div>
50+
<span class="header-disclaimer">&#9888; This data may be out of date. A research project is ongoing to further develop such maps.</span>
5051
<div class="header-right">
5152
<button class="toggle-info" id="toggle-info" aria-expanded="true" aria-controls="info-bar">About &#9652;</button>
5253
</div>

0 commit comments

Comments
 (0)