Skip to content

Commit db525a5

Browse files
committed
update teams
1 parent f75fa74 commit db525a5

File tree

2 files changed

+11
-45
lines changed

2 files changed

+11
-45
lines changed

_layouts/profiles.liquid

Lines changed: 0 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -62,40 +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-
{% if profile.degree %}
66-
<div class="degree-name">{{ profile.degree }}</div> <!-- Degree name -->
67-
{% endif %}
68-
{% if profile.more_info %}
69-
<div class="more-info">{{ profile.more_info }}</div>
70-
{% endif %}
71-
</div>
72-
</div>
73-
{% endif %}
74-
{% endfor %}
75-
</div>
76-
77-
<!-- Alumni Header -->
78-
<h2>Alumni</h2>
79-
<div class="row">
80-
{% for profile in page.profiles %}
81-
{% if profile.type == 'alumni' %}
82-
<div class="col-md-4">
83-
<div class="shadow-box text-center">
84-
85-
{% if profile.image %}
86-
{% assign profile_image_path = profile.image | prepend: 'assets/img/' %}
87-
{% if profile.image_circular %}
88-
{% assign profile_image_class = 'img-fluid z-depth-1 rounded-circle' %}
89-
{% else %}
90-
{% assign profile_image_class = 'img-fluid z-depth-1 rounded' %}
91-
{% endif %}
92-
{% capture sizes %}(min-width: {{site.max_width}}) {{ site.max_width | minus: 30 | times: 0.3}}px, (min-width: 576px) 20vw, 50vw"{% endcapture %}
93-
{% include figure.liquid loading="eager" path=profile_image_path class=profile_image_class sizes=sizes alt=profile.image %}
94-
{% endif %}
95-
<div class="profile-name">{{ profile.name }}</div> <!-- Name at the bottom -->
96-
{% if profile.degree %}
97-
<div class="degree-name">{{ profile.degree }}</div> <!-- Degree name -->
98-
{% endif %}
9965
{% if profile.more_info %}
10066
<div class="more-info">{{ profile.more_info }}</div>
10167
{% endif %}

_pages/profiles.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ profiles:
3838
- align: left
3939
type: student
4040
name: M. Maruf
41-
degree: PhD Student
41+
<!-- degree: PhD Student -->
4242
image: prof_pic.jpg
4343
content: about/about_sepideh.md
4444
image_circular: false # crops the image to make it circular
@@ -63,7 +63,7 @@ profiles:
6363
- align: left
6464
type: student
6565
name: Medha Sawhney
66-
degree: PhD Student
66+
<!-- degree: PhD Student -->
6767
image: prof_pic.jpg
6868
content: about/about_sepideh.md
6969
image_circular: false # crops the image to make it circular
@@ -88,7 +88,7 @@ profiles:
8888
- align: left
8989
type: student
9090
name: Abhilash Neog
91-
degree: Masters Student
91+
<!-- degree: Masters Student -->
9292
image: prof_pic.jpg
9393
content: about/about_sepideh.md
9494
image_circular: false # crops the image to make it circular
@@ -114,7 +114,7 @@ profiles:
114114
- align: left
115115
type: student
116116
name: Mridul Khurana
117-
degree: Masters Student
117+
<!-- degree: Masters Student -->
118118
image: prof_pic.jpg
119119
content: about/about_sepideh.md
120120
image_circular: false # crops the image to make it circular
@@ -140,7 +140,7 @@ profiles:
140140
- align: left
141141
type: student
142142
name: Kazi Sajeed Mehrab
143-
degree: PhD Student
143+
<!-- degree: PhD Student -->
144144
image: prof_pic.jpg
145145
content: about/about_sepideh.md
146146
image_circular: false # crops the image to make it circular
@@ -166,7 +166,7 @@ profiles:
166166
- align: left
167167
type: student
168168
name: Harish Babu Manogaran
169-
degree: Masters Student
169+
<!-- degree: Masters Student -->
170170
image: prof_pic.jpg
171171
content: about/about_sepideh.md
172172
image_circular: false # crops the image to make it circular
@@ -192,7 +192,7 @@ profiles:
192192
- align: left
193193
type: student
194194
name: Amartya Dutta
195-
degree: Masters Student
195+
<!-- degree: Masters Student -->
196196
image: prof_pic.jpg
197197
content: about/about_sepideh.md
198198
image_circular: false # crops the image to make it circular
@@ -218,7 +218,7 @@ profiles:
218218
- align: left
219219
type: student
220220
name: Sepideh Fatemi
221-
degree: PhD Student
221+
<!-- degree: PhD Student -->
222222
image: prof_pic.jpg
223223
content: about/about_sepideh.md
224224
image_circular: false # crops the image to make it circular
@@ -243,7 +243,7 @@ profiles:
243243
- align: left
244244
type: student
245245
name: Aanish Pradhan
246-
degree: Masters Student
246+
<!-- degree: Masters Student -->
247247
image: prof_pic.jpg
248248
content: about/about_sepideh.md
249249
image_circular: false # crops the image to make it circular
@@ -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
@@ -389,7 +389,7 @@ profiles:
389389
<i class="fab fa-twitter-square" style="font-size: 24px;"></i>
390390
</a>
391391
</p>
392-
</div>
392+
</div> -->
393393

394394

395395

0 commit comments

Comments
 (0)