diff --git a/assets/style.css b/assets/style.css index 1ddb3b9..dd0c374 100644 --- a/assets/style.css +++ b/assets/style.css @@ -40,7 +40,7 @@ html { body { margin: 0; - padding: 16px; + padding: 8px 16px; box-sizing: border-box; min-height: 100%; width: 100%; @@ -49,7 +49,7 @@ body { font-family: var(--font-text-legible); } -main { +main, div.fakemain { text-align: start; display: inline-block; width: 100%; @@ -60,9 +60,14 @@ main { color: var(--foreground); min-height: 100%; padding: 8px; + margin: 8px 0; box-shadow: 4px 4px 0 var(--foreground); } +div.fakemain { + min-height: unset; +} + section { margin: 1em; } @@ -106,4 +111,20 @@ hr { :last-child { margin-bottom: 0; } +} + +.web-button { + position: relative; + filter: grayscale(1); + left: 0; + top: 0; + transition: all 0.1s cubic-bezier(0.34, 1.56, 0.64, 1); +} + +.web-button:hover { + left: -4px; + top: -4px; + z-index: 999; + filter: grayscale(0); + box-shadow: 4px 4px 16px #0008; } \ No newline at end of file diff --git a/views/components/about-boxes.ejs b/views/components/about-boxes.ejs index e12b836..bdb2a66 100644 --- a/views/components/about-boxes.ejs +++ b/views/components/about-boxes.ejs @@ -27,11 +27,4 @@ -
-
-

ABOUT

-

Who I am.

-
- -
\ No newline at end of file diff --git a/views/components/footer.ejs b/views/components/footer.ejs index e4f4e9d..31d2d47 100644 --- a/views/components/footer.ejs +++ b/views/components/footer.ejs @@ -1,13 +1,13 @@ -
\ No newline at end of file diff --git a/views/components/header.ejs b/views/components/header.ejs index 22f14e4..94d2ded 100644 --- a/views/components/header.ejs +++ b/views/components/header.ejs @@ -8,9 +8,9 @@ \ No newline at end of file diff --git a/views/pages/about/index.ejs b/views/pages/about/index.ejs index 5da099a..f4ea9ae 100644 --- a/views/pages/about/index.ejs +++ b/views/pages/about/index.ejs @@ -10,14 +10,18 @@ -
+
<%- include("../../components/header.ejs") %> +
+

Who I am.

abtmtr.link is a website. that's for sure

- <%- include("../../components/footer.ejs") %>
+
+ <%- include("../../components/footer.ejs") %> +
diff --git a/views/pages/computers/index.ejs b/views/pages/computers/index.ejs index 4d77758..a6a4852 100644 --- a/views/pages/computers/index.ejs +++ b/views/pages/computers/index.ejs @@ -10,16 +10,20 @@ -
+
<%- include("../../components/header.ejs") %> +
+

Computers I own, use, and host stuff on.

<% computers.forEach((computer) => { %> <%- include("../../components/computer-boxes.ejs", computer) %> <% }) %>
- <%- include("../../components/footer.ejs") %>
+
+ <%- include("../../components/footer.ejs") %> +
diff --git a/views/pages/index.ejs b/views/pages/index.ejs index ffade11..730c4ee 100644 --- a/views/pages/index.ejs +++ b/views/pages/index.ejs @@ -10,8 +10,10 @@ -
+
<%- include("../components/header.ejs") %> +
+
<% statuses.forEach((status) => { %>

<%= status.title %>

@@ -21,8 +23,10 @@ <% }) %>

abtmtr.link is a domain for all kinds of services, from web search to live-streaming.

<%- include("../components/about-boxes.ejs") %> - <%- include("../components/footer.ejs") %>
+
+ <%- include("../components/footer.ejs") %> +
diff --git a/views/pages/links/index.ejs b/views/pages/links/index.ejs index 0e89c8b..35d0645 100644 --- a/views/pages/links/index.ejs +++ b/views/pages/links/index.ejs @@ -10,16 +10,20 @@ -
+
<%- include("../../components/header.ejs") %> +
+

Where I am on the Internet.

<% links.forEach((link) => { %> <%- include("../../components/link-boxes.ejs", link) %> <% }) %>
- <%- include("../../components/footer.ejs") %>
+
+ <%- include("../../components/footer.ejs") %> +
diff --git a/views/pages/matkap/index.ejs b/views/pages/matkap/index.ejs index 7fc729f..baa1753 100644 --- a/views/pages/matkap/index.ejs +++ b/views/pages/matkap/index.ejs @@ -10,6 +10,9 @@ +

welcome to ...

@@ -18,7 +21,7 @@

this website is best viewed on a computer

hey i'm mat what's up?

-

you can call me mat but some call me matkap

+

you can call me mat but most call me matkap

ABOUT ME

this is my website! i sure hope you like it.

- +

my name is mattias kopernicus and i think it's pretentious as fuck.

+

this is me

+

i am a 🌈gay dude🌈 i sorta like men but also i'm aroace so DON'T flirt with me !!!! thank you

+
+

dni list

+ +
+

now playing

+

classical by klaus veen

+

this site is a work in progress

im not very good at this website stuff someone help me