update frontpage & new helpdesk kba + other work

This commit is contained in:
Enstrayed
2025-10-05 14:40:59 -07:00
parent b1ac3d6f58
commit 35a84ffb7c
6 changed files with 154 additions and 13 deletions

View File

@@ -17,14 +17,6 @@
<script>
fetch("/api/nowplayingbeta?format=html").then(response => response.text()).then(response => {document.getElementById("nowplaying").innerHTML = response})
</script>
<script>
function rerollBlogPostsHeaderText() {
let adjectives = [ "Assorted", "Random", "Various", "Miscellaneous", "Different", "Eclectic", "Mixed", "Profound"];
document.getElementById("blogPostsHeader").innerHTML = adjectives[Math.floor(Math.random() * adjectives.length)] + " Notes";
}
rerollBlogPostsHeaderText();
</script>
</head>
<body>
@@ -37,20 +29,20 @@
<div class="linkColumn">
<div>
<span>I received an Email from @enstrayed.com</span><br>
<a href="https://helpdesk.enstrayed.com"><img src="/dynamic/icon/external/7CB342" alt="">Click here for information about EOES</a>
<a href="/helpdesk/articles/EOES-What-is-EOES.md"><img src="/dynamic/icon/external/7CB342" alt="">Click here for information about EOES</a>
</div>
<div>
<span>I need help with an Enstrayed.com web service</span><br>
<a href="/helpdesk"><img src="/dynamic/icon/external/7CB342" alt="">Click here to visit the Helpdesk</a>
</div>
<div>
<!-- <div>
<a href="/urltoolbox"><img src="/dynamic/icon/link/7CB342" alt="">URL Toolbox</a>
</div>
</div> -->
<div>
<a href="/posts/20240409-API-Documentation.html"><img src="/dynamic/icon/link/7CB342" alt="">API Documentation</a>
</div>
<div>
<a href="https://downloads.enstrayed.com"><img src="/dynamic/icon/link/7CB342" alt="">Downloads</a>
<a href="https://files.enstrayed.com/public/"><img src="/dynamic/icon/link/7CB342" alt="">Downloads</a>
</div>
<div class="apiVersion">
<!--SSR_APIVERSION-->
@@ -66,7 +58,7 @@
</div>
<div class="blogPostsList">
<h2 id="blogPostsHeader" onclick="rerollBlogPostsHeaderText()">Notes</h2>
<h2 id="blogPostsHeader">Blog-ish Posts</h2>
<ul>
<!--SSR_BLOGPOSTS-->
</ul>