Skip to content

Commit b437f42

Browse files
committed
change icons to be full
1 parent 2234485 commit b437f42

File tree

8 files changed

+91
-91
lines changed

8 files changed

+91
-91
lines changed

conditional/templates/dashboard.html

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -44,11 +44,11 @@ <h5 class="email">{{username}}@csh.rit.edu</h5>
4444
<div class="panel-heading">
4545
<h3 class="panel-title">Freshman Evaluations
4646
{% if freshman['status'] == "Passed" %}
47-
<span class="pull-right"><i class="bi bi-check-circle green"></i> Passed</span>
47+
<span class="pull-right"><i class="bi bi-check-circle-fill green"></i> Passed</span>
4848
{% elif freshman['status'] == "Pending" %}
49-
<span class="pull-right"><i class="bi bi-hourglass yellow"></i> Pending</span>
49+
<span class="pull-right"><i class="bi bi-hourglass-split yellow"></i> Pending</span>
5050
{% else %}
51-
<span class="pull-right"><i class="bi bi-x-circle red"></i> Failed</span>
51+
<span class="pull-right"><i class="bi bi-x-circle-fill red"></i> Failed</span>
5252
{% endif %}
5353
</h3>
5454
</div>
@@ -63,26 +63,26 @@ <h3 class="panel-title">Freshman Evaluations
6363
<td class="title">Signatures Missed</td>
6464
<td><span class="pull-right">
6565
{% if freshman['sig_missed'] == 0 %}
66-
<i class="bi bi-check-circle green"></i> None {% else %}
67-
<i class="bi bi-x-circle red"></i> {{freshman['sig_missed']}} {% endif %}
66+
<i class="bi bi-check-circle-fill green"></i> None {% else %}
67+
<i class="bi bi-x-circle-fill red"></i> {{freshman['sig_missed']}} {% endif %}
6868
</span>
6969
</td>
7070
</tr>
7171
<tr>
7272
<td class="title">Directorship Meetings</td>
7373
<td><span class="pull-right">
7474
{% if freshman['committee_meetings'] >= 6 %}
75-
<i class="bi bi-check-circle green"></i> {% else %}
76-
<i class="bi bi-x-circle red"></i> {% endif %} {{freshman['committee_meetings']}} / 6
75+
<i class="bi bi-check-circle-fill green"></i> {% else %}
76+
<i class="bi bi-x-circle-fill red"></i> {% endif %} {{freshman['committee_meetings']}} / 6
7777
</span>
7878
</td>
7979
</tr>
8080
<tr>
8181
<td class="title">House Meetings Missed</td>
8282
<td><span class="pull-right">
8383
{% if freshman['hm_missed'] == 0 %}
84-
<i class="bi bi-check-circle green"></i> None {% else %}
85-
<i class="bi bi-x-circle red"></i> {{ freshman['hm_missed'] }} {% endif %}
84+
<i class="bi bi-check-circle-fill green"></i> None {% else %}
85+
<i class="bi bi-x-circle-fill red"></i> {{ freshman['hm_missed'] }} {% endif %}
8686
</span>
8787
</td>
8888
</tr>
@@ -111,11 +111,11 @@ <h3 class="panel-title">Freshman Evaluations
111111
<div class="panel-heading">
112112
<h3 class="panel-title">Membership Evaluations
113113
{% if spring['status'] == "Passed" %}
114-
<span class="pull-right"><i class="bi bi-check-circle green"></i> Passed</span>
114+
<span class="pull-right"><i class="bi bi-check-circle-fill green"></i> Passed</span>
115115
{% elif spring['status'] == "Failed" %}
116-
<span class="pull-right"><i class="bi bi-x-circle red"></i> Failed</span>
116+
<span class="pull-right"><i class="bi bi-x-circle-fill red"></i> Failed</span>
117117
{% elif active %}
118-
<span class="pull-right"><i class="bi bi-hourglass yellow"></i> Pending</span>
118+
<span class="pull-right"><i class="bi bi-hourglass-split yellow"></i> Pending</span>
119119
{% endif %}
120120
</h3>
121121
</div>
@@ -141,16 +141,16 @@ <h3 class="panel-title">Membership Evaluations
141141
<td class="title">Directorship Meetings</td>
142142
<td><span class="pull-right">
143143
{% if spring['committee_meetings'] >= spring['req_meetings'] %}
144-
<i class="bi bi-check-circle green"></i> {% else %}
145-
<i class="bi bi-x-circle red"></i> {% endif %} {{ spring['committee_meetings'] }} / {{ spring['req_meetings'] }}</span>
144+
<i class="bi bi-check-circle-fill green"></i> {% else %}
145+
<i class="bi bi-x-circle-fill red"></i> {% endif %} {{ spring['committee_meetings'] }} / {{ spring['req_meetings'] }}</span>
146146
</td>
147147
</tr>
148148
<tr>
149149
<td class="title">House Meetings Missed</td>
150150
<td><span class="pull-right">
151151
{% if spring['hm_missed'] == 0 %}
152-
<i class="bi bi-check-circle green"></i> None {% else %}
153-
<i class="bi bi-x-circle red"></i> {{spring['hm_missed']}}</span>
152+
<i class="bi bi-check-circle-fill green"></i> None {% else %}
153+
<i class="bi bi-x-circle-fill red"></i> {{spring['hm_missed']}}</span>
154154
{% endif %}
155155
</span>
156156
</td>
@@ -160,9 +160,9 @@ <h3 class="panel-title">Membership Evaluations
160160
<td>
161161
<span class="pull-right">
162162
{% if spring['mp_status'] == "Passed" %}
163-
<i class="bi bi-check-circle green"></i> Passed {% elif spring['mp_status'] == "Pending" %}
164-
<i class="bi bi-hourglass yellow"></i> Pending {% else %}
165-
<i class="bi bi-x-circle red"></i> None {% endif %}
163+
<i class="bi bi-check-circle-fill green"></i> Passed {% elif spring['mp_status'] == "Pending" %}
164+
<i class="bi bi-hourglass-split yellow"></i> Pending {% else %}
165+
<i class="bi bi-x-circle-fill red"></i> None {% endif %}
166166
</span>
167167
</td>
168168
</tr>
@@ -193,9 +193,9 @@ <h3 class="panel-title">Conditionals</h3>
193193
<td>{{c['description']}}</td>
194194
<td>
195195
{% if c['status'] == "Passed" %}
196-
<i style="padding-left:15px; padding-top:15px;" class="bi bi-check-circle green"></i> {% elif c['status'] == "Pending" %}
197-
<i class="bi bi-hourglass yellow"></i> <span class="mobile-hide">Pending</span> {% else %}
198-
<i class="bi bi-x-circle red"></i> <span class="mobile-hide">Failed</span> {% endif %}
196+
<i style="padding-left:15px; padding-top:15px;" class="bi bi-check-circle-fill green"></i> {% elif c['status'] == "Pending" %}
197+
<i class="bi bi-hourglass-split yellow"></i> <span class="mobile-hide">Pending</span> {% else %}
198+
<i class="bi bi-x-circle-fill red"></i> <span class="mobile-hide">Failed</span> {% endif %}
199199
</td>
200200
</tr>
201201
{% endfor %}
@@ -245,10 +245,10 @@ <h3 class="panel-title">Major Projects</h3>
245245
{% for p in major_projects %}
246246
<div class="mp-container">
247247
{% if p['status'] == "Passed" %}
248-
<div class="title"><i class="bi bi-check-circle green"></i> {{p['name']}}</div>
248+
<div class="title"><i class="bi bi-check-circle-fill green"></i> {{p['name']}}</div>
249249
{% elif p['status'] == "Pending" %}
250250
<div class="title">
251-
<i class="bi bi-hourglass yellow"></i> {{p['name']}}
251+
<i class="bi bi-hourglass-split yellow"></i> {{p['name']}}
252252
<button class="btn-xs btn-danger pull-right" data-module="majorProjectStatus" data-id="{{p['id']}}">
253253
<i class="bi bi-trash3"></i>
254254
Delete

conditional/templates/intro_eval_slideshow.html

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@ <h1 class="member-name">{{m['name']}}</h1>
1919
{% set packet_passed = m['signatures_missed'] == 0 %}
2020
<div class="item{% if packet_passed %} passed{% endif %}" >
2121
{% if packet_passed %}
22-
<i class="bi bi-check-circle passed" aria-hidden="true"></i>
22+
<i class="bi bi-check-circle-fill passed" aria-hidden="true"></i>
2323
{% else %}
24-
<i class="bi bi-x-circle" aria-hidden="true"></i>
24+
<i class="bi bi-x-circle-fill" aria-hidden="true"></i>
2525
{% endif %}
2626
<h3>{{m['signatures_missed']}}</h3>
2727
<p>Signatures Missed</p>
@@ -31,9 +31,9 @@ <h3>{{m['signatures_missed']}}</h3>
3131
{% set committee_meetings_passed = m['committee_meetings'] >= 6 %}
3232
<div class="item{% if committee_meetings_passed %} passed{% endif %}" >
3333
{% if committee_meetings_passed %}
34-
<i class="bi bi-check-circle passed" aria-hidden="true"></i>
34+
<i class="bi bi-check-circle-fill passed" aria-hidden="true"></i>
3535
{% else %}
36-
<i class="bi bi-x-circle" aria-hidden="true"></i>
36+
<i class="bi bi-x-circle-fill" aria-hidden="true"></i>
3737
{% endif %}
3838
<h3>{{m['committee_meetings']}}</h3>
3939
<p>Meetings</p>
@@ -43,9 +43,9 @@ <h3>{{m['committee_meetings']}}</h3>
4343
{% set house_meetings_passed = m['house_meetings_missed']|length == 0 %}
4444
<div class="item{% if house_meetings_passed %} passed{% endif %}">
4545
{% if house_meetings_passed %}
46-
<i class="bi bi-check-circle passed" aria-hidden="true"></i>
46+
<i class="bi bi-check-circle-fill passed" aria-hidden="true"></i>
4747
{% else %}
48-
<i class="bi bi-x-circle" aria-hidden="true"></i>
48+
<i class="bi bi-x-circle-fill" aria-hidden="true"></i>
4949
{% endif %}
5050
<h3>{{m['house_meetings_missed']|length}}</h3>
5151
<p>Absences</p>
@@ -55,9 +55,9 @@ <h3>{{m['house_meetings_missed']|length}}</h3>
5555
{% set technical_seminars_passed = m['technical_seminars']|length >= 2 %}
5656
<div class="item{% if technical_seminars_passed %} passed{% endif %}">
5757
{% if technical_seminars_passed %}
58-
<i class="bi bi-check-circle passed" aria-hidden="true"></i>
58+
<i class="bi bi-check-circle-fill passed" aria-hidden="true"></i>
5959
{% else %}
60-
<i class="bi bi-x-circle" aria-hidden="true"></i>
60+
<i class="bi bi-x-circle-fill" aria-hidden="true"></i>
6161
{% endif %}
6262
<h3>{{m['technical_seminars']|length}}</h3>
6363
<p>Seminars</p>

0 commit comments

Comments
 (0)