-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathindex.html
36 lines (31 loc) · 1.31 KB
/
index.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Mentorship</title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/materialize/1.0.0/css/materialize.min.css">
<link rel="stylesheet" href="./landing_page//landing.css">
<link rel="shortcut icon" type="image/png" href="images/coding.png">
</head>
<body>
<main>
<div id="outerDiv">
<div id="innerDiv">
<img id="landingImage" src="./landing_page/165-1650181_mentoring-clipart-hd-png-download.png" alt="">
<div id="welcome">
<p>Welcome To</p>
<h4>Mentors & Mentees</h4>
</div>
<p id='youCan'>You can find your mentor/mentee in a matter of seconds</p>
<p><span id="lookingFor"><b>Looking for?</b></span></p>
<div id="buttons">
<a href="./home/index.html?type=mentors"><button class="btn" id="mentorBtn">Mentor</button></a>
<a href="./home/index.html?type=mentees"> <button class="btn" id="menteeBtn">Mentee</button></a>
</div>
</div>
</div>
</main>
<script src="./landing_page//landing.js"></script>
</body>
</html>