-
Notifications
You must be signed in to change notification settings - Fork 0
/
footer.html
36 lines (32 loc) · 1.19 KB
/
footer.html
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
<!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>esyarat</title>
<link rel="stylesheet" href="css/footer.css">
</head>
<body>
<div class="bottom-bar">
<div class="bot-container">
<div class="left-col-copy">
<a href="#" class="logo">
<img src="img/logo.png" alt="esyarat logo" />
</a>
<div class="copy">© 2022 esyarat.com | site crafted by Sigma for Probation event</div>
</div>
<div class="socials">
<img src="img/insta-logo.png" alt="insta logo" />
<a href="" class="facebook">Instagram</a>
<div class="sep"> | </div>
<img src="img/fb-logo.png" alt="fb logo" />
<a href="" class="facebook">Facebook</a>
<div class="sep"> | </div>
<img src="img/twitter-logo.png" alt="twtitter logo" />
<a href="" class="facebook">Twitter</a>
</div>
</div>
</div>
</body>
</html>