-
Notifications
You must be signed in to change notification settings - Fork 0
/
about-saed.html
95 lines (91 loc) · 5.29 KB
/
about-saed.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>Document</title>
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-giJF6kkoqNQ00vy+HMDP7azOuL0xtbfIcaT9wjKHr8RbDVddVHyTfAAsrekwKmP1" crossorigin="anonymous">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.1/css/all.min.css" integrity="sha512-+4zCK9k+qNFUR5X+cKL9EIR+ZOhtIloNl9GIKS57V1MyNsYpYcUrUeQc9vNfzsWfV28IaLL3i96P9sdNyeRssA==" crossorigin="anonymous" />
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,400;0,500;0,600;0,700;0,800;1,400;1,500;1,600;1,700;1,800&display=swap" rel="stylesheet">
<link rel="stylesheet" href="assets/stylesheet/about-saed.css">
<link rel="stylesheet" href="assets/stylesheet/main.css">
</head>
<body>
<head>
<section>
<nav class="navbar navbar-expand-lg navbar-light bg-light">
<div class="container-fluid">
<div class="container navbar">
<img class="saedlogo" src="/assets/images/saedlogo.png" alt="">
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
</div>
<div class="container">
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
<li class="nav-item">
<a class="nav-link active" aria-current="page" href="index.html">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#">Skills</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#">Facilitators</a>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#" id="navbarDropdown" role="button" data-bs-toggle="dropdown" aria-expanded="false">
About Us
</a>
<ul class="dropdown-menu" aria-labelledby="navbarDropdown">
<li><a class="dropdown-item" href="#">NYSC</a></li>
<li><hr class="dropdown-divider"></li>
<li><a class="dropdown-item" href="about-saed.html">SAED</a></li>
</ul>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#" id="navbarDropdown" role="button" data-bs-toggle="dropdown" aria-expanded="false">
Camp Officials
</a>
<ul class="dropdown-menu" aria-labelledby="navbarDropdown">
<li><a class="dropdown-item" href="#">Meet the Camp Director</a></li>
<li><hr class="dropdown-divider"></li>
<li><a class="dropdown-item" href="#">Meet the Camp Director</a></li>
</ul>
</li>
</ul>
</div>
</div>
</div>
</nav>
</section>
</head>
<main>
<h1 class="title">skills acquisition & entreprenurship (saed)</h1>
<p class="sub-title">The Department is headed by a Director and is made up of two divisions namely:</p>
<ol>
<li>Skills Acquisition Division</li>
<li>entreprenurship and Empowerment Division</li>
</ol>
<h2 class="title title2">functions of the department</h2>
<p class="sub-title">Functions of the department include:</p>
<ol>
<li>Sensitize and mobilize 200, 000 young graduates for skill acquisition annually</li>
<li>Facilitate the training and mentoring of 100, 000 young graduates in skill acquisition and entrepreneurship development for self-reliance annually</li>
<li>Promote public-private partnership for entrepreneurship development and self-reliance amongst Nigerian youths</li>
<li>Promote documentation and sharing of best practices on youth empowerment in Nigeria
</li>
<li>Support evidence-driven advocacy efforts for favorable policies on youth empowerment in Nigeria</li>
<li>Sensitization and mobilization of corps members for enrollment into the skill acquisition and entrepreneurship development program</li>
<li>Development of a standard curriculum for the in-camp skill acqusition exercise</li>
<li>Identification of organizations at state level to provide training and mentoring in specific skills sets</li>
<li>Attachment of the corps members to the various organizations for skill acquisition and entrepreneurship development</li>
<li>On-going monitoring and supervision of trainee corps members</li>
<li>Facilitate access to available funding opportunities</li>
</ol>
</main>
<footer></footer>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" integrity="sha384-ygbV9kiqUc6oa4msXn9868pTtWMgiQaeYH7/t7LECLbyPA2x65Kgf80OJFdroafW" crossorigin="anonymous"></script>
</body>
</html>