From 8b21d558e745ed8b91de0f13ee014f3bedfbba2d Mon Sep 17 00:00:00 2001 From: Abraham Raji <avronr@tuta.io> Date: Wed, 23 Sep 2020 04:04:53 +0530 Subject: [PATCH] Added HTML for applying as learner instead --- mentors.html | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/mentors.html b/mentors.html index edfc080..c8b9893 100644 --- a/mentors.html +++ b/mentors.html @@ -72,6 +72,10 @@ <li>Connect learners to the larger free software community</li> <li>Communicate with learners using Free Software tools</li> </ul> + <div class="deco-box"> + <p>Do you want to apply as Learner instead?</p> + <button><a href='learners.html'>Apply As Learner</a></button> + </div> </div> <h2 class="medium-heading" style="text-align:center;margin-bottom:20px">Please fill out the form below to join as a mentor</h2> <div class="reg_form"> -- GitLab