File tree Expand file tree Collapse file tree 2 files changed +3
-29
lines changed Expand file tree Collapse file tree 2 files changed +3
-29
lines changed Original file line number Diff line number Diff line change @@ -62,7 +62,6 @@ layout: page
62
62
{% include figure .liquid loading ="eager" path =profile_image_path class =profile_image_class sizes =sizes alt =profile .image %}
63
63
{% endif %}
64
64
<div class =" profile-name" >{{ profile .name }}</div > <!-- Name at the bottom -->
65
- <div class =" profile-degree" >{{ profile .degree }}</div > <!-- Name at the bottom -->
66
65
{% if profile .more_info %}
67
66
<div class =" more-info" >{{ profile .more_info }}</div >
68
67
{% endif %}
@@ -72,32 +71,7 @@ layout: page
72
71
{% endfor %}
73
72
74
73
75
- <!-- Alumni Header -->
76
- <h2 >Alumni</h2 >
77
- <div class =" row" >
78
- {% for profile in page .profiles %}
79
- {% if profile .type == 'alumni' %}
80
- <div class =" col-md-4" >
81
- <div class =" shadow-box text-center" >
82
- {% if profile .image %}
83
- {% assign profile_image_path = profile .image | prepend: 'assets/img/' %}
84
- {% if profile .image_circular %}
85
- {% assign profile_image_class = 'img-fluid z-depth-1 rounded-circle' %}
86
- {% else %}
87
- {% assign profile_image_class = 'img-fluid z-depth-1 rounded' %}
88
- {% endif %}
89
- {% capture sizes %}(min-width: {{site .max_width }}) {{ site .max_width | minus: 30 | times: 0.3 }}px, (min-width: 576px) 20vw, 50vw"{% endcapture %}
90
- {% include figure .liquid loading ="eager" path =profile_image_path class =profile_image_class sizes =sizes alt =profile .image %}
91
- {% endif %}
92
- <div class =" profile-name" >{{ profile .name }}</div > <!-- Name at the bottom -->
93
- <div class =" profile-degree" >{{ profile .degree }}</div > <!-- Name at the bottom -->
94
- {% if profile .more_info %}
95
- <div class =" more-info" >{{ profile .more_info }}</div >
96
- {% endif %}
97
- </div >
98
- </div >
99
- {% endif %}
100
- {% endfor %}
74
+
101
75
102
76
</div >
103
77
Original file line number Diff line number Diff line change @@ -266,7 +266,7 @@ profiles:
266
266
</div>
267
267
268
268
269
- - align : left
269
+ <!-- - align : left
270
270
type : alumni
271
271
name : Arka Daw
272
272
degree : PhD Student
@@ -391,7 +391,7 @@ profiles:
391
391
</p>
392
392
</div>
393
393
394
-
394
+ -->
395
395
396
396
397
397
---
You can’t perform that action at this time.
0 commit comments