Skip to content

Commit 6296727

Browse files
committed
Add content responsibility
1 parent b66791b commit 6296727

3 files changed

Lines changed: 8 additions & 3 deletions

File tree

dist/assets/locales/de.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,8 @@
5353
"right": "Rechts",
5454
"links": "Nützliche Links und Physikangebote:",
5555
"start": "Event-Display starten",
56-
"impressum": "Impressum"
56+
"impressum": "Impressum",
57+
"contentresponsible": "Inhaltliche Verantwortlichkeit"
5758
},
5859
"help": {
5960
"title": "Hilfe",

dist/assets/locales/en.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,8 @@
5353
"right": "Right",
5454
"links": "Useful links and physics offers:",
5555
"start": "Start Event Display",
56-
"impressum": "Legal Notice"
56+
"impressum": "Legal Notice",
57+
"contentresponsible": "Content responsibility"
5758
},
5859
"help": {
5960
"title": "Help",

index.html

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,10 @@ <h4 class="card-title">CMS Event Display</h4>
159159
</div>
160160
<div class="impressum-footer">
161161
<hr class="my-2">
162-
<p><a href="https://www.uni-hamburg.de/impressum.html" target="_blank" rel="noopener noreferrer" data-i18n="about.impressum"></a></p>
162+
<p><a
163+
href="https://www.physik.uni-hamburg.de/iexp/gruppe-haller/personen/schroeder-matthias.html"
164+
target="_blank" rel="noopener noreferrer"
165+
data-i18n="about.contentresponsible"></a> | <a href="https://www.uni-hamburg.de/impressum.html" target="_blank" rel="noopener noreferrer" data-i18n="about.impressum"></a></p>
163166
</div>
164167
</section>
165168
</main>

0 commit comments

Comments
 (0)