-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.php
executable file
·212 lines (194 loc) · 9 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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>eLab - Home</title>
<?php include('link_rel.php'); ?>
</head>
<body class="bg-shape">
<a href="php/core.php" class="txt2 hov1">
</a>
<!--================ Header Menu Area start =================-->
<header class="header_area">
<div class="main_menu">
<nav class="navbar navbar-expand-lg navbar-light">
<div class="container box_1620">
<a class="navbar-brand logo_h" href="index.php"><img src="img/logo.png" alt=""></a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<div class="collapse navbar-collapse offset" id="navbarSupportedContent">
<ul class="nav navbar-nav menu_nav justify-content-end">
<li class="nav-item active"><a class="nav-link" href="index.html"></a></li>
</ul>
<div class="nav-right text-center text-lg-right py-4 py-lg-0">
<a class="button" href="login.php">Login</a>
</div>
</div>
</div>
</nav>
</div>
</header>
<!--================Header Menu Area =================-->
<!--================Hero Banner Area Start =================-->
<section class="hero-banner magic-ball">
<div class="container">
<div class="row align-items-center text-center text-md-left">
<div class="col-md-6 col-lg-5 mb-5 mb-md-0">
<h1>Skill for a Skill</h1>
<p>A skill taught, a skill learnt. Skill for skill lets you learn, teach or both any skill you want, to other people, by the people.</p>
<a class="button button-hero mt-4" href="login.php">Get Started</a>
</div>
<div class="col-md-6 col-lg-7 col-xl-6 offset-xl-1">
<img class="img-fluid" src="img/home/hero-img.png" alt="">
</div>
</div>
</div>
</section>
<!--================Hero Banner Area End =================-->
<!--================Service Area Start =================-->
<section class="section-margin generic-margin">
<div class="container">
<div class="section-intro text-center pb-90px">
<img class="section-intro-img img-special" src="img/home/goal.png" alt="">
<h2>What Makes Us Special</h2>
<p>Three of the reasons of what makes us different.</p>
</div>
<div class="row">
<div class="col-md-6 col-lg-4 mb-4 mb-lg-0">
<div class="service-card text-center">
<div class="service-card-img">
<img class="img-fluid elearning" src="img/home/elearning.png" alt="">
</div>
<div class="service-card-body">
<h3>Learn Various Skills</h3>
<p>Enjoy various skills from different fields such as Science, Programming, Art, Languages, and even Bussiness.</p>
</div>
</div>
</div>
<div class="col-md-6 col-lg-4 mb-4 mb-lg-0">
<div class="service-card text-center">
<div class="service-card-img">
<img class="img-fluid" src="img/home/service2.png" alt="">
</div>
<div class="service-card-body">
<h3>Accessible & Equitable Learning</h3>
<p>A wide-range of support for all kinds of learning, including but not limited to video, audio, or even text based learning.</p>
</div>
</div>
</div>
<div class="col-md-6 col-lg-4 mb-4 mb-lg-0">
<div class="service-card text-center">
<div class="service-card-img">
<img class="img-fluid" src="img/home/service3.png" alt="">
</div>
<div class="service-card-body">
<h3>Earn Points for Free</h3>
<p>Earn points by sharing your skills with others without spending even a single cent for the service</p>
</div>
</div>
</div>
</div>
</div>
</section>
<!--================Service Area End =================-->
<!--================About Area Start =================-->
<section class="bg-gray section-padding magic-ball magic-ball-about">
<div class="container">
<div class="row">
<div class="col-lg-7 col-md-6 mb-4 mb-md-0">
<div class="about-img">
<img class="img-fluid" src="img/home/edu.png" alt="">
</div>
</div>
<div class="col-lg-5 col-md-6 align-self-center about-content">
<h2>Learning is <br class="d-none d-xl-block"> really the essence <br class="d-none d-xl-block"> of the human spirit</h2>
<p>The moment we stop learning is the moment we stop growing. Join us in our endeavour to provide the best equal learning opportunity for everyone.</p>
<a class="button" href="login.php">Learn More</a>
</div>
</div>
</div>
</section>
<!--================About Area End =================-->
<!-- ================ start footer Area ================= -->
<footer class="footer-area">
<div class="container">
<div class="row">
<div class="col-lg-3 col-md-6 col-sm-6">
<div class="single-footer-widget">
<h6>About eLab</h6>
<p>
We dedicate and proud ourselves to providing the best and equitable learning service to everyone else with no barrier.
</p>
</div>
</div>
<div class="col-lg-3 col-md-6 col-sm-6">
<div class="single-footer-widget">
<h6>Navigation Links</h6>
<div class="row">
<div class="col">
<ul>
<li><a href="#">Home</a></li>
<li><a href="#">Feature</a></li>
<li><a href="#">Services</a></li>
<li><a href="#">Portfolio</a></li>
</ul>
</div>
<div class="col">
<ul>
<li><a href="#">Team</a></li>
<li><a href="#">Pricing</a></li>
<li><a href="#">Blog</a></li>
<li><a href="#">Contact</a></li>
</ul>
</div>
</div>
</div>
</div>
<div class="col-lg-3 col-md-6 col-sm-6">
<div class="single-footer-widget">
<h6>Newsletter</h6>
<p>
For those interested in keeping up with our latest news and updates.
</p>
<div id="mc_embed_signup">
<form target="_blank" action="https://spondonit.us12.list-manage.com/subscribe/post?u=1462626880ade1ac87bd9c93a&id=92a4423d01" method="get" class="subscription relative">
<div class="input-group d-flex flex-row">
<input name="EMAIL" placeholder="Email Address" onfocus="this.placeholder = ''" onblur="this.placeholder = 'Email Address '" required="" type="email">
<button class="btn bb-btn"><span class="lnr lnr-location"></span></button>
</div>
<div class="mt-10 info"></div>
</form>
</div>
</div>
</div>
<div class="footer-bottom">
<div class="row align-items-center">
<p class="col-lg-8 col-sm-12 footer-text m-0 text-center text-lg-left"><!-- Link back to Colorlib can't be removed. Template is licensed under CC BY 3.0. -->
Copyright ©<script>document.write(new Date().getFullYear());</script> All rights reserved | This website is only made for the sake of the 2019 RMIT ITs Hackathon</a>
<!-- Link back to Colorlib can't be removed. Template is licensed under CC BY 3.0. --></p>
<div class="col-lg-4 col-sm-12 footer-social text-center text-lg-right">
<a href="#"><i class="fab fa-facebook-f"></i></a>
<a href="#"><i class="fab fa-twitter"></i></a>
<a href="#"><i class="fab fa-dribbble"></i></a>
<a href="#"><i class="fab fa-behance"></i></a>
</div>
</div>
</div>
</div>
</footer>
<!-- ================ End footer Area ================= -->
<script src="vendors/jquery/jquery-3.2.1.min.js"></script>
<script src="vendors/bootstrap/bootstrap.bundle.min.js"></script>
<script src="vendor/owl-carousel/owl.carousel.min.js"></script>
<script src="vendor/nice-select/jquery.nice-select.min.js"></script>
<script src="js/jquery.ajaxchimp.min.js"></script>
<script src="js/mail-script.js"></script>
<script src="js/skrollr.min.js"></script>
<script src="js/main.js"></script>
</body>
</html>