diff options
author | ng0 <ng0@n0.is> | 2019-03-22 18:38:28 +0000 |
---|---|---|
committer | ng0 <ng0@n0.is> | 2019-03-22 18:38:28 +0000 |
commit | a2b03423cc7023c10965ce888d09503cec45d458 (patch) | |
tree | 57afc9192e6f18b072b489fa84f700056bd82473 | |
parent | 262cc76085e5ed91cd61e0f004c61a8baeabb875 (diff) |
team: remove comments no longer required
-rw-r--r-- | template/team.html.j2 | 18 |
1 files changed, 1 insertions, 17 deletions
diff --git a/template/team.html.j2 b/template/team.html.j2 index 96f24a68..ea9a80ce 100644 --- a/template/team.html.j2 +++ b/template/team.html.j2 @@ -9,9 +9,7 @@ <h6 class="description">The developer team working on GNUnet</h6> <div class="row pt-md"> <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"> - <!-- was: height="240" --> <img src="{{ url('static/team-images/christian-grothoff.jpg') }}" alt="Christian Grothoff" class="img-fluid"> <ul class="text-center"> <li><a href="https://grothoff.org/christian/"><i class="fas fa-home"></i></a></li> @@ -22,10 +20,8 @@ <p></p> </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"> <i class="fa fa-user"></i> - <!-- was: height="240" --> <ul class="text-center"> </ul> </div> @@ -34,9 +30,7 @@ <p></p> </div> <div class="col-lg-3 col-md-3 col-sm-4 col-12 profile"> - <!-- <div class="col-6 col-md-4 profile"> --> - <div class="img-box"> - <!-- was: height="240" --> + <div class="img-box"> <img src="{{ url('static/team-images/florian-dold.jpg') }}" alt="Florian Dold" class="img-fluid"> <ul class="text-center"> <a href="https://fdold.eu"><li><i class="fas fa-home"></i></li></a> @@ -47,9 +41,7 @@ <p></p> </div> <div class="col-lg-3 col-md-3 col-sm-4 col-12 profile"> - <!-- <div class="col-6 col-md-4 profile"> --> <div class="img-box"> - <!-- was: height="240" --> <img src="{{ url('static/team-images/jeff-burdges.jpg') }}" alt="Jeffrey Burdges" class="img-fluid"> <ul class="text-center"> </ul> @@ -61,7 +53,6 @@ <div class="col-lg-3 col-md-3 col-sm-4 col-12 profile"> <div class="img-box img-none"> <i class="fa fa-user"></i> - <!-- was: height="240" --> <ul class="text-center"> </ul> </div> @@ -72,7 +63,6 @@ <div class="col-lg-3 col-md-3 col-sm-4 col-12 profile"> <div class="img-box img-none"> <i class="fa fa-user"></i> - <!-- was: height="240" --> <ul class="text-center"> </ul> </div> @@ -82,7 +72,6 @@ </div> <div class="col-lg-3 col-md-3 col-sm-4 col-12 profile"> <div class="img-box"> - <!-- was: height="240" --> <img src="{{ url('static/team-images/schanzenbach.jpg') }}" alt="Martin Schanzenbach" class="img-fluid"> <ul class="text-center"> <a href="https://schanzen.eu"><li><i class="fas fa-home"></i></li></a> @@ -94,7 +83,6 @@ </div> <div class="col-lg-3 col-md-3 col-sm-4 col-12 profile"> <div class="img-box"> - <!-- was: height="240" --> <img src="{{ url('static/team-images/sree-harsha-totakura.jpg') }}" alt="Sree Harsha Totakura" class="img-fluid"> <ul class="text-center"> <a href="http://sreeharsha.totakura.in/"><li><i class="fas fa-home"></i></li></a> @@ -106,7 +94,6 @@ </div> <div class="col-lg-3 col-md-3 col-sm-4 col-12 profile"> <div class="img-box"> - <!-- was: height="240" --> <img src="{{ url('static/team-images/t3sserakt.jpg') }}" alt="t3sserakt" class="img-fluid"> <ul class="text-center"> </ul> @@ -118,7 +105,6 @@ <div class="col-lg-3 col-md-3 col-sm-4 col-12 profile"> <div class="img-box img-none"> <i class="fa fa-user"></i> - <!-- was: height="240" --> <ul class="text-center"> </ul> </div> @@ -128,7 +114,6 @@ </div> <div class="col-lg-3 col-md-3 col-sm-4 col-12 profile"> <div class="img-box img-none"> - <!-- was: height="240" --> <i class="fa fa-user"></i> <ul class="text-center"> <a href="http://my.pages.de"><li><i class="fas fa-home"></i></li></a> @@ -141,7 +126,6 @@ <div class="col-lg-3 col-md-3 col-sm-4 col-12 profile"> <div class="img-box img-none"> <i class="fa fa-user"></i> - <!-- was: height="240" --> <ul class="text-center"> </ul> </div> |