diff options
Diffstat (limited to 'public/books/index.html')
| -rw-r--r-- | public/books/index.html | 107 |
1 files changed, 107 insertions, 0 deletions
diff --git a/public/books/index.html b/public/books/index.html new file mode 100644 index 0000000..1011405 --- /dev/null +++ b/public/books/index.html @@ -0,0 +1,107 @@ +<!DOCTYPE html> +<html lang=en-us> + <head><script src="/livereload.js?mindelay=10&v=2&port=1313&path=livereload" data-no-instant defer></script> + <meta charset="utf-8"> + <meta name="viewport" content="width=device-width, initial-scale=1"> + <link rel="icon" type="image/png" sizes="32x32" href="/images/favicon-32x32.png"> + <link rel="icon" type="image/png" sizes="16x16" href="/images/favicon-16x16.png"> + <link rel="stylesheet" href="/css/style.css" /> + <link rel="stylesheet" href="/css/fonts.css" /> + <script async type="text/javascript" src="js/code.js"> </script> +</head> + + <header> + <div class="container"> + <div class="avatar"> + <img width="65px" height="65px" src="/images/logo.jpg" alt="my logo"> + <h1 style="vertical-align: bottom;">mjkw</h1> + </div> + <ul id="bar"> + + <li> + <a href="/">go back</a> + </li> + <li>|</li> + + <li> + <a href="mailto:mati.rewa@gmail.com">mati.rewa@gmail.com</a> + </li> + <li>|</li> + <li> + <a href="https://git.denounce.ai/">git.denounce.ai</a> + </li> + <li>|</li> + <li> + <a href="https://ohmyghost.nl">ohmyghost.nl</a> + </li> + <li>|</li> + <li> + <a href="https://atlarge-research.com/mkwiatkowski/">research</a> + </li> + <li>|</li> + <li> + <a href="/books">book blog</a> + </li> +</ul> + + + </div> + </header> + +<div style="display: block;"> + <div class="container"> + <h2>Recent posts</h2> + <div class="content-wrapper"> + + + + <ul class="content-list"> + + + + <li> + <span class="date">2025/11/07</span> + <a href="/books/the-island-of-missing-trees/">The Island of Missing Trees</a> + </li> + + <li> + <span class="date">2025/09/28</span> + <a href="/books/all-the-lovers-in-the-night/">All the Lovers in the Night</a> + </li> + + <li> + <span class="date">2025/09/03</span> + <a href="/books/coders-at-work/">Coders at Work</a> + </li> + + <li> + <span class="date">2025/08/19</span> + <a href="/books/lolita/">Lolita</a> + </li> + + <li> + <span class="date">2025/07/27</span> + <a href="/books/klara-and-the-sun/">Klara and the Sun</a> + </li> + + <li> + <span class="date">2025/07/25</span> + <a href="/books/list-of-books/">List of Books</a> + </li> + + </ul> + </div> + </div> +</div> +<footer style="vertical-align: bottom;"> + <div style="display: block; margin-left:auto; margin-right:auto;"> + <center> + + © Copyright 2024-2025 Mateusz J. Kwiatkowski. All Rights Reserved. + + </center> + </div> +</footer> +</body> +</html> + |
