Skip to content

Commit

Permalink
Merge pull request Women-Coding-Community#85 from lilyndk/add-homepag…
Browse files Browse the repository at this point in the history
…e-check-mentors-cta

Add 'Check our mentors' CTA to homepage
  • Loading branch information
dricazenck authored Apr 25, 2024
2 parents a5ea566 + 81fc3d1 commit 03b56ab
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -36,13 +36,17 @@ <h2>Opportunities & Programmes</h2>
</div>

<div class="row justify-content-center support">
<div class="col-12 col-md-6 text-center py-6">
<h2>Meet Our Dedicated Mentors</h2>
<p>Ready to advance in tech? Explore our diverse mentors who are here to guide and support you on your journey.</p>
<a href="/mentors" class="btn btn-primary">Check our mentors</a>
</div>
</div>

<div class="row justify-content-center support bg-purple">
<div class="col-12 col-md-6 text-center py-6">
<h2>Experiencing technical issues?</h2>
<div class="text-center">
<p>
<a href="https://github.com/WomenCodingCommunity/WomenCodingCommunity.github.io/issues/new?template=bug_report.md&title=bug title" target="_blank" class="btn btn-primary">Send us a report</a>
</p>
</div>
<a href="https://github.com/WomenCodingCommunity/WomenCodingCommunity.github.io/issues/new?template=bug_report.md&title=bug title" target="_blank" class="btn btn-primary">Send us a report</a>
</div>
</div>
</div>
Expand Down

0 comments on commit 03b56ab

Please sign in to comment.