-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
438 lines (422 loc) · 20.2 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
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>USCO</title>
<meta name="description" content="">
<meta name="author" content="">
<!-- Favicons
================================================== -->
<link rel="shortcut icon" href="img/favicon.ico" type="image/x-icon">
<link rel="apple-touch-icon" href="img/apple-touch-icon.png">
<link rel="apple-touch-icon" sizes="72x72" href="img/apple-touch-icon-72x72.png">
<link rel="apple-touch-icon" sizes="114x114" href="img/apple-touch-icon-114x114.png">
<!-- Bootstrap -->
<link rel="stylesheet" type="text/css" href="css/bootstrap.css">
<link rel="stylesheet" type="text/css" href="fonts/font-awesome/css/font-awesome.css">
<!-- Stylesheet
================================================== -->
<link rel="stylesheet" type="text/css" href="css/style.css">
<link rel="stylesheet" type="text/css" href="css/nivo-lightbox/nivo-lightbox.css">
<link rel="stylesheet" type="text/css" href="css/nivo-lightbox/default.css">
<link href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900" rel="stylesheet">
<link rel="stylesheet" type="text/css" href="css/mystyle.css">
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body id="page-top" data-spy="scroll" data-target=".navbar-fixed-top">
<!-- Navigation
==========================================-->
<nav id="menu" class="navbar navbar-default navbar-fixed-top">
<div class="container">
<!-- Brand and toggle get grouped for better mobile display -->
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1"> <span class="sr-only">Toggle navigation</span> <span class="icon-bar"></span> <span class="icon-bar"></span> <span class="icon-bar"></span> </button>
<a class="navbar-brand page-scroll" href="#page-top"><img src="images/USCO.png" class="img-responsive" style="max-height: 50px;"></a> </div>
<!-- Collect the nav links, forms, and other content for toggling -->
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
<ul class="nav navbar-nav navbar-right text-center">
<li><a href="#about" class="page-scroll">About</a></li>
<li><a href="#raps" class="page-scroll">raps academy</a></li>
<li><a href="#services" class="page-scroll">Our Services</a></li>
<li><a href="#portfolio" class="page-scroll">Projects</a></li>
<li><a href="#team" class="page-scroll">Team</a></li>
<li><a href="#contact" class="page-scroll">Contact</a></li>
</ul>
</div>
<!-- /.navbar-collapse -->
</div>
</nav>
<!-- Header -->
<header id="header">
<div class="intro">
<div class="overlay">
<div class="container">
<div class="row">
<div class="intro-text">
<h1><strong>Interested in a platform for learning tech and applying it to actualizing your dreams?</strong> <span></span>
</h1>
<p>Then this place is for you
</p>
<a href="#about" class="btn btn-custom btn-lg page-scroll">Learn More</a> </div>
</div>
</div>
</div>
</div>
</header>
<!-- About Section -->
<div id="about">
<div class="container">
<div class="section-title text-center center">
<h2>Our Story</h2>
<hr>
</div>
<div class="row">
<div class="col-xs-12 col-md-12 text-center"> <img src="images/USCOabout.png" class="img-responsive" alt="usco logo"> </div>
<div class="col-xs-12 col-md-10 col-md-offset-1 text-center">
<div class="about-text">
<h3>USCO
Unified Scientific Creative Organization</h3>
<p>
USCO was founded in July 2018.
We started USCO because of the underutilization of the abilities of young ones in Nigeria leading to mediocrity and poverty. Thats why we created an environment and platform fo help the average Nigerian teenager or youth in lifting his opportunities through technology and health enhancemet.
</p>
<p>This initiative has lead to the conceptualization of the school of <a href="#raps" class="page-scroll">RAPS(Robotics Automation and Programming Softwares).</a>
A platform that will introduce the average Nigerian to intresting areas in trending technology like Programming, artificial intelligence, automation and robotics.
</p>
<h3>Our vision</h3>
<p>To establish an organized community for actualizing dreams and transforming humanity</p>
<h3>How We Work</h3>
<p>
Tech: To simplify human endeavours through tech to enhance the life of the common man. We hope to create platforms where young ones can be able to utilize their ability and creativity, by coaching them and providing healthy challenge as well as all necessary support they require to be the best and make africa the cutting edge of technology.</p>
<p>
Health: To equip the average man with knowledge, practice and personnel that will enhance their health. </p>
<p>
We hope to provide update on health and thus provide platforms that encourages research and also use our tech to aid human health and provide adequate personnel and practices</p>
</div>
</div>
</div>
</div>
</div>
<!-- Raps section-->
<div id="raps" >
<div class="container-fluid">
<div class="row raps-images">
<div class="col-xs-12 col-sm-6 text-center">
<img src="images/RAPS.png" class="img-responsive" alt="raps logo" style="margin-left: auto; margin-right: auto;">
</div>
<div class="col-xs-12 col-sm-6 text-center">
<!--Short video section-->
<div style="text-align: center; width: 100%; padding-bottom: 56.25%; position: relative; display: block">
<iframe frameborder="0" width="100%" height="100%" src="https://biteable.com/watch/embed/raps-academy-2165644" allowfullscreen="true" allow="autoplay" style="position: absolute; left: 0; top: 0"></iframe>
</div>
</div>
</div>
<div class="row">
<div class="col-xs-offset-1 col-xs-10 text-center">
<h3>RAPS</h3>
<p>Robotics, Automation, Programming and Softwares (RAPS) is an academy for coaching individuals within the age of 10 to 25 years old from average earning families in Nigeria with the intention to provide more inovations for Africa.</p>
<h3>Whats unique about us?</h3>
<p> We help our students utilize the knowledge to solve problems both at their local environments and the world at large.</p>
<p>We enhance their creativity and skill and bring their ideas to life.</p>
<p>We dont just teach assembling of components, we explore their creativity and bring their ideas to life.</p>
<p> We also provide a motivating environment, capable coaches, equipment, hand own learing healthy competetion to ensure individual development, teamwork and collective growth</p>
<h3>RAPS 2019</h3>
<p>The RAPS Academy in collaboration with USCO is organizing a one month intensive training session on the basics of digital electronics in Benin City, Nigeria. <br /> After this training session, You will be familiar with the use and manipulation of basic electronic components and you will be able to build useful and applicable circuits e.g digital sequential display, Motion detector for automated light switching and lots more at an affordable price.<br />
You can apply for our one month training by clicking the apply now button below. Limited spaces available.</p>
<a href="https://docs.google.com/forms/d/e/1FAIpQLSdwp6kVSBGb67BOytB7dEny184yygSEVlWv2IbxRksOtGLXRQ/viewform?usp=sf_link" class="btn btn-custom btn-lg page-scroll" target="_blank">Apply Now</a>
</div>
</div>
</div>
</div>
<!-- Services Section -->
<div id="services">
<div class="container">
<div class="col-md-10 col-md-offset-1 section-title text-center">
<h2>Our Services</h2>
<hr>
<p>We will offer you intensive training at an affordable price</p>
</div>
<div class="row">
<div class="col-xs-12 col-sm-4 service"> <img src="images/coaching.jpeg" class="img-responsive" alt="Coaching image">
<h3>Coaching </h3>
<p>We coach our trainees on assembling and design of electronics and robotics kits. We also train them on how to think critically and independently in order to make designs of their own.</p>
</div>
<div class="col-xs-12 col-sm-4 service"> <img src="images/designs.jpeg" class="img-responsive" alt="Project Title">
<h3>Simulation and Design of Electronic Circuits</h3>
<p>We disign electronics circuits for a wide range of use, Sequential display, Dot matrix display, Digital clocks, Fire Alarms, Security Alarms and more.</p>
</div>
<div class="col-xs-12 col-sm-4 service"> <img src="images/consultation.png" class="img-responsive" alt="Project Title">
<h3>Consultation</h3>
<p>We recieve consultations from companies, individuals and students carrying out their project work.</p>
</div>
</div>
</div>
</div>
<!-- Portfolio Section -->
<div id="portfolio">
<div class="container">
<div class="section-title text-center center">
<h2>Projects</h2>
<hr>
<p>Some of our projects...</p>
</div>
<div class="categories">
<ul class="cat">
<li>
<ol class="type">
<li class="projMenu"><a href="#" data-filter="*" class="active">ALL Projects</a></li>
<li class="projMenu"><a href="#" data-filter=".residential">Digital Calender</a></li>
<li class="projMenu"><a href="#" data-filter=".office">Digital Clock</a></li>
<li class="projMenu"><a href="#" data-filter=".commercial">Dot Matrix Display</a></li>
</ol>
</li>
</ul>
<div class="clearfix"></div>
</div>
<div class="row">
<div class="portfolio-items">
<div class="col-sm-6 col-md-4 col-lg-4 residential">
<div class="portfolio-item">
<div class="hover-bg"> <a href="projects/calender.jpg" title="Digital Calander" data-lightbox-gallery="gallery1">
<div class="hover-text">
<h4>Digital Calander Simulation</h4>
</div>
<img src="projects/calender.jpg" class="img-responsive" alt="Project Title"> </a> </div>
</div>
</div>
<div class="col-sm-6 col-md-4 col-lg-4 commercial">
<div class="portfolio-item">
<div class="hover-bg"> <a href="projects/dot.jpg" title="Dot matrix display simulated" data-lightbox-gallery="gallery1">
<div class="hover-text">
<h4>Dot matrix simulated</h4>
</div>
<img src="projects/dot.jpg" class="img-responsive" alt="dot matrix display simulated"> </a> </div>
</div>
</div>
<!--
<div class="col-sm-6 col-md-4 col-lg-4 residential">
<div class="portfolio-item">
<div class="hover-bg"> <a href="img/portfolio/03-large.jpg" title="Project Title" data-lightbox-gallery="gallery1">
<div class="hover-text">
<h4>Project Name</h4>
</div>
<img src="img/portfolio/03-small.jp" class="img-responsive" alt="Project Title"> </a> </div>
</div>
</div>
<div class="col-sm-6 col-md-4 col-lg-4 residential">
<div class="portfolio-item">
<div class="hover-bg"> <a href="img/portfolio/04-large.jpg" title="Project Title" data-lightbox-gallery="gallery1">
<div class="hover-text">
<h4>Project Name</h4>
</div>
<img src="img/portfolio/04-small.jp" class="img-responsive" alt="Project Title"> </a> </div>
</div>
</div>
-->
<div class="col-sm-6 col-md-4 col-lg-4 commercial">
<div class="portfolio-item">
<div class="hover-bg"> <a href="projects/dotm.jpg" title="Dot matrix design" data-lightbox-gallery="gallery1">
<div class="hover-text">
<h4>Dot Matrix design</h4>
</div>
<img src="projects/dotm.jpg" class="img-responsive" alt="Dot matrix design"> </a> </div>
</div>
</div>
<div class="col-sm-6 col-md-4 col-lg-4 office">
<div class="portfolio-item">
<div class="hover-bg"> <a href="projects/clock.jpg" title="Digital clock at simulation" data-lightbox-gallery="gallery1">
<div class="hover-text">
<h4>Digital Clock At Simulation</h4>
</div>
<img src="projects/clock.jpg" class="img-responsive" alt="Digital clock at simulation"> </a> </div>
</div>
</div>
<div class="col-sm-6 col-md-4 col-lg-4 office">
<div class="portfolio-item">
<div class="hover-bg"> <a href="projects/clock1.jpg" title="Digital clock design" data-lightbox-gallery="gallery1">
<div class="hover-text">
<h4>Digital clock design</h4>
</div>
<img src="projects/clock1.jpg" class="img-responsive" alt="Digital clock design"> </a> </div>
</div>
</div>
<!--
<div class="col-sm-6 col-md-4 col-lg-4 residential">
<div class="portfolio-item">
<div class="hover-bg"> <a href="img/portfolio/08-large.jpg" title="Project Title" data-lightbox-gallery="gallery1">
<div class="hover-text">
<h4>Project Name</h4>
</div>
<img src="img/portfolio/08-small.jp" class="img-responsive" alt="Project Title"> </a> </div>
</div>
</div>
-->
<div class="col-sm-6 col-md-4 col-lg-4 commercial">
<div class="portfolio-item">
<div class="hover-bg"> <a href="projects/led.jpeg" title="Dot Matrix display" data-lightbox-gallery="gallery1">
<div class="hover-text">
<h4>Dot Matrix Display</h4>
</div>
<img src="projects/led.jpeg" class="img-responsive" alt="Dot matrix display"> </a> </div>
</div>
</div>
<div class="col-sm-6 col-md-4 col-lg-4 office">
<div class="portfolio-item">
<div class="hover-bg"> <a href="projects/cal3.jpg" title="digital clock" data-lightbox-gallery="gallery1">
<div class="hover-text">
<h4>Digital clock</h4>
</div>
<img src="projects/cal3.jpg" class="img-responsive" alt="digital clock"> </a> </div>
</div>
</div>
<div class="col-sm-6 col-md-4 col-lg-4 office">
<div class="portfolio-item">
<div class="hover-bg"> <a href="projects/clk4.jpg" title="Digital clock" data-lightbox-gallery="gallery1">
<div class="hover-text">
<h4>Digital clock</h4>
</div>
<img src="projects/clk4.jpg" class="img-responsive" alt="Project Title"> </a> </div>
</div>
</div>
<!--
<div class="col-sm-6 col-md-4 col-lg-4 residential">
<div class="portfolio-item">
<div class="hover-bg"> <a href="img/portfolio/12-large.jpg" title="Project Title" data-lightbox-gallery="gallery1">
<div class="hover-text">
<h4>Project Name</h4>
</div>
<img src="img/portfolio/12-small.jp" class="img-responsive" alt="Project Title"> </a> </div>
</div>
</div>
-->
</div>
</div>
</div>
</div>
<!-- Team Section -->
<div id="team" class="text-center">
<div class="overlay">
<div class="container">
<div class="col-md-8 col-md-offset-2 section-title">
<h2>Meet the Team</h2>
<hr>
<p>Here we are</p>
</div>
<div id="row">
<div class="col-md-3 col-sm-6 team">
<div class="thumbnail"> <img src="images/sam.jpg" alt="..." class="team-img">
<div class="caption">
<h3>Samuel .C. Ufoeze</h3>
<p>Director</p>
</div>
</div>
</div>
<div class="col-md-3 col-sm-6 team">
<div class="thumbnail"> <img src="images/teg.jpg" alt="..." class="img-circle team-img">
<div class="caption">
<h3>Oghenetega Okekeri</h3>
<p>Senior Designer</p>
</div>
</div>
</div>
<div class="col-md-3 col-sm-6 team">
<div class="thumbnail"> <img src="images/tega.jpg" alt="..." class="img-circle team-img">
<div class="caption">
<h3>Oghenetega Nanu</h3>
<p>Developer</p>
</div>
</div>
</div>
<div class="col-md-3 col-sm-6 team">
<div class="thumbnail"> <img src="images/onyeka1.png" alt="..." class="img-circle team-img">
<div class="caption">
<h3>Onyeka Ekwunife</h3>
<p>Project Engineer</p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Contact Section -->
<div id="contact">
<div class="container">
<div class="section-title text-center">
<h2>Contact Us</h2>
<hr>
<p>We reply all mails almost immediately</p>
</div>
<div class="col-md-4">
<h3>Contact Info</h3>
<div class="contact-item"> <span>Address</span>
<p>Green house Imafidon St,<br>
Ekosodin, Benin City, <br>
Edo State, Nigeria.</p>
</div>
<div class="contact-item"> <span>Email</span>
<p>[email protected]</p>
</div>
<div class="contact-item"> <span>Call us</span>
<p> +234-7032390398 or +234-8085632923 </p>
</div>
</div>
<div class="col-md-8">
<h3>Leave us a message</h3>
<form name="sentMessage" id="contactForm" novalidate>
<div class="row">
<div class="col-md-6">
<div class="form-group">
<input type="text" id="name" class="form-control" placeholder="Name" required="required">
<p class="help-block text-danger"></p>
</div>
</div>
<div class="col-md-6">
<div class="form-group">
<input type="email" id="email" class="form-control" placeholder="Email" required="required">
<p class="help-block text-danger"></p>
</div>
</div>
</div>
<div class="form-group">
<textarea name="message" id="message" class="form-control" rows="4" placeholder="Message" required></textarea>
<p class="help-block text-danger"></p>
</div>
<div id="success"></div>
<button type="submit" class="btn btn-custom btn-lg">Send Message</button>
</form>
</div>
</div>
</div>
<div id="footer">
<div class="container text-center">
<div class="social">
<ul>
<li><a href="https://web.facebook.com/uscoworld/"><i class="fa fa-facebook"></i></a></li>
<!-- <li><a href="#"><i class="fa fa-twitter"></i></a></li>-->
<li><a href="#"><i class="fa fa-google-plus"></i></a></li>
<!-- <li><a href="#"><i class="fa fa-pinterest"></i></a></li>-->
<li><a href="#"><i class="fa fa-youtube"></i></a></li>
</ul>
</div>
<div>
<p>© 2019 NEST. All rights reserved. Designed by <a href="http://www.templatewire.com" rel="nofollow">TemplateWire</a></p>
</div>
</div>
</div>
<script type="text/javascript" src="js/jquery.1.11.1.js"></script>
<script type="text/javascript" src="js/bootstrap.js"></script>
<script type="text/javascript" src="js/SmoothScroll.js"></script>
<script type="text/javascript" src="js/nivo-lightbox.js"></script>
<script type="text/javascript" src="js/jquery.isotope.js"></script>
<script type="text/javascript" src="js/jqBootstrapValidation.js"></script>
<script type="text/javascript" src="js/contact_me.js"></script>
<script type="text/javascript" src="js/main.js"></script>
</body>
</html>