-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathskill.html
More file actions
34 lines (31 loc) · 975 Bytes
/
skill.html
File metadata and controls
34 lines (31 loc) · 975 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>
<head>
<link rel="stylesheet" href="./index.css">
</head>
<body>
<header>
<h4>Blen</h4>
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="./aboutme.html">about Me</a></li>
<li><a href="/skill.html">Skills</a></li>
<li><a href="./contact.html">Contact</a></li>
</ul>
</header>
<H1 style="color:white; align-items: center;text-align: center;font-size: 70px;">My
<span style="color: orange;"> Skills</span></H1>
<div id="sk">
<h3>python</h3>
<div><span></span></div>
<h3>website developer</h3>
<div><span></span></div>
<h3>Html</h3>
<div><span></span></div>
<h3>java script</h3>
<div><span></span></div>
<h3>coding trainer</h3>
<div><span></span></div>
</div>
</body>
</html>