books/colleenhooveer.html
Viki Rajnakova 4f05abc0ff init
2024-05-13 15:33:18 +02:00

269 lines
13 KiB
HTML
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!DOCTYPE html>
<html lang="sk">
<head>
<meta charset="UTF-8">
<title>Books</title>
<meta name="description" content="Books">
<meta name="keywords" content="books, booktok, bookstagram, author,
romance, fantasy, sci-fi, characters, love ">
<!-- namapovanie css -->
<link rel="stylesheet" href="h1css.css">
<link rel="shortcut icon" href="icon.jpg" type="image/x-icon">
<meta name="viewport" content="width=device-width,
initial-scale=1.0, user-scalable=yes">
<link rel='stylesheet' id='site' href='http://changbin.borec.cz/druhy_polrok/javascript.css'
='text/css' media='all' />
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.6.1/jquery.min.js">
</script>
</head>
<body style="background-color: rgb(83, 129, 83);">
<style>
body {margin:0;font-family:Arial}
.topnav {
overflow: hidden;
background-color: rgb(9, 56, 27);
}
.topnav a {
float: left;
display: block;
color: rgb(210, 227, 200);
text-align: center;
padding: 14px 16px;
text-decoration: none;
font-size: 17px;
}
.active {
background-color: rgb(9, 56, 27);
color: rgb(210, 227, 200);
}
.topnav .icon {
display: none;
}
.dropdown {
float: left;
overflow: hidden;
}
.dropdown .dropbtn {
font-size: 17px;
border: none;
outline: none;
color: rgb(210, 227, 200);
padding: 14px 16px;
background-color: rgb(9, 56, 27);
font-family: inherit;
margin: 0;
}
.dropdown-content {
display: none;
position: absolute;
background-color: rgb(210, 227, 200);
min-width: 160px;
box-shadow: 0px 8px 16px 0px rgb(9, 56, 27);
z-index: 1;
}
.dropdown-content a {
float: none;
color: rgb(9, 56, 27);
padding: 12px 16px;
text-decoration: none;
display: block;
text-align: left;
}
.topnav a:hover, .dropdown:hover .dropbtn {
background-color: rgb(210, 227, 200);
color: rgb(9, 56, 27);
}
.dropdown-content a:hover {
background-color: rgb(9, 56, 27);
color: rgb(210, 227, 200);
}
.dropdown:hover .dropdown-content {
display: block;
}
@media screen and (max-width: 600px) {
.topnav a:not(:first-child), .dropdown .dropbtn {
display: none;
}
.topnav a.icon {
float: right;
display: block;
}
}
@media screen and (max-width: 600px) {
.topnav.responsive {position: relative;}
.topnav.responsive .icon {
position: absolute;
right: 0;
top: 0;
}
.topnav.responsive a {
float: none;
display: block;
text-align: left;
}
.topnav.responsive .dropdown {float: none;}
.topnav.responsive .dropdown-content {position: relative;}
.topnav.responsive .dropdown .dropbtn {
display: block;
width: 100%;
text-align: left;
}
}
img {
float: left;
margin-right: 10px;
clear:both;
}
p {
margin-left: 0px;
overflow:auto;
display:block;
padding: 50px;
font-size: 21px;
</style>
<div class="topnav" id="myTopnav">
<a href="home.html" class="active">Home</a>
<a href="aboutus.html">About us</a>
<a href="topbooks.html">TOP books 2023</a>
<a href="formular.html">Rate us!</a>
<div class="dropdown">
<button class="dropbtn">Genre
<i class="fa fa-caret-down"></i>
</button>
<div class="dropdown-content">
<a href="romance.html">romance</a>
<a href="fantasy.html">fantasy</a>
<a href="scifi.html">sci-fi</a>
<a href="horror.html">horror</a>
</div>
</div>
<div class="dropdown">
<button class="dropbtn">Authors
<i class="fa fa-caret-down"></i>
</button>
<div class="dropdown-content">
<a href="anahuang.html">Ana Huang</a>
<a href="colleenhooveer.html">Colleen Hooveer</a>
<a href="ellekennedy.html">Elle Kennedy</a>
</div>
</div>
<a href="javascript:void(0);" style="font-size:15px;" class="icon" onclick="myFunction()">&#9776;</a>
</div>
<script>
function myFunction() {
var x = document.getElementById("myTopnav");
if (x.className === "topnav") {
x.className += " responsive";
} else {
x.className = "topnav";
}
}
</script>
<header>
<h3 style="font-family: Times new Rowan; font-size:8vw">Colleen Hooveer</h3>
</header>
<!-- <article>
<h1>Is booktok a good thing?</h1>
<p>Some of the positives of interacting with Booktok include easily finding recommendations for new books to check out and learn more about different authors. It also creates a community of people who love to read and that is 1000% a good thing, no doubts there.</p>
<h1>How do I get BookTok?</h1>
<p>Anyone with the TikTok app can be part of BookTok. Simply search for BookTok users or hashtags you like, then follow and interact with their content. You dont even need a book-related account to be a part of BookTok.</p>
<h1>Why is BookTok so popular?</h1>
<p>BookTok is popular because it offers book lovers a chance to connect with like-minded readers and discuss their favorite literature. It also provides book recommendations from other users, allowing readers to discover new books and authors they may not have known about before.</p>
<h1>What is the most popular BookTok?</h1>
<p>The most popular BookTok account is @aymansbooks, which has over 892K followers! Aymans account combines bookish humor, book reviews, recommendations, hauls, tags, and more. Its a great book-lovers haven!</p>
<h1>Top BookTok creators in 2023</h1>
<p>The rise of BookTok has taken the publishing industry by storm over the past few years, with influencers inspiring book lovers of all ages to pick up a book.
</article>-->
<section>
<article style="font-family: Times new Rowan; padding: 50px;" >
<h3 style="font-size: 2.5vw">It ends with us</h3><br>
<img class="img1" src="https://th.bing.com/th/id/OIP.IHhme5H7siHzNjuQcMCWMAHaLg?rs=1&pid=ImgDetMain" style="width:300px;">
<p>
Sometimes it is the one who loves you who hurts you the most.<br>
Lily hasnt always had it easy, but thats never stopped her from working hard for the life she wants. Shes come a long way from the small town in Maine where she grew up — she graduated from college, moved to Boston, and started her own business. So when she feels a spark with a gorgeous neurosurgeon named Ryle Kincaid, everything in Lilys life suddenly seems almost too good to be true.
<br><br>
Ryle is assertive, stubborn, maybe even a little arrogant. Hes also sensitive, brilliant, and has a total soft spot for Lily. And the way he looks in scrubs certainly doesnt hurt. Lily cant get him out of her head. But Ryles complete aversion to relationships is disturbing. Even as Lily finds herself becoming the exception to his “no dating” rule, she cant help but wonder what made him that way in the first place.
<br><br>
As questions about her new relationship overwhelm her, so do thoughts of Atlas Corrigan — her first love and a link to the past she left behind. He was her kindred spirit, her protector. When Atlas suddenly reappears, everything Lily has built with Ryle is threatened.
<br>
</p>
<h3 style="font-size: 2.5vw">It starts with us</h3><br>
<img class="img1" src="https://d28hgpri8am2if.cloudfront.net/book_images/onix/cvr9781668001226/it-starts-with-us-9781668001226_xlg.jpg" style="width:300px;">
<p>
Lily and her ex-husband, Ryle, have just settled into a civil coparenting rhythm when she suddenly bumps into her first love, Atlas, again. After nearly two years separated, she is elated that for once, time is on their side, and she immediately says yes when Atlas asks her on a date.
<br><br>
But her excitement is quickly hampered by the knowledge that, though they are no longer married, Ryle is still very much a part of her life—and Atlas Corrigan is the one man he will hate being in his ex-wife and daughters life.
<br><br>
Switching between the perspectives of Lily and Atlas, It Starts with Us picks up right where the epilogue for the “gripping, pulse-pounding” (Sarah Pekkanen, author of Perfect Neighbors) bestselling phenomenon It Ends with Us left off. Revealing more about Atlass past and following Lily as she embraces a second chance at true love while navigating a jealous ex-husband, it proves that “no one delivers an emotional read like Colleen Hoover” (Anna Todd, New York Times bestselling author).
<br><br><br><br><br></p>
<h3 style="font-size: 2.5vw">Verity</h3><br>
<img class="img1" src="https://i0.wp.com/www.thenerddaily.com/wp-content/uploads/2019/01/Verity-by-Colleen-Hoover.jpg" style="width:300px;">
<p>
Lowen Ashleigh is a struggling writer on the brink of financial ruin when she accepts the job offer of a lifetime. Jeremy Crawford, husband of bestselling author Verity Crawford, has hired Lowen to complete the remaining books in a successful series his injured wife is unable to finish.
<br><br>
Lowen arrives at the Crawford home, ready to sort through years of Verity's notes and outlines, hoping to find enough material to get her started. What Lowen doesn't expect to uncover in the chaotic office is an unfinished autobiography Verity never intended for anyone to read. Page after page of bone-chilling admissions, including Verity's recollection of what really happened the day her daughter died.
<br><br>
Lowen decides to keep the manuscript hidden from Jeremy, knowing its contents would devastate the already grieving father. But as Lowen's feelings for Jeremy begin to intensify, she recognizes all the ways she could benefit if he were to read his wife's words. After all, no matter how devoted Jeremy is to his injured wife, a truth this horrifying would make it impossible for him to continue to love her.
<br><br><br><br>
</p>
<h3 style="font-size: 2.5vw">Layla</h3><br>
<img class="img1" src="https://th.bing.com/th/id/OIP.8Ghqro-whDrOklZyLwJY6AHaLH?rs=1&pid=ImgDetMain" style="width:300px;">
<p>
When Leeds meets Layla, hes convinced hell spend the rest of his life with her—until an unexpected attack leaves Layla fighting for her life. After weeks in the hospital, Layla recovers physically, but the emotional and mental scarring has altered the woman Leeds fell in love with. In order to put their relationship back on track, Leeds whisks Layla away to the bed-and-breakfast where they first met. Once they arrive, Laylas behavior takes a bizarre turn. And thats just one of many inexplicable occurrences.
<br><br>
Feeling distant from Layla, Leeds soon finds solace in Willow—another guest of the B&B with whom he forms a connection through their shared concerns. As his curiosity for Willow grows, his decision to help her find answers puts him in direct conflict with Laylas well-being. Leeds soon realizes he has to make a choice because he cant help both of them. But if he makes the wrong choice, it could be detrimental for all of them.
<br><br><br><br><br><br></p>
<script type="text/javascript">
function rozlisenie()
{
winwidth=document.all?document.body.clientWidth:window.innerWidth;
winHeight=document.all?document.body.clientHeight:window.innerHeight;
alert(winwidth+"px, "+winHeight+" px");
}
</script>
</article>
<!--bft
<div class="tenor-gif-embed" data-postid="5888687" data-share-method="host" data-aspect-ratio="1.78571" data-width="100%"><a href="https://tenor.com/view/archer-slap-gif-5888687">Archer Slap GIF</a>from <a href="https://tenor.com/search/archer-gifs">Archer GIFs</a></div> <script type="text/javascript" async src="https://tenor.com/embed.js"></script>
https://tenor.com/sk/view/archer-slap-gif-5888687
<div class="tenor-gif-embed" data-postid="10410407" data-share-method="host" data-aspect-ratio="0.940171" data-width="100%"><a href="https://tenor.com/view/the-grinch-hate-hate-hate-double-hate-gif-10410407">The Grinch Hate Hate Hate Double Hate GIF</a>from <a href="https://tenor.com/search/the+grinch-gifs">The Grinch GIFs</a></div> <script type="text/javascript" async src="https://tenor.com/embed.js"></script>
<div class="tenor-gif-embed" data-postid="9354260969384676221" data-share-method="host" data-aspect-ratio="1" data-width="100%"><a href="https://tenor.com/view/reaction-hot-twitch-streamer-curls-gif-9354260969384676221">Reaction Hot GIF</a>from <a href="https://tenor.com/search/reaction-gifs">Reaction GIFs</a></div> <script type="text/javascript" async src="https://tenor.com/embed.js"></script>
<div class="tenor-gif-embed" data-postid="14669780" data-share-method="host" data-aspect-ratio="1.77778" data-width="100%"><a href="https://tenor.com/view/study-freak-books-estudiantsudg-univgirona-gif-14669780">Study Freak GIF</a>from <a href="https://tenor.com/search/study-gifs">Study GIFs</a></div> <script type="text/javascript" async src="https://tenor.com/embed.js"></script>
-->
</section>
<footer><br>
<h4>#booktok made me read it</h4>
</footer>