aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSchanzenbach, Martin <martin.schanzenbach@aisec.fraunhofer.de>2019-02-24 18:31:17 +0100
committerSchanzenbach, Martin <martin.schanzenbach@aisec.fraunhofer.de>2019-02-24 18:31:17 +0100
commita1064247ea8329c9245374d278fff5c18159373e (patch)
tree5ae2dc5d8f3f6fac8b82159ec94d0e83be7dd845
parent8d9bb671a883204cff10ccac617f23c67c0e9729 (diff)
downloadwww-a1064247ea8329c9245374d278fff5c18159373e.tar.gz
www-a1064247ea8329c9245374d278fff5c18159373e.zip
attempt fix hp link
-rw-r--r--static/styles.css5
-rw-r--r--template/team.html.j21
2 files changed, 5 insertions, 1 deletions
diff --git a/static/styles.css b/static/styles.css
index 61be8e2c..2a3a5598 100644
--- a/static/styles.css
+++ b/static/styles.css
@@ -116,8 +116,11 @@ h6.description {
116 116
117.profile .img-none { 117.profile .img-none {
118 border: dashed 1px #eee; 118 border: dashed 1px #eee;
119 color: #eee;
120 text-align: center; 119 text-align: center;
120}
121
122.profile .img-none i.fa {
123 color: #eee;
121 font-size: 8em; 124 font-size: 8em;
122} 125}
123 126
diff --git a/template/team.html.j2 b/template/team.html.j2
index c7e5c95f..900e987b 100644
--- a/template/team.html.j2
+++ b/template/team.html.j2
@@ -125,6 +125,7 @@
125 <div class="col-lg-3 col-md-3 col-sm-4 col-12 profile"> 125 <div class="col-lg-3 col-md-3 col-sm-4 col-12 profile">
126 <div class="img-box img-none fa fa-user"> 126 <div class="img-box img-none fa fa-user">
127 <!-- was: height="240" --> 127 <!-- was: height="240" -->
128 <i class="fa fa-user"></i>
128 <ul class="text-center"> 129 <ul class="text-center">
129 <a href="http://my.pages.de"><li><i class="fas fa-home"></i></li></a> 130 <a href="http://my.pages.de"><li><i class="fas fa-home"></i></li></a>
130 </ul> 131 </ul>