diff --git a/app/frontend/static/assets/css/crafty.css b/app/frontend/static/assets/css/crafty.css index 3f97a525..b75ea086 100644 --- a/app/frontend/static/assets/css/crafty.css +++ b/app/frontend/static/assets/css/crafty.css @@ -481,6 +481,21 @@ ul>li.list-group-item i { margin: 0; } +/**************************************************************/ + +/**************************************************************/ +/* CSS for Card Displays */ +/**************************************************************/ + +.card .card-header.header-sm { + padding: 1rem 1.81rem; + height: auto; +} + +/**************************************************************/ + +/**************************************************************/ +/* CSS for ? */ /**************************************************************/ div.form-group.reset-secret { background: rgba(243, 21, 6, 0.3); diff --git a/app/frontend/templates/panel/credits.html b/app/frontend/templates/panel/credits.html index 52c36029..a8f0d5c7 100644 --- a/app/frontend/templates/panel/credits.html +++ b/app/frontend/templates/panel/credits.html @@ -23,75 +23,62 @@
-
-

 {{ translate('credits', 'developmentTeam', - data['lang']) - }}

+
+

 {{ translate('credits', 'developmentTeam', data['lang'])}}

{% for person in data['staff']['development'] %} -
-
- -
-
-
- {% if person['pic'] %} - profile image - {% else %} -
- profile image -
- {% end %} -
- -
-
-

{{ person['name'] }}

-
- -
- {% if person['loc'] %} - -

{{ person['loc'] }}

- {% end %} -
+
+
+
+
+ {% if person['pic'] %} + profile image + {% else %} +
+ profile image
+ {% end %}
- -
-
- {% if person['tags'][0] %} - {{ person['tags'][0] }} - {% end %} - {% if person['tags'][1] %} - {% if type(person['tags'][1]) is list %} - {{ person['tags'][1][0] - }} - {% else %} - {{ person['tags'][1] }} - {% end %} - {% end %} - {% if person['tags'][2] %} - {% if type(person['tags'][2]) is list %} - {{ - person['tags'][2][0] }} - {% else %} - {{ person['tags'][2] }} - {% end %} - {% end %} -
- -
- {% if person['title'] %} -
Crafty's {{ person['title'] }}
- {% end %} -

{{ person['blurb'] }}

-
+
+

{{ person['name'] }}

+
+
+ {% if person['loc'] %} +

{{ person['loc'] }}

+ {% end %} +
+
+
+
+ {% if person['tags'][0] %} + {{ person['tags'][0] }} + {% end %} + {% if person['tags'][1] %} + {% if type(person['tags'][1]) is list %} + {{ person['tags'][1][0] + }} + {% else %} + {{ person['tags'][1] }} + {% end %} + {% end %} + {% if person['tags'][2] %} + {% if type(person['tags'][2]) is list %} + {{ + person['tags'][2][0] }} + {% else %} + {{ person['tags'][2] }} + {% end %} + {% end %} +
+
+ {% if person['title'] %} +
Crafty's {{ person['title'] }}
+ {% end %} +

{{ person['blurb'] }}

-
{% end %} @@ -102,159 +89,133 @@
-
-

 {{ translate('credits', 'supportTeam', data['lang']) - }}

+
+

 {{ translate('credits', 'supportTeam', data['lang']) }}

{% for person in data['staff']['support'] %} -
-
- -
-
- -
- {% if person['pic'] %} - profile image - {% else %} -
- profile image -
- {% end %} -
- -
-
-

{{ person['name'] }}

-
- -
- {% if person['loc'] %} - -

{{ person['loc'] }}

- {% end %} -
+
+
+
+
+ {% if person['pic'] %} + profile image + {% else %} +
+ profile image
+ {% end %}
- -
-
- {% if person['tags'][0] %} - {{ person['tags'][0] }} - {% end %} - {% if person['tags'][1] %} - {% if type(person['tags'][1]) is list %} - {{ person['tags'][1][0] - }} - {% else %} - {{ person['tags'][1] }} - {% end %} - {% end %} - {% if person['tags'][2] %} - {% if type(person['tags'][2]) is list %} - {{ - person['tags'][2][0] }} - {% else %} - {{ person['tags'][2] }} - {% end %} - {% end %} -
- -
- {% if person['title'] %} -
{{ person['title'] }}
- {% end %} -

{{ person['blurb'] }}

-
+
+

{{ person['name'] }}

+
+
+ {% if person['loc'] %} +

{{ person['loc'] }}

+ {% end %} +
+
+
+
+ {% if person['tags'][0] %} + {{ person['tags'][0] }} + {% end %} + {% if person['tags'][1] %} + {% if type(person['tags'][1]) is list %} + {{ person['tags'][1][0] + }} + {% else %} + {{ person['tags'][1] }} + {% end %} + {% end %} + {% if person['tags'][2] %} + {% if type(person['tags'][2]) is list %} + {{ + person['tags'][2][0] }} + {% else %} + {{ person['tags'][2] }} + {% end %} + {% end %} +
+
+ {% if person['title'] %} +
Crafty's {{ person['title'] }}
+ {% end %} +

{{ person['blurb'] }}

-
{% end %}
-
+

-
-

 {{ translate('credits', 'retiredStaff', - data['lang']) - }}

+
+

 {{ translate('credits', 'retiredStaff', data['lang']) }}

-
{% for person in data['staff']['retired'] %} -
-
-
-
-
- {% if person['pic'] %} - profile image - {% else %} -
- profile image -
- {% end %} -
- -
-
-

{{ person['name'] }}

-
- -
- {% if person['loc'] %} - -

{{ person['loc'] }}

- {% end %} -
+
+
+
+
+ {% if person['pic'] %} + profile image + {% else %} +
+ profile image
+ {% end %}
- -
-
- {% if person['tags'][0] %} - {{ person['tags'][0] }} - {% end %} - {% if person['tags'][1] %} - {% if type(person['tags'][1]) is list %} - {{ person['tags'][1][0] - }} - {% else %} - {{ person['tags'][1] }} - {% end %} - {% end %} - {% if person['tags'][2] %} - {% if type(person['tags'][2]) is list %} - {{ - person['tags'][2][0] }} - {% else %} - {{ person['tags'][2] }} - {% end %} - {% end %} -
- -
- {% if person['title'] %} -
{{ person['title'] }}
- {% end %} -

{{ person['blurb'] }}

-
+
+

{{ person['name'] }}

+
+
+ {% if person['loc'] %} +

{{ person['loc'] }}

+ {% end %} +
+
+
+
+ {% if person['tags'][0] %} + {{ person['tags'][0] }} + {% end %} + {% if person['tags'][1] %} + {% if type(person['tags'][1]) is list %} + {{ person['tags'][1][0] + }} + {% else %} + {{ person['tags'][1] }} + {% end %} + {% end %} + {% if person['tags'][2] %} + {% if type(person['tags'][2]) is list %} + {{ + person['tags'][2][0] }} + {% else %} + {{ person['tags'][2] }} + {% end %} + {% end %} +
+
+ {% if person['title'] %} +
Crafty's {{ person['title'] }}
+ {% end %} +

{{ person['blurb'] }}

-
{% end %} -
-
+
+