-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
129 lines (125 loc) · 3.87 KB
/
index.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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta name="description" content="Easy Access to Books." />
<meta
name="keywords"
content="book reading, books,online books,informational,motivational,historical"
/>
<meta name="author" content="Umar Ashraf" />
<!-- Favicons -->
<link href="./img/article1.jpeg" rel="icon" />
<title>Librart Titan</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 class="current"><a href="index.html">Home</a></li>
<li><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="showcase">
<div class="container">
<h1 class="dark">Welcome to Library Titan..</h1>
<p class="dark">Today Readers --- Tomorrow Leaders.</p>
</div>
</section>
<br />
<br />
<section id="boxes">
<div class="container">
<div class="box">
<img src="./img/english.jpeg" />
<h3>English</h3>
<p>
You can read Informational, Inspirational, Motivational & Historical
Books here...
</p>
</div>
<div class="box">
<img src="./img/urdu.jpeg" />
<h3>Urdu</h3>
<p>
You can read Informational, Inspirational, Motivational & Historical
Books here...
</p>
</div>
<div class="box">
<img src="./img/article.jpeg" />
<h3>Articles</h3>
<p>
You can read Informational, Inspirational, Motivational & Historical
articles here...
</p>
</div>
</div>
</section>
<br />
<hr />
<br />
<h1>     Recommended</h1>
<section id="boxes">
<div class="container">
<div class="box">
<img src="./img/richdad.jpeg" />
<h3>
<a href="./books/Rich Dad _ Poor Dad.pdf" target="_blank"
>Rich Dad Poor Dad.</a
>
</h3>
<p>
Rich Dad Poor Dad is how to use money as a tool for wealth
development. It destroys the myth that the rich are born rich,
explains why your personal residence may not really be an asset,
describes the real difference between an asset and a liability, and
much more.
</p>
</div>
<div class="box">
<img src="./img/talash.jpeg" />
<h3>
<a href="./books/Apni Talaash.pdf" target="_blank"
>Apni Talaash / اپنی تلاش
</a>
</h3>
<p>
از قاسم علی شاہ اپنی تلاش یہ کتاب قاسم علی شاہ کے لیکچرز پر مبنی ہے
جسے افادہ عام کے لئے انسانیت کے لیے پیش کیا جارہا ہے۔
</p>
</div>
<div class="box">
<img src="./img/article1.jpeg" />
<h3>
<a href="./books/Facts and Our Minds.pdf" target="_blank"
>Facts and Our Minds</a
>
</h3>
<p>
Here we recommended you a urdu article titled as 'Facts and Our
Minds' in which Writer talked about many things , to read that
article click on the link..
</p>
</div>
</div>
</section>
<br />
<br />
<footer>
<p>Library Titan, Copyright © 2022 @Umar Ashraf</p>
</footer>
</body>
</html>