-
Notifications
You must be signed in to change notification settings - Fork 2
/
aboutUs.html
55 lines (55 loc) · 2.29 KB
/
aboutUs.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
48
49
50
51
52
53
54
55
<!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" />
<link href="style.css" rel="stylesheet" />
<title>About</title>
</head>
<body>
<header>
<!---- <img class="logo" src="https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcRbNFME-84IpYfSQkKXHVoRQRilIqUYW5GrEQ&usqp=CAU" alt="logo"/> --->
<img class="logo" src="/images/logo.webp.webp" alt="logo" />
<nav>
<ul class="nav-links">
<li><a href="/index.html">Home</a></li>
<li><a href="#">About Us</a></li>
<li><a href="#">Services</a></li>
</ul>
</nav>
</header>
<h1>About Us</h1>
<p>
We are KSK team, We provide you with advice and tips about how you are
using energy at home and save hundred's of pounds, knowledge and makes it
possible for you to see where you can make savings to avoid waste of
energy. Don't take our word for it, try it
</p>
<p>
This knowledge can help you know how much electric you are using and how
much it`s costing you.Follow our tips and advice for a quick and easy ways
to save and improve energy efficiency at your home and saving hundreds of
pounds by identifying how much energy you are are using .Our website is
here to giving you the knowledge to enable you to see where they can make
savings to avoid waste and , advice and tips about how they are using
energy and save hundred's of pounds. Don't take our word for it, try it
</p>
<p>
Follow our tips and advice for a quick and easy ways to save and improve
energy efficiency at your home and saving hundreds of pounds by
identifying how much energy you are are using .Our website is here to
giving people the knowledge to enable you to see where they can make
savings to avoid waste and , advice and tips about how they are using
energy and save hundred's of pounds. Don't take our word for it, try it
</p>
<section>
<span></span>
<img class="photo" src="" alt="" />
<span></span>
<img class="photo" src="" alt="" />
<span></span>
<img class="photo" src="" alt="" />
</section>
</body>
</html>