-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
47 lines (36 loc) · 860 Bytes
/
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
45
46
47
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Career Counselling Consultant</title>
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<body>
<header class="site-headers">
<nav>
<div class="logo">
<h1>My Counselling
</h1>
</div>
<div class="menu">
<ul>
<li class="active">Home</li>
<li>Services</li>
<li>About</li>
<li>Contact</li>
</ul>
</div>
</nav>
<section>
<div class="leftside">
<img src="images/image3.png">
</div>
<div class="rightside">
<h1>Follow Passion</h1>
<p>We assist students and other anxiety-ridden individuals in understanding the passions and career choices they have.</p>
<button class="btn">Welcome</button>
</div>
</section>
</header>
</body>
</html>