mirror of
https://github.com/helenclx/leilukin-site.git
synced 2025-04-05 01:42:41 +00:00
49 lines
1.6 KiB
Plaintext
49 lines
1.6 KiB
Plaintext
---
|
|
title: Guestbook
|
|
customCSSSheets: ["comments"]
|
|
customJSFiles: ["svgIconControl", "googleSheetsReaderGizmo", "comments"]
|
|
eleventyNavigation:
|
|
key: Guestbook
|
|
order: 9
|
|
eleventyComputed:
|
|
desc: Leave a message for {{ sitemeta.siteAuthor.name }}.
|
|
---
|
|
|
|
<p class="center-text">Guestbook Archive: <a href="https://web.archive.org/web/20240528231121/https%3A%2F%2Fleilukin.123guestbook.com%2F">123Guestbook</a></p>
|
|
|
|
<p>Feel free to say hi and connect with me!</p>
|
|
|
|
<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>
|
|
|
|
<gw-comment-form
|
|
id="guestbookForm"
|
|
titleText="Sign My Guestbook"
|
|
encodedPath="MTI0MzI0MTMxMDY2NDY1OTA3Ni9KUU52ajM2OUJfZDhEaXB5b29VcllBN2dTZmQwMWxCY1ViNy1VNDVPVkxYa0hvRWtNRmRqclk1NTVCLVdaWUc5Q3dMMA=="
|
|
fallbackEmail="{{ sitemeta.siteAuthor.email }}"
|
|
></gw-comment-form>
|
|
<noscript>
|
|
<div class="inline-banner" style="margin: 2em 0;">
|
|
<p>Guestbook form cannot be loaded because you have disabled JavaScript.</p>
|
|
</div>
|
|
</noscript>
|
|
|
|
<h2 class="gb__messages--title">Guest Messages</h2>
|
|
|
|
<gw-comment-list
|
|
gSpreadsheetId="1cFcSa6hnR_RtW5bemgb5PJl4RD9yFGty6qy8lhDNhUs"
|
|
gSheetId="Guestbook"
|
|
isNewestFirst="true"
|
|
gwCommentFormId="guestbookForm"
|
|
></gw-comment-list>
|
|
<noscript>
|
|
<div class="inline-banner" style="margin-top: 2em;">
|
|
<p>Guest messages cannot be loaded because you have disabled JavaScript.</p>
|
|
</div>
|
|
</noscript>
|
|
|
|
<style>
|
|
.gb__messages--title {
|
|
text-align: center;
|
|
margin-bottom: 0.5em;
|
|
}
|
|
</style> |