-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcontact.html
60 lines (59 loc) · 1.69 KB
/
contact.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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="keywords" content="footer, address, phone, icons" />
<title>DIGITAL LIBRARY</title>
<link rel="stylesheet" href="contact.css"/>
</head>
<body>
<div class="main"> DIGITAL LIBRARY</div>
<footer class="footer-distributed">
<div class="footer-left">
<h3>digital<span>library</span></h3>
<p class="footer-links">
<a href="library.html">Home</a>
·
<a href="#">Blog</a>
·
<a href="#">Pricing</a>
·
<a href="aboutus.html">About</a>
·
<a href="#">Faq</a>
·
</p>
<p class="footer-company-name">Digital Library</p>
</div>
<div class="footer-center">
<div>
<i class="fa fa-map-marker"></i>
<p><span>21 Revolution Street</span> Nairobi, Kenya</p>
</div>
<div>
<i class="fa fa-phone"></i>
<p>+254 795 133 679</p>
</div>
<div>
<i class="fa fa-envelope"></i>
<p><a href="mailto:support@company.com">contact@digitallibrary.com</a></p>
</div>
</div>
<div class="footer-right">
<p class="footer-company-about">
<span>About the Library</span>
A service dedicated to Admin and learners. We provide online resources, professional support
and guidance to all our learners whenever, and from wherever they have chosen to study.
</p>
<div class="footer-icons">
<a href="www.facebook.com"><i class="fa fa-facebook"></i>fb</a>
<a href="www.twitter.com"><i class="fa fa-twitter"></i>t</a>
<a href="www.instagram.com"><i class="fa fa-instagram"></i>ig</a>
<a href="www.youtube.com"><i class="fa fa-youtube"></i>ytube</a>
</div>
</div>
</footer
</body>
</html>