-
Notifications
You must be signed in to change notification settings - Fork 3
/
BookDetail.html
158 lines (140 loc) · 5.91 KB
/
BookDetail.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
<!-- Fahimul Hoque Shubho -->
<!DOCTYPE html>
<head>
<title>Book Detail</title>
<link rel="stylesheet" href='http://fonts.googleapis.com/css?family=Dosis:400,700,500|Nunito:300,400,600' />
<link rel="stylesheet" href="css/plugins.css">
<link rel="stylesheet" href="css/style_shubho.css">
</head>
<body>
<div id="preloader">
<img class="logo" src="images/logo_1.png" alt="Center" >
<div id="status">
<span></span>
<span></span>
</div>
</div>
<header class="ht-header">
<div class="container">
<nav class="navbar navbar-default navbar-custom">
<div class="navbar-header logo">
<div class="navbar-toggle" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1">
<span class="sr-only"></span>
<div id="nav-icon1">
<span></span>
<span></span>
<span></span>
</div>
</div>
<a href="UserProfile.html"><img class="logo" src="images/logo_1.png" alt="" width="150" height="60"></a>
</div>
<div class="collapse navbar-collapse flex-parent" id="bs-example-navbar-collapse-1">
<ul class="nav navbar-nav flex-child-menu menu-left">
<li><a href="Anime.html"><h4>Anime</h4></a></li>
<li><a href="movie.html"><h4> Movies </h4></a></li>
<li><a href="TvSeries.html"><h4> Tv-Series </h4></a></li>
<li><a href="games.html"><h4> Games </h4></a></li>
<li><a href="Books.html"><h4> Books </h4></a></li>
<li><a href="blogList.html"><h4>Blogs </h4></a></li>
</ul>
<ul class="nav navbar-nav flex-child-menu menu-right">
<li><a href="searchUI.html"><img class="logo" src="images/search.png" alt="" width="50" height="50"></a></li>
<div class="" title="Go to Profile">
<li><a href="UserProfile.html"><img class="logo" src="images/profile.png" alt="" width="78" height=""></a></li>
</div>
</ul>
</div>
</nav>
</header>
<div class="hero user-heroFriend">
<div class="container">
<div class="row">
<div class="col-md-12">
<div class="hero-ctFriends">
<img class="logo" src="images/books.png" alt="" width="50" height="">
<h1>Books</h1>
</div>
</div>
</div>
</div>
</div>
<div class="buster-light">
<div class="page-single">
<div class="container">
<div class="row ipad-width2">
<div class="col-md-4 col-sm-12 col-xs-12">
<div class="">
<img class="book-single" src="images/books/book1.jpg" alt="">
</div>
</div>
<div class="col-md-8 col-sm-12 col-xs-12">
<div class="movie-single-ct main-content">
<h1 class="book-title">Harry Potter And The Cursed Child <br> <span>Book  |  2018  |  <img src="images/rating.png" width="25px"> <span>8.1</span> /10 | <a id="shelf">In BookShelf</a></span></h1><br>
<div class="ratings">
My Rating <img src="images/rating.png" width="25px"> <span><input type="number" id="" name="" value="8" min="0" max="10"></span> /10 <input type="submit" class="button" value="Update"> <br>
Add to:
<label class="radioContainer"> Want to Read
<input type="radio" checked="checked" name="radio">
<span class="checkmark"></span>
</label>
<label class="radioContainer"> On Hand
<input type="radio" name="radio">
<span class="checkmark"></span>
</label>
<label class="radioContainer"> Finished
<input type="radio" name="radio">
<span class="checkmark"></span>
</label>
<input type="submit" class="button" value="Update"> <br>
Bookshelf
<div class="cswitch">
<input type="checkbox" id="switch" checked onclick="changeShelf()"/><label for="switch">Toggl</label>
</div>
<br><br>
<div class="description">
Summery
</div>
<p>Based on an original new story by J.K. Rowling, Jack Thorne and John Tiffany, a new play by Jack Thorne, Harry Potter and the Cursed Child is the eighth story in the Harry Potter series and the first official Harry Potter story to be presented on stage. The play will receive its world premiere in London’s West End on July 30, 2016.
</p>
</div>
</div>
<!-- end of rating and description div -->
<h3>Related Review Blogs</h3>
<svg height="10" width="500">
<line x1="0" y1="0" x2="250" y2="0" style="stroke:rgb(61, 61, 61);stroke-width:1"/>
</svg>
<br>
<div class="blog-item-style-1 blog-item-style-3">
<img src="images/books/book1.jpg" alt="" width="50" height="150">
<div class="blog-it-infor">
<h3><a href="">Another good Harry Potter book</a></h3>
<span class="username">by user35</span>
<p>I've waited for this particular story for what feels like ages, and words cannot even describe for how grateful I am that it finally exists in my hands. Harry Potter and the Cursed Child continues the wondrous magical world that we all know and love.
The story starts out at King's Cross with the original trio preparing their school-age children to board the train to start their first year at Hogwarts School of Witchcraft and Wizardry...</p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<script>
function changeShelf()
{
var isChecked=document.getElementById("switch").checked;
if(isChecked)
{
document.getElementById("shelf").textContent="In Bookshelf";
}
else if(!isChecked)
{
document.getElementById("shelf").textContent="Not In Bookshelf";
}
}
</script>
<script src="js/jquery.js"></script>
<script src="js/plugins.js"></script>
<script src="js/plugins2.js"></script>
<script src="js/custom.js"></script>
</body>
</html>