From 736c6d91e09d89e1a937116fcdc3bf46ad09db91 Mon Sep 17 00:00:00 2001
From: Abraham Raji <avronr@tuta.io>
Date: Wed, 23 Sep 2020 04:01:53 +0530
Subject: [PATCH] Added HTML for applying as mentor instead

---
 learners.html | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/learners.html b/learners.html
index 4d1f7dd..64acbaa 100644
--- a/learners.html
+++ b/learners.html
@@ -68,6 +68,10 @@
                         <li>Willingness to use GNU/Linux</li>
                         <li>Communicate with mentors using Free Software tools</li>
                     </ul>
+                    <div class="deco-box">
+                        <p>Do you want to apply as Mentor instead?</p>
+                        <button><a href='mentors.html'>Apply As Mentor</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 learner</h2>
             <div class="reg_form">
-- 
GitLab