Skip to content
This repository has been archived by the owner on Aug 2, 2022. It is now read-only.

Commit

Permalink
Extended about section of help
Browse files Browse the repository at this point in the history
(cherry picked from commit 06c6851)
  • Loading branch information
michaelmattig committed Feb 3, 2020
1 parent 15bb867 commit 888cb7e
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 4 deletions.
5 changes: 5 additions & 0 deletions src/app/help/help.component.scss
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,8 @@ p {
.video {
width: 100%;
}

.ext {
height: 40px;
padding-right: 5px;
}
10 changes: 6 additions & 4 deletions src/app/help/help.html
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,14 @@
</mat-card-header>
<mat-card-content>
<p>
<span class="vat">Vat</span> is developed by the Database Research Group of the University of Marburg.
Head of the group is Prof. Dr. Bernhard Seeger.
<span class="vat">Vat</span> is developed by the Database Research Group of the University of Marburg (head: Prof. Bernhard
Seeger) in cooperation with the Senckenberg Biodiversity and Climate Research Centre (BiK-F) (head: Prof. Thomas Hickler).
You can contact us at <a href="mailto:vat@mathematik.uni-marburg.de" target="_blank">vat@mathematik.uni-marburg.de</a>
or visit <a href="http://dbs.mathematik.uni-marburg.de" target="_blank">dbs.mathematik.uni-marburg.de</a> for further
information.
or visit our <a href="https://github.com/umr-dbs/VAT " target="_blank">GitHub</a> for further information.
</p>
<a href="https://www.uni-marburg.de" target="_blank"><img src="assets/images/logo_umr.png" class="ext"></a>
<a href="https://dbs.mathematik.uni-marburg.de" target="_blank"> <img src="assets/images/logo_agdbs.png" class="ext"></a>
<a href="http://www.bik-f.de" target="_blank"><img src="assets/images/logo_bikf.png" class="ext"></a>
</mat-card-content>
</mat-card>

Expand Down
Binary file added src/assets/images/logo_agdbs.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/assets/images/logo_bikf.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/assets/images/logo_umr.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 888cb7e

Please sign in to comment.