Restored recent index page
This commit is contained in:
parent
cdbb3a146a
commit
d8e7934585
4 changed files with 103 additions and 11 deletions
BIN
.DS_Store
vendored
BIN
.DS_Store
vendored
Binary file not shown.
77
Shannon Kay [Shannon's Homepage].html
Normal file
77
Shannon Kay [Shannon's Homepage].html
Normal file
|
@ -0,0 +1,77 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>Shannon Kay [Shannon's Homepage]</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta charset="UTF-8">
|
||||
<meta name="theme-color" content="#f9dee1">
|
||||
|
||||
<link rel="stylesheet" href="home.css">
|
||||
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
|
||||
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
|
||||
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
|
||||
<link rel="manifest" href="/site.webmanifest">
|
||||
<link rel="me" href="https://bookstodon.com/@shannonkay">
|
||||
<link rel="me" href="https://github.com/shannonkay">
|
||||
<link rel="me" href="https://twitter.com/shannonkay">
|
||||
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<header><h1>Shannon Kay</h1></header>
|
||||
|
||||
<main>
|
||||
|
||||
<nav class="pages">
|
||||
<a href="now/index.html">Now</a>
|
||||
<a href="me.html">Me</a>
|
||||
<a href="uses.html">Uses</a>
|
||||
<a href="classichome.html">Classic Homepage Project</a>
|
||||
<a href="projects/index.html">Projects</a>
|
||||
<a href="books/index.html">Books</a>
|
||||
<a href="follow/index.html">Follow</a>
|
||||
<a href="https://photo.shannonkay.com">Photos</a>
|
||||
<a href="https://blog.shannonkay.me">Blog</a>
|
||||
|
||||
</nav>
|
||||
|
||||
<section id="welcome" class="intro">
|
||||
<p>Welcome to my classic homepage! This website is an attempt to make my space on the web more personal, fun, and creative. 💗 📚
|
||||
|
||||
<br>
|
||||
<picture>
|
||||
<source srcset="coffeeloveblinkie-shannon.gif"
|
||||
media="(prefers-reduced-motion: no-preference)">
|
||||
<img src="coffeeloveblinkie-shannon-still.gif"
|
||||
alt="coffee blinkie Shannon" />
|
||||
</picture>
|
||||
|
||||
</p>
|
||||
|
||||
</section>
|
||||
|
||||
<hr>
|
||||
|
||||
<p><img src="emoji/minniebow.png" alt="Minnie Bow"> <img src="emoji/dolewhip.png" alt="Dole Whip Emoji"> <img src="emoji/princesshatemoji.png" alt="Princess Hat"> <img src="emoji/spacemountain.png" alt="space mountain"></p>
|
||||
|
||||
<p>
|
||||
<picture>
|
||||
<source srcset="beauty-reading_001.gif"
|
||||
media="(prefers-reduced-motion: no-preference)">
|
||||
<img src="beauty-reading_001-still.gif"
|
||||
alt="Beauty and the Beast reading scene" />
|
||||
</picture>
|
||||
</p>
|
||||
|
||||
<p></p>
|
||||
</main>
|
||||
<footer>
|
||||
<hr>
|
||||
<p>Shannon's Homepage by Shannon Kay Putman</p>
|
||||
<p>Updated March 13, 2023</p>
|
||||
<p>Created August 15, 2021</p>
|
||||
|
||||
</footer>
|
||||
</body>
|
||||
</html>
|
15
index.html
15
index.html
|
@ -4,6 +4,7 @@
|
|||
<title>Shannon Kay [Shannon's Homepage]</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta charset="UTF-8">
|
||||
<meta name="theme-color" content="#f9dee1">
|
||||
|
||||
<link rel="stylesheet" href="home.css">
|
||||
|
||||
|
@ -12,6 +13,8 @@
|
|||
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
|
||||
<link rel="manifest" href="/site.webmanifest">
|
||||
<link rel="me" href="https://bookstodon.com/@shannonkay">
|
||||
<link rel="me" href="https://github.com/shannonkay">
|
||||
<link rel="me" href="https://twitter.com/shannonkay">
|
||||
|
||||
</head>
|
||||
|
||||
|
@ -22,13 +25,15 @@
|
|||
|
||||
<nav class="pages">
|
||||
<a href="now/index.html">Now</a>
|
||||
<a href="me.html">Me</a>
|
||||
<a href="uses.html">Uses</a>
|
||||
<a href="classichome.html">Classic Homepage Project</a>
|
||||
<a href="projects/index.html">Projects</a>
|
||||
<a href="me.html">Me</a>
|
||||
<a href="https://photo.shannonkay.com">Photos</a>
|
||||
<a href="books/index.html">Books</a>
|
||||
<a href="uses.html">Uses</a>
|
||||
<a href="books/index.html">Books</a>
|
||||
<a href="follow/index.html">Follow</a>
|
||||
<a href="https://photo.shannonkay.com">Photos</a>
|
||||
<a href="https://blog.shannonkay.me">Blog</a>
|
||||
|
||||
</nav>
|
||||
|
||||
<section id="welcome" class="intro">
|
||||
|
@ -64,7 +69,7 @@
|
|||
<footer>
|
||||
<hr>
|
||||
<p>Shannon's Homepage by Shannon Kay Putman</p>
|
||||
<p>Updated January 14, 2023</p>
|
||||
<p>Updated March 13, 2023</p>
|
||||
<p>Created August 15, 2021</p>
|
||||
|
||||
</footer>
|
||||
|
|
22
📚/index.html
22
📚/index.html
|
@ -4,22 +4,31 @@
|
|||
<title>Books [Shannon Kay]</title>
|
||||
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
|
||||
<meta name="theme-color" content="#f9dee1">
|
||||
<link rel="stylesheet" href="../home.css">
|
||||
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
||||
<header><h1>Shannon Kay /Books</h1></header>
|
||||
<header><h1><a href="../index.html">Shannon Kay</a> /Books</h1></header>
|
||||
|
||||
<main>
|
||||
|
||||
<section class="blurb">
|
||||
<section class="social-icons">
|
||||
<a rel="me" href="https://bookstodon.com/@shannonkay"><i class="fa-brands fa-mastodon"></i></a>
|
||||
<a href="https://shannonkay.tumblr.com"><i class="fa-brands fa-tumblr"></i></a>
|
||||
<a rel="me" href="https://twitter.com/shannonkay"><i class="fa-brands fa-twitter"></i></a>
|
||||
|
||||
</section>
|
||||
|
||||
<h3>Book Links</h3>
|
||||
<p><a class="link" href="https://app.thestorygraph.com/profile/pinkbookscoffee">StoryGraph</a></p>
|
||||
<p><a class="link" href="https://www.goodreads.com/shannonkay">GoodReads</a></p>
|
||||
<p><a class="link" href="https://www.instagram.com/pinkbookscoffee">"Bookstagram" @pinkbookscoffee</a></p>
|
||||
<p><a class="link" href="https://bookrastinating.com/user/shannonkay">BookWyrm @shannonkay@bookrastinating.com</a></p>
|
||||
<p><a href="https://blog.shannonkay.me/books/">Book Blogging on Shannon's Blog</a> <a href="https://blog.shannonkay.me/bookfeed.xml"><i class="fa-solid fa-square-rss"></i></a></p>
|
||||
<p><a class="link" rel="me" href="https://app.thestorygraph.com/profile/pinkbookscoffee"><img class="icon" src="../storygraph.svg"> StoryGraph</a></p>
|
||||
<p><a class="link" rel="me" href="https://www.goodreads.com/shannonkay"><i class="fa-brands fa-goodreads-g"></i> GoodReads</a></p>
|
||||
<p><a class="link" rel="me" href="https://www.instagram.com/pinkbookscoffee">"Bookstagram" <i class="fa-brands fa-instagram"></i> @pinkbookscoffee</a></p>
|
||||
<p><a class="link" rel="me" href="https://bookrastinating.com/user/shannonkay"><img class="icon" src="/icons/bookrastinating.png"> BookWyrm @shannonkay@bookrastinating.com</a></p>
|
||||
|
||||
<section id="currentread">
|
||||
<h4>Currently Reading</h4>
|
||||
|
@ -49,6 +58,7 @@
|
|||
<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>
|
||||
|
||||
</main>
|
||||
|
|
Loading…
Reference in a new issue