-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathtrainings.php
More file actions
190 lines (160 loc) · 6.47 KB
/
trainings.php
File metadata and controls
190 lines (160 loc) · 6.47 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
<!doctype html>
<html class="no-js" lang="zxx">
<head>
<!-- Meta Tags -->
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="keywords" content="Chronus, Project, Management, Charity">
<meta name="description" content="">
<meta name='copyright' content='Chronus Solutions'>
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<!-- Title -->
<title>Chronus Solutions - Trainings</title>
<!-- Favicon -->
<link rel="icon" type="image/x-icon" href="favicon.ico">
<!-- Google Fonts -->
<link href="https://fonts.googleapis.com/css?family=Poppins:200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&display=swap" rel="stylesheet">
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="css/bootstrap.min.css">
<!-- Nice Select CSS -->
<link rel="stylesheet" href="css/nice-select.css">
<!-- Font Awesome CSS -->
<link rel="stylesheet" href="css/font-awesome.min.css">
<!-- icofont CSS -->
<link rel="stylesheet" href="css/icofont.css">
<!-- Slicknav -->
<link rel="stylesheet" href="css/slicknav.min.css">
<!-- Owl Carousel CSS -->
<link rel="stylesheet" href="css/owl-carousel.css">
<!-- Datepicker CSS -->
<link rel="stylesheet" href="css/datepicker.css">
<!-- Animate CSS -->
<link rel="stylesheet" href="css/animate.min.css">
<!-- Magnific Popup CSS -->
<link rel="stylesheet" href="css/magnific-popup.css">
<!-- CSS -->
<link rel="stylesheet" href="css/normalize.css">
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="css/responsive.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
<link rel="stylesheet" href="form.css">
<script src="form.js"></script>
</head>
<body class="is-preload">
<!-- Preloader -->
<div class="preloader">
<div class="loader">
<div class="loader-outter"></div>
<div class="loader-inner"></div>
<div class="indicator">
<svg width="24px" height="24px">
<polyline id="back" points="12,2 8,8 2,12 8,16 12,22 15,16 22,12 15,7 12,2"></polyline>
<polyline id="front" points="12,2 8,8 2,12 8,16 12,22 15,16 22,12 15,7 12,2"></polyline>
</svg>
</div>
</div>
</div>
<!-- End Preloader -->
<!-- Get Pro Button >
<ul class="pro-features">
<a class="get-pro" href="#">Let's Chat</a>
<!--li class="big-title">Pro Version Available on Themeforest</li>
<li class="title">A team member will join you shortly</li>
<li>All our representatives are currently engaged, a chat box will appear here once someone is available.</li>
<li>Thank you for waiting</li>
<!--li>Color Plate With 12+ Colors</li>
<li>Sticky Header / Sticky Filters</li>
<li>Working Contact Form With Google Map</li>
<div class="button">
<a href="contact/" target="_blank" class="btn">Join the Queue</a>
<a href="contact/" target="_blank" class="btn">Request a Callback</a>
</div>
</ul-->
<?php include 'inc/header.php'; ?>
<!-- Breadcrumbs -->
<div class="breadcrumbs overlay">
<div class="container">
<div class="bread-inner">
<div class="row">
<div class="col-12">
<h2>Trainings at Chronus</h2>
<ul class="bread-list">
<li><a href="index.html">Home</a></li>
<li><i class="icofont-simple-right"></i></li>
<li class="active">Trainings</li>
</ul>
</div>
</div>
</div>
</div>
</div>
<!-- End Breadcrumbs -->
<!-- Start Portfolio Details Area -->
<section class="pf-details section">
<div class="container">
<div class="row">
<div class="col-12">
<div class="inner-content">
<div class="image-slider">
<div class="pf-details-slider">
<div class="slider-item">
<img src="img/mr-bochelly-IBKyH0V3rew-unsplash.jpg" alt="Image 2">
</div>
<div class="slider-item">
<img src="img/brooke-cagle-g1Kr4Ozfoac-unsplash (1).jpg" alt="Image 1">
</div>
<div class="slider-item">
<img src="img/desola-lanre-ologun-IgUR1iX0mqM-unsplash.jpg" alt="Image 3">
</div>
</div>
</div>
<div class="date">
<ul>
<li><span>Learn with us</span> at Chronus</li>
</ul>
</div>
<div class="share">
<!-- <h6>If you wish to be contacted once training is available, <a href="contact/"><u>click here to drop a message for us.</u></a> Thank you</h6> -->
<!--form method="post">
<input name="email" id="email" placeholder="Email Address" class="common-input" onfocus="this.placeholder = ''"
onblur="this.placeholder = 'Your email address'" required="" type="email">
<button class="button"><i class="icofont icofont-paper-plane">Submit</i></button>
</form-->
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="training-section">
<h1>Available Trainings</h1>
<div class="training-container">
<div class="training">
<img src="img/charlesdeluvio-Lks7vei-eAg-unsplash.jpg" alt="Artificial Intelligence">
<h3>Business Analyst</h3>
<p>Be a Business Analyst in just 16 weeks</p>
<button><a href="contact/ba-contact.php" class="enroll-btn">Enroll Now</a></button>
</div>
<div class="training">
<img src="img/scott-graham-5fNmWej4tAA-unsplash (1).jpg" alt="Cybersecurity">
<h3>Project Management</h3>
<p>Break into Project Management in 16 weeks.</p>
<button><a href="contact/pm-contact.php" class="enroll-btn">Enroll Now</a></button>
</div>
<div class="training">
<img src="img/austin-distel-mpN7xjKQ_Ns-unsplash.jpg" alt="Digital Marketing">
<h3>IT Software Applications</h3>
<p>Master IT Software Applications in 16 weeks</p>
<button><a href="contact/it-contact.php" class="enroll-btn">Enroll Now</a></button>
</div>
<div class="training">
<img src="img/jason-goodman-Oalh2MojUuk-unsplash.jpg" alt="Digital Marketing">
<h3>Scrum Master</h3>
<p>Become a Scrum Master in 16 weeks</p>
<button><a href="contact/sm-contact.php" class="enroll-btn">Enroll Now</a></button>
</div>
</div>
</section>
<!-- End Portfolio Details Area -->
<?php include 'ft.html'; ?>