-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcourses.php
More file actions
229 lines (193 loc) · 10.2 KB
/
Copy pathcourses.php
File metadata and controls
229 lines (193 loc) · 10.2 KB
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
<?php include('security.php'); ?>
<?php include('includes/header.php');?>
<?php include('includes/navbar.php');?>
<link rel="stylesheet" href="css/courses.css">
<style type="text/css">
.card-header img{
height: 220px;
}
.card-title{
font-size: 25px;
}
.card-title a:hover{
font-size: 30px;
text-decoration: gold underline;
}
</style>
<br><br><br><br>
<div class="site-section" >
<div class="container">
<div class="row mb-5 justify-content-center text-center">
<div class="col-lg-4 mb-5">
<h2 class="section-title-underline mb-5">
<span>Vocational Training</span>
</h2>
</div>
<p>Vocational training courses are specific classes offered to learners to train for a particular job or career. These courses are offered to people working in various career fields to improve their skills.</p>
</div>
<div class="card col-lg-12" >
<img src="img/training/back.jpg " class="img-fluid" >
</div>
<div class="row">
<div class="col-lg-4 col-md-6 mb-4 mb-lg-0">
<div class="feature-1 border">
<div class="icon-wrapper bg-primary">
<img src="img/icons/training.png" style="margin-left: 18px;">
</div>
<div class="feature-1-content">
<h2>Personalize Learning</h2>
<p>Personalized learning is an educational approach that aims to customize learning for each student's strengths, needs, skills and interests.</p>
<p><a href="#" class="btn btn-primary px-4 rounded-0">Learn More</a></p>
</div>
</div><br><br>
</div>
<div class="col-lg-4 col-md-6 mb-4 mb-lg-0">
<div class="feature-1 border">
<div class="icon-wrapper bg-primary">
<img src="img/icons/course.png" style="margin-left: 18px;">
</div>
<div class="feature-1-content">
<h2>Trusted Courses</h2>
<p>Take the course for free and decide whether or not you'll choose to pay for a certificate. Top free courses under 8 hours, sorted by popularity.</p>
<p><a href="#" class="btn btn-primary px-4 rounded-0">Learn More</a></p>
</div>
</div><br><br>
</div>
<div class="col-lg-4 col-md-6 mb-4 mb-lg-0">
<div class="feature-1 border">
<div class="icon-wrapper bg-primary">
<img src="img/icons/email.png" style="margin-left: 18px;">
</div>
<div class="feature-1-content">
<h2>Tools for Students</h2>
<p>Digital tools are believed to be facilitating better and easier communication between teachers and students</p>
<p><a href="#" class="btn btn-primary px-4 rounded-0">Learn More</a></p>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="site-section">
<div class="container">
<div class="row mb-5 justify-content-center text-center">
<div class="col-lg-6 mb-5">
<h2 class="section-title-underline mb-3">
<span>Popular Courses</span>
</h2>
<p></p>
</div>
</div>
<div class="card col-lg-12"> <br>
<div class="card-deck">
<div class="card">
<div class="card-header">
<img src="img/training/code.png" class="img-fluid">
</div>
<div class="card-title text-center">
<a href="https://www.codecademy.com/"> Codeacademy</a>
</div>
<div class="card-body">
Codeacademy offers free coding classes in 12 programming and markup languages, including Python, Ruby, Java, JavaScript, jQuery, React.js, AngularJS, HTML, Sass and CSS. The courses promise to give hands-on experience and real-time feedback from peers.
</div>
</div>
<div class="card">
<div class="card-header">
<img src="img/training/dash.jpg" class="img-fluid">
</div>
<div class="card-title text-center">
<a href="https://dash.generalassemb.ly/"> TGeneral Assembly</a>
</div>
<div class="card-body">
TGeneral Assembly is a for-profit education organization, but they also offer a free course that promises to teach students the basics of web development. The Dash program focuses on teaching you how to use HTML, CSS and JavaScript. The program is free and completely online, so you’ll be able to learn at your own pace.
</div>
</div>
<div class="card">
<div class="card-header">
<img src="img/training/edx.jpg" class="img-fluid">
</div>
<div class="card-title text-center">
<a href="https://www.edx.org/g.html"> Edx</a>
</div>
<div class="card-body">
EdX is a massive open online course (MOOC) provider with university-level courses developed by schools, nonprofit organizations and corporations. These programs are offered for free to users, with courses from universities such as MIT and Harvard. Courses include short videos, interactive learning exercises, tutorial videos, online textbooks and a forum where students can interact with one another, ask questions and reach out to teaching assistants.
</div>
</div>
</div><br>
<div class="card-deck">
<div class="card">
<div class="card-header">
<img src="img/training/udemy.png" class="img-fluid">
</div>
<div class="card-title text-center">
<a href="http://www.cio.com/cms/article/Udemy"> Udemy</a>
</div>
<div class="card-body">
Udemy is targeted at professional adults who need to fit education into their busy work schedules. Some courses on Udemy are free, while some are available at a fee — it will depend on the course and instructor. However, even paid courses won’t break the bank, as most go on sale for as low as $9.99, so you can typically find a good deal if there’s a course you want to take that isn’t free
</div>
</div>
<div class="card">
<div class="card-header">
<img src="img/training/harvard.jpg" class="img-fluid">
</div>
<div class="card-title text-center">
<a href="https://online-learning.harvard.edu/"> Harvard</a>
</div>
<div class="card-body">
Harvard offers online access to course materials, lectures, programs and other educational content for free. The goal is to offer “effective, accessible avenues for people who desire to learn but who may not have an opportunity to obtain a Harvard education.
</div>
</div>
<div class="card">
<div class="card-header">
<img src="img/training/khan.jpg" class="img-fluid">
</div>
<div class="card-title text-center">
<a href="https://www.khanacademy.org/"> Khan Academy</a>
</div>
<div class="card-body">
Khan Academy was developed in 2006 as a non-profit educational organization, with the distinct goal of educating students online for free. Lessons are taught through YouTube videos, with additional exercises online for educations and students. Courses can be accessed on a mobile device and most have been translated into several languages, with nearly 20,000 subtitle translations available.
</div>
</div>
</div><br>
<div class="card-deck">
<div class="card">
<div class="card-header">
<img src="img/training/lynda.jpg" class="img-fluid">
</div>
<div class="card-title text-center">
<a href="https://www.lynda.com/"> Lynda.com</a>
</div>
<div class="card-body">
Lynda.com was founded in 1995 by Lynda Weinman, a special effects animator and multimedia professor who founded a digital arts school with her husband. It originally served as online support for her books and classes but it started offering free courses in 2002. It was purchased by LinkedIn in 2016 and offers free courses for subscribers on a wide variety of technical topics
</div>
</div>
<div class="card">
<div class="card-header">
<img src="img/training/mit.png" class="img-fluid">
</div>
<div class="card-title text-center">
<a href="https://ocw.mit.edu/index.htm1"> MIT</a>
</div>
<div class="card-body">
Over 100 courses that users can stream or download for offline viewing. If you want to work on a certain skill or try out a new skill before you commit to paying for a course, it’s worth checking out MIT OpenCourseWare to see what they have on your topic-of-interest.
</div>
</div>
<div class="card">
<div class="card-header">
<img src="img/training/coursera.png" class="img-fluid">
</div>
<div class="card-title text-center">
<a href="https://www.coursera.org/browse/information-technology"> Coursera</a>
</div>
<div class="card-body">
Join Coursera for free and learn online. Build skills with courses from top universities like Yale, Michigan, Stanford, and leading companies like Google and IBM.Choose from hundreds of free Information Technology courses or pay to earn a Course or Specialization Certificate.
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<br><br><br><br>
<?php include('includes/scripts.php');?>
<?php include('includes/footer.php');?>