Skip to content

Commit 788bbd9

Browse files
committed
Favicon
1 parent 1af7e82 commit 788bbd9

File tree

8 files changed

+11
-5
lines changed

8 files changed

+11
-5
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Dashboard zur Visualisierung des Mietpreisindexes der Stadt Bern
1+
# Dashboard Entwicklung Wohnungsmietpreise der Stadt Bern
22

33
## Technische Umsetzung
44
Das Dashboard wurde mithilfe des [Static Site Generators](https://en.wikipedia.org/wiki/Static_site_generator) «[11ty](https://11ty.dev)» und der Visualisierungsprogrammbibliothek «[Apache ECharts](https://echarts.apache.org/)» erstellt.

docs/assets/img/favicon.png

710 Bytes
Loading

docs/assets/img/favicon.svg

Lines changed: 2 additions & 0 deletions
Loading

docs/index.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,13 @@
99
<meta name="description" content="Dashboard zur Visualisierung der Wohnungsmietpreise in der Stadt Bern.">
1010
<meta name="dc.created" content="2024-05-20">
1111
<meta name="dc.modified" content="2024-05-26">
12-
1312
<meta property="og:type" content="website">
1413
<meta property="og:title" content="Dashboard Wohnungsmietpreise Stadt Bern">
1514
<meta property="og:url" content="https://giodi.github.io/wmp-vis">
1615
<meta property="og:image" content="https://giodi.github.io/wmp-vis/assets/img/preview.png">
1716
<meta property="og:description" content="Das Dashboard zeigt die Entwicklung der Wohnungsmietpreise der Stadt Bern seit 2013.">
17+
<link rel="icon" type="image/svg+xml" href="/assets/img/favicon.svg">
18+
<link rel="icon" type="image/png" href="/assets/img/favicon.png">
1819
<title>Dashboard Wohnungsmietpreise in der Stadt Bern</title>
1920
<style>
2021

@@ -314,7 +315,7 @@ <h3>Daten</h3>
314315
</p>
315316
<h3>Open Source-Bibliotheken</h3>
316317
<p>
317-
Das Dashboard wurde unter Beihilfe von <a href="https://www.11ty.dev/">11ty</a> (<a href="https://github.com/11ty/eleventy?tab=MIT-1-ov-file#readme">MIT-Lizenz</a>) und <a href="https://echarts.apache.org/">Apache ECharts</a> (<a href="https://github.com/apache/echarts?tab=Apache-2.0-1-ov-file#readme">Apache-2.0 Lizenz</a>) realisiert. Als Schriftfamilie wird «<a href="https://rsms.me/inter/">Inter</a>» (<a href="https://raw.githubusercontent.com/rsms/inter/v4.0/LICENSE.txt">SIL Open Font License 1.1</a>) verwendet. Der Programmquellcode des Dashboards ist im <a href="https://github.com/giodi/wmp-vis">Git-Repository</a> einsehbar.
318+
Das Dashboard wurde unter Beihilfe von <a href="https://www.11ty.dev/">11ty</a> (<a href="https://github.com/11ty/eleventy?tab=MIT-1-ov-file#readme">MIT-Lizenz</a>) und <a href="https://echarts.apache.org/">Apache ECharts</a> (<a href="https://github.com/apache/echarts?tab=Apache-2.0-1-ov-file#readme">Apache-2.0 Lizenz</a>) realisiert. Als Schriftfamilie wird «<a href="https://rsms.me/inter/">Inter</a>» (<a href="https://raw.githubusercontent.com/rsms/inter/v4.0/LICENSE.txt">SIL Open Font License 1.1</a>) verwendet. Icons stammen von <a href="https://fontawesome.com/">Font Awesome</a>. Der Programmquellcode des Dashboards ist im <a href="https://github.com/giodi/wmp-vis">Git-Repository</a> einsehbar.
318319
</p>
319320
<p class="footnote">Zuletzt aktualisiert am 26.05.2024</p>
320321
<button class="close" popovertarget="impressum" popovertargetaction="hide">

src/_includes/base.njk

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,13 @@
99
<meta name="description" content="Dashboard zur Visualisierung der Wohnungsmietpreise in der Stadt Bern.">
1010
<meta name="dc.created" content="2024-05-20">
1111
<meta name="dc.modified" content="{% datenow %}">
12-
1312
<meta property="og:type" content="website">
1413
<meta property="og:title" content="Dashboard Wohnungsmietpreise Stadt Bern">
1514
<meta property="og:url" content="https://giodi.github.io/wmp-vis">
1615
<meta property="og:image" content="https://giodi.github.io/wmp-vis/assets/img/preview.png">
1716
<meta property="og:description" content="Das Dashboard zeigt die Entwicklung der Wohnungsmietpreise der Stadt Bern seit 2013.">
17+
<link rel="icon" type="image/svg+xml" href="/assets/img/favicon.svg">
18+
<link rel="icon" type="image/png" href="/assets/img/favicon.png">
1819
<title>Dashboard Wohnungsmietpreise in der Stadt Bern</title>
1920
<style>
2021
{% set css %}

src/assets/img/favicon.png

710 Bytes
Loading

src/assets/img/favicon.svg

Lines changed: 2 additions & 0 deletions
Loading

src/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ <h3>Daten</h3>
9999
</p>
100100
<h3>Open Source-Bibliotheken</h3>
101101
<p>
102-
Das Dashboard wurde unter Beihilfe von <a href="https://www.11ty.dev/">11ty</a> (<a href="https://github.com/11ty/eleventy?tab=MIT-1-ov-file#readme">MIT-Lizenz</a>) und <a href="https://echarts.apache.org/">Apache ECharts</a> (<a href="https://github.com/apache/echarts?tab=Apache-2.0-1-ov-file#readme">Apache-2.0 Lizenz</a>) realisiert. Als Schriftfamilie wird «<a href="https://rsms.me/inter/">Inter</a>» (<a href="https://raw.githubusercontent.com/rsms/inter/v4.0/LICENSE.txt">SIL Open Font License 1.1</a>) verwendet. Der Programmquellcode des Dashboards ist im <a href="https://github.com/giodi/wmp-vis">Git-Repository</a> einsehbar.
102+
Das Dashboard wurde unter Beihilfe von <a href="https://www.11ty.dev/">11ty</a> (<a href="https://github.com/11ty/eleventy?tab=MIT-1-ov-file#readme">MIT-Lizenz</a>) und <a href="https://echarts.apache.org/">Apache ECharts</a> (<a href="https://github.com/apache/echarts?tab=Apache-2.0-1-ov-file#readme">Apache-2.0 Lizenz</a>) realisiert. Als Schriftfamilie wird «<a href="https://rsms.me/inter/">Inter</a>» (<a href="https://raw.githubusercontent.com/rsms/inter/v4.0/LICENSE.txt">SIL Open Font License 1.1</a>) verwendet. Icons stammen von <a href="https://fontawesome.com/">Font Awesome</a>. Der Programmquellcode des Dashboards ist im <a href="https://github.com/giodi/wmp-vis">Git-Repository</a> einsehbar.
103103
</p>
104104
<p class="footnote">Zuletzt aktualisiert am {% datenow "dd.mm.YYYY" %}</p>
105105
<button class="close" popovertarget="impressum" popovertargetaction="hide">

0 commit comments

Comments
 (0)