-
Notifications
You must be signed in to change notification settings - Fork 1
/
blog-large.html
714 lines (712 loc) · 33.4 KB
/
blog-large.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
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
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Blog Large - Education Theme</title>
<!-- Bootstrap -->
<link href="css/bootstrap.css" rel="stylesheet">
<!-- DL Menu CSS -->
<link href="js/dl-menu/component.css" rel="stylesheet">
<!-- Font Awesome StyleSheet CSS -->
<link href="css/font-awesome.min.css" rel="stylesheet">
<!-- Font Awesome StyleSheet CSS -->
<link href="css/svg.css" rel="stylesheet">
<!-- Pretty Photo CSS -->
<link href="css/prettyPhoto.css" rel="stylesheet">
<!-- Shortcodes CSS -->
<link href="css/shortcodes.css" rel="stylesheet">
<!-- Widget CSS -->
<link href="css/widget.css" rel="stylesheet">
<!-- Typography CSS -->
<link href="css/typography.css" rel="stylesheet">
<!-- Custom Main StyleSheet CSS -->
<link href="style.css" rel="stylesheet">
<!-- Color CSS -->
<link href="css/color.css" rel="stylesheet">
<!-- Responsive CSS -->
<link href="css/responsive.css" rel="stylesheet">
</head>
<body>
<!--iqoniq Wrapper Start-->
<div class="iq_wrapper">
<!--Header Wrap Start-->
<header class="iq_header_1">
<div class="container">
<!--Logo Wrap Start-->
<div class="iq_logo">
<a href="#"><img src="images/logo.jpg" alt="Iqoniq Themes"></a>
</div>
<!--Logo Wrap Start-->
<!--Top Strip Wrap Start-->
<div class="iq_ui_element">
<!--Top Strip Wrap Start-->
<div class="iq_top_strip">
<div class="iq_top_contact pull-left">
<a href="#"> Call us : +01 123 456</a>
<a href="#"> Email : info@info.com</a>
</div>
<div class="iq_time_wrap pull-right"><i class="fa fa-clock-o"></i> Mon - Sat : 09:00 am - 05:30 pm </div>
</div>
<!--Top Strip Wrap End-->
<!--Navigation wrap Start-->
<div class="navigation-wrapper pull-left">
<div class="navigation pull-left">
<ul>
<li><a href="index-2.html">Home</a></li>
<li><a href="about-us.html">About Us</a></li>
<li><a href="#">Courses</a>
<ul class="children">
<li><a href="course-detail.html">course detail</a></li>
<li><a href="courses-small.html">Courses Small</a></li>
<li><a href="our-courses-list.html">Our Courses List</a></li>
<li><a href="our-courses.html">Our Courses</a></li>
</ul>
</li>
<li class="active"><a href="#">Blog</a>
<ul class="children">
<li><a href="blog-large.html">Blog Large</a></li>
<li><a href="blog-medium.html">blog medium</a></li>
<li><a href="blog-small.html">Blog small</a></li>
<li><a href="blog-detail.html">Blog Detail</a></li>
</ul>
</li>
<li><a href="#">Event</a>
<ul class="children">
<li><a href="event-detail.html">Event Detail</a></li>
<li><a href="event-calender.html">Even Calender</a></li>
</ul>
</li>
<li><a href="#">Staff</a>
<ul class="children">
<li><a href="our-teachers.html">Our Staff</a></li>
<li><a href="staff-detail.html">Staff Detail</a></li>
</ul>
</li>
<li><a href="#">Gallery</a>
<ul class="children">
<li><a href="gallery-medium.html">Gallery medium</a></li>
<li><a href="gallery-small.html">Gallery small</a></li>
<li><a href="gallery-mesnory.html">Masonry Gallery</a></li>
</ul>
</li>
<li><a href="contact-us.html">Countact Us</a></li>
</ul>
</div>
<!--DL Menu Start-->
<div id="mg-responsive-navigation" class="dl-menuwrapper">
<button class="dl-trigger">Open Menu</button>
<ul class="dl-menu">
<li class="menu-item mg-parent-menu">
<a href="index-2.html">home</a>
</li>
<li><a href="about-us.html">About us</a></li>
<li class="menu-item mg-parent-menu"><a href="#">course</a>
<ul class="dl-submenu">
<li><a href="course-detail.html">course detail</a></li>
<li><a href="courses-small.html">Courses Small</a></li>
<li><a href="our-courses-list.html">Our Courses List</a></li>
<li><a href="our-courses.html">Our Courses</a></li>
</ul>
</li>
<li class="menu-item mg-parent-menu"><a href="#">Blog</a>
<ul class="dl-submenu">
<li><a href="blog-large.html">Blog Large</a></li>
<li><a href="blog-medium.html">blog medium</a></li>
<li><a href="blog-small.html">Blog small</a></li>
<li><a href="blog-detail.html">Blog Detail</a></li>
</ul>
</li>
<li class="menu-item mg-parent-menu"><a href="#">Event</a>
<ul class="dl-submenu">
<li><a href="event-detail.html">Event Detail</a></li>
<li><a href="event-calender.html">Even Calender</a></li>
</ul>
</li>
<li class="menu-item mg-parent-menu"><a href="#">Staff</a>
<ul class="dl-submenu">
<li><a href="our-teachers.html">Our Staff</a></li>
<li><a href="staff-detail.html">Staff Detail</a></li>
</ul>
</li>
<li class="menu-item mg-parent-menu"><a href="#">Gallery</a>
<ul class="dl-submenu">
<li><a href="gallery-medium.html">Gallery medium</a></li>
<li><a href="gallery-small.html">Gallery small</a></li>
<li><a href="gallery-mesnory.html">Masonry Gallery</a></li>
</ul>
</li>
<li class="menu-item mg-parent-menu">
<a href="contact-us.html">contact us</a>
</li>
</ul>
</div>
<!--DL Menu END-->
<!--Search Wrap Start-->
<div class="iq_search pull-right">
<button data-toggle="modal" data-target="#search-box"><i class="fa fa-search"></i></button>
</div>
<!--Search Wrap End-->
</div>
<!--Navigation wrap End-->
</div>
<!--Top Strip Wrap End-->
</div>
</header>
<!--Header Wrap End-->
<!--Banner Wrap Start-->
<div class="iner_banner">
<div class="container">
<h5>Blog Large</h5>
<div class="banner_iner_capstion">
<ul>
<li><a href="#">Home</a></li>
<li><a href="#">Blog Large</a></li>
</ul>
</div>
</div>
</div>
<!--Banner Wrap End-->
<!--iqoniq Content Start-->
<div class="iq_content_wrap">
<!--BLOG1 PAGE START-->
<section>
<div class="blog1_page">
<div class="container">
<div class="row">
<div class="col-md-8">
<!--BLOG1 THUMB START-->
<div class="blog-list">
<!--BLOG1 THUMB FIGURE START-->
<figure>
<img src="extra-images/blog1.jpg" alt="">
</figure>
<!--BLOG1 THUMB FIGURE END-->
<!--BLOG1 THUMB CAPSTION START-->
<div class="blog-caption">
<span class="iq_course_icon">
<span class="icon-lecture">
<span class="path1"></span><span class="path2"></span><span class="path3"></span><span class="path4"></span><span class="path5"></span><span class="path6"></span><span class="path7"></span><span class="path8"></span><span class="path9"></span><span class="path10"></span><span class="path11"></span><span class="path12"></span><span class="path13"></span><span class="path14"></span><span class="path15"></span><span class="path16"></span><span class="path17"></span><span class="path18"></span><span class="path19"></span><span class="path20"></span><span class="path21"></span><span class="path22"></span><span class="path23"></span><span class="path24"></span><span class="path25"></span><span class="path26"></span><span class="path27"></span><span class="path28"></span><span class="path29"></span><span class="path30"></span><span class="path31"></span><span class="path32"></span><span class="path33"></span><span class="path34"></span><span class="path35"></span><span class="path36"></span><span class="path37"></span><span class="path38"></span>
</span>
</span>
<h5 class="blog-title"><a href="#">Students Seek Lake of Communication</a></h5>
<ul class="course_comments">
<li>
<a href="#"><i class="fa fa-user"></i>Admin</a>
</li>
<li>
<a href="#"><i class="fa fa-clock-o"></i>Feb 09, 2015</a>
</li>
</ul>
<p>This is Photoshop's version of Lorem Ipsum. Proin gravida nibh vel velit auctor aliquet. Aenean sollicitudin, lorem quis bibendum auctor, nisi elit consequat ipsum, nec sagittis sem nibh id elit. Duis sed odio sit amet nibh vulputate cursus a sit amet mauris. </p>
<a class="iq_link_1" href="#">READ MORE</a>
</div>
<!--BLOG1 THUMB CAPSTION END-->
</div>
<!--BLOG1 PAGE END-->
<div class="border-div"></div>
<!--BLOG1 THUMB START-->
<div class="blog-list">
<!--BLOG1 THUMB FIGURE START-->
<figure>
<img src="extra-images/blog2.jpg" alt="">
</figure>
<!--BLOG1 THUMB FIGURE END-->
<!--BLOG1 THUMB CAPSTION START-->
<div class="blog-caption">
<span class="iq_course_icon">
<span class="icon-doctor-2">
<span class="path1"></span><span class="path2"></span><span class="path3"></span><span class="path4"></span><span class="path5"></span><span class="path6"></span><span class="path7"></span><span class="path8"></span><span class="path9"></span><span class="path10"></span><span class="path11"></span><span class="path12"></span><span class="path13"></span><span class="path14"></span><span class="path15"></span><span class="path16"></span><span class="path17"></span><span class="path18"></span><span class="path19"></span><span class="path20"></span><span class="path21"></span><span class="path22"></span><span class="path23"></span><span class="path24"></span><span class="path25"></span><span class="path26"></span><span class="path27"></span><span class="path28"></span><span class="path29"></span><span class="path30"></span><span class="path31"></span><span class="path32"></span><span class="path33"></span><span class="path34"></span><span class="path35"></span><span class="path36"></span><span class="path37"></span><span class="path38"></span>
</span>
</span>
<h5 class="blog-title"><a href="#">Students Seek Lake of Communication</a></h5>
<ul class="course_comments">
<li>
<a href="#"><i class="fa fa-user"></i>Admin</a>
</li>
<li>
<a href="#"><i class="fa fa-clock-o"></i>Feb 09, 2015</a>
</li>
</ul>
<p>This is Photoshop's version of Lorem Ipsum. Proin gravida nibh vel velit auctor aliquet. Aenean sollicitudin, lorem quis bibendum auctor, nisi elit consequat ipsum, nec sagittis sem nibh id elit. Duis sed odio sit amet nibh vulputate cursus a sit amet mauris. </p>
<a class="iq_link_1" href="#">READ MORE</a>
</div>
<!--BLOG1 THUMB CAPSTION END-->
</div>
<!--BLOG1 PAGE END-->
<div class="border-div"></div>
<!--BLOG1 THUMB START-->
<div class="blog-list">
<!--BLOG1 THUMB FIGURE START-->
<figure>
<img src="extra-images/blog3.jpg" alt="">
</figure>
<!--BLOG1 THUMB FIGURE END-->
<!--BLOG1 THUMB CAPSTION START-->
<div class="blog-caption">
<span class="iq_course_icon">
<span class="icon-scholarship">
<span class="path1"></span><span class="path2"></span><span class="path3"></span><span class="path4"></span><span class="path5"></span><span class="path6"></span><span class="path7"></span><span class="path8"></span><span class="path9"></span><span class="path10"></span><span class="path11"></span><span class="path12"></span><span class="path13"></span><span class="path14"></span><span class="path15"></span><span class="path16"></span><span class="path17"></span><span class="path18"></span>
</span>
</span>
<h5 class="blog-title"><a href="#">Students Seek Lake of Communication</a></h5>
<ul class="course_comments">
<li>
<a href="#"><i class="fa fa-user"></i>Admin</a>
</li>
<li>
<a href="#"><i class="fa fa-clock-o"></i>Feb 09, 2015</a>
</li>
</ul>
<p>This is Photoshop's version of Lorem Ipsum. Proin gravida nibh vel velit auctor aliquet. Aenean sollicitudin, lorem quis bibendum auctor, nisi elit consequat ipsum, nec sagittis sem nibh id elit. Duis sed odio sit amet nibh vulputate cursus a sit amet mauris. </p>
<a class="iq_link_1" href="#">READ MORE</a>
</div>
<!--BLOG1 THUMB CAPSTION END-->
</div>
<!--BLOG1 PAGE END-->
<!--Pagination Start-->
<div class="iqoniq-pagination text-center">
<span class="page-numbers current">1</span>
<a class="page-numbers" href="#">2</a>
<a class="page-numbers" href="#">3</a>
<a class="page-numbers border_none" href="#">...</a>
<a class="page-numbers" href="#">18</a>
<a class="page-numbers" href="#">19</a>
<a class="page-numbers" href="#">20</a>
</div>
<!--Pagination End-->
</div>
<div class="col-md-4">
<div class="aside-bar">
<!--course_inrp_side_search START-->
<div class="widget widget-search">
<form class="iq-input">
<input placeholder="Search ..." type="text">
<label class="iq-input-icon"><input type="submit"></label>
</form>
</div>
<!--course_inrp_side_search end-->
<!--coures_archives start-->
<div class="widget widget_archive">
<!--Widget Title Start-->
<h5 class="widget-title"><span>our</span> Course</h5>
<!--Widget Title End-->
<ul>
<li>
<a href="#">Politics & History</a><span>03</span>
</li>
<li>
<a href="#">Journalism</a><span>01</span>
</li>
<li>
<a href="#">Medical Sciences</a><span>03</span>
</li>
<li>
<a href="#">Health</a><span>01</span>
</li>
<li>
<a href="#">Sports</a><span>03</span>
</li>
<li>
<a href="#">Atrs</a><span>02</span>
</li>
<li>
<a href="#">Tourism & Culture</a><span>06</span>
</li>
</ul>
</div>
<!--coures_archives end-->
<!--POPULAR START-->
<div class="widget widget-popular">
<!--Widget Title Start-->
<h5 class="widget-title"><span>popular</span>courses</h5>
<!--Widget Title End-->
<!--POPULAR THUMB START-->
<div class="popular_thumb">
<figure>
<img src="extra-images/popular-thumb1.jpg" alt=""/>
</figure>
<!--COURES POPULAR CAPSTION START-->
<div class="overflow-text">
<h6><a href="#">Neque porro quisquam est qui dolorem dolor</a></h6>
<p>19 Dec, 2015</p>
</div>
<!--COURES POPULAR CAPSTION END-->
</div>
<!--POPULAR THUMB END-->
<!--POPULAR THUMB START-->
<div class="popular_thumb">
<figure>
<img src="extra-images/popular-thumb2.jpg" alt=""/>
</figure>
<!--COURES POPULAR CAPSTION START-->
<div class="overflow-text">
<h6><a href="#">Neque porro quisquam est qui dolorem dolor</a></h6>
<p>19 Dec, 2015</p>
</div>
<!--COURES POPULAR CAPSTION END-->
</div>
<!--POPULAR THUMB END-->
<!--POPULAR THUMB START-->
<div class="popular_thumb">
<figure>
<img src="extra-images/popular-thumb3.jpg" alt=""/>
</figure>
<!--COURES POPULAR CAPSTION START-->
<div class="overflow-text">
<h6><a href="#">Neque porro quisquam est qui dolorem dolor</a></h6>
<p>19 Dec, 2015</p>
</div>
<!--COURES POPULAR CAPSTION END-->
</div>
<!--POPULAR THUMB END-->
</div>
<!--POPULAR END-->
<!--COURES CATEGORIES START-->
<div class="widget widget_time">
<!--Widget Title Start-->
<h5 class="widget-title"><span>working</span> hours</h5>
<!--Widget Title End-->
<ul>
<li>
<span>Monday</span>08:30 am - 05:30 pm
</li>
<li>
<span>Tuesday</span>08:30 am - 05:30 pm
</li>
<li>
<span>Wednesday</span>08:30 am - 05:30 pm
</li>
<li>
<span>Thursday</span>08:30 am - 05:30 pm
</li>
<li>
<span>Friday</span>08:30 am - 05:30 pm
</li>
<li>
<span>Saturday</span>Closed
</li>
<li>
<span>Sunday</span>Closed
</li>
</ul>
</div>
<!--COURES CATEGORIES END-->
<!--POPULAR START-->
<div class="widget widget-popular">
<!--Widget Title Start-->
<h5 class="widget-title"><span>popular</span>courses</h5>
<!--Widget Title End-->
<!--POPULAR THUMB START-->
<div class="popular_thumb">
<figure>
<img src="extra-images/popular-thumb5.jpg" alt=""/>
</figure>
<!--COURES POPULAR CAPSTION START-->
<div class="overflow-text">
<h6><a href="#">Professional Teching Course</a></h6>
<!--RATING AREA START-->
<div class="rating-wrap">
<div class="rating_down">
<div class="rating_up" style="width:100%;"></div>
</div>
</div>
<!--RATING AREA End-->
<p>Anna Doe</p>
<span>$99.99</span>
<!--COURES RATING AREA END-->
</div>
<!--COURES POPULAR CAPSTION END-->
</div>
<!--POPULAR THUMB END-->
<!--POPULAR THUMB START-->
<div class="popular_thumb">
<figure>
<img src="extra-images/popular-thumb2.jpg" alt=""/>
</figure>
<!--COURES POPULAR CAPSTION START-->
<div class="overflow-text">
<h6><a href="#">Professional Teching Course</a></h6>
<!--RATING AREA START-->
<div class="rating-wrap">
<div class="rating_down">
<div class="rating_up" style="width:100%;"></div>
</div>
</div>
<!--RATING AREA End-->
<p>Anna Doe</p>
<span>$99.99</span>
<!--COURES RATING AREA END-->
</div>
<!--COURES POPULAR CAPSTION END-->
</div>
<!--POPULAR THUMB END-->
<!--POPULAR THUMB START-->
<div class="popular_thumb">
<figure>
<img src="extra-images/popular-thumb3.jpg" alt=""/>
</figure>
<!--COURES POPULAR CAPSTION START-->
<div class="overflow-text">
<h6><a href="#">Professional Teching Course</a></h6>
<!--RATING AREA START-->
<div class="rating-wrap">
<div class="rating_down">
<div class="rating_up" style="width:100%;"></div>
</div>
</div>
<!--RATING AREA End-->
<p>Anna Doe</p>
<span>$99.99</span>
</div>
<!--COURES POPULAR CAPSTION END-->
</div>
<!--POPULAR THUMB END-->
</div>
<!--POPULAR END-->
<!--POPULAR START-->
<div class="widget widget-tag">
<!--Widget Title Start-->
<h5 class="widget-title"><span>tags</span></h5>
<!--Widget Title End-->
<div class="tag">
<a class="tag-link" href="#">Science</a>
<a class="tag-link" href="#">knowledge</a>
<a class="tag-link" href="#">Courage</a>
<a class="tag-link" href="#">Sports</a>
<a class="tag-link" href="#">Impression</a>
<a class="tag-link" href="#">History & Politics</a>
<a class="tag-link" href="#">Admission</a>
<a class="tag-link" href="#">Arts</a>
<a class="tag-link" href="#">Research</a>
<a class="tag-link" href="#">Career</a>
<a class="tag-link" href="#">PHD</a>
</div>
</div>
<!--POPULAR END-->
</div>
</div>
</div>
</div>
</div>
<!--BLOG1 PAGE END-->
</section>
</div>
<!--iqoniq Content End-->
<!--Footer Contact Info Wrap Start-->
<div class="iq_contact_info">
<div class="container">
<ul>
<li>
<i class="fa fa-map-marker"></i>
<div class="iq_info_wrap">
<h5>University Address</h5>
<p>Abc Street , new town <span>Sydney</span></p>
</div>
</li>
<li>
<i class="fa fa-phone"></i>
<div class="iq_info_wrap">
<h5>Contact Number</h5>
<span>+ (0) 123 456 7891</span>
<span>+ (0) 123 456 7891</span>
</div>
</li>
<li>
<i class="fa fa-phone"></i>
<div class="iq_info_wrap">
<h5>Email;</h5>
<a href="mailto:Info@info.com">Info@info.com</a>
<a href="mailto:Support@support.com">Support@support.com</a>
</div>
</li>
</ul>
</div>
</div>
<!--Footer Contact Info Wrap End-->
<!--Footer Wrap Start-->
<footer class="iq_footer_bg">
<div class="container">
<div class="row">
<!--Widget About Start-->
<div class="col-md-3">
<div class="iq_uni_title">
<!--Widget Title Start-->
<h4>university of <span>education</span></h4>
<!--Widget Title End-->
<p>Lorem ipsum dolor sit amet elit, sed do eiusmod tempor incididunt ut labore et dolore .</p>
<ul>
<li><span>Moday - Friday</span> 08:00- 05:00</li>
<li><span>Saturday</span> Closed</li>
<li><span>Sunday</span> Closed</li>
</ul>
</div>
</div>
<!--Widget About End-->
<!--Widget Archive Start-->
<div class="col-md-3">
<div class="widget widget_archive">
<!--Widget Title Start-->
<h5 class="widget-title"><span>Our</span> Services</h5>
<!--Widget Title End-->
<!--Social Media Start-->
<ul>
<li>
<a href="#">Safety & Risk Management</a>
</li>
<li>
<a href="#">Facilities Services</a>
</li>
<li>
<a href="#">University Police</a>
</li>
<li>
<a href="#">Campus Planning</a>
</li>
<li>
<a href="#">Mail Services</a>
</li>
<li>
<a href="#">Facilities IT</a>
</li>
</ul>
<!--Social Media End-->
</div>
</div>
<!--Widget Archive End-->
<!--Widget Flickr Start-->
<div class="col-md-3 col-sm-6">
<div class="widget widget-flickr">
<!-- Widget Title Start-->
<h5 class="widget-title"><span>Our</span> Photo</h5>
<!-- Widget Title End-->
<div class="flickr-wrap">
<a class="flickrbadges" href="#"><img src="extra-images/flickr1.jpg" alt=""></a>
<a class="flickrbadges" href="#"><img src="extra-images/flickr2.jpg" alt=""></a>
<a class="flickrbadges" href="#"><img src="extra-images/flickr3.jpg" alt=""></a>
<a class="flickrbadges" href="#"><img src="extra-images/flickr4.jpg" alt=""></a>
<a class="flickrbadges" href="#"><img src="extra-images/flickr5.jpg" alt=""></a>
<a class="flickrbadges" href="#"><img src="extra-images/flickr6.jpg" alt=""></a>
<a class="flickrbadges" href="#"><img src="extra-images/flickr4.jpg" alt=""></a>
<a class="flickrbadges" href="#"><img src="extra-images/flickr5.jpg" alt=""></a>
<a class="flickrbadges" href="#"><img src="extra-images/flickr6.jpg" alt=""></a>
</div>
</div>
</div>
<!--Widget Flickr End-->
<!--Widget News Letter Start-->
<div class="col-md-3">
<div class="widget iq_footer_newsletter">
<!--Widget Title Start-->
<h5 class="widget-title"><span>Our</span> Newsletter</h5>
<!--Widget Title End-->
<p>Lorem ipsum dolor sit amet elit, sed do eiusmod tempor incididunt ut labore et dolore .</p>
<form class="iq-input">
<input placeholder="Search ..." type="text">
<label class="iq-input-icon"><input type="submit"></label>
</form>
<!--Widget Title Start-->
<h5 class="widget-title border-none"><span>Our</span> Connected</h5>
<!--Widget Title Start-->
<ul class="iq_footer_social">
<li>
<a href="#"><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-facebook"></i></a>
</li>
<li>
<a href="#"><i class="fa fa-pinterest"></i></a>
</li>
</ul>
</div>
</div>
<!--Widget News Letter End-->
</div>
</div>
</footer>
<!--Footer Wrap End-->
<!--Copy Right Start-->
<div class="footer_strip">
<h5><a target="_blank" href="templatespoint.net">Templates Point</a></h5>
</div>
<!--Copy Right End-->
<!-- Modal -->
<div class="modal fade" id="search-box" role="dialog">
<button type="button" class="close" data-dismiss="modal">×</button>
<div class="modal-dialog">
<!--SEARCH section STARTS-->
<div class="iqoniq_courses_search">
<div class="container">
<!--Heading Wrap Start-->
<div class="iq_heading_1 text-center">
<h4>Search For<span>Our Courses</span></h4>
<p>Fill The Below Form and Star Searching</p>
</div>
<!--Heading Wrap End-->
<!--iqoniq FORM STARTS-->
<div class="row">
<div class="col-md-3">
<!--Iconiq Input STARTS-->
<div class="iq-input">
<input class="first_input" type="text" placeholder="Search Words">
</div>
<!--Iconiq Input End-->
</div>
<div class="col-md-3">
<!--Iconiq Input STARTS-->
<div class="iq-input">
<select name="Category">
<option value="0">Category</option>
<option value="9">Publishing Date</option>
<option value="2">Publishing Date</option>
<option value="3">Publishing Date</option>
</select>
</div>
<!--Iconiq Input End-->
</div>
<div class="col-md-3">
<!--Iconiq Input STARTS-->
<div class="iq-input">
<select name="Category">
<option value="0">Category</option>
<option value="9">Publishing Date</option>
<option value="2">Publishing Date</option>
<option value="3">Publishing Date</option>
</select>
</div>
<!--Iconiq Input End-->
</div>
<div class="col-md-3">
<!--Iconiq Input STARTS-->
<div class="iq-input">
<input class="iq_link_1" type="submit" value="Start Search">
</div>
<!--Iconiq Input End-->
</div>
</div>
<!--iqoniq FROM END-->
</div>
</div>
<!--SEARCH section ENDS-->
</div>
</div>
</div>
<!--iqoniq Wrapper End-->`
<!--Javascript Library-->
<script src="js/jquery.js"></script>
<!--Bootstrap core JavaScript-->
<script src="js/bootstrap.min.js"></script>
<!--Dl Menu Script-->
<script src="js/dl-menu/modernizr.custom.js"></script>
<script src="js/dl-menu/jquery.dlmenu.js"></script>
<!--Pretty Photo JavaScript-->
<script src="js/jquery.prettyPhoto.js"></script>
<!--Custom JavaScript-->
<script src="js/custom.js"></script>
</body>
</html>