Skip to content

Commit 2408fbf

Browse files
committed
Current Students
1 parent 6c36fe2 commit 2408fbf

File tree

2 files changed

+3
-29
lines changed

2 files changed

+3
-29
lines changed

_layouts/profiles.liquid

Lines changed: 1 addition & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,6 @@ layout: page
6262
{% include figure.liquid loading="eager" path=profile_image_path class=profile_image_class sizes=sizes alt=profile.image %}
6363
{% endif %}
6464
<div class="profile-name">{{ profile.name }}</div> <!-- Name at the bottom -->
65-
<div class="profile-degree">{{ profile.degree }}</div> <!-- Name at the bottom -->
6665
{% if profile.more_info %}
6766
<div class="more-info">{{ profile.more_info }}</div>
6867
{% endif %}
@@ -72,32 +71,7 @@ layout: page
7271
{% endfor %}
7372

7473

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+
10175

10276
</div>
10377

_pages/profiles.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,7 @@ profiles:
266266
</div>
267267

268268

269-
- align: left
269+
<!-- - align: left
270270
type: alumni
271271
name: Arka Daw
272272
degree: PhD Student
@@ -391,7 +391,7 @@ profiles:
391391
</p>
392392
</div>
393393

394-
394+
-->
395395

396396

397397
---

0 commit comments

Comments
 (0)