-
Notifications
You must be signed in to change notification settings - Fork 2
/
functional-knowledge.php
217 lines (185 loc) · 7.18 KB
/
functional-knowledge.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
<!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>Functional Knowledge</span>
</div>
</div>
<div class="section-title text-center col-sm-8 col-md-10 col-lg-12" style="text-align: center;">
<style>
.hs-new {
color: #000;
font-size: 18.5px;
text-align: center;
line-height: 2;
position: relative;
left: 150px;
opacity: 0;
}
</style>
<p>Hello Awesome Individual!</p>
<p>Welcome to Functional Knowledge Space. In this hub, you will find all the resources</p>
<p>you need to know in order to become a proud product of AIESEC,as well as education you</p>
<p>need on the functional processes for the AIESEC products.</p>
</div>
<section>
<div class="container">
<style>
a {
margin: 0px;
-webkit-transition: color 1s;
transition: color 1s;
}
a:hover {
color: #f6783a;
}
</style>
<div class="row">
<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;
}
/* Green */
.success {
border-color: #f85a40;
color: #f85a40;
}
.success:hover {
background-color: #f85a40;
color: white;
}
/* Blue */
.info {
border-color: #0cb9c1;
color: #0cb9c1;
}
.info:hover {
background: #0cb9c1;
color: white;
}
/* Orange */
.warning {
border-color: #f48924;
color: #f48924;
}
.warning:hover {
background: #f48924;
color: white;
}
/* Red */
.danger {
border-color: #00c16e;
color: #00c16e;
}
.danger:hover {
background: #00c16e;
color: white;
}
.blue {
border-color: #037ef3;
color: #037ef3;
}
.blue:hover {
background: #037ef3;
color: white;
}
.yellow {
border-color: #ffc845;
color: #ffc845;
}
.yellow:hover {
background: #ffc845;
color: white;
}
.ash {
border-color: #caccd1;
color: #caccd1;
}
.ash:hover {
background: #caccd1;
color: white;
}
/* Gray */
.default {
border-color: #52565e;
color: #52565e;
}
.default:hover {
background: #52565e;
color: white;
}
</style>
<button class="btn info" onclick="location.href='igt.php';">Incoming Global Talent</button>
<button class="btn warning" onclick="location.href='igtae.php';">Incoming Global Teacher</button>
<button class="btn success" onclick="location.href='igv.php';">Incoming Global Volunteer</button>
<button class="btn info" onclick="location.href='ogt.php';">Outgoing Global Talent</button>
<button class="btn warning" onclick="location.href='ogtae.php';">Outgoing Global Teacher</button>
<button class="btn success" onclick="location.href='ogv.php';">Outgoing Global Volunteer</button>
<button class="btn blue" onclick="location.href='pm.php';">People Management</button>
<button class="btn danger" onclick="location.href='finance.php';">Finance & Legal</button>
<button class="btn default" onclick="location.href='bd.php';">Business Development</button>
<button class="btn yellow" onclick="location.href='pr.php';">Public Relations</button>
<button class="btn ash" onclick="location.href='b2b.php';">B2B & BCXP</button>
<button class="btn warning" onclick="location.href='b2c.php';">Digital B2C</button>
</div>
</div>
</section>
<br><br>
<?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>