-
Notifications
You must be signed in to change notification settings - Fork 0
/
skills2.html
95 lines (81 loc) · 3.8 KB
/
skills2.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
89
90
91
92
93
94
95
<!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="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css">
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"></script>
</head>
<body>
<div class="bg-dark h-100 text-light">
<h1 class="mx-5">Mulamba Marlon Pius.</h1>
<nav class="navbar navbar-expand-sm bg-dark mx-5">
<div class="container-fluid bg-warning" style="border-radius: 10px;">
<ul class="navbar-nav">
<li class="nav-item " >
<a class="nav-link" href="index.html" style="font-size: xx-large; color: aliceblue;">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="about2.html" style="font-size: xx-large; color: aliceblue;">About</a>
</li>
<li class="nav-item">
<a class="nav-link" href="skills2.html" style="font-size: xx-large; color: aliceblue;">Skills</a>
</li>
<li class="nav-item">
<a class="nav-link" href="contacts.html" style="font-size: xx-large; color: aliceblue;">Contacts</a>
</li>
</ul>
</div>
</nav>
<div class="bg-light mx-5 text-dark">
<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>
</div>
<div class="bg-dark flex-fill">
<div class="mx-5 h-30 w-40">
<div id="carouselExampleSlidesOnly" class="carousel slide" data-bs-ride="carousel">
<div class="carousel-inner">
<div class="carousel-item active">
<img src="tea1.jpeg" class="d-block w-100" alt="First slide">
</div>
<div class="carousel-item">
<img src="jose1.jpeg" class="d-block w-100" alt="Second slide">
</div>
<div class="carousel-item">
<img src="jose2.jpeg" class="d-block w-100" alt="Third slide">
</div>
</div>
</div>
</div>
</div>
</div>
<div class="bg-dark">
<marquee behavior="" direction="left">
<h1 class="mx-5 text-light">I do what i do best....</h1>
</marquee>
</div>
</body>
</html>