-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathfooter.php
More file actions
executable file
·59 lines (51 loc) · 2.32 KB
/
footer.php
File metadata and controls
executable file
·59 lines (51 loc) · 2.32 KB
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
<footer class="page-footer transparent">
<div class="container">
<div class="row">
<div class="col l3 offset-l1 s12">
<h5 class="white-text">Browse</h5>
<ul>
<li><a class="grey-text text-lighten-3" href="index.php">Home</a></li>
<li><a class="grey-text text-lighten-3" href="events.php">Events</a></li>
<li><a class="grey-text text-lighten-3" href="#!">Newsletter</a></li>
</ul>
</div>
<div class="col l3 offset-l1 s12">
<h5 class="white-text">Council</h5>
<ul>
<li><a class="grey-text text-lighten-3" href="about.php">About</a></li>
<li><a class="grey-text text-lighten-3" href="#!">Contact</a></li>
</ul>
</div>
<div class="col l3 offset-l1 s12">
<h5 class="white-text">Social</h5>
<ul>
<li><a class="grey-text text-lighten-3" href="#!">Facebook</a></li>
<li><a class="grey-text text-lighten-3" href="#!">Twitter</a></li>
<!-- <li><a class="grey-text text-lighten-3" href="#!"></a></li>
--><!-- <li><a class="grey-text text-lighten-3" href="#!">Link 4</a></li>
--> </ul>
</div>
</div>
</div>
<div class="row">
<div class="col s10 offset-s1">
<div class="row">
<!-- <div class="input-field col s12">
<i class="material-icons prefix">email</i>
<input id="email" type="email" class="validate">
<label for="email" data-error="check your" data-success="right" >Email</label> -->
<a style="width:100%;" class="waves-effect waves-light btn center indigo-text text-darken-4 white">Subscrube for Newletter and Event Notification</a>
</div>
<div class="col s1">
<a href=""></a>
</div>
</div>
</div>
</div>
<div class="footer-copyright">
<div class="container">
© 2017-18 Codelabscrce,All Rights Reserved
<a class="grey-text text-lighten-4 right" href="#!">Designed and Developed by Rathil Patel</a>
</div>
</div>
</footer>