-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbuis.php
532 lines (442 loc) · 23.9 KB
/
buis.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
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
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
<?php
include('security.php');
?>
<!DOCTYPE html>
<html lang="en">
<head>
<title>इ-सिक्किम</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="" />
<meta name="keywords" content="" />
<link rel="shortcut icon" href="img/odi.png">
<link href="https://fonts.googleapis.com/css?family=Open+Sans:300,400,700,800" rel="stylesheet">
<link rel="stylesheet" href="css/bootstrap.css">
<link rel="stylesheet" href="css/animate.css">
<link rel="stylesheet" href="css/owl.carousel.min.css">
<link rel="stylesheet" href="css/aos.css">
<link rel="stylesheet" href="css/magnific-popup.css">
<script src="https://kit.fontawesome.com/d0fe7b38ff.js" crossorigin="anonymous"></script>
<link href="vendor1/remixicon/remixicon.css" rel="stylesheet">
<link rel="stylesheet" href="fonts/ionicons/css/ionicons.min.css">
<link rel="stylesheet" href="fonts/fontawesome/css/font-awesome.min.css">
<link rel="stylesheet" href="fonts/flaticon/font/flaticon.css">
<link href="vendor1/icofont/icofont.min.css" rel="stylesheet">
<!-- Theme Style -->
<link rel="stylesheet" href="css/style.css">
<link rel="stylesheet" href="css/style1.css">
<style type="text/css">
.responsive {
max-width: 90%;
height: auto;
}
#map{
margin-top: 70px;
height: 650px;
width: 100%
}
#mapsbtn {
display: inline-block;
padding: 15px 25px;
font-size: 15px;
margin-bottom: 10px;
cursor: pointer;
text-align: center;
text-decoration: none;
outline: none;
color: #fff;
background-color: sienna;
border: none;
border-radius: 15px;
box-shadow: 0 9px #999;
}
#mapsbtn:hover {background-color: grey}
#mapsbtn:active {
background-color: #3e8e41;
box-shadow: 0 5px #666;
transform: translateY(4px);
}
#mapsbtn:hover a{
color: #21c87a;
}
</style>
</head>
<body>
<?php
include('navbar.php');
?>
<!-- ======= Hero Section ======= -->
<section id="hero" class="d-flex flex-column justify-content-end align-items-center">
<div id="heroCarousel" class="container carousel carousel-fade" data-ride="carousel">
<!-- Slide 1 -->
<div class="carousel-item active">
<div class="carousel-container"><br><br><br>
<img src="img/c4.png">
</div>
</div>
<a class="carousel-control-prev" href="#heroCarousel" role="button" data-slide="prev">
<span class="carousel-control-prev-icon bx bx-chevron-left" aria-hidden="true"></span>
<span class="sr-only">Previous</span>
</a>
<a class="carousel-control-next" href="#heroCarousel" role="button" data-slide="next">
<span class="carousel-control-next-icon bx bx-chevron-right" aria-hidden="true"></span>
<span class="sr-only">Next</span>
</a>
</div>
<svg class="hero-waves" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 24 150 28 " preserveAspectRatio="none">
<defs>
<path id="wave-path" d="M-160 44c30 0 58-18 88-18s 58 18 88 18 58-18 88-18 58 18 88 18 v44h-352z">
</defs>
<g class="wave1">
<use xlink:href="#wave-path" x="50" y="3" fill="rgba(255,255,255, .1)">
</g>
<g class="wave2">
<use xlink:href="#wave-path" x="50" y="0" fill="rgba(255,255,255, .2)">
</g>
<g class="wave3">
<use xlink:href="#wave-path" x="50" y="9" fill="#fff">
</g>
</svg>
</section>
<!-- ======= Team Section ======= -->
<section id="team" class="team">
<div class="container">
<div class="section-title" data-aos="zoom-out">
<h2 class="responsive">ONLINE VOCATIONAL TRAINING</h2>
<p>BUISNESS & STATISTICS COURSES</p>
</div>
<div class="row">
<div class="col-lg-3 col-md-6 d-flex align-items-stretch">
<div class="member" data-aos="fade-up">
<div class="member-img">
<img src="img/blog/b1.jpg" class="img-fluid" alt="">
<div class="social">
<a href=""><i class="fa fa-twitter"></i></a>
<a href=""><i class="fa fa-facebook"></i></a>
<a href=""><i class="fa fa-instagram"></i></a>
<a href=""><i class="fa fa-linkedin"></i></a>
</div>
</div>
<div class="member-info">
<h4>Teeside University</h4>
<p>The course provides a combination of business knowledge and theoretical application in the workplace, enabling you to evaluate the effectiveness of your activities across a range of business-based learning outcomes. It emphasises developing enterprising and entrepreneurial approaches and management education to those entering through non-traditional, workplace based routes.</p>
<a href="hhttps://www.tees.ac.uk/undergraduate_courses/Business_Accounting_Marketing_&_Enterprise/BA_(Hons)_Business_and_Enterprise_(Top-up)_(Online).cfm?gclid=Cj0KCQjwncT1BRDhARIsAOQF9Llfv-2opRmU8qH1N9y3_XLV5WLOmG5l7a64rCyphAplnicsHMrH7Q0aAqNUEALw_wcB&gclsrc=aw.ds"> <button id=mapsbtn>ACCESS COURSE</button></a>
</div>
</div>
</div>
<div class="col-lg-3 col-md-6 d-flex align-items-stretch">
<div class="member" data-aos="fade-up" data-aos-delay="100">
<div class="member-img">
<img src="img/blog/c.jpg" class="img-fluid" alt="">
<div class="social">
<a href=""><i class="fa fa-twitter"></i></a>
<a href=""><i class="fa fa-facebook"></i></a>
<a href=""><i class="fa fa-instagram"></i></a>
<a href=""><i class="fa fa-linkedin"></i></a>
</div>
</div>
<div class="member-info">
<h4>EdX</h4>
<p>EdX is a massive open online course (MOOC) provider with university-level courses. 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.</p>
<a href="https://www.awin1.com/cread.php?awinmid=6798&awinaffid=427859&clickref=ddbestbusiness2&p=%5B%5Bhttps%3A%2F%2Fwww.edx.org%2Fcourse%2Fsubject%2Fbusiness-management%5D%5D"> <button id=mapsbtn>ACCESS COURSE</button></a>
</div>
</div>
</div>
<div class="col-lg-3 col-md-6 d-flex align-items-stretch">
<div class="member" data-aos="fade-up" data-aos-delay="200">
<div class="member-img">
<img src="img/blog/d.png" class="img-fluid" alt="">
<div class="social">
<a href=""><i class="fa fa-twitter"></i></a>
<a href=""><i class="fa fa-facebook"></i></a>
<a href=""><i class="fa fa-instagram"></i></a>
<a href=""><i class="fa fa-linkedin"></i></a>
</div>
</div>
<div class="member-info">
<h4>Udemy</h4>
<p>Udemy has a business course for all your needs. There are a variety of courses and classes to choose from, but the bestseller courses are An Entire MBA in one course, The Complete Financial Analyst course 2019, The Complete Investment Banking Course 2019, and many more. </p><br><br><br><br>
<a href="https://click.linksynergy.com/deeplink?id=vedj0cWlu2Y&mid=39197&u1=ddbestbusiness3&murl=https%3A%2F%2Fwww.udemy.com%2Fcourses%2Fbusiness%2F"> <button id=mapsbtn>ACCESS COURSE</button></a>
</div>
</div>
</div>
<div class="col-lg-3 col-md-6 d-flex align-items-stretch">
<div class="member" data-aos="fade-up" data-aos-delay="300">
<div class="member-img">
<img src="img/blog/e.jpg" class="img-fluid" alt="">
<div class="social">
<a href=""><i class="fa fa-twitter"></i></a>
<a href=""><i class="fa fa-facebook"></i></a>
<a href=""><i class="fa fa-instagram"></i></a>
<a href=""><i class="fa fa-linkedin"></i></a>
</div>
</div>
<div class="member-info">
<h4>Harvard Online Learning</h4>
<p>Harvard University is known to offer multiple business courses based on user requirements and their knowledge. There are more than 30+ business courses available on Harvard University online platform, among which the trending courses are Non-profit financial stewardship webinar, Improving your business through a culture of health, Financial accounting principles, and Corporate Finance.</p>
<a href="https://online-learning.harvard.edu/subject/business"> <button id=mapsbtn>ACCESS COURSE</button></a>
</div>
</div>
</div>
</div>
<div class="row">
<div class="col-lg-3 col-md-6 d-flex align-items-stretch">
<div class="member" data-aos="fade-up">
<div class="member-img">
<img src="img/blog/b2.png" class="img-fluid" alt="">
<div class="social">
<a href=""><i class="fa fa-twitter"></i></a>
<a href=""><i class="fa fa-facebook"></i></a>
<a href=""><i class="fa fa-instagram"></i></a>
<a href=""><i class="fa fa-linkedin"></i></a>
</div>
</div>
<div class="member-info">
<h4>Udacity</h4>
<p>offers an entire hub of business courses, which includes nano degree programs, individual certification programs, and other business-related courses. So,choose a course or program that best defines your needs. These courses help you understand how today’s business objectives can be achieved with user research, analysis, and strategy. Whether you want to start, advance your career, or set up a strong foundation, Udacity can help you attain everything.</p>
<a href="http://www.anrdoezrs.net/links/7964208/type/dlg/sid/ddbestbusiness4/https://www.udacity.com/school-of-business"> <button id=mapsbtn>ACCESS COURSE</button></a>
</div>
</div>
</div>
<div class="col-lg-3 col-md-6 d-flex align-items-stretch">
<div class="member" data-aos="fade-up" data-aos-delay="100">
<div class="member-img">
<img src="img/blog/b3.png" class="img-fluid" alt="">
<div class="social">
<a href=""><i class="fa fa-twitter"></i></a>
<a href=""><i class="fa fa-facebook"></i></a>
<a href=""><i class="fa fa-instagram"></i></a>
<a href=""><i class="fa fa-linkedin"></i></a>
</div>
</div>
<div class="member-info">
<h4>Digital Defynd</h4>
<p>This is a platform that provides you with the details of every business course available online, whether it’s free or paid. With this resource, you can get access to the highest-rated as well as the most taken business courses available online. What makes Digital Defynd unique than other online platforms is that it gives you every detail related to a business course available online. </p><br><br><br>
<a href="https://digitaldefynd.com/business-courses/"> <button id=mapsbtn>ACCESS COURSE</button></a>
</div>
</div>
</div>
<div class="col-lg-3 col-md-6 d-flex align-items-stretch">
<div class="member" data-aos="fade-up" data-aos-delay="200">
<div class="member-img">
<img src="img/blog/h.png" class="img-fluid" alt="">
<div class="social">
<a href=""><i class="fa fa-twitter"></i></a>
<a href=""><i class="fa fa-facebook"></i></a>
<a href=""><i class="fa fa-instagram"></i></a>
<a href=""><i class="fa fa-linkedin"></i></a>
</div>
</div>
<div class="member-info">
<h4>MIT OpenCourseWare</h4>
<p>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.</p><br><br><br>
<a href="https://ocw.mit.edu/index.htm1"> <button id=mapsbtn>ACCESS COURSE</button></a>
</div>
</div>
</div>
<div class="col-lg-3 col-md-6 d-flex align-items-stretch">
<div class="member" data-aos="fade-up" data-aos-delay="300">
<div class="member-img">
<img src="img/blog/i.png" class="img-fluid" alt="">
<div class="social">
<a href=""><i class="fa fa-twitter"></i></a>
<a href=""><i class="fa fa-facebook"></i></a>
<a href=""><i class="fa fa-instagram"></i></a>
<a href=""><i class="fa fa-linkedin"></i></a>
</div>
</div>
<div class="member-info">
<h4>Coursera</h4>
<p>Coursera has always been an excellent online platform that offers multiple free courses and classes to help individuals expand their skills and improve their career. This list of business courses provided by Coursera consists of ultimate courses offered by top universities from around the world. Divided into four different categories – Leadership and Management, Marketing, Finance, and Entrepreneurship.</p>
<a href="https://click.linksynergy.com/deeplink?id=vedj0cWlu2Y&mid=40328&u1=ddbestbusiness1&murl=https%3A%2F%2Fwww.coursera.org%2Fbrowse%2Fbusiness"> <button id=mapsbtn>ACCESS COURSE</button></a>
</div>
</div>
</div>
</div>
<div class="row">
<div class="col-lg-3 col-md-6 d-flex align-items-stretch">
<div class="member" data-aos="fade-up">
<div class="member-img">
<img src="img/blog/b5.png" class="img-fluid" alt="">
<div class="social">
<a href=""><i class="fa fa-twitter"></i></a>
<a href=""><i class="fa fa-facebook"></i></a>
<a href=""><i class="fa fa-instagram"></i></a>
<a href=""><i class="fa fa-linkedin"></i></a>
</div>
</div>
<div class="member-info">
<h4>Academic Earth</h4>
<p>Academic Earth is a website launched on March 24, 2009, by Richard Ludlow and co-founders Chris Bruner and Liam Pisano, which offers free online video courses and academic lectures.<br><br><br><br></p>
<a href="http://academicearth.org/"> <button id=mapsbtn>ACCESS COURSE</button></a>
</div>
</div>
</div>
<div class="col-lg-3 col-md-6 d-flex align-items-stretch">
<div class="member" data-aos="fade-up" data-aos-delay="100">
<div class="member-img">
<img src="img/blog/b4.png" class="img-fluid" alt="">
<div class="social">
<a href=""><i class="fa fa-twitter"></i></a>
<a href=""><i class="fa fa-facebook"></i></a>
<a href=""><i class="fa fa-instagram"></i></a>
<a href=""><i class="fa fa-linkedin"></i></a>
</div>
</div>
<div class="member-info">
<h4>Skillshare</h4>
<p>Skillshare is an American online learning community for people who want to learn from educational videos. The courses, which are not accredited, are available through subscription. The majority of courses focus on interaction rather than lecturing, with the primary goal of learning by completing a project.</p>
<a href="https://www.skillshare.com/"> <button id=mapsbtn>ACCESS COURSE</button></a>
</div>
</div>
</div>
<div class="col-lg-3 col-md-6 d-flex align-items-stretch">
<div class="member" data-aos="fade-up" data-aos-delay="200">
<div class="member-img">
<img src="img/blog/c2.png" class="img-fluid" alt="">
<div class="social">
<a href=""><i class="fa fa-twitter"></i></a>
<a href=""><i class="fa fa-facebook"></i></a>
<a href=""><i class="fa fa-instagram"></i></a>
<a href=""><i class="fa fa-linkedin"></i></a>
</div>
</div>
<div class="member-info">
<h4>Pluralsight</h4>
<p>Pluralsight 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.”<br><br><br></p>
<a href="https://pluralsight.com/"> <button id=mapsbtn>ACCESS COURSE</button></a>
</div>
</div>
</div>
<div class="col-lg-3 col-md-6 d-flex align-items-stretch">
<div class="member" data-aos="fade-up" data-aos-delay="300">
<div class="member-img">
<img src="img/c5.jpg" class="img-fluid" alt="">
<div class="social">
<a href=""><i class="fa fa-twitter"></i></a>
<a href=""><i class="fa fa-facebook"></i></a>
<a href=""><i class="fa fa-instagram"></i></a>
<a href=""><i class="fa fa-linkedin"></i></a>
</div>
</div>
<div class="member-info">
<BR>
<a href="courses.php"> <button id=mapsbtn>BACK TO COURSES</button></a>
</div>
</div>
</div>
</div>
</div>
</section><!-- End Team Section -->
<br> <!-- Sign up Section -->
<section class="signup-section spad">
<div class="container">
<div class="row">
<div class="jumbotron col-lg-12">
<!-- form message -->
<div class="singup-text">
<h2 style="color: black" >WANT TO INCLUDE YOUR COURSE ON THE PLATFORM?</h2>
<p>Enter the details of the course.</p>
</div>
<div class="row">
<div class="col-12">
<div class="alert alert-success contact__msg" style="display: none" role="alert">
Your message was sent successfully.
</div>
</div>
</div>
<!-- end message -->
<!-- Contacts Form -->
<form class="tech_form3" action="techcode.php" method="POST">
<div class="row">
<!-- Input -->
<div class="col-sm-6 mb-6">
<div class="form-group">
<label class="h6 small d-block text-uppercase">
FULL NAME
<span class="text-danger">*</span>
</label>
<div class="input-group">
<input class="form-control" name="name" id="name" required="" placeholder="name" type="text">
</div>
</div>
</div>
<!-- End Input -->
<!-- Input -->
<div class="col-sm-6 mb-6">
<div class="form-group">
<label class="h6 small d-block text-uppercase">
email address
<span class="text-danger">*</span>
</label>
<div class="input-group ">
<input class="form-control" name="email" id="email" required="" placeholder="name@gmail.com" type="email">
</div>
</div>
</div>
<!-- End Input -->
<div class="w-100"></div>
<!-- Input -->
<div class="col-sm-6 mb-6">
<div class="form-group">
<label class="h6 small d-block text-uppercase">
COURSE NAME
<span class="text-danger">*</span>
</label>
<div class="input-group">
<input class="form-control" name="subject" id="subject" required="" placeholder="Name of course" type="text">
</div>
</div>
</div>
<!-- End Input -->
<!-- Input -->
<div class="col-sm-6 mb-6">
<div class="form-group">
<label class="h6 small d-block text-uppercase">
Your Phone Number
<span class="text-danger">*</span>
</label>
<div class="input-group ">
<input class="form-control" id="phone" name="phone" required="" placeholder="+0091----------" type="text">
</div>
</div>
</div>
<!-- End Input -->
</div>
<!-- Input -->
<div class="form-group mb-5">
<label class="h6 small d-block text-uppercase">
DESCRIPTION OF COURSE
<span class="text-danger">*</span>
</label>
<div class="input-group">
<textarea class="form-control" rows="4" name="message" id="message" required="" placeholder="Details"></textarea>
</div>
</div>
<!-- End Input -->
<div class="">
<button name="tech_form3" type="submit" class="btn btn-primary btn-circled" value="Send Message" style="background-color:
grey;">Submit</button>
<p class="small pt-3">We'll get back to you in 1-2 business days.</p>
</div>
</form>
</div>
</div>
</div>
</section><br><br><br>
<!-- Events Section end -->
<?php
include('footer.php');
?>
<script src="js/jquery-3.2.1.min.js"></script>
<script src="js/popper.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/owl.carousel.min.js"></script>
<script src="js/jquery.waypoints.min.js"></script>
<script src="js/aos.js"></script>
<script src="js/jquery.magnific-popup.min.js"></script>
<script src="js/magnific-popup-options.js"></script>
<script src="js/main.js"></script>
<script src="js/main1.js"></script>
</body>
</html>