leilukin-site/src/pages/guestbook.njk

45 lines
1.5 KiB
Plaintext
Raw Normal View History

---
title: Guestbook
eleventyNavigation:
key: Guestbook
order: 9
2024-05-22 05:43:39 +00:00
eleventyComputed:
desc: Leave a message for {{ sitemeta.siteAuthor.name }}.
---
2024-05-29 07:13:20 +00:00
<p class="center-text">Guestbook Archive: <a href="https://web.archive.org/web/20240528231121/https%3A%2F%2Fleilukin.123guestbook.com%2F">123Guestbook</a></p>
2024-05-24 16:42:15 +00:00
<p>Feel free to say hi and connect with me!</p>
2024-05-22 05:43:39 +00:00
2024-05-24 16:42:15 +00:00
<p>JavaScript is required for this guestbook to function. Special thanks to <a href="https://groundedwren.neocities.org/pages/demo_controls/guestbookDemo">Vera Konigin</a> for this guestbook widget!</p>
2024-05-24 16:03:05 +00:00
<gw-comment-form
id="guestbookForm"
titleText="Sign My Guestbook"
encodedPath="MTI0MzI0MTMxMDY2NDY1OTA3Ni9KUU52ajM2OUJfZDhEaXB5b29VcllBN2dTZmQwMWxCY1ViNy1VNDVPVkxYa0hvRWtNRmRqclk1NTVCLVdaWUc5Q3dMMA=="
2024-06-02 00:48:59 +00:00
fallbackEmail="{{ sitemeta.siteAuthor.email }}"
2024-05-24 16:03:05 +00:00
></gw-comment-form>
2024-05-27 05:30:01 +00:00
<h2 class="gb__messages--title">Guest Messages</h2>
2024-05-24 16:03:05 +00:00
<gw-comment-list
gSpreadsheetId="1cFcSa6hnR_RtW5bemgb5PJl4RD9yFGty6qy8lhDNhUs"
gSheetId="Guestbook"
isNewestFirst="true"
gwCommentFormId="guestbookForm"
></gw-comment-list>
<link rel="stylesheet" href="{{'/assets/css/svgIconControl.css' | url | safe}}">
<script src="/assets/js/svgIconControl.js"></script>
2024-05-27 05:30:01 +00:00
2024-05-24 16:03:05 +00:00
<script src="/assets/js/googleSheetsReaderGizmo.js"></script>
2024-05-27 05:30:01 +00:00
<link rel="stylesheet" href="{{'/assets/css/comments.css' | url | safe}}">
<script src="/assets/js/comments.js"></script>
<style>
.gb__messages--title {
text-align: center;
margin-tbottom: 0.5em;
}
</style>