-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathone.html
88 lines (86 loc) · 2.39 KB
/
one.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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
<!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" />
<title>Icheku Wisdom portfolio</title>
<link rel="stylesheet" href="style.css" />
</head>
<body>
<h1>ICHEKU WISDOM</h1>
<nav>
<ul>
<li><a href="#about">ABOUT</a></li>
<li><a href="#skills">SKILLS</a></li>
<li><a href="#">PROJECTS</a></li>
<li><a href="#contact">CONTACT</a></li>
</ul>
</nav>
<div id="pic">
<div id="hello">
<p>Hello!</p>
<p>I am Icheku Wisdom. I am a Frontend Developer</p>
<p><button>Download CV</button> <button>Contat Info</button></p>
</div>
<input
class="img"
type="image"
src="image/30859f13b92cb4842d66b0c2a050cef5.jpg"
/>
</div>
<div id="abt">
<div id="about">
<h3>About Me</h3>
<p>
I am Icheku wisdom, I am a tech enthusiast. I've always loved solving
problems and issues using the brain instead of strenght.
</p>
<p>
I started learning the foundation of frontend development (HTML and
CSS) during the month of June in the year 2023. Ever since then, I've
been learning to be a better problem solver, and also improving my
skills
</p>
</div>
<div id="skills">
<h3>Skills/Experience</h3>
<ul>
<li>
HTML <br />
Experienced
</li>
<li>
CSS <br />
Experienced
</li>
<li>
Javascript <br />
Basic Level (Not for long)
</li>
</ul>
</div>
</div>
<div id="projects"></div>
<div id="contact">
<h3>Contact Information</h3>
<p>
<input type="image" src="image/icons8-email.gif" id="img2" />
</p>
<p>
<input type="image" src="image/icons8-linkedin-50.png" id="img2" />
linkedin link
</p>
</div>
<nav class="nav2">
<ul>
<li><a href="#">HOME</a></li>
<li><a href="#about">ABOUT</a></li>
<li><a href="#skills">SKILLS</a></li>
<li><a href="#">PROJECTS</a></li>
<li><a href="#contact">CONTACT</a></li>
</ul>
</nav>
</body>
</html>