-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
66 lines (61 loc) · 2.41 KB
/
about.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
61
62
63
64
65
66
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="description" content="Easy Access to Books & Articles.">
<meta name="keywords" content="book reading, books,online books,informational,motivational,historical">
<meta name="author" content="Umar Ashraf">
<title>About</title>
<link rel="stylesheet" href="./css/style.css">
</head>
<body>
<header>
<div class="container">
<div id="branding">
<h1 style="font-family:'Brush Script MT',cursive; font-size: 34px">Library Titan</h1>
</div>
<nav>
<ul>
<li><a href="index.html">Home</a></li>
<li class="current"><a href="about.html">About</a></li>
<li><a href="summary.html">Summary</a></li>
<li><a href="contact.html">Contact Us</a></li>
<li><a href="login.html">LogIn</a></li>
</ul>
</nav>
</div>
</header>
<section id="main">
<div class="container">
<h2 class="page-title">About Us</h2>
<p class="dark">
We believe in the power of reading, the importance of literacy and the fact that books should be as inclusive and diverse as readers are.Reading Hub is our identity, and it's one we're proud to have and share with you..
</p>
<h2>Thoughts..</h2>
<p class = "italic">
There was so much to do, but not enough time to do it all.
<br>
<br>
My reading list kept growing and growing, but I never found the time to read the books that would help my business.
<br>
<br>
On the rare occasion that I made time, spending hours reading a book kinda felt like an inefficient way to learn.
<br>
<br>
I found that when I was teaching English, websites like Sparknotes were so valuable to those who didn’t have the time to read an entire novel.
<br>
<br>
Students could read great summaries, take the book’s key lessons and spend more time doing other things.
</p>
<br>
<div class="dark">
<h3>What We Do</h3>
<p>we are here to help you live your best bookish life. We provide you the quality content includes Urdu and English Books and Articles,You can read Informational, Inspirational, Motivational & Historical Books and Articles here..</p>
</div>
</div>
</section>
<footer>
<p>Library Titan, Copyright © 2021</p>
</footer>
</body>
</html>