-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathskills.html
54 lines (51 loc) · 2.07 KB
/
skills.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Skills</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<head>
<h1 class="head">Look through what i can do best.</h1>
</head>
<nav>
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="about.html">About</a></li>
<li><a href="skills.html">Skills</a></li>
<li><a href="">Contacts</a></li>
<li><a href="">FAQs</a></li>
</ul>
</nav>
<div class="skills">
<h2>
<ul>
<li>Programming skills</li>
<li>Software Development skills</li>
<li>Testing and debugging skills</li>
<li>Problem-solving and analytical skills</li>
<li>Communication and teamwork skills</li>
<li>Stay up-to-date on the latest IT technologies</li>
<li>Think critically and solve problems creativel</li>
<li>Communicate effectively with both technical and non-technical audiences</li>
<li>Work independently and as part of a team</li>
<li>Set up a new computer network for a business</li>
<li>Troubleshoot a complex IT problem that is causing a business to lose money</li>
<li>Design and implement a new IT security system to protect a business from cyberattacks</li>
<li>Develop a new software application to automate a business process</li>
<li>Migrate a business's IT systems to the cloud</li>
<li>Web development</li>
<li>Database administration</li>
<li>Systems administration</li>
<li>Installing and configuring computer hardware and software</li>
<li>Providing technical support to users</li>
<li>Troubleshooting and resolving IT problems</li>
<li>Maintaining and securing computer networks</li>
<li>Designing and implementing IT solutions</li>
</ul>
</h2>
</div>
</body>
</html>