-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfoot.php
More file actions
executable file
·51 lines (41 loc) · 1.81 KB
/
foot.php
File metadata and controls
executable file
·51 lines (41 loc) · 1.81 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
<!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">
<title>footer</title>
</head>
<body>
<div class="footer">
<div class="box-container">
<div class="box">
<h3>branch locations</h3>
<a href="https://www.google.com/maps/@24.8457529,89.374764,18.5z" target="blank">Bogra</a>
<a href="#">Khulna</a>
<a href="#">Sylhet</a>
<a href="https://www.google.com/maps/place/Chattogram/@22.3259193,91.7498274,12z/data=!3m1!4b1!4m5!3m4!1s0x30acd8a64095dfd3:0x5015cc5bcb6905d9!8m2!3d22.356851!4d91.7831819"
target="_blank">Chittagong</a>
</div>
<div class="box">
<h3>quick links</h3>
<a href="home.php">home</a>
<a href="about.php">about</a>
<a href="course.php">course</a>
<a href="teacher.php">teachers</a>
</div>
<div class="box">
<h3>contact info</h3>
<p> <i class="fas fa-map-marker-alt"></i> Dhaka,Bangladsh </p>
<p> <a href="https://mail.google.com/mail/u/0/#inbox?compose=new" target="blank"> <i
class="fas fa-envelope"></i> math.solver@gmail.com </a></p>
<p> <a href="https://twitter.com/mathprobsolving?lang=en" target="blank"> <i class="fab fa-twitter"></i>
maths.solver </a></p>
<p> <a href="https://www.facebook.com/Challenges.Math/" target="blank"> <i
class="fab fa-facebook"></i>math.solver</a></p>
</div>
</div>
<h1 class="credit"> © 2019 Group six REFUND POLICY PRIVACY POLICY- ALL REGISTERED</h1>
</div>
</body>
</html>