diff --git a/css/global.css b/css/global.css index cf76f30..9392aa6 100644 --- a/css/global.css +++ b/css/global.css @@ -183,7 +183,24 @@ input#search { #close-button img { height: 25px; } +.inputfull { + width: 100%; + padding: 10px; + background-color: transparent; + border: none; + border-bottom: 1px solid #fff; + margin-bottom: 10px; +} +.inputhalf { + width: 40%; + margin-right: 5%; + padding: 10px; + background-color: transparent; + border: none; + border-bottom: 1px solid #fff; + margin-bottom: 10px; +} .footer { background: linear-gradient(180deg, #000 0%, #1d1e20 100%); color: #fff; diff --git a/css/mentees.css b/css/mentees.css new file mode 100644 index 0000000..c42bf10 --- /dev/null +++ b/css/mentees.css @@ -0,0 +1,127 @@ +.menteesbody { + display: flex; + flex-direction: column; + justify-content: center; + font-family: mediamoure; +} +.menteesbody h1 { + font-size: 96px; + text-align: center; + margin-bottom: 40px; +} +.menteesbody p { + width: 70%; + font-size: 24px; + text-align: center; + margin: 0px auto 40px auto; +} +.menteesform { + display: flex; + flex-direction: column; +} +.switchbuttons { + display: flex; + flex-direction: row; +} +.menteesformbody { + padding: 40px; + background-image: url("/images/mentees/mentees.png"); + background-repeat: no-repeat; + display: flex; + flex-direction: column; + align-items: center; + gap: 40px; + background-size: 100%; + color: #ffffff; +} +.menteesmain { + display: flex; + flex-direction: row; + justify-content: center; + align-items: center; + width: 100%; + gap: 40px; +} +.menteesformbody h1 { + font-size: 80px; + text-align: center; + margin-bottom: 40px; +} +.menteesformbody p { + font-size: 20px; + text-align: center; + margin: 0px auto 40px auto; +} +.menteesformbodyleft { + display: flex; + flex-direction: column; + justify-content: center; + align-items: center; + width: 40%; + height: 100%; +} +.menteesformbodyright { + margin-top: 200px; +} + +.menteesbutton, +.mentorsbutton { + display: flex; + justify-content: center; + align-items: center; + width: 150px; + height: 50px; + background-color: #f2f2f2; + font-size: 20px; + font-family: mediamoure; + color: #000000; +} +.menteesbutton { + border-radius: 0px 30px 0px 0px; + border-bottom: none; + background: #1b204a; + color: #ffffff; +} +.mentorsbutton { + border-radius: 30px 30px 0px 0px; + border: 3px solid #1b204a; + border-bottom: none; +} +input { + color: #fff; +} +input::placeholder { + color: #fff; + font-family: mediamoure; +} +.submitbtn { + margin: 10px auto 10px auto; + display: flex; + justify-content: center; + padding: 17px 99px; + justify-content: center; + align-items: center; + gap: 10px; + + border-radius: 19px; + border: none; + color: #fff; + font-family: mediamoure; + font-size: 20px; + background-color: #1b204a; +} +.menteesformlogo { + width: 100%; + display: flex; + justify-content: end; +} + +@media screen and (max-width: 1000px) { + .menteesbody h1 { + font-size: 40px; + } + .menteesbody p { + width: 80%; + font-size: 18px; + } +} diff --git a/css/style.css b/css/style.css index 0349469..cdb4a8a 100644 --- a/css/style.css +++ b/css/style.css @@ -242,24 +242,7 @@ input#search { padding: 40px; } -.inputfull { - width: 100%; - padding: 10px; - background-color: transparent; - border: none; - border-bottom: 1px solid #fff; - margin-bottom: 10px; -} -.inputhalf { - width: 40%; - margin-right: 5%; - padding: 10px; - background-color: transparent; - border: none; - border-bottom: 1px solid #fff; - margin-bottom: 10px; -} .volunteerright .inputhalf { color: #fff; } @@ -408,7 +391,6 @@ input[type="radio"]:checked { .donationbtn { padding: 20px; } - } @media screen and (min-width: 1400px) { .bodymissiontext ul li { diff --git a/images/.DS_Store b/images/.DS_Store index 04e57d7..f6a3174 100644 Binary files a/images/.DS_Store and b/images/.DS_Store differ diff --git a/images/mentees/mentees.png b/images/mentees/mentees.png new file mode 100644 index 0000000..814540c Binary files /dev/null and b/images/mentees/mentees.png differ diff --git a/images/mentees/mentors.png b/images/mentees/mentors.png new file mode 100644 index 0000000..f7a7a81 Binary files /dev/null and b/images/mentees/mentors.png differ diff --git a/mentees.html b/mentees.html new file mode 100644 index 0000000..5fb905f --- /dev/null +++ b/mentees.html @@ -0,0 +1,193 @@ + + + + + + Mentees + + + + + +
+ + +
+
+
+

Join Our Mentorship Community

+

+ Ready to be part of our Mentorship Community? Apply now to become a + mentor or mentee and contribute to a culture of knowledge sharing and + growth. Together, we can build a brighter future. +

+
+
+
+

Mentees

+

Mentors

+
+
+
+
+

Mentees

+

+ Are you ready to learn, grow, and achieve your dreams? Join AD + life as a mentee and gain access to a network of experienced + mentors who are dedicated to your success. +

+

+ Whether you're a student, a budding entrepreneur, or someone + seeking personal development, our Mentorship Community is here to + support your journey. +

+
+
+
+ + + + + + + + + +
+ +
+
+
+ +
+
+ + + + +