forked from anuragverma108/SwapReads
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfooter1.html
37 lines (35 loc) · 1.62 KB
/
footer1.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<link rel="stylesheet" href="footer1.css" />
</head>
<body>
<div class="swapreads-container">
<div class="swapreads-content">
<h1>SwapReads</h1>
<p>
<strong>SwapReads.com</strong> is the ultimate destination for book lovers seeking to swap and discover new literary gems. Connect with fellow enthusiasts, exchange your favorite reads, and embark on exciting new adventures in the world of literature—all on one convenient platform. Join us and dive into a universe of endless possibilities!
</p>
</div>
<div class="quick-links">
<h3>Quick Links</h3>
<ul>
<li><a href="#"><i class="fa fa-home"></i> Home</a></li>
<li><a href="#"><i class="fa fa-retweet"></i> Swap</a></li>
<li><a href="#"><i class="fa fa-gift"></i> Benefits</a></li>
<li><a href="#"><i class="fa fa-book"></i> E-Book</a></li>
<li><a href="#"><i class="fa fa-globe"></i> Literary</a></li>
<li><a href="#"><i class="fa fa-info-circle"></i> About</a></li>
<li><a href="#"><i class="fa fa-dollar-sign"></i> Pricing</a></li>
<li><a href="#"><i class="fa fa-envelope"></i> Contact</a></li>
<li><a href="#"><i class="fa fa-bookmark"></i> Recommend</a></li>
<li><a href="#"><i class="fa fa-question-circle"></i> FAQ</a></li>
</ul>
</div>
</div>
</div>
</body>
</html>