@@ -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