-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path1sm.html
More file actions
65 lines (64 loc) · 1.58 KB
/
1sm.html
File metadata and controls
65 lines (64 loc) · 1.58 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>De Skylancer Website</title>
<link rel="icon" href="html5.jpg"
type="image/x-icon">
</head>
<body>
<table>
<tr>
<th> <img src="profile.jpg" alt="My Profile Picture"></th>
<th> <h1>Faith Paul</h1>
<h3 id="typing-heading"><em>I am a <i> Cyber Security Engineer and Web Developer</i></em></h3>
<p>I am a student at <a href="https://www.kyu.ac.ke/">Kirinyaga University</a> <br>pursuing degree in Mathematics and Computer Science</p></th>
</tr>
</table>
<hr>
<h3>Learning Resources</h3>
<p>The Following are useful materials for beginners in Tech.</p>
<ul>
<li>W3schools</li>
<li>Udemy</li>
<li>Coursera</li>
<li>Power Learn Project</li>
<li> <a href="https://youtu.be/7u5F4TPcipk?list=PL1POhfq9wLLxE7sueICBC8RYI-cgVPgzA">Introduction to Html</a></li>
<hr>
<h3>Skills</h3>
<table border="1">
<tr>
<thead>
<th>Duration</th>
<th>Experience</th>
<th>Ranking</th>
</thead>
</tr>
<tr>
<tbody>
<td>2019-2023</td>
<td>Cyber Security Engineering</td>
<td>⭐⭐⭐⭐⭐</td>
</tbody>
</tr>
<tr>
<tbody>
<td>2020-2024</td>
<td>Web Development</td>
<td>⭐⭐⭐⭐</td>
</tbody>
</tr>
<tr>
<tbody>
<td>2021-to date</td>
<td>Graphic Designing</td>
<td>⭐⭐⭐⭐⭐</td>
</tbody>
</tr>
</table>
</ul>
<h3> <a href="hobby.html">MY HOBBIES</a></h3>
<h3> <a href="contacts.html">WHERE TO FIND ME</a></h3>
</body>
</html>