509 lines
12 KiB
HTML
509 lines
12 KiB
HTML
<!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">
|
|
|
|
</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;
|
|
}
|
|
}
|
|
</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()">☰</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:7.5vw">TOP books</h3>
|
|
</header>
|
|
|
|
<section>
|
|
<article>
|
|
<br><br><br><br>
|
|
<hr>
|
|
<!--<ul type="1" start="1">
|
|
<li>Yellowface by R. F. Kuang</li>
|
|
<li>Tea</li>
|
|
<li>Happy place by Emily Henry</li>
|
|
<li>Coffee</li>
|
|
<li>Tea</li>
|
|
<li>Milk</li>
|
|
<li>Coffee</li>
|
|
<li>Tea</li>
|
|
<li>Milk</li>
|
|
</ul>
|
|
|
|
-->
|
|
<!--
|
|
|
|
<ul>ROMANCE</ul>
|
|
<ol>
|
|
<li>Black tea</li>
|
|
<ol type="a" start="1">
|
|
<li>Black tea</li>
|
|
<li>Green tea</li>
|
|
</ol>
|
|
<ul>FANTASY</ul>
|
|
<ol>
|
|
<li>Black tea</li>
|
|
|
|
<ol type="a" start="1">
|
|
<li>Black tea</li>
|
|
<li>Green tea</li>
|
|
</ol>
|
|
|
|
<ul>HORROR</ul>
|
|
<ol>
|
|
<li>Black tea</li>
|
|
<ol type="a" start="1">
|
|
<li>Black tea</li>
|
|
<li>Green tea</li>
|
|
</ol>
|
|
<ul>FICTION</ul>
|
|
<ol>
|
|
<li>Black tea</li>
|
|
<ol type="a" start="1">
|
|
<li>Black tea</li>
|
|
<li>Green tea</li>
|
|
</ol>
|
|
<ul>HISTORICAL FICTION</ul>
|
|
<ol>
|
|
<li>Black tea</li>
|
|
<ol type="a" start="1">
|
|
<li>Black tea</li>
|
|
<li>Green tea</li>
|
|
</ol>
|
|
<ul>MYSTERY & THRILLER</ul>
|
|
<ol>
|
|
<li>Black tea</li>
|
|
<ol type="a" start="1">
|
|
<li>Black tea</li>
|
|
<li>Green tea</li>
|
|
</ol>
|
|
<ul>ROMANTASY</ul>
|
|
<ol>
|
|
<li>Black tea</li>
|
|
<ol type="a" start="1">
|
|
<li>Black tea</li>
|
|
<li>Green tea</li>
|
|
</ol>
|
|
</ol>
|
|
<ul>SCI-FI</ul>
|
|
<ol>
|
|
<li>Black tea</li>
|
|
<ol type="a" start="1">
|
|
<li>Black tea</li>
|
|
<li>Green tea</li>
|
|
</ol>
|
|
|
|
</ol>
|
|
|
|
|
|
|
|
|
|
</ul>
|
|
-->
|
|
|
|
<style>
|
|
.zoznam{
|
|
font-style: italic;
|
|
}
|
|
{
|
|
font-weight: bold;
|
|
}
|
|
</style>
|
|
|
|
|
|
|
|
|
|
<ol type="1" start="1" class="zoznam">
|
|
<li><b>SCI-FI</b>
|
|
<ul type="disc">
|
|
<li>In the lives of puppets-TJ Klune</li>
|
|
</ul>
|
|
</li>
|
|
<li><b>ROMANTASY</b>
|
|
<ul type="disc">
|
|
<li>Fourth wing-Rebecca Yarros</li>
|
|
</ul>
|
|
</li>
|
|
<li><b>MYSTERY & THRILLER</b>
|
|
<ul type="disc">
|
|
<li>The housemaid's secret-Freida Mcfadden</li>
|
|
</ul>
|
|
</li>
|
|
<li><b>HISTORICAL FICTION</b>
|
|
<ul type="disc">
|
|
<li>Weyward-Emilia Hart</li>
|
|
</ul>
|
|
</li>
|
|
<li><b>FICTION</b>
|
|
<ul type="disc">
|
|
<li>Yellowface-R. F. Kuang</li>
|
|
</ul>
|
|
</li>
|
|
<li><b>HORROR</b>
|
|
<ul type="disc">
|
|
<li>Holly-Stephen King</li>
|
|
</ul>
|
|
</li>
|
|
<li><b>FANTASY</b>
|
|
<ul type="disc">
|
|
<li>Hell bent-Leigh bardugo</li>
|
|
</ul>
|
|
</li>
|
|
<li><b>ROMANCE</b>
|
|
<ul type="disc">
|
|
<li>Happy place-Emily Henry</li>
|
|
</ul>
|
|
</li>
|
|
</ol>
|
|
<!--<div class="tenor-gif-embed" data-postid="26334092" data-share-method="host" data-aspect-ratio="1.13879" data-width="100%"><a href="https://tenor.com/view/yes-gif-26334092">Yes GIF</a>from <a href="https://tenor.com/search/yes-gifs">Yes GIFs</a></div> <script type="text/javascript" async src="https://tenor.com/embed.js"></script>
|
|
-->
|
|
|
|
|
|
<hr>
|
|
<h3 style="font-family: Times new Rowan; font-size:3.5vw">Best book boyfriends</h3>
|
|
<style>#tabulka3, #tabulka3 th, #tabulka3 td
|
|
{
|
|
border: 2px solid rgb(48, 77, 48);
|
|
|
|
border-collapse: collapse;
|
|
}
|
|
|
|
#tabulka3 tbody
|
|
{
|
|
border : 4px solid rgb(48, 77, 48);
|
|
}
|
|
|
|
.pofarbenie2 tr:nth-child(even)
|
|
{
|
|
background-color: rgb(115, 144, 114);
|
|
}
|
|
.podfarbenie2 tr:nth-child(odd)
|
|
{
|
|
background-color: rgb(190, 200, 180);
|
|
}
|
|
|
|
.podfarbenie2 th
|
|
{
|
|
background-color: rgb(48, 77, 48);
|
|
color: rgb(210, 227, 200);
|
|
}
|
|
.podfarbenie2 tr:hover
|
|
{
|
|
text-align: right;
|
|
background-color: rgb(70, 100, 70) !important;
|
|
color: rgb(210, 227, 200) !important;
|
|
transition-duration: 1s;
|
|
transition-timing-function:linear;
|
|
transition-delay: 0.3s;
|
|
}
|
|
</style>
|
|
<table border="5px" id="tabulka3" class="podfarbenie2">
|
|
<tr style="text-align: center;">
|
|
<th><b></b></th>
|
|
<th><b>Name</b></th>
|
|
<th><b>Profession</b></th>
|
|
<th><b>Age</b></th>
|
|
<th><b>Book</b></th>
|
|
<th><b>Trophe</b></th>
|
|
<th><b>Soulmate</b></th>
|
|
<th><b>Height</b></th>
|
|
<th><b>Hair</b></th>
|
|
<th><b>Eyes</b></th>
|
|
|
|
</tr>
|
|
|
|
|
|
<tr style="text-align: center;">
|
|
<td><b>1</b></td>
|
|
<td>Alex Volkov</td>
|
|
<td>Businessman</td>
|
|
<td>26</td>
|
|
<td>Twisted Love</td>
|
|
<td>grupmy X sushine</td>
|
|
<td>Ava Chen</td>
|
|
<td>6'3</td>
|
|
<td>Light brown</td>
|
|
<td>Light jade green</td>
|
|
|
|
</tr>
|
|
<tr style="text-align: center;">
|
|
<td><b>2</b></td>
|
|
<td>Rhys Larsen</td>
|
|
<td>Bodyguard</td>
|
|
<td>31</td>
|
|
<td>Twisted Games</td>
|
|
<td>princess X bodyguard</td>
|
|
<td>Bridget von Ascheberg</td>
|
|
<td>6'5</td>
|
|
<td>Dark</td>
|
|
<td>Grey</td>
|
|
</tr>
|
|
<tr style="text-align: center;">
|
|
<td><b>3</b></td>
|
|
<td>Dante Russo</td>
|
|
<td>Head of jewellery empire</td>
|
|
<td>36-37</td>
|
|
<td>King of Wrath</td>
|
|
<td>arranged marriage</td>
|
|
<td>Vivian Lau</td>
|
|
<td>6'7</td>
|
|
<td>Black</td>
|
|
<td>Black</td>
|
|
</tr>
|
|
<tr style="text-align: center;">
|
|
<td><b>4</b></td>
|
|
<td>Zade Meadows</td>
|
|
<td>Z Organization</td>
|
|
<td>32</td>
|
|
<td>Haunting Adeline</td>
|
|
<td>stalker romance</td>
|
|
<td>Adeline Rielly </td>
|
|
<td>6'6</td>
|
|
<td>Black</td>
|
|
<td>Heterochromia</td>
|
|
</tr>
|
|
<tr style="text-align: center;">
|
|
<td><b>5</b></td>
|
|
<td>Nathan Hawkins</td>
|
|
<td>hockey player</td>
|
|
<td>22</td>
|
|
<td>Icebreaker</td>
|
|
<td>hockey player X ice skater</td>
|
|
<td>Anastasia Allen</td>
|
|
<td>6'4</td>
|
|
<td>Brown</td>
|
|
<td>Brown</td>
|
|
</tr>
|
|
<tr style="text-align: center;">
|
|
<td><b>6</b></td>
|
|
<td>Russ Callaghan</td>
|
|
<td>NCAA hockey player</td>
|
|
<td>21</td>
|
|
<td>Wildfire</td>
|
|
<td>hockey romance</td>
|
|
<td>Aurora Roberts</td>
|
|
<td>6'5</td>
|
|
<td>Light Brown</td>
|
|
<td>Blue</td>
|
|
</tr>
|
|
<tr style="text-align: center;">
|
|
<td><b>7</b></td>
|
|
<td>Rowan Kane</td>
|
|
<td>CEO of Dreamland</td>
|
|
<td>30</td>
|
|
<td>The Fine Print</td>
|
|
<td>boss X employe</td>
|
|
<td>Zahra Gulian</td>
|
|
<td>6'3</td>
|
|
<td>Dark brown</td>
|
|
<td>Brown</td>
|
|
</tr>
|
|
<tr style="text-align: center;">
|
|
<td><b>8</b></td>
|
|
<td>Atlas Corrigan</td>
|
|
<td>Restaurant owner</td>
|
|
<td>28-29</td>
|
|
<td>It Ends With Us</td>
|
|
<td>childhood friends romance</td>
|
|
<td>Lily Bloom</td>
|
|
<td>6'2</td>
|
|
<td>Brown</td>
|
|
<td>Blue</td>
|
|
</tr>
|
|
<tr style="text-align: center;">
|
|
<td><b>9</b></td>
|
|
<td>Christian Harper</td>
|
|
<td>CEO of Harper Security</td>
|
|
<td>34</td>
|
|
<td>Twisted Lies</td>
|
|
<td>fake dating</td>
|
|
<td>Stella Alonso</td>
|
|
<td>6'4</td>
|
|
<td>Dark</td>
|
|
<td>Whiskey</td>
|
|
</tr>
|
|
<tr style="text-align: center;">
|
|
<td><b>10</b></td>
|
|
<td>Garrett Graham</td>
|
|
<td>Former NHL player for The Boston Bruins</td>
|
|
<td>20</td>
|
|
<td>The Deal</td>
|
|
<td>sports romance</td>
|
|
<td>Hannah Wells</td>
|
|
<td>6'3</td>
|
|
<td>Brown</td>
|
|
<td>Grey</td>
|
|
</tr>
|
|
|
|
</table>
|
|
|
|
|
|
<br><br><br><br>
|
|
|
|
</article>
|
|
</section>
|
|
|
|
<footer>
|
|
<br>
|
|
<h4>#booktok made me read it</h4>
|
|
</footer>
|
|
|