-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.html
More file actions
34 lines (32 loc) · 1000 Bytes
/
style.html
File metadata and controls
34 lines (32 loc) · 1000 Bytes
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Welcome to my Website</title>
<link rel="stylesheet" href="CSS/style.css">
</head>
<body>
<header>Linet Nyambura Muchunu</header>
<section class="introduction">
<h2>Introduction</h2>
<p>Hello,my name is Linet,a plp student undertaking a course in software develoment.</p>
</section>
<section class="skills">
<h2>Skills</h2>
<ul>
<li>Trading</li>
<li>Automation</li>
<li>Web design</li>
<li>Modelling</li>
</ul>
</section>
<footer>
<section class="contact ">
<h2>Contact information</h2>
<p>Email: linetnyambura27@gmail.com</p>
<p><a href="#linkedln">Linkedln</a>, <a href="#X">X</a></p>
</footer>
</section>
</main>
</body>
</html>