-
Notifications
You must be signed in to change notification settings - Fork 3
/
footer.php
106 lines (64 loc) · 3.32 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="css/footerstyle.css">
<link rel="stylesheet" href="css/all.min.css">
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-EVSTQN3/azprG1Anm3QDgpJLIm9Nao0Yz1ztcQTwFspd3yD65VohhpuuCOmLASjC" crossorigin="anonymous">
<link rel="stylesheet" href="css/all.min.css">
</head>
<body>
<footer class="footer" style="margin-top: 100px;">
<div class="l-footer">
<h1>
<img src="images/subject.png" class="img-fluid rounded " style="max-width:20%;" alt="">
</h1>
<p><b style="color: red;">Education Unlocked</b> is an education website. Where students can learn a lot. Our main perpous is to educate everyone.</p>
</div>
<ul class="r-footer">
<li>
<h2>Follow Us</h2>
<ul class="box">
<form>
<li><a target="_blank" href="https://www.facebook.com/"><i style="color: #149279;" class="fab fa-facebook-f"></i> Facebook</a></li>
</form>
<form>
<li><a target="_blank" href="https://twitter.com/"><i style="color: #149279;" class="fab fa-twitter"></i> Twitter</a></li>
</form>
<form>
<li><a target="_blank" href="https://www.instagram.com/accounts/login/"><i style="color: #149279;" class="fab fa-instagram"></i> Instagram</a></li>
</form>
<form>
<li><a target="_blank" href="https://www.linkedin.com/login"><i style="color: #149279;" class="fab fa-linkedin-in"></i> Linkedin</a></li>
</form>
</ul>
</li>
<li class="features">
<h2>
Quick Links</h2>
<ul class="box h-box">
<form>
<li><a href="allPost.php">Post</a></li>
</form>
<form>
<li><a href="card.php">Courses</a></li>
</form>
<form>
<li><a href="live.php">Live</a></li>
</form>
<form>
<li><a href="contactUs.php">Contact us</a></li>
</form>
</ul>
</li>
</ul>
<div class="b-footer">
<form>
<p>All rights reserved by <span><b style="color: red;">©Education Unlocked </b></span> 2022</p>
</form>
</div>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" integrity="sha384-MrcW6ZMFYlzcLA8Nl+NtUVF0sA7MsXsP1UyJoMp4YLEuNSfAP+JcXn/tWtIaxVXM" crossorigin="anonymous"></script>
</body>
</html>