Skip to content

Commit 74a0c45

Browse files
Merge pull request Women-Coding-Community#472 from goelsonali/adhoc-timeline
Add ad-hoc timeline
2 parents 0b8320d + 638a5f7 commit 74a0c45

File tree

3 files changed

+43
-3
lines changed

3 files changed

+43
-3
lines changed

_data/mentorship-timeline.yml

Lines changed: 19 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ long-term-timeline:
44
description: >
55
Mentors can apply for Mentorship throughout the year. Once a profile has been approved and published on the website, the mentor will receive a confirmation email.
66
7-
- date: "8th of March - 1st of April, 2025"
7+
- date: "8th of March - 31st of March, 2025"
88
title: "Registration for mentees is open"
99
description: >
10-
Mentees will have the opportunity to choose a mentor and apply for a long-term mentorship relationship until the 20th of March.
10+
Mentees will have the opportunity to choose a mentor and apply for a long-term mentorship relationship until the end of March.
1111
1212
- date: "8th of April, 2025"
1313
title: "WCC annual mentorship program launch"
@@ -32,4 +32,20 @@ long-term-timeline:
3232
- date: "November, 2025"
3333
title: "End of the Programme"
3434
description: >
35-
The mentor and mentee will agree on their final meeting to conclude their sessions. The Mentorship Programme Team will then hold a meeting for all mentors and mentees to wrap up the mentorship programme and discuss wins, progress, and outcomes of the programme.
35+
The mentor and mentee will agree on their final meeting to conclude their sessions. The Mentorship Programme Team will then hold a meeting for all mentors and mentees to wrap up the mentorship programme and discuss wins, progress, and outcomes of the programme.
36+
37+
ad-hoc-timeline:
38+
- title: "Application period"
39+
description: "Every month (from May to November), interested mentees will have the opportunity to apply to the one-time mentorship session program. The application opens at the beginning of each month and it is possible to apply for a mentor during the first 10 days of each month."
40+
- title: "Mentee selection"
41+
description: "Once the application period has ended, the Mentorship Programme Team will review the applications and select the mentees who will participate in the program for the month."
42+
- title: "Mentor notification"
43+
description: "The Mentorship Programme Team will send a list of selected mentees to the mentors, along with their profiles and information about their goals and expectations for the mentorship."
44+
- title: "Scheduling sessions"
45+
description: "The Mentorship Programme Team will share the mentor's Calendly link with the mentees if the mentor has provided it to the team. The team will also communicate this information via email to both the mentor and the mentee."
46+
- title: "Session preparation"
47+
description: "Before each session, mentors and mentees should prepare and plan for the meeting, setting clear goals and objectives for the session."
48+
- title: "Feedback"
49+
description: "After one-time session mentors will ask the mentee's feedback on the session and the program itself."
50+
- title: "Program evaluation"
51+
description: "Both mentor and mentee are responsible for informing the Mentorship Programme Team about the session taking place and providing feedback afterwards. At the end of the year, the Mentorship Programme Team will collect feedback from mentors and evaluate feedback from mentees to identify areas for improvement and make any necessary adjustments."

_data/navbar.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,11 @@
3939
breadcrumbs:
4040
- name: Mentorship
4141
link: mentorship
42+
- page: Ad-hoc Timeline
43+
url: mentorship-adhoc-timeline
44+
breadcrumbs:
45+
- name: Mentorship
46+
link: mentorship
4247
- name: Programmes
4348
index: 2
4449
subfolderitems:

mentorship-adhoc-timeline.html

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
---
2+
layout: default
3+
title: Ad-hoc Timeline
4+
---
5+
6+
<div class="timeline-page container">
7+
<div class="timeline-container">
8+
<ul class="timeline">
9+
{% for event in site.data.mentorship-timeline.ad-hoc-timeline %}
10+
<li class="timeline-item">
11+
<div class="timeline-content">
12+
<h4 class="timeline-title">{{ event.title }}</h4>
13+
<p class="timeline-description">{{ event.description }}</p>
14+
</div>
15+
</li>
16+
{% endfor %}
17+
</ul>
18+
</div>
19+
</div>

0 commit comments

Comments
 (0)