-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: Update static information on YouTube report.
- Loading branch information
Showing
1 changed file
with
3 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,7 +9,7 @@ | |
|
||
<title>{% block title %}Dein YouTube Report{% endblock %}</title> | ||
|
||
<link rel="shortcut icon" type="image/x-icon" href="{% static 'digital_meal/img/DigitalMeal_favicon.svg' %}"> | ||
<link rel="shortcut icon" type="image/x-icon" href="{% static 'ddl/img/favicons/ddl_favicon_black.svg' %}"> | ||
|
||
{% block site_css %} | ||
<link rel="stylesheet" href="{% static 'digital_meal/css/bootstrap/bootstrap.min.css' %}"> | ||
|
@@ -28,7 +28,6 @@ | |
<div class="report-content container"> | ||
<div class="text-end row"> | ||
<div class="col"> | ||
<img alt="Digital Meal Logo" src="{% static 'digital_meal/img/DigitalMeal_Logo.svg' %}" height="70px"> | ||
<img alt="Data Donation Lab Logo" src="{% static 'digital_meal/img/ddl_logo_black.svg' %}" height="70px"> | ||
<img alt="UZH Logo" src="{% static 'digital_meal/img/UZH_logo.svg' %}" height="70px"> | ||
</div> | ||
|
@@ -334,18 +333,16 @@ <h3>Über diesen Report</h3> | |
</p> | ||
|
||
<p> | ||
<b>Digital Meal</b> und das <b>Data Donation Lab</b> sind Initiativen von Forschenden der Universität Zürich. | ||
Das <b>Data Donation Lab</b> ist eine Initiative von Forschenden der Universität Zürich. | ||
Wir legen grossen Wert auf die Sicherheit deiner Daten. In diesem Report sind grösstenteils aggregierte und vereinzelt | ||
explizite Werte integriert, die aber keinen Rückschluss auf dich als Person zulassen. | ||
</p> | ||
|
||
<p> | ||
Bei Fragen oder Inputs kannst du uns jederzeit mit einer E-Mail an <a href="mailto:[email protected]">[email protected]</a> kontaktieren | ||
oder uns direkt an unserem Scientifica-Stand ansprechen. | ||
Bei Fragen oder Inputs kannst du uns jederzeit mit einer E-Mail an <a href="mailto:[email protected]">[email protected]</a> kontaktieren. | ||
</p> | ||
|
||
<div class="text-center"> | ||
<img alt="Digital Meal Logo" src="{% static 'digital_meal/img/DigitalMeal_Logo.svg' %}" height="70px"> | ||
<img alt="Data Donation Lab Logo" src="{% static 'digital_meal/img/ddl_logo_black.svg' %}" height="70px"> | ||
<img alt="UZH Logo" src="{% static 'digital_meal/img/UZH_logo.svg' %}" height="70px"> | ||
</div> | ||
|