Skip to content

Latest commit

 

History

History
99 lines (90 loc) · 2.72 KB

ventures.md

File metadata and controls

99 lines (90 loc) · 2.72 KB
layout title description image redirect_from tag weight
venture
Ventures
Ventures in 2017/2018 & 2023/2024
/assets/images/pic13.jpg
/ventures/
home
3

{% assign members = site.members | sort: 'weight' %}

<style> @media screen and (min-width: 800px) { .flex-container { display: flex; flex-wrap: wrap; } .flex-item { flex: 1 0 calc(50% - 10px); box-sizing: border-box; padding: 10px; } } .kpi-container { display: flex; flex-wrap: wrap; padding: 10px; padding-bottom: 50px; gap: 40px; } .kpi-box { border: 1px solid #ccc; display: flex; align-items: center; padding-left: 20px; padding-right: 20px; padding-top: 10px; padding-bottom: 10px; } </style>

Ventures 2023-2024

Teams Registered: 52
Total Attended: 1000+
Total Faculties: 20
{% assign members = site.members | where:"status", "ventures" | where:"title", "2023 cohort" | sort: 'weight' %} {% for member in members %}

{{ member.name }}

{{ member.title }}


{{ member.biography }}

{% endfor %}

Ventures 2017-2018

{% assign members = site.members | where:"status", "ventures" | where:"title", "2017 cohort" | sort: 'weight' %} {% for member in members %}

{{ member.name }}

{{ member.title }}


{{ member.biography }}

{% endfor %}