mirror of
https://github.com/helenclx/leilukin-site.git
synced 2025-04-05 01:42:41 +00:00
47 lines
1.7 KiB
Plaintext
47 lines
1.7 KiB
Plaintext
---
|
|
layout: main/content
|
|
title: Guestbook
|
|
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/20240510121252/https%3A%2F%2Fleilukin.123guestbook.com%2F">123Guestbook</a></p>
|
|
|
|
<p>Feel free to say hi and connect with me!</p>
|
|
|
|
<p>Please note that my guestbook is not the place to ask for help with my video game mods. Ask for mod support or report issues with my mods on Deadly Stream, Nexus Mods or <a href="mailto:{{sitemeta.siteAuthor.email}}">send me an email</a>.</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 the Guestbook"
|
|
discordURL="https://discord.com/api/webhooks/1243241310664659076/JQNvj369B_d8DipyooUrYA7gSfd01lBcUb7-U45OVLXkHoEkMFdjrY555B-WZYG9CwL0"
|
|
></gw-comment-form>
|
|
|
|
<h2 class="gb__messages--title">Guest Messages</h2>
|
|
|
|
<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>
|
|
|
|
<script src="/assets/js/googleSheetsReaderGizmo.js"></script>
|
|
<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> |