shannonkay.com/goodreads.html
2023-03-07 00:06:35 -08:00

89 lines
No EOL
5 KiB
HTML
Executable file

<!DOCTYPE html>
<html>
<head>
<title>GoodReads</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="home.css">
</head>
<body>
<header><h1>GoodReads</h1></header>
<main>
<section id="currentread">
<p>Currently Reading</p>
<br>
<style type="text/css" media="screen">
.gr_grid_container1 {
/* customize grid container div here. eg: width: 500px; */
}
.gr_grid_book_container1 {
/* customize book cover container div here */
width: 98px;
height: 160px;
padding: 2pt;
overflow: hidden;
}
</style>
<div id="gr_grid_widget_1674899180">
<!-- Show static html as a placeholder in case js is not enabled - javascript include will override this if things work -->
<div class="gr_grid_container1">
<div class="gr_grid_book_container1"><a title="The Last Fallen Star (Gifted Clans, #1)" rel="nofollow" href="https://www.goodreads.com/book/show/55277625-the-last-fallen-star"><img alt="The Last Fallen Star" border="0" src="https://i.gr-assets.com/images/S/compressed.photo.goodreads.com/books/1601319805l/55277625._SX98_.jpg" /></a></div>
<noscript><br/>Share <a rel="nofollow" href="/">book reviews</a> and ratings with Shannon, and even join a <a rel="nofollow" href="/group">book club</a> on Goodreads.</noscript>
</div>
</div>
<script src="https://www.goodreads.com/review/grid_widget/198969.Shannon's%20currently-reading%20book%20montage?cover_size=medium&hide_link=true&hide_title=true&num_books=4&order=d&shelf=currently-reading&sort=date_added&widget_id=1674899180" type="text/javascript" charset="utf-8"></script>
</section>
<section id="recentlyread">
<p>Recently Read</p>
<br>
<style type="text/css" media="screen">
.gr_grid_container {
/* customize grid container div here. eg: width: 500px; */
}
.gr_grid_book_container {
/* customize book cover container div here */
float: left;
width: 98px;
height: 160px;
padding: 2pt;
overflow: hidden;
}
</style>
<div id="gr_grid_widget_1674899435">
<!-- Show static html as a placeholder in case js is not enabled - javascript include will override this if things work -->
<div class="gr_grid_container">
<div class="gr_grid_book_container"><a title="Percy Jackson and the Sword of Hades (Percy Jackson and the Olympians)" rel="nofollow" href="https://www.goodreads.com/book/show/63840956-percy-jackson-and-the-sword-of-hades"><img alt="Percy Jackson and the Sword of Hades" border="0" src="https://i.gr-assets.com/images/S/compressed.photo.goodreads.com/books/1671931441l/63840956._SX98_.jpg" /></a></div>
<div class="gr_grid_book_container"><a title="When the Stars Lead to You" rel="nofollow" href="https://www.goodreads.com/book/show/41908418-when-the-stars-lead-to-you"><img alt="When the Stars Lead to You" border="0" src="https://i.gr-assets.com/images/S/compressed.photo.goodreads.com/books/1548349567l/41908418._SX98_.jpg" /></a></div>
<div class="gr_grid_book_container"><a title="Lucy Maud Montgomery Short Stories, 1902-1903" rel="nofollow" href="https://www.goodreads.com/book/show/6993977-lucy-maud-montgomery-short-stories-1902-1903"><img alt="Lucy Maud Montgomery Short Stories, 1902-1903" border="0" src="https://i.gr-assets.com/images/S/compressed.photo.goodreads.com/books/1348299239l/6993977._SX98_.jpg" /></a></div>
<div class="gr_grid_book_container"><a title="The House in the Cerulean Sea" rel="nofollow" href="https://www.goodreads.com/book/show/57312022-the-house-in-the-cerulean-sea"><img alt="The House in the Cerulean Sea" border="0" src="https://i.gr-assets.com/images/S/compressed.photo.goodreads.com/books/1614902762l/57312022._SX98_.jpg" /></a></div>
<div class="gr_grid_book_container"><a title="Knight Owl" rel="nofollow" href="https://www.goodreads.com/book/show/57007688-knight-owl"><img alt="Knight Owl" border="0" src="https://i.gr-assets.com/images/S/compressed.photo.goodreads.com/books/1626717278l/57007688._SX98_.jpg" /></a></div>
<div class="gr_grid_book_container"><a title="Once Upon a December" rel="nofollow" href="https://www.goodreads.com/book/show/60097392-once-upon-a-december"><img alt="Once Upon a December" border="0" src="https://i.gr-assets.com/images/S/compressed.photo.goodreads.com/books/1658166690l/60097392._SX98_.jpg" /></a></div>
<noscript><br/>Share <a rel="nofollow" href="/">book reviews</a> and ratings with Shannon, and even join a <a rel="nofollow" href="/group">book club</a> on Goodreads.</noscript>
</div>
</div>
<script src="https://www.goodreads.com/review/grid_widget/198969.Shannon's%20read%20book%20montage?cover_size=medium&hide_link=true&hide_title=true&num_books=6&order=d&shelf=read&sort=date_added&widget_id=1674899435" type="text/javascript" charset="utf-8"></script>
</section>
</main>
<footer>
<p>Footer</p>
</footer>
</body>
</html>