-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpublications.html
More file actions
522 lines (443 loc) · 23.7 KB
/
publications.html
File metadata and controls
522 lines (443 loc) · 23.7 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
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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Chartered Instittute of Information and Strategy Management - (CIISM)</title>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=Edge">
<meta name="description" content="CIISM is an institute that upholds the value of integrity, professionalism, best practice, objectivity, accountability, discipline, leadership, transparency, competency, selflessness as we equipping our members with the highest international standards, knowledge, and capacity building that enhance them to gain competitive advantage in information and strategic management.">
<meta name="author" content="CIISM">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<!-- OG Meta Tags to improve the way the post looks when you share the page on LinkedIn, Facebook, Google+ -->
<meta property="og:site_name" content="CIISM" /> <!-- website name -->
<meta property="og:site" content="https://www.ciism.com/" /> <!-- website link -->
<meta property="og:title" content="Chartered Instittute of Information and Strategy Management - (CIISM)"/> <!-- title shown in the actual shared post -->
<meta property="og:description" content="CIISM is an institute that upholds the value of integrity, professionalism, best practice, objectivity, accountability, discipline, leadership, transparency, competency, selflessness as we equipping our members with the highest international standards, knowledge, and capacity building that enhance them to gain competitive advantage in information and strategic management." /> <!-- description shown in the actual shared post -->
<meta property="og:image" content="" /> <!-- image link, make sure it's jpg -->
<meta property="og:url" content="" /> <!-- where do you want your post to link to -->
<meta property="og:type" content="article" />
<!-- Site Icons -->
<!-- [Favicon] -->
<link rel="shortcut icon" href="img/favicon/favicon.ico" type="image/x-icon">
<link rel="icon" href="img/favicon/favicon.ico" type="image/x-icon">
<!-- [Touch Icons] -->
<!-- For iPad3 with retina display: -->
<link rel="apple-touch-icon-precomposed" href="img/favicon/favicon.ico" sizes="368x305">
<!-- For first- and second-generation iPad: -->
<link rel="apple-touch-icon-precomposed" href="img/favicon/favicon.ico" sizes="368x305">
<!-- For first- and second-generation iPad: -->
<link rel="apple-touch-icon-precomposed" href="img/favicon/favicon.ico" sizes="368x305">
<!-- For non-Retina iPhone, iPod Touch, and Android 2.1+ devices: -->
<link rel="apple-touch-icon-precomposed" href="img/favicon/favicon.ico" sizes="368x305">
<!-- End Site Icons -->
<link rel="stylesheet" href="css/bootstrap.min.css">
<link rel="stylesheet" href="css/magnific-popup.css">
<link rel="stylesheet" href="css/font-awesome.min.css">
<!-- MAIN CSS -->
<link rel="stylesheet" href="css/style.css">
<!-- Font Awesome -->
<script src="https://kit.fontawesome.com/81a91b0075.js" crossorigin="anonymous"></script>
<!-- End Font Awesome -->
<?php wp_head(); ?>
</head>
<body>
<!-- PRE LOADER -->
<section class="preloader">
<div class="spinner">
<span class="spinner-rotate"></span>
</div>
</section>
<!-- MENU -->
<section class="navbar custom-navbar navbar-fixed-top" role="navigation">
<div class="container">
<div class="navbar-header">
<button class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse">
<span class="icon icon-bar"></span>
<span class="icon icon-bar"></span>
<span class="icon icon-bar"></span>
</button>
<br>
<br>
<!-- lOGO TEXT HERE -->
<img src="img/logo.png" href="index.html" class="navbar-brand" style="width: 50%;height: auto;margin-left: -50px;margin-top: -17px;" alt="logo">
</div>
<!-- MENU LINKS -->
<div class="collapse navbar-collapse">
<ul class="nav navbar-nav navbar-nav-first" style="margin-left: 14em">
<li><a href="index.html" class="smoothScroll">Home</a></li>
<li>
<a href="about.html" class="smoothScroll">About
</a>
</li>
<li>
<a href="#" data-toggle="modal" data-target="#site-on-mentainance" class="smoothScroll">Blog
</a>
</li>
<li>
<a href="#member" class="smoothScroll nav-link dropdown-toggle arrow" data-toggle="dropdown">Memberships <i class="fa fa-angle-down"></i>
</a>
<ul class="dropdown-menu">
<li>
<a href="distinguished-fellow.html" style="color: #000;font-size:14px;font-weight:normal">
Distinguished Fellows
</a>
</li>
<li>
<a href="fellow.html" style="color: #000;font-size:14px;font-weight:normal">
Fellows
</a>
</li>
<li>
<a href="senior-member.html" style="color: #000;font-size:14px;font-weight:normal">
Senior Members
</a>
</li>
<li>
<a href="full-member.html" style="color: #000;font-size:14px;font-weight:normal">
Full Members
</a>
</li>
<li>
<a href="associate-member.html" style="color: #000;font-size:14px;font-weight:normal">
Associate Members
</a>
</li>
<li>
<a href="graduate-member.html" style="color: #000;font-size:14px;font-weight:normal">
Graduate Members
</a>
</li>
</ul>
</li>
<li>
<a href="gallery.html" class="smoothScroll">Gallery
</a>
</li>
<li>
<a href="publications.html" class="smoothScroll">Publications
</a>
</li>
<li>
<a href="contact.html" class="smoothScroll">Contact
</a>
</li>
</ul>
</div>
<!--<?php
// $defaults = array(
// 'menu' => '',
// 'container' => 'div',
// 'container_class' => 'collapse navbar-collapse',
// 'container_id' => '',
// 'container_aria_label' => '',
// 'menu_class' => 'menu',
//'menu_id' => '',
// 'echo' => true,
//'fallback_cb' => 'wp_page_menu',
// 'before' => '',
// 'after' => '',
// 'link_before' => '',
// 'link_after' => '',
//'items_wrap' => '<ul class="nav navbar-nav navbar-nav-first" style="margin-left: 14em">%3$s</ul>',
// 'item_spacing' => 'preserve',
// 'depth' => 0,
// 'walker' => '',
// 'theme_location' => 'header-top-menu',
// );
//$menu = wp_nav_menu( $defaults );
?>-->
</div>
</section>
<!-- HOME -->
<section id="home" data-stellar-background-ratio="0.5">
<div class="slider" id="slider">
<div>
<img src="img/bg_1.jpg" alt="">
</div>
<div>
<img src="img/bg_2.jpg" alt="">
</div>
<div>
<img src="img/bg_3.jpg" alt="">
</div>
<div>
<img src="img/bg_4.jpg" alt="">
</div>
</div>
<div class="container" style="margin-top:230px;margin-bottom:10px !important">
<div class="row">
<div class="col-md-6 col-sm-12 my">
<span class="line-bar" style="font-size:90px;color:#fff;">....</span>
<div class="home-info">
<h2 class="jo6" style="color:#fff; font-size: 20px;text-transform: uppercase;margin-bottom: -30px;">
We Uphold the Value of Integrity
</h2>
<h1 class="to">Professionalism</h1>
<h2 class="to1" style="margin-top: -40px;color: #fff;text-transform: uppercase;font-weight: 600;margin-bottom: 100px;">
Leadership, Competency...
</h2>
<a href="membership-form.html" class="btn section-btn smoothScroll">Register Today With CIISM!</a><br><br>
<span>
CALL US (+234) 808-002-9271
<small>For Further Enquiries</small>
</span><br>
<span class="line-bar" style="font-size:90px;color:#fff;margin-left:359px;margin-top:-30px">
....
</span>
</div>
</div>
<div class="col-md-6 col-sm-12" style="margin-top:100px">
<div class="home-video">
<div class="embed-responsive embed-responsive-16by9">
<iframe class="min" src="https://www.youtube.com/embed/03pcJ_LiGpI" width="560" height="315" frameborder="0" allowfullscreen="allowfullscreen" style="border: 6px solid;color: #021B79;border-right-color: #61ED00;border-left-color: #021B79;border-bottom-color: #61ED00;border-radius: 5px;"></iframe>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- ABOUT -->
<section id="about" data-stellar-background-ratio="0.5">
<div class="container" style="margin-top:-100px">
<div class="row mit me111">
<div class="col-md-5 col-sm-6">
<div class="about-info">
<div class="section-title">
<img class="top" src='img/piggy-bank.png' width=50>
<h2 style="font-weight:600;color:#fff">View Our Courses</h2>
<span class="line-bar">...</span>
</div>
</div>
</div>
<div class="col-md-5 col-sm-6">
<div class="about-info">
<div class="section-title">
<img class="top" src='img/handshake.png' width=50>
<h2 style="font-weight:600;color:#fff">Become A Member</h2>
<span class="line-bar">...</span>
</div>
</div>
</div>
<div class="col-md-5 col-sm-6">
<div class="about-info">
<div class="section-title">
<img class="top" src='img/ecology.png' width=50>
<h2 style="font-weight:600;color:#fff">Get Involved</h2>
<span class="line-bar">...</span>
</div>
</div>
<br>
</div>
</div>
</div>
</section>
<!-- BLOG -->
<section id="blog" data-stellar-background-ratio="0.5" style="background-color:#fff">
<div class="container" style="margin-bottom: -60px;">
<div class="row">
<div class="col-md-12 col-sm-12">
<div class="section-title">
<h2 style="font-weight:900;color:#000">
CIISM
<span style="color: #021B79;">PUBLICATIONS</span>
</h2>
<span class="line-bar">...</span>
</div>
</div>
<div class="col-md-6 col-sm-6">
<!-- BLOG THUMB -->
<div class="media blog-thumb">
<div class="media-object media-left">
<a>
<img src="img/publications/1.jpg" class="img-responsive" alt="INFORMATION MANAGEMENT">
</a>
</div>
<div class="media-body blog-info">
<h3 style="font-weight:900;color:#000">Information Management</h3>
<p>By: Dr. S.S. Amoor Associate Professor of Business Education Ahmadu Bello University, Zaria.</p>
<a href="file-system/INFORMATION-MANAGEMENT.pptx" download="INFORMATION-MANAGEMENT" class="btn section-btn smoothScroll" style="background-color: #021B79;color: #fff;">Download Now!</a><br><br>
</div>
</div>
</div>
<div class="col-md-6 col-sm-6">
<!-- BLOG THUMB -->
<div class="media blog-thumb">
<div class="media-object media-left">
<a>
<img src="img/publications/2.jpg" class="img-responsive" alt="Threats To A Bank's Cyber Security">
</a>
</div>
<div class="media-body blog-info">
<h3 style="font-weight:900;color:#000">Threats To A Bank's Cyber Security</h3>
<p>By: Dr Richard Otuka(PhD)</p>
<a href="file-system/Threats-to-a-Banks-Cyber-Security.pptx" download="Threats-to-a-Banks-Cyber-Security" class="btn section-btn smoothScroll" style="background-color: #021B79;color: #fff;">Download Now!</a><br><br>
</div>
</div>
</div>
<div class="col-md-6 col-sm-6 jo1" style="margin-left: 290px;">
<!-- BLOG THUMB -->
<div class="media blog-thumb">
<div class="media-object media-left">
<a>
<img src="img/publications/3.jpg" class="img-responsive" alt="LEADERSHIP-FOR-STRATEGIC-MANAGEMENT-OF-AN-ORGANIZATION">
</a>
</div>
<div class="media-body blog-info">
<h3 style="font-weight:900;color:#000">Leadership For Strategic Management Of An Organization</h3>
<p>By: Professor .M. .O. Oyeyemi DVM, MVPH, Ph.D, MCVSN, FCVSN, FIISM, University of Ibadan, Nigeria.</p>
<a href="file-system/LEADERSHIP-FOR-STRATEGIC-MANAGEMENT-OF-AN-ORGANIZATION.pdf" download="LEADERSHIP-FOR-STRATEGIC-MANAGEMENT-OF-AN-ORGANIZATION" class="btn section-btn smoothScroll" style="background-color: #021B79;color: #fff;">Download Now!</a><br><br>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- FOOTER -->
<footer data-stellar-background-ratio="0.5">
<div class="container">
<div class="row">
<div class="col-md-5 col-sm-12">
<div class="footer-thumb footer-info">
<h2 class="jo7" style="font-weight:900;font-size:20px;color:#61ED00">Chartered Instittute of Information and Strategy Management</h2>
<p>CIISM is an institute that upholds the value of integrity, professionalism, best practice, objectivity, accountability, discipline, leadership, transparency, competency, selflessness as we equipping our members with the highest international standards, knowledge, and capacity building that enhance them to gain competitive advantage in information and strategic management.
</p>
</div>
</div>
<div class="col-md-2 col-sm-4">
<div class="footer-thumb">
<h2 style="font-weight:900;font-size:20px;color:#61ED00">Quick Links</h2>
<ul class="footer-link">
<li><a href="index.html">Home</a></li>
<li><a href="about.html">About</a></li>
<li><a href="#" data-toggle="modal" data-target="#site-on-mentainance">Blog</a></li>
<li><a href="#member">Membership</a></li>
<li><a href="gallery.html">Gallery</a></li>
<li><a href="publications.html">Publications</a></li>
<li><a href="contact.html">Contact</a></li>
</ul>
</div>
</div>
<div class="col-md-2 col-sm-4" id="member">
<div class="footer-thumb">
<h2 style="font-weight:900;font-size:20px;color:#61ED00">Other Links</h2>
<ul class="footer-link">
<li><a href="strategic-award.html">Strategic Award</a></li>
<li><a href="membership-form.html">Membership Form</a></li>
<li>
<a href="distinguished-fellow.html">
Distinguished Fellows
</a>
</li>
<li>
<a href="fellow.html">
Fellows
</a>
</li>
<li>
<a href="senior-member.html">
Senior Members
</a>
</li>
<li>
<a href="full-member.html">
Full Members
</a>
</li>
<li>
<a href="associate-member.html">
Associate Members
</a>
</li>
<li>
<a href="graduate-member.html">
Graduate Members
</a>
</li>
</ul>
</div>
</div>
<div class="col-md-3 col-sm-4">
<div class="footer-thumb">
<h2 style="font-weight:900;font-size:20px;color:#61ED00">Find us</h2>
<p><span style="font-weight:600">National Secretariat</span><br>
Plot 2 Behind JAMB CBT Kogo Road Bwari Abuja.
</p>
<p>Suite 05 Ground flood, Ocean Centre opp. Gudu Library, Gudu District Abuja.</p>
<p><span style="font-weight:600;color:#61ED00">Tel:</span> (+234) 704-406-5504, (+234) 803-066-2934, (+234) 808-002-9271</p>
</div>
</div>
<div class="col-md-12 col-sm-12">
<div class="footer-bottom">
<div class="col-md-6 col-sm-5">
<div class="copyright-text">
<p>Copyright © 2021 CIISM -
<a href="https://www.captechnolog.com/">
<small style="color:#61ED00;font-weight:900">Powered by CAP.technology</small>
</a>
</p>
</div>
</div>
<div class="col-md-6 col-sm-7">
<ul class="social-icon">
<li>
<a href="https://www.facebook.com/Chartered-Institute-of-information-Strategy-Management-103746871432514/" class="fa fa-facebook-square" attr="facebook icon" style="font-size:30px !important">
</a>
</li>
<li>
<a href="#" class="fa fa-twitter" style="font-size:30px !important"></a>
</li>
<li>
<a href="#" class="fa fa-instagram" style="font-size:30px !important"></a>
</li>
</ul>
</div>
</div>
</div>
</div>
</div>
</div>
</footer>
<!-- MODAL -->
<section class="modal fade" id="site-on-mentainance" tabindex="-1" role="dialog" aria-labelledby="myModalLabel" aria-hidden="true">
<div class="modal-dialog modal-lg">
<div class="modal-content modal-popup">
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
<span aria-hidden="true">×</span>
</button>
</div>
<div class="modal-body">
<div class="container-fluid">
<div class="row">
<div class="col-md-12 col-sm-12">
<div class="modal-title">
<h2 style="font-weight:900">WELCOME TO CIISM</h2>
</div>
<!-- NAV TABS -->
<ul class="nav nav-tabs" role="tablist">
<li class="active"><a href="#sign_up" aria-controls="sign_up" role="tab" data-toggle="tab">503 Error Code</a></li>
</ul>
<!-- TAB PANES -->
<div class="tab-content">
<div role="tabpanel" class="tab-pane fade in active" id="sign_up">
<p style="font-weight:600">Service Temporarily Unavailable</p>
<p>Oops! The page is temporarily unavailable due to maintenance downtime. Please try again later.
</p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- SCRIPTS -->
<script src="js/jquery.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/jquery.stellar.min.js"></script>
<script src="js/jquery.magnific-popup.min.js"></script>
<script src="js/smoothscroll.js"></script>
<script src="js/custom.js"></script>
<?php wp_footer(); ?>
</body>
</html