Skip to content

Commit da51750

Browse files
committed
Books
1 parent 7409097 commit da51750

File tree

3 files changed

+98
-7
lines changed

3 files changed

+98
-7
lines changed

.DS_Store

6 KB
Binary file not shown.

books.html

Lines changed: 98 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -28,24 +28,115 @@
2828
<main>
2929
<!-- Books Section -->
3030
<section>
31-
<div class="container">
31+
<div class="container" align="center">
3232
<h1>Our Featured Books</h1>
3333

3434
<div>
3535
<!-- Book Card 1 -->
3636
<div>
37-
<img src="https://placehold.co/400x600/E0E7FF/4F46E5?text=Book+Cover+1" alt="Book Cover">
37+
<img src="images/books/Kill.png" alt="Book Cover" width="301" height="466">
3838
<div>
39-
<h2>The Lorem Ipsum Chronicle</h2>
40-
<p></p>By Jane Doe</p>
39+
<h2>Kill Creatures</h2>
40+
<p></p>By Rory Power</p>
4141
<p>
42-
A captivating tale of adventure and discovery in a world filled with ancient mysteries
43-
and forgotten lore. Join the protagonist on an unforgettable journey.
42+
"Kill Creatures" is a young adult thriller by Rory Power, revolving around Nan, who is haunted by the
43+
disappearance of her three best friends in Saltcedar Canyon a year prior. A memorial vigil is interrupted
44+
by the shocking return of one of the girls, Luce, who was presumed dead, and Nan knows the truth: she killed them.
45+
The novel explores themes of friendship, betrayal, jealousy, and revenge, with a twist ending.
4446
</p>
45-
<button>
47+
<ul>
48+
<li>Dark thriller: Opens with Nan confessing she killed her three best friends.</li>
49+
<li>Thrilling plot: The story is full of twists and turns.</li>
50+
<li>Well-developed characters: The characters are well-developed and relatable.</li>
51+
</ul>
52+
<button onclick="window.location.href='https://www.goodreads.com/book/show/218006857-kill-creatures';">
4653
View Details
4754
</button>
4855
</div>
56+
57+
58+
<div>
59+
<!-- Book Card 2 -->
60+
<div>
61+
<img src="images/books/Never-Flinch.png" alt="Book Cover" width="301" height="466">
62+
<div>
63+
<h2>Never Flinch</h2>
64+
<p></p>By Stephen King</p>
65+
<p>
66+
The story centered on two interwoven storylines: a serial killer targeting innocent people in
67+
Buckeye City and a feminist activist facing threats and disruption on her lecture tour.
68+
</p>
69+
<ul>
70+
<li>Holly Gibney returns to solve two dark cases.</li>
71+
<li>Released May 2025, King’s 6th book with Holly.</li>
72+
<li>Explores trauma, justice, and obsession.</li>
73+
</ul>
74+
<button onclick="window.location.href='https://www.goodreads.com/book/show/221633230-never-flinch?from_search=true&from_srp=true&qid=IVkYMeAuqA&rank=1';">
75+
View Details
76+
</button>
77+
</div>
78+
79+
<div>
80+
<!-- Book Card 3 -->
81+
<div>
82+
<img src="images/books/never-leave.png" alt="Book Cover" width="301" height="466">
83+
<div>
84+
<h2>We can never leave</h2>
85+
<p></p>By H.E. Edgmon</p>
86+
<p>
87+
The story follows 5 teenage travelers who wake to find their community has disappeared overnight.
88+
They will have to work together to figure out what happened as each of them are trying to deal with their own secrets.
89+
</p>
90+
<ul>
91+
<li>YA fantasy mystery about missing travelers.</li>
92+
<li>Published June 2025 by Wednesday Books.</li>
93+
<li>Five flawed teens face secrets and trauma.</li>
94+
</ul>
95+
<button onclick="window.location.href='https://www.goodreads.com/book/show/217421166-we-can-never-leave?ref=nav_sb_ss_2_18';">
96+
View Details
97+
</button>
98+
</div>
99+
100+
<div>
101+
<!-- Book Card 4 -->
102+
<div>
103+
<img src="images/books/One-Kiss.png" alt="Book Cover" width="301" height="466">
104+
<div>
105+
<h2>One Dark Kiss</h2>
106+
<p></p>By Rebecca Zanetti</p>
107+
<p>
108+
It's a dark romantasy with a modern Snow White twist featuring Rosalie, a clever lawyer,
109+
and Alexei, a dangerous heir to a powerful Russian mob and social media empire.
110+
</p>
111+
<ul>
112+
<li> The story is set in a dark fantasy world.</li>
113+
<li> Dark romantasy twist on Snow White.</li>
114+
<li>Opposites-attract duo story line.</li>
115+
</ul>
116+
<button onclick="window.location.href='https://www.goodreads.com/book/show/219522054-one-dark-kiss?ref=nav_sb_ss_1_13';">
117+
View Details
118+
</button>
119+
</div>
120+
<div>
121+
<!-- Book Card 5 -->
122+
<div>
123+
<img src="images/books/Poppy.png" alt="Book Cover" width="301" height="466">
124+
<div>
125+
<h2>The Poppy Fields</h2>
126+
<p></p>By Nikki Erlick</p>
127+
<p>
128+
A novel by Nikki Erlick about a fictional treatment
129+
center in the California desert where people can sleep through the pain of loss.
130+
</p>
131+
<ul>
132+
<li>Experimental therapy lets people “sleep off” grief.</li>
133+
<li>Four strangers take a life‑changing road trip.</li>
134+
<li>Explores memory, love, and identity.</li>
135+
</ul>
136+
<button onclick="window.location.href='https://www.goodreads.com/book/show/218431658-the-poppy-fields?ref=nav_sb_ss_1_16';">
137+
View Details
138+
</button>
139+
</div>
49140
</div>
50141

51142
</main>

images/.DS_Store

6 KB
Binary file not shown.

0 commit comments

Comments
 (0)