diff --git a/main.go b/main.go index fbd57de..eb09aa5 100644 --- a/main.go +++ b/main.go @@ -43,7 +43,7 @@ func main() { http.HandleFunc("/cat/awawawa", awawaStream) // static files in /static - http.Handle("/static/", http.StripPrefix("/static/", http.FileServer(http.FS(embed_static)))) + http.Handle("/static/", http.FileServer(http.FS(embed_static))) // .well-known from /well-known http.Handle("/.well-known/", http.StripPrefix("/.well-known/", http.FileServer(http.FS(embed_well_known)))) diff --git a/static/example.txt b/static/example.txt deleted file mode 100644 index 6be3b89..0000000 --- a/static/example.txt +++ /dev/null @@ -1 +0,0 @@ -paban \ No newline at end of file diff --git a/static/files/other/publickey.me@mstar.dev-27fcaabd3022acff023e6e2a053a2d9af0f03260.asc b/static/files/other/publickey.me@mstar.dev-27fcaabd3022acff023e6e2a053a2d9af0f03260.asc new file mode 100644 index 0000000..636cc70 --- /dev/null +++ b/static/files/other/publickey.me@mstar.dev-27fcaabd3022acff023e6e2a053a2d9af0f03260.asc @@ -0,0 +1,13 @@ +-----BEGIN PGP PUBLIC KEY BLOCK----- + +xjMEZdyUGBYJKwYBBAHaRw8BAQdAHPAK4Dcxlt9y7L2uSRc2BKMk7zDWN9Nd +5nS9fssWLhLNG21lQG1zdGFyLmRldiA8bWVAbXN0YXIuZGV2PsKMBBAWCgA+ +BYJl3JQYBAsJBwgJkAU6LZrw8DJgAxUICgQWAAIBAhkBApsDAh4BFiEEJ/yq +vTAirP8CPm4qBTotmvDwMmAAAKTfAQD0ewBh/guakvHaUyDTM6wJToSkw5xu +HL69SjQNYwhr/AEAq71YEYYk9rRw4QkMinK/y/m+ee9cGqD6aGEcie4mGQvO +OARl3JQYEgorBgEEAZdVAQUBAQdAN5mPRNShP0JBSm4dkW87atJa/N+ryjK0 +LFBHLmeMiRcDAQgHwngEGBYKACoFgmXclBgJkAU6LZrw8DJgApsMFiEEJ/yq +vTAirP8CPm4qBTotmvDwMmAAACz7AP0YJslXLzCd57QxUfWMZcdJZp+27Dld +/lfTxClP1NLvAwEAz7lqe23bhwgrC21xdKipJkSH391Ydd0N5GsAMoeD/Ak= +=kQax +-----END PGP PUBLIC KEY BLOCK----- diff --git a/static/styles/index.css b/static/styles/index.css index bab539d..dac8e0b 100644 --- a/static/styles/index.css +++ b/static/styles/index.css @@ -1,4 +1,5 @@ @import url('https://fonts.googleapis.com/css2?family=Cantarell&display=swap'); + * { /* Some global vars for colors*/ --text: #0c0311; @@ -9,15 +10,15 @@ font-family: Cantarell, serif; } -body { - background: var(--background); -} + table { border-collapse: collapse; } td, th { - border: 1px solid var(--accent); + border-width: 1px; + border-style: solid; + border-color: #7924b2; text-align: left; padding: 8px; } @@ -25,6 +26,26 @@ td, th { tr:nth-child(even) { background-color: var(--secondary); } + footer { font-size: small; +} + +.size-to-max-inner-content { + display: flex; + flex-direction: column; + justify-content: center; + max-width: max-content; +} + +.center-inner { + display: flex; + align-content: center; + flex-direction: row; + text-align: center; + width: 100%; +} + +.add-background { + background: var(--background); } \ No newline at end of file diff --git a/templates/index.html b/templates/index.html index db9b0d3..0b8a064 100644 --- a/templates/index.html +++ b/templates/index.html @@ -1,78 +1,116 @@ - + - - - - + + + m* - - - -

Welcome to my personal webpage

-

Here you'll be able to find various information about me, including social network links/names

-

Some information about me

- - - - - - - - - - - - - -
PronounsShe/Her
Egg crackedJan/Feb 2023
LangGerman, English
-
-

You can find me on:

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
ServiceLink/Username
Mastodonhttps://mk.absturztau.be/@m_star
Discord

m_star

Pronouns pagehttps://en.pronouns.page/@m_evil
Gitlabhttps://gitlab.com/beckersam
Githubhttps://github.com/mstarongithub/
Twitchhttps://twitch.tv/mstarontwitch
- -
-

Todo: Add proper styling

- - - \ No newline at end of file + + + +
+
+

Welcome to my personal webpage

+

+ Here you'll be able to find various information about me, including + social network links/names +

+

Some information about me

+ + + + + + + + + + + + + +
PronounsShe/Her
Egg crackedJan/Feb 2023
LangGerman, English
+
+

You can find me on:

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
ServiceLink/Username
Fedi + https://woem.men/@mstar +
Discord +

m_star

+
Pronouns page + https://en.pronouns.page/@m_evil +
Gitlab + https://gitlab.com/mstarongitlab +
Github + https://github.com/mstarongithub/ +
Twitch + https://twitch.tv/mstarontwitch +
Youtube + https://www.youtube.com/channel/UC-LklY_wt004i_30xcVohbg +
Twitter + https://twitter.com/mstar +
+ +
+

Todo: Add proper styling

+
+
+ + + +