-
Notifications
You must be signed in to change notification settings - Fork 0
/
Interior.html
55 lines (48 loc) · 2.22 KB
/
Interior.html
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>GrowingED</title>
<link rel="stylesheet" href="styles.css">
</head>
<header>
<a href="index.html">
<img class="BackLogo" src="https://cdn.discordapp.com/attachments/745298873026740376/1155344325148938350/New_Project_3.png" alt="Logo" width="150" height="150">
</a>
</header>
<style>
body {
background-image: url('https://cdn.discordapp.com/attachments/745298873026740376/1155385260356415548/14658063_5499483.jpg'); /*Image by <a href="https://www.freepik.com/free-vector/gradient-galaxy-background_14658088.htm#query=planet%20background&position=2&from_view=keyword&track=ais">Freepik</a>*/
background-size: cover;
font-family: Arial, sans-serif;
font-size: 16px;
background-color: rgb(236, 245, 246);
margin: 0;
}
</style>
<body>
<div class="container">
<section class="services">
<h2><center>Become a Mentor!</h2>
<ul>
<li><b>Join the team!</b> Become one of our expert tutors and help mentees find their passion.</li><br>
<li><b>Tell us about yourself!</b> What are your specialities? Your knowledge and expertise will be invaluable to mentees!</li><br>
<li><b>Find passionate students now!</b> After becoming a mentor you will connected with students that are interested in your field!.</li><br><br>
</ul>
<a href="Mentor.html" class="mentor-but">Start Mentoring!</a>
</center>
</section>
<section class="services">
<h2><center>Become a Mentee!</h2>
<ul>
<li><b>Learn from experts!</b> Becoming a mentee will give you access to direct contact with experts in your specified subject!</li><br>
<li><b>Don't know your interests?</b> Take a quick interactive quiz to find your passion now!</li><br>
<li><b>Already have a passion?</b> Get connected with a mentor now!</li><br><br><br><br>
</ul>
<a href="Mentee.html" class="mentee-but">Start Learning!</a>
</center>
</section>
</div>
</body>
</html>