File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -154,12 +154,12 @@ <h4 class='page-header name-header'>{{ person.name }}</h4>
154154 < h3 class ='page-header section-header '> Alumni</ h3 >
155155 <!-- do alumni now -->
156156 < div class ='row '>
157- {% assign alumni = site.people | where:'role', 'Alumni' | sort:'seniority ' %} <!-- select from the templates for alumni -->
157+ {% assign alumni = site.people | where:'role', 'Alumni' | sort:'name ' %} <!-- select from the templates for alumni -->
158158 {% for person in alumni %} <!-- iterate through the matching alumni -->
159159 < div class ="col-xs-6 col-sm-3 ">
160160 < h4 class ='page-header name-header '> {{ person.name }}</ h4 >
161161 < div class ="thumbnail ">
162- < img src ="{{site.baseurl}}/img/bio_img/{{person.photo}} " style ='height :100%; width :200px; object-fit: cover; '/>
162+ < img src ="{{site.baseurl}}/img/bio_img/{{person.photo}} " style ='width :100%; height :200px; object-fit: cover; '/>
163163 </ div >
164164 {% if person.website %}
165165 < a href ="{{person.website}} "> Website</ a > |
You can’t perform that action at this time.
0 commit comments