-
Notifications
You must be signed in to change notification settings - Fork 2
/
index.php
175 lines (154 loc) · 7.15 KB
/
index.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
<!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", "", "", "", "");
?>
<section class="hero-section">
<div class="hero-slider owl-carousel">
<div class="hs-item set-bg" data-setbg="img/hero-slider/10.gif">
<div class="hs-text">
<div class="container">
<div class="row">
<div class="col-lg-8">
<!-- <a href="index.php" class="site-logo"><img src="img/ablue.png" style="width:180px;height:24px;" alt=""></a> -->
<h2 class="hs-title">Infinity knowledge Hub</h2>
<p class="hs-des">Hey there!</p>
<p class="hs-des">Welcome to Infinity Hub! The Knowledge Cornerstone of AIESEC Sri
Lanka.Make yourself at comfortable here.
You can find all the information regarding AIESEC, its products, and about conference
outputs.
Take a tour around and get the most out of it!</p>
<a href="functional-knowledge.php" style="color:white;">
<div class="site-btn">GET
STARTED
</div>
</a>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Hero section end -->
<!-- Counter section -->
<section class="counter-section">
<div class="container">
<div class="row">
<div class="col-lg-7 col-md-6">
<!-- <div class="counter-content">
<h2>NEXT COUSRE: Sales & Marketing Alignment</h2>
<p><i class="fa fa-calendar-o"></i>07:00 PM - 09:00 PM</p>
</div> -->
</div>
<!-- <div class="col-lg-5 col-md-6">
<div class="counter">
<div class="counter-item"><h4>20</h4>Days</div>
<div class="counter-item"><h4>08</h4>Hrs</div>
<div class="counter-item"><h4>40</h4>Mins</div>
<div class="counter-item"><h4>56</h4>secs</div>
</div>
</div>
</div> -->
</div>
</section>
<!-- Counter section end -->
<!-- Services section -->
<section class="service-section spad">
<div class="container services">
<div class="section-title text-center">
<h3>OUR VALUES</h3>
<p>We live and act according to the following 4 values:</p>
</div>
<div class="row">
<div class="col-lg-6 col-sm-6 service-item">
<div class="service-icon">
<img src="img/avalnew/walking.svg" alt="1">
</div>
<div class="service-content">
<h4>Personal Development</h4>
<p>In AIESEC, members can develop self-management and interpersonal skills through having practical
learning experiences that complement their university environment to emerge as well-rounded
individuals.</p>
</div>
</div>
<div class="col-lg-6 col-sm-6 service-item">
<div class="service-icon">
<img src="img/avalnew/friends.svg" alt="1">
</div>
<div class="service-content">
<h4>Connect With AIESEC Impact</h4>
<p>Our mission, values and inclusivity stand out as a great environment for people to learn, connect
with others and contribute for a better world through the programs we offer and further
leadership opportunities.</p>
</div>
</div>
<div class="col-lg-6 col-sm-6 service-item">
<div class="service-icon">
<img src="img/avalnew/world-blue.svg" alt="1">
</div>
<div class="service-content">
<h4>Global Network</h4>
<p>In AIESEC, members have the chance to connect with people from all over the world during and
after their experience, which allows them to build their own local and international network of
like-minded youth.</p>
</div>
</div>
<div class="col-lg-6 col-sm-6 service-item">
<div class="service-icon">
<img src="img/avalnew/leader%20experiance.svg" alt="1">
</div>
<div class="service-content">
<h4>Global Network</h4>
<p>An empowered & challenging environment where you can develop your competencies and values of
leadership. Our Leadership Development Model offers a clear support system for the learning
goals of each of our members.</p>
</div>
</div>
</div>
</div>
</section>
<?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>