-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathinto3.html
348 lines (304 loc) · 16 KB
/
into3.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
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>ME BEFORE YOU</title>
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Open+Sans:300,400">
<!-- Google web font "Open Sans" -->
<link rel="stylesheet" href="font-awesome-4.5.0/css/font-awesome.min.css">
<!-- Font Awesome -->
<link rel="stylesheet" href="css/bootstrap.min.css">
<link rel="stylesheet" type="text/css" href="slick/slick.css" />
<link rel="stylesheet" type="text/css" href="slick/slick-theme.css" />
<link rel="stylesheet" href="css/tooplate-style.css">
<script>
var renderPage = true;
if (navigator.userAgent.indexOf('MSIE') !== -1
|| navigator.appVersion.indexOf('Trident/') > 0) {
/* Microsoft Internet Explorer detected in. */
alert("Please view this in a modern browser such as Chrome or Microsoft Edge.");
renderPage = false;
}
</script>
</head>
<body bgcolor="black">
<!-- Loader -->
<div id="loader-wrapper">
<div id="loader"></div>
<div class="loader-section section-left"></div>
<div class="loader-section section-right"></div>
</div>
<div class="container">
<section class="tm-section-head" id="top">
<header id="header" class="text-center tm-text-gray">
<h1>ME BEFORE YOU</h1>
<p>BY JOJO MOYES</p>
</header>
<nav class="navbar narbar-light">
<a class="navbar-brand tm-text-gray" href="#">
INFO
</a>
<button type="button" id="nav-toggle" class="navbar-toggler collapsed" data-toggle="collapse" data-target="#mainNav" aria-expanded="false"
aria-label="Toggle navigation">
<span class="navbar-toggler-icon">
<i class="fa fa-navicon tm-fa-toggler-icon"></i>
</span>
</button>
<div id="mainNav" class="collapse navbar-collapse tm-bg-white">
<ul class="navbar-nav ml-auto">
<li class="nav-item">
<a class="nav-link tm-text-gray" href="#top">ABOUT
<span class="sr-only">(current)</span>
</a>
</li>
<li class="nav-item">
<a class="nav-link tm-text-gray" href="#tm-section-2">CHARACTERS AND READ ONLINE LINK & BUY ONLINE LINK</a>
</li>
<li class="nav-item">
<a class="nav-link tm-text-gray" href="#tm-section-3">WATCH ONLINE</a>
</li>
<li class="nav-item">
<a class="nav-link tm-text-gray" href="#tm-section-5">SUMMARY</a>
</li>
<li class="nav-item">
<a class="nav-link tm-text-gray" href="index.html">HOME</a>
</li>
<li class="nav-item">
<a class="nav-link tm-text-gray" href="romance.html">BACK</a>
</li>
</ul>
</div>
</nav>
<div class="navbar navbar-default navbar-fixed-top">
<a href="/index.html" class="navbar-brand"></a>
<botton class="navbar-toggle collapsed" data-toggle="collapse" data-target="#mydropdown">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</botton>
</div>
<div class="collapse navbar-collapse" id="mydropdown">
<ul class="nav navbar-nav">
<li>
<a href="#">ABOUT</a>
</li>
<li>
<a href="#">READ ONLINE</a>
</li>
<li>
<a href="#">BUY AND WATCH ONLINE</a>
</li>
</ul>
</div>
</section>
<section class="row" id="tm-section-1">
<div class="col-lg-12 tm-slider-col">
<div class="tm-img-slider">
<div class="tm-img-slider-item" href="images/U1.jpg">
<p class="tm-slider-caption">“All I can say is that you make me... you make me into someone I couldn't even imagine." </p>
<img src="images/U1.jpg" alt="Image" class="tm-slider-img">
</div>
<div class="tm-img-slider-item" href="images/U3.jpg">
<p class="tm-slider-caption">“You can only actually help someone who wants to be helped.” </p>
<img src="images/U3.jpg" alt="Image" class="tm-slider-img">
</div>
<div class="tm-img-slider-item" href="images/U4.jpg">
<p class="tm-slider-caption">“You only get one life. It's actually your duty to live it as fully as possible.”</p>
<img src="images/U4.jpg" alt="Image" class="tm-slider-img">
</div>
<div class="tm-img-slider-item" href="images/U2.jpg">
<p class="tm-slider-caption">“Push yourself. Don't Settle. Just live well. Just LIVE.”</p>
<img src="images/U2.jpg" alt="Image" class="tm-slider-img">
</div>
</div>
</div>
</section>
<section class="tm-section-2 tm-section-mb" id="tm-section-2">
<div class="row">
<div class="col-xl-4 col-lg-4 col-md-6 mb-lg-0 mb-md-5 mb-5 pr-md-5">
<header class="text-center">
</header>
<h2>CHARACTERS</h2>
<p><ul type="none">
<li>Louisa Clark </li>
<li>William (Will) Traynor </li>
<li>Camilla Traynor</li>
<li>Steven Traynor</li>
<li>Nathan </li>
<li>Josephine </li>
</ul> </p>
</div>
<div class="col-xl-4 col-lg-4 col-md-6 mb-lg-0 mb-md-5 mb-5 pr-md-5">
<header class="text-center">
</header>
<h2>READ ONLINE</h2>
<p> <ul type="none">
<li><a href='https://novel12.com/254703/me-before-you.htm'>novelfree</a></li>
<br>
<li><a href="https://www.bookscool.com/en/Me-Before-You/1">bookscool</a></li>
<br>
<li><a href="http://novelfreereadonline.com/254703/me-before-you">novel180</a></li>
<br>
</ul>
</p>
<a href="#tm-section-4" class="btn tm-btn-pad-2 float-right">TO KNOW ABOUT THE BOOK SUMMARY CLICK HERE</a>
</div>
<div class="col-xl-4 col-lg-4 col-md-12">
<h2>BUY ONLINE</h2>
<p><a href="https://www.amazon.in/Me-Before-You-Jojo-Moyes/dp/0718157834">AMAZON</a></p>
<br>
<p><a href="https://www.flipkart.com/me-before-you/p/itmfc4q6hjv92z3u">FLIPKART</a></p>
<br>
<p><a href="https://www.crossword.in/fiction/me-before-you-jojo-moyes/p-1341200-70475458426-cat.html">CROSSWORD</a></p>
</div>
</div>
</section>
<section class="tm-section-3 tm-section-mb" id="tm-section-3">
<div class="row">
<div class="col-md-6 tm-mb-sm-4 tm-2col-l">
<div class="image">
<img src="images/U1.jpg" class="img-fluid" />
</div>
<div class="tm-box-3">
<h2>AVAILABLE ON NETFLIX</h2>
<a href="https://www.netflix.com/in/">CLICK HERE</a>
<div class="text-center">
</div>
</div>
</div>
<div class="col-md-6 tm-2col-r">
<div class="image">
<img src="images/U3.jpg" class="img-fluid" />
</div>
<div class="tm-box-3">
<header>
<h2>AVAILABLE ON AMAZON PRIME</h2>
</header>
<a href="https://www.amazon.com/Me-Before-You-Emilia-Clarke/dp/B01GIIVF6K">CLICK HERE</a>
<div class="text-center">
</div>
</div>
</div>
</div>
</section>
<section class="tm-section-4 tm-section-mb" id="tm-section-4">
<div class="row">
</div>
</section>
<section class="tm-section-5" id="tm-section-5">
<div class="row">
<div class="col-lg-4 col-md-12 col-sm-12">
<div class="image fit">
<img src="images/d2.png" class="img-fluid">
</div>
</div>
<div class="col-lg-8 col-md-12 col-sm-12 pl-lg-0">
<div class="media tm-media">
<div class="media-body tm-box-5">
<h2>SUMMARY</h2>
<p class="mb-0">Lou Clark is an Average Jane from a small town in England. She worked at café until its owner abruptly announced that he was shutting the place down, leaving her jobless. Bummed, Lou goes job hunting until she lands a gig as a caretaker for a paralyzed man named Will Traynor.
Will is a young business executive and extreme sports enthusiast whose life was forever changed two years earlier when he was hit by a motorcycle while crossing the street, leaving him almost completely paralyzed. His mother, Camilla, tells Lou that her job will be to monitor him at all hours of the day, even though he already has a professional taking care of his medical needs.
Will being a jerk makes their relationship jerky but eventually he relents.
Although Lou is shaken by this revelation, she has a plan: she'll take Will on a series of excursions to show him that life is still worth living. Some of these trips don't go well, like one ill-advised jaunt to the horse races, but some are truly eye-opening, like a romantic night at the symphony. The big trip comes near the end of the six months: an all-expenses paid vacation to Mauritius, a small island off the coast of Africa.There she declares her love for Will but he rejects her. Furious, Lou ignores Will when they return home.
Eventually, Lou relents and decides to share Will's final moments with him at Dignitas, the assisted suicide facility. Lou's mom is furious about this and tells her to not return home if she decides to go. But that's not going to stop her. She makes it to Dignitas in time and shares a tender moment with Will before he goes through with the procedure.
Before his death, Will writes Lou a letter that specifically requests that it only be opened while Lou is a Paris café. So she goes. The letter says that Will has left Lou a small amount of money so she can go back to school and follow her dreams. It also expresses Will's sadness at causing her pain, though he hopes that she will emerge from the other end of her grief as a better person. Thus begins a bold new chapter in Lou's life.
…While everyone else is reaching for the tissue box. (Go on, we won't judge.)</p>
</div>
</div>
</div>
</div>
</section>
<footer class="mt-5">
<p class="text-center">ALL THE INFORMATION HAS BEEN TAKEN FROM WIKIPIDEA</p>
</footer>
</div>
<!-- load JS files -->
<script type="text/javascript" src="js/jquery-1.11.3.min.js"></script>
<script src="js/popper.min.js"></script>
<!-- https://popper.js.org/ -->
<script src="js/bootstrap.min.js"></script>
<!-- https://getbootstrap.com/ -->
<script type="text/javascript" src="slick/slick.min.js"></script>
<!-- Slick Carousel -->
<script>
function setCarousel() {
var slider = $('.tm-img-slider');
if (slider.hasClass('slick-initialized')) {
slider.slick('destroy');
}
if ($(window).width() > 991) {
// Slick carousel
slider.slick({
autoplay: true,
fade: true,
speed: 800,
infinite: true,
slidesToShow: 1,
slidesToScroll: 1
});
} else {
slider.slick({
autoplay: true,
fade: true,
speed: 800,
infinite: true,
slidesToShow: 1,
slidesToScroll: 1
});
}
}
$(document).ready(function () {
if (renderPage) {
$('body').addClass('loaded');
}
setCarousel();
$(window).resize(function () {
setCarousel();
});
// Close menu after link click
$('.nav-link').click(function () {
$('#mainNav').removeClass('show');
});
// https://css-tricks.com/snippets/jquery/smooth-scrolling/
// Select all links with hashes
$('a[href*="#"]')
// Remove links that don't actually link to anything
.not('[href="#"]')
.not('[href="#0"]')
.click(function (event) {
// On-page links
if (
location.pathname.replace(/^\//, '') == this.pathname.replace(/^\//, '')
&&
location.hostname == this.hostname
) {
// Figure out element to scroll to
var target = $(this.hash);
target = target.length ? target : $('[name=' + this.hash.slice(1) + ']');
// Does a scroll target exist?
if (target.length) {
// Only prevent default if animation is actually gonna happen
event.preventDefault();
$('html, body').animate({
scrollTop: target.offset().top + 1
}, 1000, function () {
// Callback after animation
// Must change focus!
var $target = $(target);
$target.focus();
if ($target.is(":focus")) { // Checking if the target was focused
return false;
} else {
$target.attr('tabindex', '-1'); // Adding tabindex for elements not focusable
$target.focus(); // Set focus again
};
});
}
}
});
});
</script>
</body>
</html>