Skip to content

Commit

Permalink
I added the descriptions for the books along with the associated cover
Browse files Browse the repository at this point in the history
 images, improving the presentation of the library items in the application.
  • Loading branch information
YakeDev committed Oct 11, 2024
1 parent 662e4c5 commit f859cf6
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 9 deletions.
Binary file added Images/Frankestine.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Images/Sapiens.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Images/TheCatcher.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 3 additions & 3 deletions fs.html
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@
<!-- Cover Image -->
<img
id="img"
src="./Images/bookify.jpg"
src="./Images/Frankestine.jpg"
alt="God Delusion Cover"
class="w-full h-64 object-cover rounded-lg"
/>
Expand All @@ -116,8 +116,8 @@
<h1 class="text-2xl font-bold text-green-500">Frankestine</h1>
<h3 class="text-lg mt-2">By Mary Shelby</h3>
<p class="text-sm mt-2">
The God Delusion is a book by English biologist Richard Dawkins that
argues against the existence of a supernatural creator.
Frankenstein tells the story of Victor Frankenstein, a scientist who
creates a monstrous creature, leading to tragic consequences.
</p>
</div>

Expand Down
5 changes: 3 additions & 2 deletions pbd.html
Original file line number Diff line number Diff line change
Expand Up @@ -120,8 +120,9 @@
<h1 class="text-2xl font-bold text-green-500">Pale Blue Dot</h1>
<h3 class="text-lg mt-2">By Carl Sagan</h3>
<p class="text-sm mt-2">
The God Delusion is a book by English biologist Richard Dawkins that
argues against the existence of a supernatural creator.
Pale Blue Dot explores humanity's place in the universe, emphasizing
the importance of space exploration and our responsibility to
protect Earth.
</p>
</div>

Expand Down
8 changes: 4 additions & 4 deletions rdpd.html
Original file line number Diff line number Diff line change
Expand Up @@ -106,20 +106,20 @@
<!-- Cover Image -->
<img
id="img"
src="./Images/GD.jpeg"
src="./Images/Sapiens.jpg"
alt="God Delusion Cover"
class="w-full h-64 object-cover rounded-lg"
/>

<!-- Book Details -->
<div class="mt-4">
<h1 class="text-2xl font-bold text-green-500">
A Brief History of Human
Sapiens: A Brief History of Humankind
</h1>
<h3 class="text-lg mt-2">By Yuval Noah Harari</h3>
<p class="text-sm mt-2">
Sapiens explores the history of humankind, from the emergence ofHomo
sapiens in the Stone Age to the political and technological ...
Sapiens explores the history and evolution of humanity, from early
Homo sapiens to modern society.
</p>
</div>

Expand Down

0 comments on commit f859cf6

Please sign in to comment.