-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
151 lines (142 loc) · 6.61 KB
/
index.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
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
<!DOCTYPE html>
<html class="preload" lang="en">
<head>
<!-- Site designed for Drop by the team at
███╗ ██╗███████╗████████╗██╗ ██╗███████╗██╗ ██╗
████╗ ██║██╔════╝╚══██╔══╝██║ ██║██╔════╝╚██╗ ██╔╝
██╔██╗ ██║█████╗ ██║ ██║ ██║█████╗ ╚████╔╝
██║╚██╗██║██╔══╝ ██║ ██║ ██║██╔══╝ ╚██╔╝
██║ ╚████║███████╗ ██║ ███████╗██║██║ ██║
╚═╝ ╚═══╝╚══════╝ ╚═╝ ╚══════╝╚═╝╚═╝ ╚═╝ -->
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1">
<!-- The name of your site that shows up in the browser tab -->
<title>Okademy Team</title>
<!-- Describe what your site is about -->
<meta name="description" content="A list of the web dev trainers at Okademy USA">
<!-- This is the small icon that shows up in the browser tab -->
<link rel="shortcut icon" href="/images/icon.png">
<!-- Styling for this site -->
<link rel="stylesheet" href="/css/styles.css">
</head>
<!-- This class is removed if the user has JavaScript enabled -->
<body class="no-js">
<header>
<div>
<img style="height: auto; width: 15%;" src="./images/itotusa.png" alt="ITOT USA">
</div>
<!-- Dark mode toggle -->
<div class="mode-toggle">
<button class="[ toggle-button ] [ js-mode-toggle ]">
<span class="toggle-icon" aria-hidden="true"></span>
<span class="[ toggle-text ] [ js-mode-toggle-text ]">Switch to dark theme</span>
</button>
</div>
</header>
<main>
<section class="about">
<img style="height: auto; width: 45%;" src="./images/okademy.png" alt="okademy">
<p>
ITOT is an IT company founded in DRCongo, Africa in 2017 that designs digital solutions for companies in the health,
education, agriculture, and employment sectors. ITOT serves as a consultant for individuals and companies, supporting
them through their digitalization process by designing tailored solutions to fit their needs.
</p>
<p>
Okademy is a non-profit IT training center and academy, operating similarly to a BootCamp program.
We offer digital training to the next generation. After a participant’s completion of our training programs,
we strategically place this talent in local and international companies as a way to
empower people of African descent in the technology field.
</p>
<p style="font-style: oblique;">
Our mission is to help Africans and those from the African diaspora develop technology skills and
provide opportunities for career progression within their communitiess
</p>
<p>
We believe that technology has the power to transform lives and digital skills have the potential to improve the
social-economic fabric of a community. Our mission, centered on education and the development of digital skills, aims to
offer everyone in general, Black or African American, and other underserved communities in particular the opportunity to
learn and grow in the technology industry.
</p>
<p>
Itot & Okademy USA embodies ITOT Africa's vision as a pioneering social impact organization specializing in professional
training, job creation, and digital skills enhancement.
</p>
</section>
<nav class="links">
<h1>Intro to Web Dev Training Team</h1>
<!-- Update <a href=""> to point to your accounts -->
<!-- Update <span> to your name -->
<a href="https://www.linkedin.com/in/junior-jean-simon/">
<strong>
<img style="height: fit-content; width: 60%;" src="./images/junior.jpg" alt="Josh">
</strong>
<span>
Junior J. Simon<br>
</span>
</a>
<a href="https://www.linkedin.com/in/joshuaessert/">
<strong>
<img style="height: fit-content; width: 60%;" src="./images/josh.jpeg" alt="Josh">
</strong>
<span>
Josh Essert<br>
</span>
</a>
<a href="https://www.linkedin.com/in/francis-egbujor/">
<strong>
<img style="height: fit-content; width: 60%;" src="./images/francis.jpg" alt="Francis">
</strong>
<span>
Francis Egbujor<br>
</span>
</a>
<a href="https://www.linkedin.com/in/widner-jean-simon-68472b16a/">
<strong>
<img style="height: fit-content; width: 60%;" src="./images/widner.jpg" alt="Widner">
</strong>
<span>
Widner J. Simon<br>
</span>
</a>
<a href="https://www.linkedin.com/in/yannmjl/">
<strong>
<img style="height: fit-content; width: 60%;" src="./images/yann.jpg" alt="Yann">
</strong>
<span>
Yann Mulonda <br>
</span>
</a>
</nav>
</main>
<div style="text-align: center;">
<h2>Overview</h2>
<p>
The Intro to Web development training is a custom 15 weeks curriculum designed to provide students with a solid
foundation in web development and a better understanding of coding.
With a combination class lecture sessions and coding lab exercises. This training is offered in partership with
<a href="https://ItsOurNeiborhood.com/" target="_blank" rel="noopener noreferrer">
ItsOurNeiborhood
</a>
</p>
</div>
<!-- footer -->
<div>
<section class="about">
<p style="font-weight: normal;">
To learn more about us, please visit
<a href="https://itotusa.com/" target="_blank" rel="noopener noreferrer">
itotusa.com
</a>
</p>
</section>
</div>
<!-- Dark mode button functionality -->
<script src="/js/dark-mode.js"></script>
</body>
</html>