-
Notifications
You must be signed in to change notification settings - Fork 0
/
Work_Section.html
70 lines (64 loc) · 3.65 KB
/
Work_Section.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="WIDTH=device-width, HEIGHT=device-height,initial-scale=1.0">
<title>IBE SAMUEL WORK</title>
<link rel ="Stylesheet" href="Work_Section.css">
<!--font awesome cdn link-->
<link rel ="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css">
</head>
<body>
<iframe width="1265" height="150"
src="website.mp4">
</iframe>
<div class="Container">
<div id="Service-Section">
<h2>MY WORK</h2>
<p id="paragraph"> I build Web and mobile app for individuals and organization
and also help them to manage their infrastructures while also ensuring that
their servers are safe by deploying all forms of cyber defense techniques.
</p>
<div class="cards">
<div class="card">
<i class="fa-brands fa-react"></i>
<div class="Content">
<h3>WEB DEVELOPMENT</h3>
<p>I build Web and mobile app for individuals and organization and also help<br>
them to manage their infrastructures while also ensuring that their servers<br>
are safe by deploying all forms of cyber defense techniques.
</p>
<P>I also build desktop applications and help tp manage them ensuring that it gives<br>
them user its desired satisfaction while in use.
</P>
</div>
</div>
<div class="card">
<i class="fa-regular fa-gem"></i>
<div class="Content">
<h3>APP DEVELOPMENT</h3>
<p>I build Web and mobile app for individuals and organization and also help<br>
them to manage their infrastructures while also ensuring that their servers<br>
are safe by deploying all forms of cyber defense techniques.
</p>
<P>I also build desktop applications and help tp manage them ensuring that it gives<br>
them user its desired satisfaction while in use.
</P>
</div>
</div>
<div class="card">
<i class="fa-solid fa-rocket"></i>
<div class="Content">
<h3> CYBER SECURITY PROFESSIONAL</h3>
<p>I build Web and mobile app for individuals and organization and also help<br>
them to manage their infrastructures while also ensuring that their servers<br>
are safe by deploying all forms of cyber defense techniques.</p>
<P>I also build desktop applications and help tp manage them ensuring that it gives<br>
them user its desired satisfaction while in use.</P>
</div>
</div>
</div>
</div>
</div>
</body>
</html>