-
Notifications
You must be signed in to change notification settings - Fork 47
Expand file tree
/
Copy pathmentorship.html
More file actions
83 lines (79 loc) · 4.66 KB
/
mentorship.html
File metadata and controls
83 lines (79 loc) · 4.66 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
---
layout: default
body_class: page page-mentorship
title: Mentorship Programme
image: /assets/images/default-seo-thumbnail.png
intro: |
Mentorship is a fantastic way to get support for your personal growth and career development. Mentorship relationships can be rewarding to both people, personally and professionally. It's an opportunity to develop communication skills, expand your viewpoints, and consider new ways of approaching situations. And both partners can advance their careers in the process.
---
<div class="container">
{% include page-intro.html %}
<div class="content-constrained text-center pt-2 pb-6">
<h4 id="mentorship_email">Got Questions?</h4>
<p>Get in touch with our team by email: <strong><a href="mailto:mentorship@womencodingcommunity.com" target="_blank">mentorship@womencodingcommunity.com</a></strong></p>
</div>
</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-2026-long-term-announcement.png" alt="WCC 2026 Mentorship Programme banner">
</div>
<div class="card-body col-12 col-md-5" id="2026-cycle">
<h2 class="card-title">Long-Term Registrations Now Open!</h2>
<li>Application Period: <span class="font-weight-bold"> 16th March - 30th March</span></li>
<li>Mentoring Cycle Starts: <span class="font-weight-bold"> April</span> </li>
<li>Monthly Ad-Hoc Registrations: <span class="font-weight-bold">May onwards</span> </li>
<br>
<a href="https://mentorship.womencodingcommunity.com/mentorship/mentee-registration" class="btn btn-primary">Apply Now!</a>
</div>
<!-- <div class="card-body col-12 col-md-5" id="2025-cycle">
<h2 class="card-title">2025 Cycle Now Closed for both Long-Term and Ad-Hoc Registrations!</h2>
<p>Ad-Hoc Registrations: <span class="font-weight-bold">First 10 days of every month</span> </p>
<p><a href="https://www.womencodingcommunity.com/mentorship-adhoc-timeline" class="btn btn-primary">Ad-Hoc Timeline</a></p>
<br>
<p>Long-Term Registrations are now <span class="font-weight-bold">closed</span> for 2025.</p>
</div> -->
<!-- <div class="card-body col-12" id="2025-cycle">
<h2 class="card-title text-center">2025 Cycle Now Closed for both Long-Term and Ad-Hoc Registrations!</h2>
</div> -->
</div>
</div>
</div>
</div>
<div class="container featured-content pt-0">
<section class="row mentors-cta">
<div class="row-content col-12">
<div class="card-deck">
<div class="card card-m">
<div class="card-body align-items-baseline">
<h2 class="card-title">Become a Mentor</h2>
<p>You should apply to be a <b>mentor</b> if you:</p>
<ol>
<li>Want to extend your professional network</li>
<li>Want to contribute to the community</li>
<li>You are ready to share expertise</li>
<li>You want to get a new perspective and learn from your mentees</li>
</ol>
<a href="https://docs.google.com/forms/d/e/1FAIpQLSdtf7-upMp1m5kJ4MSpexS-UwGJHhACEW-yPoEQoROHi4kVcg/viewform" target="_blank" class='btn btn-primary'>Join as a mentor</a>
</div>
</div>
<div class="card card-m">
<div class="card-body align-items-baseline">
<h2 class="card-title">Become a Mentee</h2>
<p>You should apply to be a <b>mentee</b> if you:</p>
<ol>
<li>Want to start a career in tech</li>
<li>Want to find a better job</li>
<li>Want to be promoted at work</li>
<li>Want to apply for a leadership position</li>
<li>Need support in advancing your career</li>
</ol>
<a href="/mentors" class="btn btn-primary">Check our mentors</a>
</div>
</div>
</div>
</div>
</section>
</div>