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>
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 %}
{% endfor %}