Skip to content

Commit a928563

Browse files
committed
feat: add Women in Tech Special event and registration page
1 parent 44bb278 commit a928563

3 files changed

Lines changed: 189 additions & 82 deletions

File tree

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
---
2+
layout: event
3+
title: "Women in Tech Special | Data & AI Forum"
4+
date: 2026-05-02
5+
time: 11:00am - 02:00pm
6+
location: 43 Workspace, Bengaluru
7+
address: 232 - 1st floor, 9th Main, 1st Block, Kalyana Nagar, Bangalore 560043.
8+
category: meetup
9+
type: free
10+
partners: Data + AI Academy & 43 Workspace
11+
mode: In-Person
12+
description: "Join us for the second edition of the Data & AI Forum: Women in Tech Special, focusing on data engineering in practice."
13+
event_space_link: /events/2026-05-women-in-tech-special/confirmation/
14+
link: "https://www.meetup.com/data-ai-forum/events/314376671/?utm_medium=referral&utm_campaign=announce_event&utm_source=link&utm_version=v2&member_id=479159682"
15+
map_link: https://share.google/3lsGJWPJbFgyz6G0u
16+
---
17+
18+
<div class="about">
19+
Join us for the second edition of the Data & AI Forum. This time, we are bringing a Women in Tech Special to the stage, focusing on data engineering in practice.
20+
21+
<br><br>
22+
We are moving past the AI hype to discuss how massive data platforms and real world pipelines actually run in production. Led by women building in the data ecosystem, this session is designed for developers, architects and anyone looking to understand the mechanics of modern data systems. (And yes, this event is open to everyone!)
23+
24+
<br><br>
25+
<b>What to expect:</b> Technical discussions on Data Foundations, ML Engineering, and Platform Systems. A great chance to network with practitioners and students building in the field.
26+
</div>
27+
28+
### Schedule
29+
30+
| Name | Speaker | Start Time | End Time | Presentation | Recording |
31+
| ---- | ------- | ---------- | -------- | ------------ | --------- |
32+
| TBA | TBA | 11:00 AM | 02:00 PM | | |
33+
34+
### Agenda
35+
36+
- Yet to be decided
37+
38+
### Speakers
39+
40+
- TBA

_layouts/talks.html

Lines changed: 86 additions & 82 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
<!-- <div class="reveal">
77
<div class="slides"> -->
8-
<!-- <section class="section-top">
8+
<!-- <section class="section-top">
99
<div class="section-intro-container row mx-0">
1010
<div class="section-content col-lg-6 p-0 col-12">
1111
<div class="intro-content py-2">{{ content }}</div>
@@ -17,118 +17,122 @@
1717
</div>
1818
</div>
1919
</section> -->
20-
<!-- </div>
20+
<!-- </div>
2121
</div> -->
2222

2323

2424
<section class="horizontal-talks">
2525
<div class="container pb-md-6">
26-
26+
2727
<div class="talks-container">
2828
<div class="past-events-card mt-1">
29-
<h4 >Past Events</h4>
29+
<h4>Past Events</h4>
3030
</div>
3131
{% for event in site.events reversed %}
3232
{% assign event_date_str = event.date | date: "%Y-%m-%d" %}
3333
{% assign current_date_str = site.time | date: "%Y-%m-%d" %}
34-
{% if event_date_str < current_date_str and event.talks %}
35-
36-
<!-- <div class="talks-title-section">
37-
<h2 class="talks-section-title">{{event.title}}</h2>
38-
</div> -->
39-
<div class="talks-grid border-md-bottom ">
40-
{% for talk in event.talks%}
41-
<div class="talk-card">
42-
<div class=" mx-0 talk-top-position">
43-
<iframe class="talk-video" width="364" height="315" src="https://www.youtube.com/embed/{{talk.video}}?color=white" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
34+
{% if event_date_str < current_date_str and event.talks %} <!-- <div class="talks-title-section">
35+
<h2 class="talks-section-title">{{event.title}}</h2>
36+
</div> -->
37+
<div class="talks-grid border-md-bottom ">
38+
{% for talk in event.talks%}
39+
<div class="talk-card">
40+
<div class=" mx-0 talk-top-position">
41+
<iframe class="talk-video" width="364" height="315"
42+
src="https://www.youtube.com/embed/{{talk.video}}?color=white" title="YouTube video player"
43+
frameborder="0"
44+
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share"
45+
referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
46+
</div>
47+
<div class="talk-item">
48+
<div class="talk-item-list">
49+
<div class="talk-speaker">
50+
<h6 class="speaker">{{talk.speaker}}</h6>
4451
</div>
45-
<div class="talk-item">
46-
<div class="talk-item-list">
47-
<div class="talk-speaker">
48-
<h6 class="speaker">{{talk.speaker}}</h6>
49-
</div>
50-
<div class=" d-flex p-0 align-items-center">
51-
<h5 class="m-0 py-1 talk-card-title ">{{talk.title}}</h5>
52-
</div>
53-
54-
<!-- <p class="talk-summary">{{talk.summary}}</p> -->
55-
</div>
56-
<!-- <hr> -->
57-
<div class="talk-slide">
58-
{% if talk.slide %}
59-
<a target="_blank" {%if talk.slide%} href="{{talk.slide}}" {% endif %} class="talk-slide-btn">Download Slides</a>
60-
{% endif %}
61-
<a href="{{event.url}}" class="talk-view-more">View More</a>
62-
</div>
52+
<div class=" d-flex p-0 align-items-center">
53+
<h5 class="m-0 py-1 talk-card-title ">{{talk.title}}</h5>
6354
</div>
55+
56+
<!-- <p class="talk-summary">{{talk.summary}}</p> -->
57+
</div>
58+
<!-- <hr> -->
59+
<div class="talk-slide">
60+
{% if talk.slide %}
61+
<a target="_blank" {%if talk.slide%} href="{{talk.slide}}" {% endif %}
62+
class="talk-slide-btn">Download Slides</a>
63+
{% endif %}
64+
<a href="{{event.url}}" class="talk-view-more">View More</a>
6465
</div>
65-
{% endfor %}
6666
</div>
67-
{% endif %}
67+
</div>
6868
{% endfor %}
69+
</div>
70+
{% endif %}
71+
{% endfor %}
6972
</div>
7073
<div class="events-container">
7174
{% assign upcoming_events_found = false %}
72-
75+
7376
<!-- Check for upcoming events before the title -->
7477
{% for event in site.events %}
75-
{% assign event_date_str = event.date | date: "%Y-%m-%d" %}
76-
{% assign current_date_str = site.time | date: "%Y-%m-%d" %}
77-
{% if event_date_str >= current_date_str %}
78-
{% assign upcoming_events_found = true %}
79-
{% break %}
80-
{% endif %}
78+
{% assign event_date_str = event.date | date: "%Y-%m-%d" %}
79+
{% assign current_date_str = site.time | date: "%Y-%m-%d" %}
80+
{% if event_date_str >= current_date_str %}
81+
{% assign upcoming_events_found = true %}
82+
{% break %}
83+
{% endif %}
8184
{% endfor %}
82-
85+
8386
<!-- Display the title if there are upcoming events -->
8487
{% if upcoming_events_found %}
8588
<div class="upcoming-events-card mt-1">
86-
<h4 >Upcoming Events</h4>
87-
</div>
89+
<h4>Upcoming Events</h4>
90+
</div>
8891
{% endif %}
89-
90-
92+
93+
9194
{% for event in site.events %}
92-
{% assign event_date_str = event.date | date: "%Y-%m-%d" %}
93-
{% assign current_date_str = site.time | date: "%Y-%m-%d" %}
94-
{% if event_date_str >= current_date_str %}
95-
<!-- <div class="talks-title-section">
95+
{% assign event_date_str = event.date | date: "%Y-%m-%d" %}
96+
{% assign current_date_str = site.time | date: "%Y-%m-%d" %}
97+
{% if event_date_str >= current_date_str %}
98+
<!-- <div class="talks-title-section">
9699
<h2 class="talks-section-title">{{event.title}}</h2>
97100
</div> -->
98-
<div class="event-grid border-md-bottom ">
99-
<div class="event-card">
100-
<div class=" mx-0 event-top-position">
101-
{% if event.banner %}
102-
<img src="{{event.banner}}" alt="{{event.title}}">
103-
{% else %}
104-
<h5 class=" event-card-title ">{{event.title}}</h5>
105-
{% endif %}
101+
<div class="event-grid border-md-bottom ">
102+
<div class="event-card">
103+
<div class=" mx-0 event-top-position">
104+
{% if event.banner %}
105+
<img src="{{event.banner}}" alt="{{event.title}}">
106+
{% else %}
107+
<h5 class=" event-card-title ">{{event.title}}</h5>
108+
{% endif %}
109+
</div>
110+
<div class="event-item">
111+
<div class="event-item-list">
112+
<div class="row mx-0 align-items-center event-items-grid">
113+
<div class="col-2 p-0"><img class="event-icons p-0" src="/images/event/location.png"
114+
alt="location icon"></div>
115+
<p class="m-0 col-10 p-0">{{event.address}}</p>
106116
</div>
107-
<div class="event-item">
108-
<div class="event-item-list">
109-
<div class="row mx-0 align-items-center event-items-grid">
110-
<div class="col-2 p-0"><img class="event-icons p-0" src="/images/event/location.png"
111-
alt="location icon"></div>
112-
<p class="m-0 col-10 p-0">{{event.address}}</p>
113-
</div>
114-
<div class="row mx-0 align-items-center event-items-grid">
115-
<div class="col-2 p-0"><img class="event-icons p-0" src="/images/event/calendar.png"
116-
alt="calender icon"></div>
117-
<p class="m-0 col-10 p-0 text-capitalize">{{ event.date | date: '%B' | upcase }} {{ event.date | date: '%d'}}, {{ event.date | date: '%Y' | upcase }}</p>
118-
</div>
119-
120-
<!-- <p class="talk-summary">{{talk.summary}}</p> -->
121-
</div>
122-
<!-- <hr> -->
123-
<div class="event-cta">
124-
125-
<a href="{{event.url}}" class="event-view-more">View More</a>
126-
</div>
117+
<div class="row mx-0 align-items-center event-items-grid">
118+
<div class="col-2 p-0"><img class="event-icons p-0" src="/images/event/calendar.png"
119+
alt="calender icon"></div>
120+
<p class="m-0 col-10 p-0 text-capitalize">{{ event.date | date: '%B' | upcase }} {{
121+
event.date | date: '%d'}}, {{ event.date | date: '%Y' | upcase }}</p>
127122
</div>
123+
124+
<!-- <p class="talk-summary">{{talk.summary}}</p> -->
125+
</div>
126+
<!-- <hr> -->
127+
<div class="event-cta">
128+
129+
<a href="{{event.url}}" class="event-view-more">View More</a>
128130
</div>
129131
</div>
130-
{% endif %}
131-
{% endfor %}
132+
</div>
133+
</div>
134+
{% endif %}
135+
{% endfor %}
136+
</div>
132137
</div>
133-
</div>
134-
</div>
138+
</div>
Lines changed: 63 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,63 @@
1+
---
2+
title: "Women in Tech Special | Data & AI Forum"
3+
layout: page
4+
permalink: /events/2026-05-women-in-tech-special/confirmation/
5+
---
6+
7+
<style>
8+
/* Center the layout column */
9+
.row.justify-content-start {
10+
justify-content: center !important;
11+
}
12+
13+
/* Give the content box a dark background and center the text */
14+
.service-single {
15+
background-color: #121212 !important;
16+
text-align: center;
17+
border-radius: 8px;
18+
padding: 2rem;
19+
}
20+
21+
/* Ensure title and paragraph are a readable light color */
22+
.service-single .title {
23+
color: #ffffff !important;
24+
font-size: 6rem !important;
25+
margin-bottom: 3rem !important;
26+
}
27+
.service-single .content p {
28+
color: #e0e0e0 !important;
29+
font-size: 2rem !important;
30+
font-weight: 400 !important;
31+
max-width: 900px;
32+
margin: 0 auto;
33+
line-height: 1.6;
34+
}
35+
36+
/* Make the container slightly wider to prevent text cramping */
37+
@media (min-width: 768px) {
38+
.container .row .col-md-8 {
39+
flex: 0 0 90%;
40+
max-width: 90%;
41+
}
42+
}
43+
44+
/* Mobile font sizes */
45+
@media (max-width: 767px) {
46+
.service-single .title {
47+
font-size: 2.5rem !important;
48+
margin-bottom: 1.5rem !important;
49+
}
50+
.service-single .content p {
51+
font-size: 1.2rem !important;
52+
}
53+
.service-single {
54+
padding: 1rem;
55+
}
56+
}
57+
</style>
58+
59+
Join us for the second edition of the Data & AI Forum: Women in Tech Special, focusing on data engineering in practice.
60+
61+
<br>
62+
<br>
63+
<iframe src="https://docs.google.com/forms/d/e/1FAIpQLSdlm6zIxUwfP7ZNofH6ohFUOKrxbR-PtRf6x8Ps6YkOD_KS3Q/viewform?embedded=true" style="width: 100%; max-width: 100%; height: 1500px; border: none; overflow: hidden;" frameborder="0" marginheight="0" marginwidth="0">Women in Tech Special | Data & AI Forum</iframe>

0 commit comments

Comments
 (0)