forked from zine-robotics/zine-website-2019
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathfooter-1.php
54 lines (54 loc) · 3.52 KB
/
footer-1.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
<div class="footer-container">
<footer class="classic">
<div class="container">
<div class="row ui-sortable">
<div class="col-sm-2">
<ul class="menu">
<li><a target="_blank" href="index.php">Home</a></li>
<li><a target="_blank" href="">Projects</a></li>
<li><a target="_blank" href="team.php">Team</a></li>
<li><a target="_blank" href="achievements.php">Achievements</a></li>
<li><a class="inner-link back-to-top" href="#top">Back To Top</a></li>
</ul>
</div>
<div class="col-sm-7">
<span class="lead color-heading">About ZINE</span>
<p>Zine is a creative group of engineering undergraduates of Malaviya National Institute of Technology, Jaipur who are together to learn, improve and apply their technical skills to help foster the growth of society and India in the field of technology by utilising their engineering skills to work on real time problems. It is comprised of students from various disciplines working under the guidance of Dr. Rajesh Kumar from Electrical Engineering department and various alumni working in reputed firms and doing research in esteemed universities in India and abroad. Zine has been the only active robotics and research group of MNIT for the last 12 years, since its foundation. </p>
</div>
<div class="col-sm-3">
<ul id="contact" class="contact-methods">
<li><i class="icon pe-7s-mail"></i><span><a id="mailAdd" href="" target="_blank" style="color:#777777"><span class="__cf_email__" data-cfemail="92f4fde1e1f3e1fbf3d2f5fdfdf5fef7f5e0fde7e2e1bcf1fdff">[email protected]</span></a></span></li>
<li><i class="icon pe-7s-phone"></i><span>+91 123456789</span></li>
<li><i class="icon pe-7s-map-marker"></i><span>ZINE</span></li>
<li><span><a href="" style="color:#777777" id="mailAdd">Raman Lab</a></span></li>
</ul>
</div>
</div>
<div class="row ui-sortable">
<div class="col-sm-12 text-center">
<ul class="social-profiles">
<li><a target="_blank" href="https://www.facebook.com/ROBOTICS.ZINE/"><i class="icon social_facebook"></i></a></li>
<li><a target="_blank" href="https://www.linkedin.com/company/de-zine-limited/about/"><i class="icon social_linkedin icon-large"></i></a></li>
<li><a target="_blank" href="https://www.youtube.com/channel/UC92-Bhcl13KcI0UUU2ZrN1Q"><i class="icon social_youtube icon-large"></i></a></li>
<li><a target="_blank" href="https://www.instagram.com/zine.robotics/"><i class="icon social_instagram"></i></a></li>
<li><a target="_blank" href="https://github.com/zine-robotics/zine-website-2019"><i class="fa fa-github fa-lg"></i></a></li>
</ul>
</div>
</div>
</div>
</footer>
</div>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/skrollr.min.js"></script>
<script src="js/spectragram.min.js"></script>
<script src="js/flexslider.min.js"></script>
<script src="js/jquery.plugin.min.js"></script>
<script src="js/jquery.countdown.min.js"></script>
<script src="js/lightbox.min.js"></script>
<script src="js/smooth-scroll.min.js"></script>
<script src="js/placeholders.min.js"></script>
<script src="js/scripts.js"></script>
<script src="js/tweets.js"></script>
<script src="js/blog.js"></script>
</body>