diff options
author | Schanzenbach, Martin <martin.schanzenbach@aisec.fraunhofer.de> | 2019-02-24 18:23:54 +0100 |
---|---|---|
committer | Schanzenbach, Martin <martin.schanzenbach@aisec.fraunhofer.de> | 2019-02-24 18:23:54 +0100 |
commit | 8d9bb671a883204cff10ccac617f23c67c0e9729 (patch) | |
tree | 347a4d2b8da01b7ca8fdafb2d05756f1e36b050c | |
parent | cb125149029adf2aa02ac7b8e7c12a82d368720b (diff) |
try more
-rw-r--r-- | static/styles.css | 3 | ||||
-rw-r--r-- | template/team.html.j2 | 20 |
2 files changed, 13 insertions, 10 deletions
diff --git a/static/styles.css b/static/styles.css index 3e8a0a07..61be8e2c 100644 --- a/static/styles.css +++ b/static/styles.css @@ -116,6 +116,9 @@ h6.description { .profile .img-none { border: dashed 1px #eee; + color: #eee; + text-align: center; + font-size: 8em; } .img-box ul{ diff --git a/template/team.html.j2 b/template/team.html.j2 index 7d7fa5e4..c7e5c95f 100644 --- a/template/team.html.j2 +++ b/template/team.html.j2 @@ -23,7 +23,7 @@ </div> <div class="col-lg-3 col-md-3 col-sm-4 col-xs-12 profile"> <!-- <div class="col-6 col-md-4 profile"> --> - <div class="img-box img-none"> + <div class="img-box img-none fa fa-user"> <!-- was: height="240" --> <ul class="text-center"> </ul> @@ -58,7 +58,7 @@ <p></p> </div> <div class="col-lg-3 col-md-3 col-sm-4 col-12 profile"> - <div class="img-box img-none"> + <div class="img-box img-none fa fa-user"> <!-- was: height="240" --> <ul class="text-center"> </ul> @@ -68,7 +68,7 @@ <p></p> </div> <div class="col-lg-3 col-md-3 col-sm-4 col-12 profile"> - <div class="img-box img-none"> + <div class="img-box img-none fa fa-user"> <!-- was: height="240" --> <ul class="text-center"> </ul> @@ -113,7 +113,7 @@ <p></p> </div> <div class="col-lg-3 col-md-3 col-sm-4 col-12 profile"> - <div class="img-box img-none"> + <div class="img-box img-none fa fa-user"> <!-- was: height="240" --> <ul class="text-center"> </ul> @@ -123,7 +123,7 @@ <p></p> </div> <div class="col-lg-3 col-md-3 col-sm-4 col-12 profile"> - <div class="img-box img-none"> + <div class="img-box img-none fa fa-user"> <!-- was: height="240" --> <ul class="text-center"> <a href="http://my.pages.de"><li><i class="fas fa-home"></i></li></a> @@ -134,7 +134,7 @@ <p></p> </div> <div class="col-lg-3 col-md-3 col-sm-4 col-12 profile"> - <div class="img-box img-none"> + <div class="img-box img-none fa fa-user"> <!-- was: height="240" --> <ul class="text-center"> </ul> @@ -144,7 +144,7 @@ <p></p> </div> <div class="col-lg-3 col-md-3 col-sm-4 col-xs-12 profile"> - <div class="img-box img-none"> + <div class="img-box img-none fa fa-user"> <ul class="text-center"> </ul> </div> @@ -153,7 +153,7 @@ <p></p> </div> <div class="col-lg-3 col-md-3 col-sm-4 col-xs-12 profile"> - <div class="img-box img-none"> + <div class="img-box img-none fa fa-user"> <ul class="text-center"> </ul> </div> @@ -162,7 +162,7 @@ <p></p> </div> <div class="col-lg-3 col-md-3 col-sm-4 col-xs-12 profile"> - <div class="img-box img-none"> + <div class="img-box img-none fa fa-user"> <ul class="text-center"> </ul> </div> @@ -182,7 +182,7 @@ <p></p> </div> <div class="col-lg-3 col-md-3 col-sm-4 col-xs-12 profile"> - <div class="img-box img-none"> + <div class="img-box img-none fa fa-user"> <ul class="text-center"> </ul> </div> |