leilukin-site/src/pages/guestbook.njk

36 lines
1.5 KiB
Plaintext
Raw Normal View History

---
layout: main/content
title: Guestbook
eleventyNavigation:
key: Guestbook
order: 9
2024-05-22 05:43:39 +00:00
eleventyComputed:
desc: Leave a message for {{ sitemeta.siteAuthor.name }}.
---
<p>Feel free to say hi and connect with me! You may share your own website here.</p>
2024-05-22 05:43:39 +00:00
<p>This 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>This guestbook utilises <a href="https://firebase.google.com/docs/database/">Firebase Realtime Database</a>, thus JavaScript is required for this guestbook to fully function.</p>
<p><a href="https://web.archive.org/web/20240510121252/https%3A%2F%2Fleilukin.123guestbook.com%2F">Archive of my previous guestbook hosted on 123Guestbook</a></p>
2024-05-24 16:03:05 +00:00
<gw-comment-form
id="guestbookForm"
titleText="Sign the Guestbook"
discordURL="https://discord.com/api/webhooks/1243241310664659076/JQNvj369B_d8DipyooUrYA7gSfd01lBcUb7-U45OVLXkHoEkMFdjrY555B-WZYG9CwL0"
></gw-comment-form>
<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}}">
<link rel="stylesheet" href="{{'/assets/css/comments.css' | url | safe}}">
<script src="/assets/js/svgIconControl.js"></script>
<script src="/assets/js/googleSheetsReaderGizmo.js"></script>
<script src="/assets/js/comments.js"></script>