-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
289 lines (250 loc) · 22.4 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
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
<!doctype html>
<html lang="en">
<head>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css" integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous">
<title>Hello, world!</title>
<!-- i ensure all my css files are kept here -->
<link rel="stylesheet" href="projectcss.css">
<link rel="stylesheet" href="app.css">
<link href="https://fonts.googleapis.com/css?family=Gugi" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Gugi|Monoton" rel="stylesheet">
<style>
#train {
position: relative;
cursor: pointer;
}
</style>
</head>
<body>
<!-- Optional JavaScript -->
<!-- jQuery first, then Popper.js, then Bootstrap JS -->
<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js" integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js" integrity="sha384-UO2eT0CpHqdSJQ6hJty5KVphtPhzWj9WO1clHTMGa3JDZwrnQq4sF86dIHNDz0W1" crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js" integrity="sha384-JjSmVgyd0p3pXB1rRibZUAYoIIy6OrQ6VrjIEaFf/nJGzIxFDsf4x0xIM+B07jRM" crossorigin="anonymous"></script>
<!-- //navbar is here// -->
<nav class="navbar fixed-top navbar-expand-lg" style="background-color: #e3f2fd;">
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarTogglerDemo01" aria-controls="navbarTogglerDemo01" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<!-- icon is here -->
<img src="reading.png" alt="" height="50" width="50">
<div class="collapse navbar-collapse" id="navbarTogglerDemo01">
<a class="navbar-brand" href="#">iREAD</a>
<ul class="navbar-nav mr-auto mt-2 mt-lg-0">
<li class="nav-item active">
<a class="nav-link" href="#">Home <span class="sr-only">(current)</span></a>
</li>
<!-- dropdown placed here -->
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" data-toggle="dropdown" href="#" role="button" aria-haspopup="true" aria-expanded="false">Dropdown</a>
<div class="dropdown-menu">
<a class="dropdown-item" href="#">Subscribe for our mail</a>
<a class="dropdown-item" href="#">Quizes and Survey</a>
<a class="dropdown-item" href="#">Blog</a>
<div class="dropdown-divider"></div>
<a class="dropdown-item" href="#">Articles</a>
</div>
</li>
<li class="nav-item">
<a class="nav-link" href="#">Login</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#">signup</a>
</li>
</ul>
<!-- form goes in here -->
<form class="form-inline my-2 my-lg-0">
<input class="form-control mr-sm-2" type="search" placeholder="Search for over 50,000 books." >
<button class="btn btn-outline-success my-2 my-sm-0" type="submit">Search</button>
</form>
</div>
</nav>
<!-- after the navbar we have part of main body -->
<p>Lorem ipsum dolor sit amet consectetur
adipisicing elit. Facilis deleniti beatae veritatis perferendis
sint voluptas dolore hic non sit et.</p>
<p>Lorem ipsum dolor sit amet consectetur
adipisicing elit. Facilis deleniti beatae veritatis perferendis
sint voluptas dolore hic non sit et.</p>
<div class="container">
<div class="row">
<div class="col-sm-6">
<img src="https://kajabi.com/images/shared/side_by_side/your_business-98022a6d.svg" alt="" height="400" width="400">
<section class="container-fluid">
<h1 class="text-left" style="font-size: 200%; font-family:'Gugi', cursive;"><a class="btn btn-primary btn-lg">Get your desired book with just a click.</a></h1>
</section>
</div>
<div class="col-sm-6 alert alert-primary text-align-left" style="padding:2%;">
<h3 style="font-family:'Monoton', cursive;">Why you should read.</h3>
<p>
You know we love books around here. We also love discovering the inspiring things that have been said about books.
We thought you might, too, which is why we’ve compiled a list of the 100 best quotes about reading. Read on to see the many insightful, witty, and
motivating things that have been said about reading by authors, poets, scientists, artists, visionaries and even comedians.
Let us know in the comments below which is your favorite, and what quotes you would add to the list!
“A reader lives a thousand lives before he dies . . . The man who never reads lives only one.” – George R.R. Martin
“Until I feared I would lose it, I never loved to read. One does not love breathing.” – Harper Lee
“Never trust anyone who has not brought a book with them.” – Lemony Snicket
“You can never get a cup of tea large enough or a book long enough to suit me.” – C.S. Lewis
“Reading is essential for those who seek to rise above the ordinary.” – Jim Rohn
“The more that you read, the more things you will know. The more that you learn, the more places you’ll go.” – Dr. Seuss
“I find television very educating. Every time somebody turns on the set, I go into the other room and read a book.” – Groucho Marx
“‘Classic’ – a book which people praise and don’t read.” – Mark Twain
“You don’t have to burn books to destroy a culture. Just get people to stop reading them.” – Ray Bradbury
“Books train your mind to imagination to think big.” – Taylor Swift
</p>
</div>
</div>
</div>
<!-- <div id="carouselExampleIndicators" class="carousel slide" data-ride="carousel">
<ol class="carousel-indicators">
<li data-target="#carouselExampleIndicators" data-slide-to="0" class="active"></li>
<li data-target="#carouselExampleIndicators" data-slide-to="1"></li>
<li data-target="#carouselExampleIndicators" data-slide-to="2"></li>
</ol>
<div class="carousel-inner">
<div class="carousel-item active">
<img src="https://marketplace.canva.com/MADSMEqOXR0/1/0/thumbnail_large-1/canva-silent-women-thriller-small-kindle-book-cover-MADSMEqOXR0.jpg" class="d-block w-100" alt="...">
</div>
<div class="carousel-item">
<img src="https://marketplace.canva.com/MADLhSWZb0o/1/0/thumbnail_large-1/canva-wedding-thriller-ebook-cover-MADLhSWZb0o.jpg" class="d-block w-100" alt="...">
</div>
<div class="carousel-item">
<img src="https://marketplace.canva.com/MAC7DiDSvvk/1/0/thumbnail_large-5/canva-purple-photo-ebook-cover-MAC7DiDSvvk.jpg" class="d-block w-100" alt="...">
</div>
</div>
<a class="carousel-control-prev" href="#carouselExampleIndicators" role="button" data-slide="prev">
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
<span class="sr-only">Previous</span>
</a>
<a class="carousel-control-next" href="#carouselExampleIndicators" role="button" data-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="sr-only">Next</span>
</a>
</div> -->
<!-- <section class="jumbotron text-center" style="background-color:lightseagreen;">
<h1 class="display-2 text-center alert-danger"> <i class="glyphicon glyphicon-user alert alert-"></i> PATTERNLY</h1>
<p class="text-center ">Visit idesign for free images at zero cost</p>
<a href="#" class="btn btn-primary btn-sm">Download</a>
<a href="#" class="btn btn-info btn-sm" >buy image</a>
<a href="#" class="btn btn-danger btn-sm">About author</a>
</section> -->
<img id="train" src="https://js.cx/clipart/train.gif">
<!-- java script code is here,watch out -->
<script>
train.onclick = function() {
let start = Date.now();
let timer = setInterval(function() {
let timePassed = Date.now() - start;
train.style.left = timePassed / 5 + 'px';
if (timePassed > 6000) clearInterval(timer);
}, 20);
}
</script>
<p class="alert alert-dark">Reading takes you from where you are to where you want to ,start your journey today and get joy""anonymous</p>
<section>
<div class="container">
<div class="row">
<div class=" col-lg-3">
<img src="https://marketplace.canva.com/MADLhQitqSo/1/0/thumbnail_large-1/canva-rogue-speeing-train-thriller-kindle-book-cover-MADLhQitqSo.jpg"
alt="fish in the ocean" height="200" width="350" class="img-thumbnail ">
<a href="#" class="btn btn-primary ">download</a>
<a href="#"><button class="btn btn-success"> Read review</button></a>
</div>
<div class="col-lg-3">
<img src="https://marketplace.canva.com/MADLhSWZb0o/1/0/thumbnail_large-1/canva-wedding-thriller-ebook-cover-MADLhSWZb0o.jpg" alt="" height="200" width="350" class="img-thumbnail">
<a href="#" class="btn btn-primary">download</a>
<a href="#"><button class="btn btn-success">Read review</button></a>
</div>
<div class="col-lg-3">
<img src="https://marketplace.canva.com/MADOPnD5KLU/1/0/thumbnail_large-1/canva-crime-history-non-fiction-ebook-cover-MADOPnD5KLU.jpg" alt="" height="200" width="350" class="img-thumbnail">
<a href="#" class="btn btn-primary">download</a>
<a href="#"><button class="btn btn-success">Read review </button></a>
</div>
<div class="col-lg-3">
<img src="https://marketplace.canva.com/MADSMEqOXR0/1/0/thumbnail_large-1/canva-silent-women-thriller-small-kindle-book-cover-MADSMEqOXR0.jpg" alt="" height="200" width="350" class="img-thumbnail">
<a href="#" class="btn btn-primary">download</a>
<a href="#"><button class="btn btn-success">Read review</button></a>
</div>
<div class="col-lg-3">
<img src="https://marketplace.canva.com/MADOPpcF3gU/1/0/thumbnail_large-1/canva-black-thriller-novel-kindle-cover-MADOPpcF3gU.jpg" alt="" height="200" width="350" class="img-thumbnail">
<a href="#" class="btn btn-primary">download</a>
<a href="#"><button class="btn btn-success">Read review</button></a>
</div>
<div class="col-lg-3">
<img src="https://marketplace.canva.com/MADLhfyD6NY/1/0/thumbnail_large-1/canva-full-moon-howling-wolf-thriller-book-cover-MADLhfyD6NY.jpg" alt="" height="200" width="350" class="img-thumbnail">
<a href="#" class="btn btn-primary">download</a>
<a href="#"><button class="btn btn-success">Read review</button></a>
</div>
<div class="col-lg-3">
<img src="https://marketplace.canva.com/MADOPk-vsOs/1/0/thumbnail_large-1/canva-riptide-thriller-ebook-cover-MADOPk-vsOs.jpg" alt="" height="200" width="350" class="img-thumbnail">
<a href="#" class="btn btn-primary">download</a>
<a href="#"><button class="btn btn-success">Read review</button></a>
</div>
<div class="col-lg-3">
<img src="https://marketplace.canva.com/MAC7DtniMcQ/1/0/thumbnail_large-5/canva-black-thriller-novel-wattpad-cover-MAC7DtniMcQ.jpg" alt="" height="200" width="350" class="img-thumbnail">
<a href="#" class="btn btn-primary">download</a>
<a href="#"><button class="btn btn-success">Read review</button></a>
</div>
<div class="col-lg-3">
<img src="https://marketplace.canva.com/MADOPlxHOfQ/1/0/thumbnail_large-1/canva-blindfolded-thriller-suspense-kindle-cover-MADOPlxHOfQ.jpg" alt="" height="200" width="350" class="img-thumbnail">
<a href="#" class="btn btn-primary">download</a>
<a href="#"><button class="btn btn-success">Read review</button></a>
</div>
<div class="col-lg-3">
<img src="https://marketplace.canva.com/MADOPjC0Dnw/1/0/thumbnail_large-1/canva-thriller-dark-monochrome-kindle-cover-MADOPjC0Dnw.jpg" alt="" height="200" width="350" class="img-thumbnail">
<a href="#" class="btn btn-primary">download</a>
<a href="#"><button class="btn btn-success">Read review</button></a>
</div>
<div class="col-lg-3">
<img src="https://marketplace.canva.com/MACymWet-pU/1/0/thumbnail_large-7/canva-winding-road-thriller-kindle-cover-MACymWet-pU.jpg" alt="" height="200" width="350" class="img-thumbnail">
<a href="#" class="btn btn-primary">download</a>
<a href="#"><button class="btn btn-success">Read review</button></a>
</div>
<div class="col-lg-3">
<img src="https://marketplace.canva.com/MADLhQ79Mxo/1/0/thumbnail_large-1/canva-birds-on-tree-thriller-ebook-cover-MADLhQ79Mxo.jpg" alt="" height="200" width="350" class="img-thumbnail">
<a href="#" class="btn btn-primary">download</a>
<a href="#"><button class="btn btn-success">Read review</button></a>
</div>
<div class="col-lg-3">
<img src="https://marketplace.canva.com/MADOPskIuOg/1/0/thumbnail_large-1/canva-watcher-in-the-woods-kindle-book-cover-MADOPskIuOg.jpg" alt="" height="200" width="350" class="img-thumbnail">
<a href="#" class="btn btn-primary">download</a>
<a href="#"><button class="btn btn-success">Read review</button></a>
</div>
<div class="col-lg-3">
<img src="https://marketplace.canva.com/MAC7DiDSvvk/1/0/thumbnail_large-5/canva-purple-photo-ebook-cover-MAC7DiDSvvk.jpg" alt="" height="200" width="350" class="img-thumbnail">
<a href="#" class="btn btn-primary">download</a>
<a href="#"><button class="btn btn-success">Read review</button></a>
</div>
<div class="col-lg-3">
<img src="https://marketplace.canva.com/MADLhQ79Mxo/1/0/thumbnail_large-1/canva-birds-on-tree-thriller-ebook-cover-MADLhQ79Mxo.jpg" alt="" height="200" width="350" class="img-thumbnail">
<a href="#" class="btn btn-primary">download</a>
<a href="#"><button class="btn btn-success">Read review</button></a>
</div>
<div class="col-lg-3">
<img src="https://marketplace.canva.com/MADLhSWZb0o/1/0/thumbnail_large-1/canva-wedding-thriller-ebook-cover-MADLhSWZb0o.jpg" alt="" height="200" width="350" class="img-thumbnail">
<a href="#" class="btn btn-primary">download</a>
<a href="#"><button class="btn btn-success">Read review</button></a>
</div>
</div>
</div>
</section>
<div class="alert alert-danger" ></div>
<!-- bottom section -->
<section>
<div class="container " >
<div class="row" >
<div class="col-sm-4 alert alert-primary"> <a href="#"><h3>Product</h3></a>
<p>Lorem ipsum, dolor sit amet consectetur adipisicing elit. Cupiditate, similique.</p></div>
<div class="col-sm-4 alert alert-success"><a href="#"><h3>company</h3></a>
<p>Lorem ipsum dolor, sit amet consectetur adipisicing elit. Neque, laudantium?</p></div>
<div class="col-sm-4 alert alert-dark" ><a href="#"><h3>Help</h3></a>
<p>Lorem ipsum dolor sit amet consectetur, adipisicing elit. Explicabo, dicta!</p></div>
</div>
</div>
</section>
</body>
</html>