leilukin-site/src/pages/guestbook.njk

157 lines
5.9 KiB
Plaintext
Raw Normal View History

---
layout: main/content
title: Guestbook
desc: Leave a message for Leilukin.
eleventyNavigation:
key: Guestbook
order: 9
---
<p>Feel free to say hi and connect with me! You may share your own website here.</p>
<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 email me.</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>
<!-- customize labels of htmlcommentbox.com -->
<script>
/* This code goes ABOVE the main HTML Comment Box code!
replace the text in the single quotes below to customize labels.*/
hcb_user = {
/* L10N */
comments_header: 'Guestbook',
name_label: 'Name',
content_label: 'Enter your message here',
2024-05-14 17:40:53 +00:00
submit: 'Send Message',
logout_link: '<img title="log out" src="https://www.htmlcommentbox.com/static/images/door_out.svg" alt="[logout]" class="hcb-icon hcb-door-out"/>',
admin_link: '<img src="https://www.htmlcommentbox.com/static/images/door_in.svg" alt="[login]" class="hcb-icon hcb-door-in"/>',
no_comments_msg: 'No one has left any message yet. Be the first!',
add: 'Add your message',
again: 'Post another message',
rss: '<img src="https://www.htmlcommentbox.com/static/images/feed.svg" class="hcb-icon" alt="rss"/> ',
said: 'said:',
prev_page: '<img src="https://www.htmlcommentbox.com/static/images/arrow_left.png" class="hcb-icon" title="previous page" alt="[prev]"/>',
next_page: '<img src="https://www.htmlcommentbox.com/static/images/arrow_right.png" class="hcb-icon" title="next page" alt="[next]"/>',
showing: 'Showing',
to: 'to',
website_label: 'website (optional)',
email_label: 'email',
anonymous: 'Anonymous',
mod_label: '(mod)',
subscribe: 'Email Me Replies',
add_image: 'Add Image',
are_you_sure: 'Do you want to flag this comment as inappropriate?',
reply: 'Reply',
flag: 'Flag',
like: 'Like',
/* dates */
days_ago: 'days ago',
hours_ago: 'hours ago',
minutes_ago: 'minutes ago',
within_the_last_minute: 'within the last minute',
msg_thankyou: 'Thank you for your message!',
msg_approval: 'NOTE: This message is not published until approved',
msg_approval_required: 'Thank you for your message! Your message will appear once approved by Leilukin.',
err_bad_html: 'Your message contained bad html.',
err_bad_email: 'Please enter a valid email address.',
err_too_frequent: 'You must wait a few seconds between posting messages.',
err_comment_empty: 'Your message was not posted because it was empty!',
err_denied: 'Your message was not accepted.',
err_unknown: 'Your message was blocked for unknown reasons, please report this.',
err_spam: 'Your message was detected as spam.',
err_blocked: 'Your message was blocked by site policy.',
/* SETTINGS */
MAX_CHARS: 4096,
PAGE: '',
/* ID of the webpage to show comments for. defaults to the webpage the user is currently visiting. */
ON_COMMENT: function () {},
/* Function to call after commenting. */
RELATIVE_DATES: false /* show dates in the form "X hours ago." etc. */
};
</script>
<!-- done customizing labels of htmlcommentbox.com -->
<!-- begin wwww.htmlcommentbox.com -->
<section id="HCB_comment_box">
<a href="http://www.htmlcommentbox.com">Widget</a> is loading messages...
</section>
<link rel="stylesheet" type="text/css" href="https://www.htmlcommentbox.com/static/skins/bootstrap/twitter-bootstrap.css?v=0"/>
<script type="text/javascript" id="hcb" defer>
/* <!-- */
if (!window.hcb_user) {
hcb_user = {};
}
(function () {
2024-05-14 18:23:41 +00:00
const s = document.createElement("script"),
l = hcb_user.PAGE || ("" + window.location).replace(/'/g, "%27"),
h = "https://www.htmlcommentbox.com";
s.setAttribute("type", "text/javascript");
s.setAttribute("src", h + "/jread?page=" + encodeURIComponent(l).replace("+", "%2B") + "&mod=%241%24wq1rdBcg%24IRFneco1bcPmYKq.t1Oae." + "&opts=16798&num=10&ts=1715702516205");
if (typeof s != "undefined")
document
.getElementsByTagName("head")[0]
.appendChild(s);
}
)();/* --> */
</script>
<style>
2024-05-14 17:40:53 +00:00
#HCB_comment_box {
height: auto;
font-family: inherit;
font-size: 1.2rem;
}
#HCB_comment_box form {
display: grid;
gap: 0.3em;
2024-05-14 17:40:53 +00:00
margin: 1rem 0 1.3rem;
}
2024-05-14 17:40:53 +00:00
#HCB_comment_box #hcb_form textarea,
#HCB_comment_box #hcb_form #hcb_form_name {
width: 100%;
font-family: inherit;
font-size: 1.2rem;
}
2024-05-14 17:40:53 +00:00
#HCB_comment_box #hcb_form #replying_to_container,
#HCB_comment_box .date {
font-size: 0.9rem;
color: var(--clr-body-txt);
}
#HCB_comment_box #hcb_form textarea:focus,
#HCB_comment_box #hcb_form #hcb_form_name:focus {
outline: 0.25em solid var(--clr-link);
}
#HCB_comment_box #hcb_form .btn,
#HCB_comment_box #HCB_comment_form_box .btn {
background: var(--clr-link-btn-bg);
color: var(--clr-link-btn-txt);
font-size: 1.2rem;
}
2024-05-14 17:40:53 +00:00
#HCB_comment_box #hcb_form .btn:focus,
#HCB_comment_box #HCB_comment_form_box .btn:focus {
outline: 0.15em solid var(--clr-link-btn-txt);
}
#HCB_comment_box #hcb_form .home-desc a,
#HCB_comment_box .home-desc a:visited,
#HCB_comment_box .hcb-comment-tb button {
color: var(--clr-link);
}
#HCB_comment_box #hcb_form .home-desc a,
#HCB_comment_box .home-desc a:visited {
text-decoration: underline;
}
</style>
<!-- end www.htmlcommentbox.com -->