-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
44 lines (41 loc) · 1.55 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
37
38
39
40
41
42
43
44
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="style.css">
<title>CodeHelp Landing Page</title>
</head>
<body>
<div class="main">
<div class="nav-bar">
<div class="nav-logo">
<img src="./image/codeHelp.png" alt="Logo">
</div>
<div class="nav-content">
<a href="#"><p>About</p></a>
<a href="#"><p>Course</p></a>
<a href="#"><p>Lab</p></a>
<a href="#"><p>Contect</p></a>
</div>
<div class="nav-button">
<a href="#"><button>DashBoard</button></a>
<a href="#"><button class="login">Login</button></a>
</div>
</div>
<div class="content">
<div class="content-right">
<h2><span>Learn</span> With Love</h2>
<span class="para">The Ultimate Guide To Ace SDE Interviews.</span>
<div class="content-button">
<a href="#"><button class="course">View Courses</button></a>
<a href="#"><button class="login">Watch Videos</button></a>
</div>
</div>
<div class="content-left">
<img src="./cod.png" alt="">
</div>
</div>
</div>
</body>
</html>