-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathloggedin.footer.php
More file actions
98 lines (98 loc) · 4.57 KB
/
Copy pathloggedin.footer.php
File metadata and controls
98 lines (98 loc) · 4.57 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
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
<footer class="page-footer center-on-small-only">
<!--Footer Links-->
<div class="container-fluid">
<div class="row">
<!--First column-->
<div class="col-md-3 offset-1">
<h5 class="title">Contact us</h5>
<ul>
<li><i class="fa fa-phone blue-text 2x"></i> (233) 242 877 574</a></li>
<li><i class="fa fa-envelope red-text 2x"></i> info@theprogrammershub.net</li>
<li><a href="contact.php"><i class="fa fa-book green-text 2x"></i> Contact form</a></li>
</ul>
</div>
</div>
<!-- Second column-->
<div class="col-md-2">
<h5 class="sub">Learn more</h5>
<ul>
<li><a href="about.php">About Us</a></li>
<li><a href="privacy.statement.php">Privacy Statement</a></li>
<li><a href="terms.php">Terms and Conditions</a></li>
<li><a href="policies.php">Policies</a></li>
<li><a href="code.conduct.php">Code of Conduct</a></li>
</ul>
</div>
<!-- third column-->
<div class="col-md-2">
<h5 class="title">Explore</h5>
<ul>
<li><a href="sitemap.xml">Sitemap</a></li>
<li><a href="cliff">The Cliff</a></li>
</ul>
</div>
<hr class="hidden-md-up">
<!--fourth column-->
<div class="col-md-2">
<h5 class="title">Social</h5>
<ul>
<li><a href="https://www.facebook.com/theprogrammershubgh/">Facebook</a></li>
<li><a href="https://twitter.com/ProgrammerHub">Twitter</a></li>
<li><a href="https://instagram.com/theprogrammershub">Instagram</a></li>
<li><a href="https://www.github.com/CBlay/The-Programmers-Hub">GitHub</a></li>
</ul>
</div>
<hr class="hidden-md-up">
<!--fifth column-->
<div class="col-md-2">
<h5 class="title">Community</h5>
<ul>
<li><a href="contribute.php">How to Contribute</a></li>
<li><a href="jobs.php">Jobs</a></li>
</ul>
</div>
<hr class="hidden-md-up">
</div>
</div><hr>
<!--Find user-->
<div class="col-lg-6 container">
<ul>
<form action="profile.find.php" method="Get">
<div class="md-form input-group">
<input type="text" class="form-control inherit" style="color: white;" name="search_user" placeholder="Find user profile" required>
<button class="btn btn-indigo btn-md" type="submit"><i class="fa fa-search"></i></button>
</div>
</form>
</ul>
</div> <hr>
<div class="signout text-center">
<ul>
<li><a href="logout.php">Log Out</a></li>
</ul>
</div><hr>
<!--Call to action-->
<div class="call-to-action">
<ul>
<li>
<h5>Become a member</h5>
</li>
<li><a href="register.php" class="btn btn-danger">Sign up!</a></li>
</ul>
</div><hr>
<!--Social buttons-->
<div class="social-section">
<ul>
<li><a class="btn-floating btn-small btn-fb" href="https://www.facebook.com/theprogrammershubgh/"><i class="fa fa-facebook"> </i></a></li>
<li><a class="btn-floating btn-small btn-tw" href="https://www.twitter.com/ProgrammerHub/"><i class="fa fa-twitter"> </i></a></li>
<li><a class="btn-floating btn-small btn-ins" href="https://www.instagram.com/theprogrammershub/"><i class="fa fa-instagram"> </i></a></li>
<li><a class="btn-floating btn-small btn-github" href="https://www.github.com/CBlay/The-Programmers-Hub"><i class="fa fa-github"> </i></a></li>
</ul>
</div>
<!--Copyright-->
<div class="footer-copyright">
<div class="container-fluid">
<script>document.write(new Date().getFullYear())</script> ©
<a href="http://www.theprogrammershub.net"> The Programmer's Hub </a>
</div>
</div>
</footer>