forked from SLIIT-GC/SLIIT-GC-Web-OLD
-
Notifications
You must be signed in to change notification settings - Fork 0
/
footer.php
138 lines (123 loc) · 4.23 KB
/
footer.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
</div>
</div>
</br>
</br>
<div class="important-links">
<!-- Important Links Bar -->
<div class="row">
<div class="col-sm-4">
<h4 class="important-links-h4"> Facebook </h4>
<iframe
src="https://www.facebook.com/plugins/page.php?href=https%3A%2F%2Fwww.facebook.com%2Fsliitgc%2F&tabs&width=280&height=200px&small_header=false&adapt_container_width=true&hide_cover=false&show_facepile=true&appId"
width="280" height="200px" style="border:none;overflow:hidden"
scrolling="no" frameborder="0" allowTransparency="true" allow="encrypted-media"></iframe>
</div>
<div class="col-sm-4">
<div class="row">
<div class="col-sm-0.1">
<i class="material-icons" ></i>
</div>
<div class="col-sm-3.9">
<h4 class="important-links-h4"> Recent News </h4>
</div>
</div>
<div class="row">
<div class="col-sm-0.1">
</div>
<div class="col-sm-3.9">
<ul >
<li >
<a href="cod4mini2k19.php#cod4-2019" class="important-links-a" style="margin-right:145px;"> COD MiniLan 2019 </a> <!-- Redirect to the page -->
</li>
</ul>
<ul >
<li >
<a href="freshers2k19.php#freshers2k19" class="important-links-a" style="margin-right:145px;"> GC Freshers Meetup 2019 </a> <!-- Redirect to the page -->
</li>
</ul>
<ul >
<li >
<a href="#codefest1" class="important-links-a"> Dota 2 Mini Lan 2018</a> <!-- Redirect to the page -->
</li>
</ul>
<ul >
<li >
<a href="gfschool2k18.php#gfschool2k18" class="important-links-a" > GameFest School Event 2018 </a> <!-- Redirect to the page -->
</li>
</ul>
<ul >
<li >
<a href="gamefest2k18.php#gfest2k18" class="important-links-a"> GameFest 2K18 </a> <!-- Redirect to the page -->
</li>
</ul>
<ul >
<li >
<a href="#codefest4" class="important-links-a"> COD4 Mini Lan 2018 </a> <!-- Redirect to the page -->
</li>
</ul>
</div>
</div>
<div class="row">
<div class="col-sm-0.1">
<i class="material-icons"></i>
</div>
<div class="col-sm-3.9">
<h4 class="important-links-h4"> Important Links </h4>
</div>
</div>
<div class="row">
<div class="col-sm-0.1">
</div>
<div class="col-sm-3.9">
<ul >
<li >
<a href="https://www.facebook.com/sliitgc/" class="important-links-a"> Facebook Page </a> <!-- Redirect to the page -->
</li>
</ul>
<ul >
<li >
<a href="#codefest2" class="important-links-a" > Instagram Page </a> <!-- Redirect to the page -->
</li>
</ul>
</div>
</div>
</div>
<div class="col-sm-4">
<div>
<h4 class="important-links-h4" style="margin-right:100px;" >Up Coming Events </h4>
<ul >
<li >
<a href="rb6.php" class="important-links-a" style="margin-right:145px;"> RB6 SLIIT 2019 </a> <!-- Redirect to the page -->
</li>
</ul>
<ul >
<li >
<a href="upcoming_events.php#mini" class="important-links-a" style="margin-right:145px;"> Overwatch SLIIT 2K19 </a> <!-- Redirect to the page -->
</li>
</ul>
<ul >
<li >
<a href="#codefest4" class="important-links-a" style="margin-right:145px;"> GameFest 2K19 </a> <!-- Redirect to the page -->
</li>
</ul>
</div>
<div class="sliit-logo">
<img class="img-title" src="img/SLIIT.png" alt="SLIIT logo" width="350">
</div>
</div>
</div>
</br>
<div class="footer">
<!-- <div class="container"> -->
<center><footer><p style="color:white;">Copyright 2019 © SLIITGC. All Rights Reserved.| Concept designed and developed by SLIITGC Web Dev Team<p><footer></center>
<!-- </div> -->
</div>
</div>
<script src="js/TweenLite.min.js"></script>
<script src="js/EasePack.min.js"></script>
<script src="js/rAF.js"></script>
<script src="js/demo-1.js"></script>
<script src="js/bootstrap.js"></script>
<script src="js/bootstrap.min.js"></script>
</body>
</html>