diff --git a/embeds/nav.html b/embeds/nav.html index 84e49d4..81c89b8 100644 --- a/embeds/nav.html +++ b/embeds/nav.html @@ -1,9 +1,9 @@ diff --git a/views/index.html b/views/index.html index 0748bd5..626e43c 100755 --- a/views/index.html +++ b/views/index.html @@ -88,6 +88,8 @@

Welcome to abtmtr.link.

abtmtr.link is a domain for a suite of services, ranging from micro-blogging to web search.

+

This site was once a little less personal. That should be over for now.

+

Check out our projects!

Getting domain indexes...

diff --git a/views/qna/index.html b/views/qna/index.html deleted file mode 100644 index 06f9ac7..0000000 --- a/views/qna/index.html +++ /dev/null @@ -1,41 +0,0 @@ - - - - - abtmtr.link - - - - - -
-

FAQ

-

What's going on with abtmtr.link?

- <$ nav.html $> - - -
-
-
-
-

Wasn't abtmtr.link a personal website?

-

abtmtr.link is still a personal website, but there's not really a person to attach it to at this moment.

-

Whatever ends up happening to abtmtr.link will be written here.

-
-
-

I'm confused.

-

We are too.

-
-
-

Who's "we"?

-

No answer.

-
-
-

Genuinely, why is this page so cryptic? Is this an ARG?

-

There is no ARG. This is just how we have fun :3

-
-
- - - - diff --git a/views/qna/scripts/get_qna.js b/views/qna/scripts/get_qna.js deleted file mode 100644 index 85030b2..0000000 --- a/views/qna/scripts/get_qna.js +++ /dev/null @@ -1,13 +0,0 @@ -const data_get = document.getElementById("data_get"); -fetch_ask("https://blog.abtmtr.link/api/collections/mtr/posts/quick-q-and-a") - .then((x) => x.json()) - .then((data) => { - data_get.innerHTML = data.data.body - .replace(/^### (.*?$)/gim, '

$1

') // h3 tag - .replace(/^## (.*?$)/gim, '

$1

') // h2 tag - .replace(/^# (.*?$)/gim, '

$1

') // h1 tag - .replace(/\[(.*?)\]\((.*?)\)/gim, '$1') // link text - .replace(/\*\*(.*?)\*\*/gim, '$1') // bold text - .replace(/\*(.*?)\*/gim, '$1') // italic text - .replace(/\`(.*?)\`/gim, '$1') // code text - }); diff --git a/views/styles/myapp.css b/views/styles/myapp.css index d9ad627..2aeb161 100644 --- a/views/styles/myapp.css +++ b/views/styles/myapp.css @@ -23,7 +23,7 @@ --header-font-weight: 400; --font-family: "Lexend Deca"; --border-width: calc(2rem / 16); - --base-color: 0, 0%; + --base-color: 325, 50%; --border-radius: calc(4rem / 16); } @@ -51,7 +51,7 @@ .nav p { display: grid; - grid-template-columns: 1fr 1fr 1fr 1fr 1fr; + grid-template-columns: 1fr 1fr 1fr 1fr; gap: 1em; } diff --git a/views/styles/style.css b/views/styles/style.css index a73c94e..ae2d1aa 100644 --- a/views/styles/style.css +++ b/views/styles/style.css @@ -1,14 +1,14 @@ @import url("./myapp.css"); -/* html:not(.base) { +html:not(.base) { background: url("/assets/bg.jpg"); background-position: center; background-size: cover; background-attachment: fixed; -} */ +} html:not(.base) body { - backdrop-filter: blur(8px); - /* --background-color: hsla(var(--base-color), 80%, 0.9); */ + /* backdrop-filter: blur(8px); */ + --background-color: hsla(var(--base-color), 15%, 0.9); } :root {