Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 19 additions & 1 deletion _data/announcement.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,22 @@
alt: event image banner
link:
path: /events
title: Join now
title: Join now

- title: |
Mentorship Programme 2025 Coming Soon!
description: |
We are excited to announce that the Mentorship Programme 2025 will be launching on 8th March, 2025 on International Women's Day! <br/>
<strong>Key Dates:</strong><br/>
<li>Long-Term Registrations Open: 8th March </li>
<li>Applications Close: 31st March </li>
<li>Mentoring Cycle Starts: 14th April </li>
<li>Monthly Ad-Hoc Registrations: May onwards </li>
date: MARCH 8, 2025
expiration: "20250401"
image:
path: "/assets/images/announcements/mentorship-2025-launch.png"
alt: "Mentorship 2025 Launch banner"
link:
path: "/mentorship#2025-cycle"
title: Learn More
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
22 changes: 22 additions & 0 deletions mentorship.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,28 @@
<div class="container">
{% include page-intro.html %}
</div>

<div class="container mission partner">
<div class="row featured-content">
<div class="row-content col-12">
<div class="card-mission card card-l card-horizontal">
<div class="card-media banner col-12 col-md-7">
<img src="./assets/images/announcements/mentorship-2025-launch.png" alt="WCC 2025 Mentorship Programme launch banner">
</div>
<div class="card-body col-12 col-md-5" id="2025-cycle">
<h2 class="card-title">2025 Cycle Opens Soon!</h2>
<li>Long-Term Registrations Open: <span class="font-weight-bold">8th March</span></li>
<li>Applications Close: <span class="font-weight-bold">31st March</span></li>
<li>Mentoring Cycle Starts: <span class="font-weight-bold">14th April</span> </li>
<li>Monthly Ad-Hoc Registrations: <span class="font-weight-bold">May onwards</span> </li>
<br>
<a href="https://womencodingcommunity.slack.com/archives/C070RN4KNJC" class="btn btn-primary">Join the community</a>
</div>
</div>
</div>
</div>
</div>

<div class="container featured-content pt-0">
<section class="row mentors-cta">
<div class="row-content col-12">
Expand Down