-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
148 lines (148 loc) · 5.51 KB
/
index.html
File metadata and controls
148 lines (148 loc) · 5.51 KB
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
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
<!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>READS</title>
<link rel="stylesheet" href="style.css">
<link rel="icon" href="logo.svg" type="icon/image">
<!-- Copyright Reserves With :
Source Unsplash : For Images
Fontawesome : For Icons
Google Fonts : For Font Styles
CBSE: For Creative Content
Google Drive : For Cloud Facility
GitHub : For Web Hosting and Storage
InstaPDF : For Creative Content
Original Website Credits : Ojas Verma -->
</head>
<body>
<div class="header">
<h1><img src="logo.svg" alt="logo">
READS
</h1>
<nav>
<ul>
<li><a href="#">Home</a></li>
<li><a href="about.html">About</a></li>
<li><a href="#">Suggest</a></li>
</ul>
</nav>
</div>
<div class="greet">
<h1>
Bonjour Lecteurs !
</h1>
<h3>
Ready to unveal this fabulous world of reading !
</h3>
</div>
<div class="head">
<h1>
Our Exquisite Collection
</h1>
</div>
<div class="content">
<div class="row-1">
<a href="story_4.html" target="_blank"><div class="s4">
<img src="s4.jpeg" alt="s4">
<div class="info">
<h2>The Wings of Fire</h2>
<h3>Dr. A P J Abdul Kalam</h3>
</div>
</div></a>
<a href="story_1.html" target="_blank"><div class="s1">
<img src="s1.jpeg" alt="story-1">
<div class="info">
<h2>Dr.Br. R. Ambedkar : Life & Mission</h2>
<h3>Dhananjay Keer</h3>
</div>
</div></a>
<a href="story_2.html" target="_blank"><div class="s2">
<img src="s2.jpeg" alt="s2">
<div class="info">
<h2>The Diary Of a Young Girl</h2>
<h3>Anne Frank</h3>
</div>
</div></a>
</div>
<br>
<div class="row-2">
<a href="story_3.html" target="_blank"><div class="s3">
<img src="s3.jpeg" alt="s3">
<div class="info">
<h2>The Story of My Life</h2>
<h3>Helen Keller</h3>
</div>
</div></a>
</div>
<div class="h">
<h2>The World of Jaw Dropping Fiction & Imagination</h2>
</div>
<div class="row-3">
<a href="story_5.html" target="_blank"><div class="s4" style="height:45vh;">
<img src="s5.jpeg" alt="s5">
<div class="info">
<h2>Harry Potter and The Sorcerer's Stone</h2>
<h3>J.K. Rowling</h3>
</div>
</div></a>
<a href="story_6.html" target="_blank"><div class="s1" style="height:45vh;">
<img src="s6.jpeg" alt="story-6">
<div class="info">
<h2>Harry Potter and The Chamber of Secrets</h2>
<h3>J.K. Rowling</h3>
</div>
</div></a>
<a href="story_7.html" target="_blank"><div class="s2" style="height:45vh;">
<img src="s7.jpeg" alt="s7">
<div class="info">
<h2>Harry Potter and the Prisoner of Azkaban</h2>
<h3>J.K. Rowling</h3>
</div>
</div></a>
</div>
<br>
<div class="row-4">
<a href="story_8.html" target="_blank"><div class="s3" style="height:45vh;">
<img src="s8.jpeg" alt="s8">
<div class="info">
<h2>Harry Potter and the Goblet of Fire</h2>
<h3>J.K. Rowling</h3>
</div>
</div></a>
<a href="story_9.html" target="_blank"><div class="s3" style="height:45vh;">
<img src="s9.jpeg" alt="s9">
<div class="info">
<h2>Harry Power and the Order of the Phoenix</h2>
<h3>J.K. Rowling</h3>
</div>
</div></a>
<a href="story_10.html" target="_blank"><div class="s3" style="height:45vh;">
<img src="s10.jpeg" alt="s10">
<div class="info">
<h2>Harry Potter and the Half-Blood Prince</h2>
<h3>J.K. Rowling</h3>
</div>
</div></a>
</div>
<div class="row-4" style="margin-top: 5vh;">
<a href="story_11.html" target="_blank"><div class="s3" style="height:45vh;">
<img src="s11.jpeg" alt="s11">
<div class="info">
<h2>Harry Potter and the Deathly Hallows</h2>
<h3>J.K. Rowling</h3>
</div>
</div></a>
<a href="story_12.html" target="_blank"><div class="s3" style="height:45vh;">
<img src="s12.jpeg" alt="s12">
<div class="info">
<h2>Harry Power and the Cursed Child</h2>
<h3>J.K. Rowling</h3>
</div>
</div></a>
</div>
</div>
</body>
</html>