-
Notifications
You must be signed in to change notification settings - Fork 4
/
short_term_courses.php
executable file
·372 lines (331 loc) · 8.51 KB
/
short_term_courses.php
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
<!DOCTYPE html>
<html lang="en">
<head>
<?php include 'includes/head.php'; ?>
<style>
.roow table {
width: 100%;
border-collapse: collapse;
}
/* Zebra striping */
.roow tr:nth-of-type(odd) {
background: #eee;
}
.roow th {
background: #333;
color: white;
font-weight: bold;
}
.roow td,
th {
padding: 6px;
border: 1px solid #ccc;
text-align: left;
}
@media only screen and (max-width: 760px),
(min-device-width: 768px) and (max-device-width: 1024px) {
/* Force table to not be like tables anymore */
.roow table,
.roow thead,
.roow tbody,
.roow th,
.roow td,
.roow tr {
display: block;
}
/* Hide table headers (but not display: none;, for accessibility) */
.roow thead tr {
position: absolute;
top: -9999px;
left: -9999px;
}
.roow tr {
border: 1px solid #ccc;
}
.roow td {
/* Behave like a "row" */
border: none;
border-bottom: 1px solid #eee;
position: relative;
padding-left: 50%;
}
.roow td:before {
/* Now like a table header */
position: absolute;
/* Top/left values mimic padding */
top: 6px;
left: 6px;
width: 45%;
padding-right: 10px;
white-space: nowrap;
}
/*
Label the data
*/
.roow td:nth-of-type(1):before {
content: "S.No.";
}
.roow td:nth-of-type(2):before {
content: "Title of Course";
}
.roow td:nth-of-type(3):before {
content: "Duration";
}
.roow td:nth-of-type(4):before {
content: "No. Of Hours";
}
.roow td:nth-of-type(5):before {
content: "Collaboration";
}
}
</style>
</head>
<body>
<!-- Page Preloder -->
<?php include 'includes/preloader.php'; ?>
<!-- Header -->
<?php include 'includes/header.php'; ?>
<!-- Navbar -->
<?php include 'includes/navbar.php'; ?>
<!-- Side Nav -->
<?php include 'includes/sidenav.php'; ?>
<!-- Breadcrumb section -->
<div class="site-breadcrumb">
<div class="container">
<a href="index.php"><i class="fa fa-home"></i> Home</a> <i class="fa fa-angle-right"></i>
<span>Short Term Courses</span>
</div>
</div>
<!-- Breadcrumb section end -->
<!-- About section -->
<section class="about-section spad pt-0">
<div class="container">
<div class="section-title text-center">
<h3>Short Term Courses</h3>
<p>Level-up your value</p>
</div>
<div class="row roow">
<table>
<thead>
<tr>
<th>S.No.</th>
<th>Title of Course</th>
<th>Duration</th>
<th>No. Of Hours</th>
<th>Collaboration</th>
</tr>
</thead>
<tbody>
<?php
$counter = 0;
function addCounter()
{
global $counter;
echo '<mark class="bg-warning">' . ++$counter . ')</mark>';
}
?>
<tr>
<td><?php addCounter(); ?></td>
<td>Basic Computer Hardware Maintenance</td>
<td>10-23 May 2018</td>
<td>3</td>
<td>HTTP Computers, Indore</td>
</tr>
<tr>
<td><?php addCounter(); ?></td>
<td>Awareness on Healthy Snacks & Beverages</td>
<td>2 June 2018</td>
<td>3</td>
<td>Nestle India Pvt. Ltd., Indore</td>
</tr>
<tr>
<td><?php addCounter(); ?></td>
<td>Network Routing & Switching</td>
<td>2-4 July 2018</td>
<td>3</td>
<td>Networkers Champ, Indore</td>
</tr>
<tr>
<td><?php addCounter(); ?></td>
<td>Making Handicraft for Special Children</td>
<td>4-5 August 2018</td>
<td>3</td>
<td>Networkers Champ, Indore</td>
</tr>
<tr>
<td><?php addCounter(); ?></td>
<td>Website Design & Development</td>
<td>6-27 August 2018</td>
<td>3</td>
<td>Workholics Infocorp, Indore</td>
</tr>
<tr>
<td><?php addCounter(); ?></td>
<td>Website Design & Development at Shri Vaishnav Institute of Management</td>
<td>19 Sept - 3 Oct 2018</td>
<td>3</td>
<td>Workholics Infocorp, Indore</td>
</tr>
<tr>
<td><?php addCounter(); ?></td>
<td>A Short Term Course on Photoshop</td>
<td>3-9 Oct 2018</td>
<td>2</td>
<td>New Era Consultancy, Indore</td>
</tr>
<tr>
<td><?php addCounter(); ?></td>
<td>Website Design & Development at DAVV, Indore</td>
<td>8 Oct 2018(20 days)</td>
<td>2</td>
<td>Workholics Infocorp, Indore</td>
</tr>
<tr>
<td><?php addCounter(); ?></td>
<td>Nourishing Yourself at Mata Gujari College, Indore</td>
<td>12 Oct 2018</td>
<td>1</td>
<td>---</td>
</tr>
<tr>
<td><?php addCounter(); ?></td>
<td>Workshop on Zangle/ Doodle Art</td>
<td>23-25 Oct 2018</td>
<td>2</td>
<td>GJ Design Studio, Indore</td>
</tr>
<tr>
<td><?php addCounter(); ?></td>
<td>Entrepreneurship Development Program</td>
<td>15-30 Nov</td>
<td>2</td>
<td>LIC of India, Indore</td>
</tr>
<tr>
<td><?php addCounter(); ?></td>
<td>Creative Craft Creation at NEEV Foundation</td>
<td>15 Jan 2019</td>
<td>1</td>
<td>---</td>
</tr>
<tr>
<td><?php addCounter(); ?></td>
<td>One Week Workshop on English (Englistia)</td>
<td>1-5 Feb 2019</td>
<td>2</td>
<td>Quest Edustation, Indore</td>
</tr>
<tr>
<td><?php addCounter(); ?></td>
<td>Personality Development Thru Dramatics</td>
<td>26 Feb 2019</td>
<td>6</td>
<td>New Era Consultancy, Indore</td>
</tr>
<tr>
<td><?php addCounter(); ?></td>
<td>Workshop on PHOTOSHOP at Shri Vaishnav Institute of Management</td>
<td>23-29 April 2019</td>
<td>2</td>
<td>---</td>
</tr>
<tr>
<td><?php addCounter(); ?></td>
<td>A Short Term Program on Accounting Software TALLY with GST version</td>
<td>1-31 May</td>
<td>2</td>
<td>---</td>
</tr>
<tr>
<td><?php addCounter(); ?></td>
<td>Website Design & Development</td>
<td>20 May- 20 June 2019</td>
<td>2</td>
<td>Workholics Infocorp, Indore</td>
</tr>
<tr>
<td><?php addCounter(); ?></td>
<td>One Week Training Programme on GST</td>
<td>10-14 June 2019</td>
<td>2</td>
<td>Institute of Charted Accountants of India, indore Branch</td>
</tr>
<tr>
<td><?php addCounter(); ?></td>
<td>A Short Term Program on Accounting Software TALLY with GST version</td>
<td>15 July -16 Aug 2019</td>
<td>2</td>
<td>---</td>
</tr>
<tr>
<td><?php addCounter(); ?></td>
<td>Environment Best Out of Waste</td>
<td>28 July 2019</td>
<td>3</td>
<td>Inner Wheel Club of Indore Uptown, Indore</td>
</tr>
<tr>
<td><?php addCounter(); ?></td>
<td>Empower Parents, Enable Breastfeeding</td>
<td>06 August 2019</td>
<td>3</td>
<td>---</td>
</tr>
<tr>
<td><?php addCounter(); ?></td>
<td>Stepping Stones in "JAVA"</td>
<td> 02 Sept 2019 - 31 Sept 2019</td>
<td>2</td>
<td>Sterling Institute- A Development Venture</td>
</tr>
<tr>
<td><?php addCounter(); ?></td>
<td>A Short Term Program on Accounting Software TALLY with GST version
</td>
<td> 25 Sept 2019 - 25 Oct 2019</td>
<td>2</td>
<td>---</td>
</tr>
<tr>
<td><?php addCounter(); ?></td>
<td>A Short Term Course on OFFICE AUTOMATION
</td>
<td> 29 September to onwards (Only SUNDAYS)
</td>
<td>3</td>
<td>---</td>
</tr>
<tr>
<td><?php addCounter(); ?></td>
<td>Basic Computer Hardware Maintenance at Shri Vaishnav Institute of Management, Indore
</td>
<td> 10- 21 October 2019
</td>
<td>2</td>
<td>HTP Computers, Indore
</td>
</tr>
<tr>
<td><?php addCounter(); ?></td>
<td>A Short Term Course on PHOTOSHOP
</td>
<td> 14- 18 October 2019
</td>
<td>2</td>
<td>New Era Consultancy, Indore
</td>
</tr>
</tbody>
</table>
</div>
</div>
</section>
<!-- About section end-->
<!-- Footer section -->
<?php include 'includes/footer.php'; ?>
<!-- Back 2 Top -->
<?php include 'includes/back2Top.php'; ?>
<!--====== Javascripts & Jquery ======-->
<?php include 'includes/javascripts.php'; ?>
</body>
</html>