Porównaj commity

...

7 Commity

Autor SHA1 Wiadomość Data
Kamil Monicz 6b51f27359
Update README.md 2024-02-06 18:01:49 +01:00
Kamil Monicz b248a1351f
Merge pull request #78 from RicoElectrico/development
Add a phase-out banner.
2024-02-05 19:10:07 +01:00
RicoElectrico 8d49165467
Update web/index.html
Co-authored-by: Filip Czaplicki <github@starsep.com>
2024-02-05 19:10:07 +01:00
Michał Brzozowski ad87eeec08
Add a phase-out banner. 2024-02-05 19:10:07 +01:00
ANCMN 3cd037b7ab
Update index.html
Fix link
2024-02-05 19:10:07 +01:00
ANCMN 1898dedc9c
Update index.html
Padding fix
2024-02-05 19:10:07 +01:00
ANCMN 12df10632c
Update index.html
Added license info
2024-02-05 19:10:07 +01:00
3 zmienionych plików z 56 dodań i 8 usunięć

Wyświetl plik

@ -1,5 +1,15 @@
## Mapa defibrylatorów AED
> [!IMPORTANT]
>
> **To repozytorium zawiera starą, dłużej niewspieraną, wersję projektu.** \
> Aktualny rozwój projektu prowadzony jest w następujących repozytoriach:
>
> - https://github.com/openstreetmap-polska/openaedmap-backend
> - https://github.com/openstreetmap-polska/openaedmap-frontend
>
> Nowa strona aplikacji to [OpenAEDMap.org](https://openaedmap.org).
__English:__ _Map presenting locations of defibrillators based on OpenStreetMap data._
To repozytorium zawiera kod strony prezentujacej lokalizacje defibrylatorów AED.

Wyświetl plik

@ -17,11 +17,47 @@
opacity: 0.7 !important;
}
#map {
position: absolute;
top: 0;
bottom: 0;
width: 100%;
.notification-banner > p > a {
color: #3ec487;
}
@media (max-width: 600px) {
.notification-banner {
background-color: rgb(255, 255, 157);
width: 100%;
height: 54px;
z-index: 1000;
padding: 4px;
font-weight: bold;
text-align: center;
}
}
@media (max-width: 600px) {
#map {
position: absolute;
top: 54px;
bottom: 0;
width: 100%;
}
}
@media (min-width: 600px) {
.notification-banner {
background-color: rgb(255, 255, 157);
width: 100%;
height: 32px;
z-index: 1000;
padding: 4px;
font-weight: bold;
text-align: center;
}
}
@media (min-width: 600px) {
#map {
position: absolute;
top: 32px;
bottom: 0;
width: 100%;
}
}
.delete {

Wyświetl plik

@ -46,6 +46,9 @@
</head>
<body>
<div class="notification-banner">
<p>Korzystasz ze starej wersji aplikacji. Zapraszamy na <a href="https://openaedmap.org/pl/#map=5/51.8/19.53">OpenAEDMap.org</a>!</p>
</div>
<nav aria-label="main navigation" class="navbar is-success pl-1">
<div class="navbar-brand">
<a class="has-text-weight-light navbar-item has-text-white-ter is-size-4 is-size-5-mobile pr-1 pl-2" href="#">
@ -191,15 +194,14 @@
fill="currentColor"/>
</svg>
CSV</a>
<a class="button is-success" href="./aed_poland.ods" target="_blank" download>
<a class="button is-success mb-2" href="./aed_poland.ods" target="_blank" download>
<svg class="icon mr-2" style="width:24px;height:24px" viewBox="0 0 24 24">
<path
d="M14,2H6A2,2 0 0,0 4,4V20A2,2 0 0,0 6,22H18A2,2 0 0,0 20,20V8L14,2M15.8,20H14L12,16.6L10,20H8.2L11.1,15.5L8.2,11H10L12,14.4L14,11H15.8L12.9,15.5L15.8,20M13,9V3.5L18.5,9H13Z"
fill="currentColor"/>
</svg>
Excel</a>
<hr class="my-3">
<!-- tu wstawić legendę -->
<span class="has-text-weight-light is-size-7"><a href="https://www.openstreetmap.org/copyright" rel="noopener" target="_blank">Licencja danych</a></span>
</div>
</div>