-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
47 lines (47 loc) · 1.64 KB
/
Copy pathindex.html
File metadata and controls
47 lines (47 loc) · 1.64 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>STUDENT MANAGEMENT SYSTEM - OOPS</title>
<link rel="stylesheet" href="./styles/homeNav.css">
<link rel="stylesheet" href="./styles/index.css">
</head>
<body>
<div id="navbar">
<div onclick="window.location.href='./index.html'">
<img src="https://www.masaischool.com/img/navbar/logo.svg" alt="logo">
</div>
<div>
<div>COURSES</div>
<div>FEES & ISA</div>
<div>ABOUT US</div>
<div>HIRE FROM US</div>
<div>FAQ</div>
<div>EVENTS</div>
</div>
<div>
<div onclick="window.location.href='./login.html'">LOGIN</div>
<div onclick="window.location.href='./signup.html'">SIGNUP</div>
</div>
</div>
<div id="container">
<div>
<h1>Driven by Outcomes, Fuelled by Ambitions.</h1>
<h3>Launch your dream career at 0 upfront fee.</h3>
<button>Apply Now For Free</button>
</div>
<div>
<img src="https://masai-website-images.s3.ap-south-1.amazonaws.com/stud_image_desktop_upload_793ed2b430.png" alt="">
</div>
<div>
<h3>Have a Dream Company In Mind?</h3>
<h2>Meet Some Of Our 1400+ Hiring Partners</h2>
</div>
<div>
<img src="https://masai-website-images.s3.ap-south-1.amazonaws.com/stud_image_desktop_upload_793ed2b430.png" alt="">
</div>
</div>
</body>
</html>