-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathfooter.php
executable file
·22 lines (18 loc) · 1.06 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
<footer style="background: rgb(250,250,250)">
<img src="images/logo_small.png" alt="Website small logo">
<p style="font-size: 16px; margin-top: 2px; color:rgb(25,55,75)">Where knowledge brings real power.</p>
<div style="line-height: 1.2; color: rgb(25,55,75); margin-bottom: 20px">
<p style="font-size: 14px; margin-top: 12px; margin-bottom: 0px; rgb(25,55,75)">Copyright <i class="fa fa-copyright"></i> <?php echo date("Y"); ?> Orenda.</p>
<div class="footer-links">
<a href="about.php">About Us</a> •
<a href="new-instructor.php">Apply as Instructor</a> •
<a data-toggle="modal" data-target="#myModal" style="cursor: pointer">Contact</a>
</div>
</div>
<div class="footer-media-links">
<a href="#" style="margin-right: 10px" id="youtube"><i class="fa fa-youtube-play"></i></a>
<a href="#" style="margin-right: 10px" id="fb"><i class="fa fa-facebook"></i></a>
<a href="#" style="margin-right: 10px" id="google"><i class="fa fa-google-plus"></i></a>
<a href="#" id="in"><i class="fa fa-linkedin"></i></a>
</div>
</footer>