Skip to content

Commit

Permalink
Add now, the physics of time
Browse files Browse the repository at this point in the history
  • Loading branch information
vramdhanie committed Oct 18, 2024
1 parent f4efcd1 commit 9de03cd
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
Binary file added public/images/books/now.webp
Binary file not shown.
17 changes: 17 additions & 0 deletions src/pages/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,23 @@ import { Icon } from 'astro-icon'
<div class="py-2 w-full max-w-3xl">
<Title title="2024" subtitle="Reading List" />
<ul class="list-none">
<li class="flex items-center border-b border-b-gray-100">
<div class="self-start p-4">
<Icon name="reading" class="w-8 text-orange-400 shrink-0" />
<span class="text-gray-300 font-bold">10%</span>
</div>
<Biblio
title="Now: The Physics of Time"
author="Richard A. Muller"
year="2016"
cover="now.webp"
>
This book explores the concept of time from a physics perspective. Richard A. Muller
delves into the nature of time, its relationship with space, and how it is perceived
by humans. The book provides a comprehensive understanding of time, combining
scientific theories with philosophical insights.
</Biblio>
</li>
<li class="flex items-center border-b border-b-gray-100">
<div class="self-start p-4">
<Icon name="check" class="w-8 text-green-400 shrink-0" />
Expand Down

0 comments on commit 9de03cd

Please sign in to comment.