Skip to content

Commit 76c702e

Browse files
authored
Merge pull request astroclubiitk#47 from AbsHp/gh-pages
coordies 2017-18
2 parents 57d4adc + d9f42ad commit 76c702e

File tree

5 files changed

+71
-0
lines changed

5 files changed

+71
-0
lines changed

_team/ankit.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
---
2+
name: Ankit Bende
3+
batch: Y16 MT
4+
info: Material Science and Engg.
5+
facebook: ankit.bende.9
6+
insta: ankit.bende
7+
image_path: /assets/img/team/Ankit.jpg
8+
---

_team/pranav.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
---
2+
name: Pranav Kulkarni
3+
batch: Y15
4+
info: BT Mechanical Engg.
5+
facebook: pranavsk6497
6+
insta: pranavskulk16
7+
image_path: /assets/img/team/Pranav.jpg
8+
---

assets/img/team/Ankit.jpg

377 KB
Loading

assets/img/team/Pranav.jpg

165 KB
Loading

team.html

Lines changed: 55 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -721,3 +721,58 @@ <h6 class="card-text">{{ member.batch }} {{ member.info }}</h6>
721721
{% endif %} {% endfor %}
722722
</div>
723723
</div>
724+
725+
<h3 style="text-align: center">Ex-Coordinators (2017-18)</h3>
726+
<br />
727+
728+
<div class="container pt-6 pb-6">
729+
<div class="row pt-6 pb-6">
730+
{% for member in site.team %} {% if member.batch == "Y15" or member.batch == "Y16 MT" %}
731+
<div class="col-12 col-md-6 mb-2">
732+
<div class="card border-0">
733+
{% if member.image_path %}
734+
<img
735+
loading="lazy"
736+
alt="{{ member.name }}"
737+
class="img-fluid mb-2 card-img-top"
738+
src="{{ site.baseurl }}{{ member.image_path }}"
739+
/>
740+
{% endif %}
741+
<div class="card-body text-center" style="padding: 0px">
742+
<h4
743+
class="card-title mb-0"
744+
style="padding-bottom: 10px; margin: 10px"
745+
>
746+
{{ member.name }}
747+
</h4>
748+
<h6 class="card-text">{{ member.batch }} {{ member.info }}</h6>
749+
<ul class="list-inline text-center" style="margin: 0">
750+
<li class="list-inline-item">
751+
<a
752+
target="_blank"
753+
href="https://facebook.com/{{ member.facebook }}"
754+
title="Facebook"
755+
>
756+
<span class="fa-stack fa-lg" aria-hidden="true">
757+
<i class="fab fa-facebook fa-stack-1x"></i>
758+
</span>
759+
</a>
760+
</li>
761+
<li class="list-inline-item">
762+
<a
763+
target="_blank"
764+
href="https://instagram.com/{{ member.insta }}"
765+
title="Instagram"
766+
>
767+
<span class="fa-stack fa-lg" aria-hidden="true">
768+
<i class="fab fa-instagram fa-stack-1x"></i>
769+
</span>
770+
</a>
771+
</li>
772+
</ul>
773+
</div>
774+
</div>
775+
</div>
776+
{% endif %} {% endfor %}
777+
</div>
778+
</div>

0 commit comments

Comments
 (0)