-
Notifications
You must be signed in to change notification settings - Fork 2
/
roadmap.php
429 lines (389 loc) · 16.7 KB
/
roadmap.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
<!DOCTYPE html>
<html lang="en">
<head>
<title>INFINITY Hub - AIESEC Sri Lanka</title>
<meta charset="UTF-8">
<meta name="description" content="The knowledge Cornerstone of AIESEC Sri Lanka">
<meta name="keywords" content="event, unica, creative, html">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- Favicon -->
<link href="img/ico.png" rel="shortcut icon"/>
<!-- Google Fonts -->
<link href="https://fonts.googleapis.com/css?family=Rubik:400,400i,500,500i,700,700i" rel="stylesheet">
<!-- Stylesheets -->
<link rel="stylesheet" href="css/bootstrap.min.css"/>
<link rel="stylesheet" href="css/font-awesome.min.css"/>
<link rel="stylesheet" href="css/themify-icons.css"/>
<link rel="stylesheet" href="css/magnific-popup.css"/>
<link rel="stylesheet" href="css/animate.css"/>
<link rel="stylesheet" href="css/owl.carousel.css"/>
<link rel="stylesheet" href="css/style.css"/>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
</head>
<body>
<?php
require 'common.php';
renderNavbar("", "active", "", "", "")
?>
<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>About Us</span>
<i class="fa fa-angle-right"></i>
<span>Road Map</span>
</div>
</div>
<meta name="viewport" content="width=device-width, initial-scale=1">
<style>
.btn {
border: 5px solid black;
background-color: white;
color: black;
padding: 14px 28px;
font-size: 21px;
font: bold;
cursor: pointer;
width: 310px;
height: 100px;
margin: 30px;
align-items: center;
}
/* Blue */
.info {
border-color: #212031;
color: #212031;
}
.info:hover {
background: #212031;
color: white;
}
</style>
<div class="section-title text-center" name="a2025" id="a2025">
<h3> AIESEC Sri Lanka Roadmap</h3>
</div>
<div class="container">
<div class="row">
<div class="col-md-6">
<div class="post-item post-details">
<img src="img/Roadmap/Roadmap.png" class="post-thumb-full">
</div>
</div>
<div class="col-md-2">
</div>
<div class="col-md-4" style="padding: 130px 0;">
<div class="widget">
<h4 class="widget-title">Welcome to AIESEC 2025</h4>
<p style="text-align: justify;">Every 5 years AIESEC designs its mid-term direction, which unites all
its members around the world towards one goal. You are living very memorable moment of AIESEC as
organization. Only once in a few years there is a planning process happens for next semi decade.
Below you can find all information about AIESEC 2025.</p>
</div>
</div>
</div>
<div class="row">
<div class="col-md-4">
<div style="height: 100%">
<div class="image-box">
<img src="img/Roadmap/leaders.png"/>
</div>
<div class="align-content-center bluebox">
<h4 class="text-center color-white">Leadership is at the core of everything we do</h4>
<p class="color-white" style="padding-top: 10px ">
By 2025 AIESEC experience have distinctive qualities and their impact is measurable.
Our leadership development model empowers more young people to become leaders. creating a
community
that continues to drive positive impact.
</p>
</div>
</div>
</div>
<div class="col-md-4">
<div style="height: 100%">
<div class="image-box">
<img src="img/Roadmap/longlasting.png"/>
</div>
<div class="align-content-center greenbox">
<h4 class="text-center color-white">By 2025 AIESEC has sufficient resources to continue developing
leadership for years come.</h4>
<p class="color-white" style="padding-top: 10px ">
We consciously build on the knowledge of previous generations to move our organization
forward. We ensure sustainability by creating value through our programs and empowering
members to take on further roles.
</p>
</div>
</div>
</div>
<div class="col-md-4">
<div style="height: 100%">
<div class="image-box">
<img src="img/Roadmap/partnerships.png"/>
</div>
<div class="align-content-center orangebox ">
<h4 class="text-center color-white">By 2025 AIESEC has sufficient resources to continue developing
leadership for years come.</h4>
<p class="color-white" style="padding-top: 10px ">
We consciously build on the knowledge of previous generations to move our organization
forward. We ensure sustainability by creating value through our programs and empowering
members to take on further roles.
</p>
</div>
</div>
</div>
</div>
<div class="row pt-5">
<div class="col col-12">
<hr style="width: 75%"></hr>
</div>
<div class="col col-12">
<div class="image-box">
<img src="img/Roadmap/leaders.png"/>
</div>
</div>
<div class="col-12 col-lg-6 align-items-center">
<div class="image-box2">
<img src="img/Roadmap/LBP.png"/>
</div>
<div style="height: 10%;">
<h4 class="text-center" style="font-style:italic;color:#62A4D7">AIESEC = Leadership and vise versa</h4>
</div>
<div style="height: 15%">
<p style="padding-top: 10px; color: black;">
<b> By year 2025 AIESEC should be known for the leadership experiences it provides, and leadership
should have the qualities of an AIESECer</b>
</p>
</div>
<div class="container">
<div class="row justify-content-around">
<div class="col col-5 bluebox ">
<h5 class="text-center" style="color: white">LPS + RR</h5>
</div>
<div class="col col-5 bluebox ">
<h5 class="text-center" style="color: white"># of APP</h5>
</div>
</div>
</div>
</div>
<div class="col col-12 col-lg-6 align-items-center">
<div class="image-box2">
<img src="img/Roadmap/LPE.png"/>
</div>
<div style="height: 10%;">
<h4 class="text-center" style="font-style:italic;color:#62A4D7">By 2025 AIESEC portfolio would be the
best
for leadership development</h4>
</div>
<div style="height: 15%">
<p style="padding-top: 10px; color: black;">
<b> By year 2025 AIESEC should have developed their products and projects to give an optimal
experience
to the youth. It will position itself as the leading opportunity for leadership development.
</b>
</p>
</div>
<div class="container">
<div class="row justify-content-around">
<div class="col col-5 bluebox ">
<h5 class="text-center" style="color: white">LPS + RR</h5>
</div>
<div class="col col-5 bluebox ">
<h5 class="text-center" style="color: white"># of RE</h5>
</div>
</div>
</div>
</div>
</div>
<div class="row pt-5">
<div class="col col-12">
<hr style="width: 75%"></hr>
</div>
<div class="col col-12">
<div class="image-box">
<img src="img/Roadmap/longlasting.png"/>
</div>
</div>
<div class="col-12 col-lg-4 align-items-center">
<div class="image-box2">
<img src="img/Roadmap/HR%20Sustainability%20.png"/>
</div>
<div style="height: 15%;">
<h4 class="text-center" style="font-style:italic;color:#A5D59E">By the year 2025 AIESEC Sri Lanka has
developed profound HR processes
</h4>
</div>
<div style="height: 15%">
<p style="padding-top: 10px; color: black;">
<b> We ensure sustainability of this organization by creating value through our HR processes.
</b>
</p>
</div>
<div class="container">
<div class="row justify-content-around">
<div class="col col-5 greenbox ">
<h5 class="text-center" style="color: white">Retention Rate</h5>
</div>
<div class="col col-5 greenbox ">
<h5 class="text-center" style="color: white">Advancement Rate</h5>
</div>
</div>
</div>
</div>
<div class="col col-12 col-lg-4 align-items-center">
<div class="image-box2">
<img src="img/Roadmap/Finance%20Sustainability%20.png"/>
</div>
<div style="height: 15%;">
<h4 class="text-center" style="font-style:italic;color:#A5D59E">By the year 2025 AIESEC Sri Lanka is
financially sustainable
</h4>
</div>
<div style="height: 15%">
<p style="padding-top: 10px; color: black;">
<b> We ensure sustainability of this organization by creating value through our Finance processes.
</b>
</p>
</div>
<div class="container">
<div class="row justify-content-around">
<div class="col col-9 greenbox ">
<h5 class="text-center" style="color: white">Sustainability Score</h5>
</div>
</div>
</div>
</div>
<div class="col col-12 col-lg-4 align-items-center">
<div class="image-box2">
<img src="img/Roadmap/Governance.png"/>
</div>
<div style="height: 15%;">
<h4 class="text-center" style="font-style:italic;color:#A5D59E">By the year 2025 AIESEC Sri Lanka has
developed profound governing processes
</h4>
</div>
<div style="height: 15%">
<p style="padding-top: 10px; color: black;">
<b> We ensure sustainability of this organization by creating value through our governing processes
</b>
</p>
</div>
<div class="container">
<div class="row justify-content-around">
<div class="col col-5 greenbox ">
<h5 class="text-center" style="color: white">Entities</h5>
</div>
<div class="col col-5 greenbox ">
<h5 class="text-center" style="color: white">Active Users</h5>
</div>
</div>
</div>
</div>
</div>
<div class="row pt-5 mb-5">
<div class="col col-12">
<hr style="width: 75%"></hr>
</div>
<div class="col col-12">
<div class="image-box">
<img src="img/Roadmap/partnerships.png"/>
</div>
</div>
<div class="col-12 col-lg-4 align-items-center">
<div class="image-box2">
<img src="img/Roadmap/OIP.png"/>
</div>
<div style="height: 15%;">
<h4 class="text-center" style="font-style:italic;color:#F9A13D">By the year 2025 AIESEC Sri Lanka has
optimized internal processes </h4>
</div>
<div style="height: 17%">
<p style="padding-top: 10px; color: black;">
<b> We ensure sustainability of this organization by creating value through our internal
processes</b>
</p>
</div>
<div class="container">
<div class="row justify-content-around">
<div class="col col-9 orangebox ">
<h5 class="text-center" style="color: white">% of Sales Process Implementation</h5>
</div>
</div>
</div>
</div>
<div class="col col-12 col-lg-4 align-items-center">
<div class="image-box2">
<img src="img/Roadmap/DSA.png"/>
</div>
<div style="height: 15%;">
<h4 class="text-center" style="font-style:italic;color:#F9A13D">By the year 2025 AIESEC Sri Lanka has
given its stakeholders a profound awareness of the org</h4>
</div>
<div style="height: 17%">
<p style="padding-top: 10px; color: black;">
<b> We ensure that our stakeholders are aware about the core of our organisation and can relate to
our cause</b>
</p>
</div>
<div class="container">
<div class="row justify-content-around">
<div class="col col-5 orangebox ">
<h5 class="text-center" style="color: white">NPS +RR</h5>
</div>
</div>
</div>
</div>
<div class="col col-12 col-lg-4 align-items-center">
<div class="image-box2">
<img src="img/Roadmap/EPE.png"/>
</div>
<div style="height: 15%;">
<h4 class="text-center" style="font-style:italic;color:#F9A13D">By the year 2025 AIESEC Sri Lanka has
positioned itself as a peak partner for like minded org</h4>
</div>
<div style="height: 17%">
<p style="padding-top: 10px; color: black;">
<b> We ensure that both the parties involved in a partnership with AIESEC will be benefited with
proper value delivery and that we are partnered with like minded org that add value to or
org.</b>
</p>
</div>
<div class="container">
<div class="row justify-content-around">
<div class="col col-5 orangebox ">
<h5 class="text-center" style="color: white">NPS +RR</h5>
</div>
<div class="col col-5 orangebox ">
<h5 class="text-center" style="color: white">Revenue Generation</h5>
</div>
</div>
</div>
</div>
</div>
<div class="row row-12 mb-5 justify-content-around">
<div class="col col-5">
<a href="img/Roadmap/Roadmap%20projects.pdf">
<button type="button" class="btn btn-info"> Learn More</button>
</a>
</div>
</div>
</div>
<?php
renderFooter();
?>
<!--====== Javascripts & Jquery ======-->
<script src="js/jquery-3.2.1.min.js"></script>
<script src="js/owl.carousel.min.js"></script>
<script src="js/jquery.countdown.js"></script>
<script src="js/masonry.pkgd.min.js"></script>
<script src="js/magnific-popup.min.js"></script>
<script src="js/main.js"></script>
<script src="https://code.jquery.com/jquery-3.4.1.slim.min.js"
integrity="sha384-J6qa4849blE2+poT4WnyKhv5vZF5SrPo0iEjwBvKU7imGFAV0wwj1yYfoRSJoZ+n"
crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/popper.js@1.16.0/dist/umd/popper.min.js"
integrity="sha384-Q6E9RHvbIyZFJoft+2mJbHaEWldlvI9IOYy5n3zV9zzTtmI3UksdQRVvoxMfooAo"
crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/js/bootstrap.min.js"
integrity="sha384-wfSDF2E50Y2D1uUdj0O3uMBJnjuUD4Ih7YwaYd1iqfktj0Uod8GCExl3Og8ifwB6"
crossorigin="anonymous"></script>
</body>
</html>