-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathHome.htm
40 lines (35 loc) · 1.57 KB
/
Home.htm
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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Con-wiser</title>
<link rel="stylesheet" href="home.css">
<link href="https://fonts.googleapis.com/css2?family=Poppins:wght@400;600;700;900&display=swap"
rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Ubuntu:wght@300&display=swap" rel="stylesheet">
</head>
<body>
<header>
<div class="wrapper">
<div class="logo">
<!-- <div class="loader">
<div class="outer"></div>
<div class="middle"></div>
<div class="inner"></div>
</div> -->
<img src="Logo-light.png" alt="Con-wiser Logo">
</div>
<ul class="nav-area">
<li><a href="Home.htm">Home</a></li>
<li><a href="services.htm">Services</a></li>
<li><a href="about.html">About us</a></li>
<li><a href="feedback form.html">Contact us</a></li>
</ul>
</div>
<div class="welcome-text">
<h1>
Welcome to<br><span>Con-wiser</span></h1>
<a href="services.htm">Our Services</a>
</div>
</header>
</body>
</html>