diff --git a/dev/index.html b/dev/index.html index 6fb0013..cc57da4 100644 --- a/dev/index.html +++ b/dev/index.html @@ -11,6 +11,90 @@ + + @@ -25,19 +109,19 @@
diff --git a/dev/style.css b/dev/style.css deleted file mode 100644 index 10852b1..0000000 --- a/dev/style.css +++ /dev/null @@ -1,80 +0,0 @@ -@font-face { - font-family: Lilex; - src: url(./fonts/Lilex-Regular.ttf) format("truetype"); -} - -@font-face { - font-family: "JetBrainsMono Nerd Font"; - src: url("./fonts/JetBrains-Mono-Nerd-Font-Complete.ttf") format("truetype"); -} - -body { - font-family: Lilex; - margin: 0; - height: 100vh; - display: flex; - align-items: center; - justify-content: center; - - background-color: #1e1e1e; - color: #d4d4d4; -} - -.container { - display: flex; - flex-direction: column; -} - -img { - width: 150px; - border-radius: 50px; -} - -.top-level div { - display: flex; - align-items: center; - gap: 2em; -} - -.link-item { - display: flex; - align-items: center; - gap: 10px; -} - -.link-item a { - text-decoration: none; - color: #d4d4d4; - font-weight: bolder; -} - -.icon { - font-family: "JetBrainsMono Nerd Font"; -} - -.mail-icon:before { - content: "\f42f"; - font-size: 2em; -} - -.github-icon:before { - content: "\f09b"; - font-size: 2em; -} - -.gitea-icon:before { - content: "\e702"; - font-size: 2.8em; -} - -.paste-icon:before { - content: "\f429"; - font-size: 2.2em; -} - -footer { - position: absolute; - bottom: 1rem; - font-size: 0.8rem; - color: #777; -}