-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathICT.html
86 lines (83 loc) · 3.37 KB
/
ICT.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Ibom3000P</title>
<link rel="stylesheet" href="./style.css" />
</head>
<header>
<nav class="header">
<img src="./images/ibom3000logo.jpg" alt="Ibom3000 Logo" width="75" />
<ul class="nav">
<li class="nav"><a href="visionaries.html"> Visionaries</a></li>
<li class="nav"><a href="gallery.html"> Gallery</a></li>
<li class="nav"><a href="programs.html"> Programs</a></li>
</ul>
</nav>
</header>
<body>
<h1>ICT (Information Communication Technology)</h1>
<p class="paragraph">
ICT was introduce into the Ibom3000 project because of the major shift
going on in world about how businesses are being carried out on a daily
basis with ease through the use of related technologies. This technologies
require update and management, thereby being computer-oriented and having
these market-demand skills puts someone in a better position of securing a
job anywhere in the world. Because of these foresight, the state
government through the Ministry of Trade and Commerce deemed it neccesary
to train Akwa Ibomites in the fiel of ICT.
</p>
<div class="departments">
<h2 class="headings2">Departments In ICT</h2>
<ol>
<li class="ictdep">Web Developments</li>
<li class="ictdep">Android Development</li>
<li class="ictdep">Graphics Design</li>
<li class="ictdep">Digital Marketing</li>
<li class="ictdep">Software Developments</li>
</ol>
</div>
<div class="location">
<h2 class="headings2">Locations of Training</h2>
<ol>
<li class="ictdep">246 Oron Road by Pharmablaze Pharmacy</li>
<li class="ictdep">Marina Road Eket</li>
<li class="ictdep">Code House Ikot Ekpene</li>
<li class="ictdep">Oron</li>
</ol>
</div>
<div class="pictures">
<h2 class="headings2">Picture Talk</h2>
<img src="./images/ict/ictclass.jpg" alt="" width="550" />
<span>On-going class in ICT Training. Start Hub Innovation. </span>
<br />
<br />
<img src="./images/ict/ictsem.jpg" alt="" width="550" />
<span>After the one week seminar on entrepreneurship. </span>
<br />
<br />
<img src="./images/ict/ictclass1.jpg" alt="" width="550" />
<span>On-going class in ICT Training. Start Hub Innovation. </span>
<br />
<br />
<img src="./images/ict/ictclass2.jpg" alt="" width="550" />
<span>On-going class in ICT Training. Start Hub Innovation. </span>
</div>
</body>
<footer>
<nav>
<ul class="footer" class="nav">
<li class="nav"><a href="./index.html"> Vision</a></li>
<li class="nav"><a href="./index.html"> Mission</a></li>
<li class="nav"><a href="./gallery.html"> Gallery</a></li>
<li class="nav"><a href="./visionaries.html"> Visionaries</a></li>
<li class="nav"><a href="./programs.html">Programs</a></li>
<li class="nav"><a href="./FAQ.html">FAQ</a></li>
<li class="nav"><a href="./index.html">Home</a></li>
</ul>
</nav>
</footer>
<body></body>
</html>