From f1de73c4c89458793d1e533745db17d41bd2e24a Mon Sep 17 00:00:00 2001 From: lonkaars Date: Sat, 6 Apr 2024 22:41:01 +0200 Subject: update landing page --- font/font.css | 115 --------------------- font/inter/Inter-Bold.woff | Bin 143100 -> 0 bytes font/inter/Inter-Bold.woff2 | Bin 106052 -> 0 bytes font/inter/Inter-BoldItalic.woff | Bin 149808 -> 0 bytes font/inter/Inter-BoldItalic.woff2 | Bin 111644 -> 0 bytes font/inter/Inter-Italic.woff | Bin 143188 -> 0 bytes font/inter/Inter-Italic.woff2 | Bin 106604 -> 0 bytes font/inter/Inter-Medium.woff | Bin 142340 -> 0 bytes font/inter/Inter-Medium.woff2 | Bin 105500 -> 0 bytes font/inter/Inter-MediumItalic.woff | Bin 149704 -> 0 bytes font/inter/Inter-MediumItalic.woff2 | Bin 111968 -> 0 bytes font/inter/Inter-Regular.woff | Bin 133856 -> 0 bytes font/inter/Inter-Regular.woff2 | Bin 98804 -> 0 bytes font/inter/Inter-SemiBold.woff | Bin 142760 -> 0 bytes font/inter/Inter-SemiBold.woff2 | Bin 105992 -> 0 bytes font/inter/Inter-SemiBoldItalic.woff | Bin 149776 -> 0 bytes font/inter/Inter-SemiBoldItalic.woff2 | Bin 111676 -> 0 bytes font/jetbrainsmono/JetBrainsMono-Bold.woff2 | Bin 59436 -> 0 bytes font/jetbrainsmono/JetBrainsMono-BoldItalic.woff2 | Bin 61992 -> 0 bytes font/jetbrainsmono/JetBrainsMono-Italic.woff2 | Bin 60864 -> 0 bytes font/jetbrainsmono/JetBrainsMono-Medium.woff2 | Bin 59232 -> 0 bytes .../jetbrainsmono/JetBrainsMono-MediumItalic.woff2 | Bin 62208 -> 0 bytes font/jetbrainsmono/JetBrainsMono-Regular.woff2 | Bin 58268 -> 0 bytes index.html | 37 ++++--- style.css | 55 ++-------- 25 files changed, 27 insertions(+), 180 deletions(-) delete mode 100644 font/font.css delete mode 100644 font/inter/Inter-Bold.woff delete mode 100644 font/inter/Inter-Bold.woff2 delete mode 100644 font/inter/Inter-BoldItalic.woff delete mode 100644 font/inter/Inter-BoldItalic.woff2 delete mode 100644 font/inter/Inter-Italic.woff delete mode 100644 font/inter/Inter-Italic.woff2 delete mode 100644 font/inter/Inter-Medium.woff delete mode 100644 font/inter/Inter-Medium.woff2 delete mode 100644 font/inter/Inter-MediumItalic.woff delete mode 100644 font/inter/Inter-MediumItalic.woff2 delete mode 100644 font/inter/Inter-Regular.woff delete mode 100644 font/inter/Inter-Regular.woff2 delete mode 100644 font/inter/Inter-SemiBold.woff delete mode 100644 font/inter/Inter-SemiBold.woff2 delete mode 100644 font/inter/Inter-SemiBoldItalic.woff delete mode 100644 font/inter/Inter-SemiBoldItalic.woff2 delete mode 100644 font/jetbrainsmono/JetBrainsMono-Bold.woff2 delete mode 100644 font/jetbrainsmono/JetBrainsMono-BoldItalic.woff2 delete mode 100644 font/jetbrainsmono/JetBrainsMono-Italic.woff2 delete mode 100644 font/jetbrainsmono/JetBrainsMono-Medium.woff2 delete mode 100644 font/jetbrainsmono/JetBrainsMono-MediumItalic.woff2 delete mode 100644 font/jetbrainsmono/JetBrainsMono-Regular.woff2 diff --git a/font/font.css b/font/font.css deleted file mode 100644 index 61c9755..0000000 --- a/font/font.css +++ /dev/null @@ -1,115 +0,0 @@ -@font-face { - font-family: 'Inter'; - font-style: normal; - font-weight: 400; - font-display: swap; - src: url("./inter/Inter-Regular.woff2?v=3.15") format("woff2"), - url("./inter/Inter-Regular.woff?v=3.15") format("woff"); -} -@font-face { - font-family: 'Inter'; - font-style: italic; - font-weight: 400; - font-display: swap; - src: url("./inter/Inter-Italic.woff2?v=3.15") format("woff2"), - url("./inter/Inter-Italic.woff?v=3.15") format("woff"); -} - -@font-face { - font-family: 'Inter'; - font-style: normal; - font-weight: 500; - font-display: swap; - src: url("./inter/Inter-Medium.woff2?v=3.15") format("woff2"), - url("./inter/Inter-Medium.woff?v=3.15") format("woff"); -} -@font-face { - font-family: 'Inter'; - font-style: italic; - font-weight: 500; - font-display: swap; - src: url("./inter/Inter-MediumItalic.woff2?v=3.15") format("woff2"), - url("./inter/Inter-MediumItalic.woff?v=3.15") format("woff"); -} - -@font-face { - font-family: 'Inter'; - font-style: normal; - font-weight: 600; - font-display: swap; - src: url("./inter/Inter-SemiBold.woff2?v=3.15") format("woff2"), - url("./inter/Inter-SemiBold.woff?v=3.15") format("woff"); -} -@font-face { - font-family: 'Inter'; - font-style: italic; - font-weight: 600; - font-display: swap; - src: url("./inter/Inter-SemiBoldItalic.woff2?v=3.15") format("woff2"), - url("./inter/Inter-SemiBoldItalic.woff?v=3.15") format("woff"); -} - -@font-face { - font-family: 'Inter'; - font-style: normal; - font-weight: 700; - font-display: swap; - src: url("./inter/Inter-Bold.woff2?v=3.15") format("woff2"), - url("./inter/Inter-Bold.woff?v=3.15") format("woff"); -} -@font-face { - font-family: 'Inter'; - font-style: italic; - font-weight: 700; - font-display: swap; - src: url("./inter/Inter-BoldItalic.woff2?v=3.15") format("woff2"), - url("./inter/Inter-BoldItalic.woff?v=3.15") format("woff"); -} - - - -@font-face { - font-family: 'JetBrainsMono'; - font-style: normal; - font-weight: 400; - font-display: swap; - src: url("./jetbrainsmono/JetBrainsMono-Regular.woff2") format("woff2"); -} -@font-face { - font-family: 'JetBrainsMono'; - font-style: italic; - font-weight: 400; - font-display: swap; - src: url("./jetbrainsmono/JetBrainsMono-Italic.woff2") format("woff2"); -} - -@font-face { - font-family: 'JetBrainsMono'; - font-style: normal; - font-weight: 500; - font-display: swap; - src: url("./jetbrainsmono/JetBrainsMono-Medium.woff2") format("woff2"); -} -@font-face { - font-family: 'JetBrainsMono'; - font-style: italic; - font-weight: 500; - font-display: swap; - src: url("./jetbrainsmono/JetBrainsMono-MediumItalic.woff2") format("woff2"); -} - -@font-face { - font-family: 'JetBrainsMono'; - font-style: normal; - font-weight: 700; - font-display: swap; - src: url("./jetbrainsmono/JetBrainsMono-Bold.woff2") format("woff2"); -} -@font-face { - font-family: 'JetBrainsMono'; - font-style: italic; - font-weight: 700; - font-display: swap; - src: url("./jetbrainsmono/JetBrainsMono-BoldItalic.woff2") format("woff2"); -} - diff --git a/font/inter/Inter-Bold.woff b/font/inter/Inter-Bold.woff deleted file mode 100644 index 80f70f0..0000000 Binary files a/font/inter/Inter-Bold.woff and /dev/null differ diff --git a/font/inter/Inter-Bold.woff2 b/font/inter/Inter-Bold.woff2 deleted file mode 100644 index 622e5f1..0000000 Binary files a/font/inter/Inter-Bold.woff2 and /dev/null differ diff --git a/font/inter/Inter-BoldItalic.woff b/font/inter/Inter-BoldItalic.woff deleted file mode 100644 index 03238dd..0000000 Binary files a/font/inter/Inter-BoldItalic.woff and /dev/null differ diff --git a/font/inter/Inter-BoldItalic.woff2 b/font/inter/Inter-BoldItalic.woff2 deleted file mode 100644 index 1b2dafb..0000000 Binary files a/font/inter/Inter-BoldItalic.woff2 and /dev/null differ diff --git a/font/inter/Inter-Italic.woff b/font/inter/Inter-Italic.woff deleted file mode 100644 index 9c21aed..0000000 Binary files a/font/inter/Inter-Italic.woff and /dev/null differ diff --git a/font/inter/Inter-Italic.woff2 b/font/inter/Inter-Italic.woff2 deleted file mode 100644 index 734944b..0000000 Binary files a/font/inter/Inter-Italic.woff2 and /dev/null differ diff --git a/font/inter/Inter-Medium.woff b/font/inter/Inter-Medium.woff deleted file mode 100644 index 1d50f80..0000000 Binary files a/font/inter/Inter-Medium.woff and /dev/null differ diff --git a/font/inter/Inter-Medium.woff2 b/font/inter/Inter-Medium.woff2 deleted file mode 100644 index ffb4206..0000000 Binary files a/font/inter/Inter-Medium.woff2 and /dev/null differ diff --git a/font/inter/Inter-MediumItalic.woff b/font/inter/Inter-MediumItalic.woff deleted file mode 100644 index 9eb5b9d..0000000 Binary files a/font/inter/Inter-MediumItalic.woff and /dev/null differ diff --git a/font/inter/Inter-MediumItalic.woff2 b/font/inter/Inter-MediumItalic.woff2 deleted file mode 100644 index ebee655..0000000 Binary files a/font/inter/Inter-MediumItalic.woff2 and /dev/null differ diff --git a/font/inter/Inter-Regular.woff b/font/inter/Inter-Regular.woff deleted file mode 100644 index 7cb4990..0000000 Binary files a/font/inter/Inter-Regular.woff and /dev/null differ diff --git a/font/inter/Inter-Regular.woff2 b/font/inter/Inter-Regular.woff2 deleted file mode 100644 index 66691b8..0000000 Binary files a/font/inter/Inter-Regular.woff2 and /dev/null differ diff --git a/font/inter/Inter-SemiBold.woff b/font/inter/Inter-SemiBold.woff deleted file mode 100644 index 490bd9d..0000000 Binary files a/font/inter/Inter-SemiBold.woff and /dev/null differ diff --git a/font/inter/Inter-SemiBold.woff2 b/font/inter/Inter-SemiBold.woff2 deleted file mode 100644 index 9fd7726..0000000 Binary files a/font/inter/Inter-SemiBold.woff2 and /dev/null differ diff --git a/font/inter/Inter-SemiBoldItalic.woff b/font/inter/Inter-SemiBoldItalic.woff deleted file mode 100644 index 839fc3d..0000000 Binary files a/font/inter/Inter-SemiBoldItalic.woff and /dev/null differ diff --git a/font/inter/Inter-SemiBoldItalic.woff2 b/font/inter/Inter-SemiBoldItalic.woff2 deleted file mode 100644 index 2492569..0000000 Binary files a/font/inter/Inter-SemiBoldItalic.woff2 and /dev/null differ diff --git a/font/jetbrainsmono/JetBrainsMono-Bold.woff2 b/font/jetbrainsmono/JetBrainsMono-Bold.woff2 deleted file mode 100644 index 07fe5d7..0000000 Binary files a/font/jetbrainsmono/JetBrainsMono-Bold.woff2 and /dev/null differ diff --git a/font/jetbrainsmono/JetBrainsMono-BoldItalic.woff2 b/font/jetbrainsmono/JetBrainsMono-BoldItalic.woff2 deleted file mode 100644 index 57263ef..0000000 Binary files a/font/jetbrainsmono/JetBrainsMono-BoldItalic.woff2 and /dev/null differ diff --git a/font/jetbrainsmono/JetBrainsMono-Italic.woff2 b/font/jetbrainsmono/JetBrainsMono-Italic.woff2 deleted file mode 100644 index cf9e8ef..0000000 Binary files a/font/jetbrainsmono/JetBrainsMono-Italic.woff2 and /dev/null differ diff --git a/font/jetbrainsmono/JetBrainsMono-Medium.woff2 b/font/jetbrainsmono/JetBrainsMono-Medium.woff2 deleted file mode 100644 index b4d9438..0000000 Binary files a/font/jetbrainsmono/JetBrainsMono-Medium.woff2 and /dev/null differ diff --git a/font/jetbrainsmono/JetBrainsMono-MediumItalic.woff2 b/font/jetbrainsmono/JetBrainsMono-MediumItalic.woff2 deleted file mode 100644 index 3ac249b..0000000 Binary files a/font/jetbrainsmono/JetBrainsMono-MediumItalic.woff2 and /dev/null differ diff --git a/font/jetbrainsmono/JetBrainsMono-Regular.woff2 b/font/jetbrainsmono/JetBrainsMono-Regular.woff2 deleted file mode 100644 index cc9a1ae..0000000 Binary files a/font/jetbrainsmono/JetBrainsMono-Regular.woff2 and /dev/null differ diff --git a/index.html b/index.html index 730c69d..0d9a29c 100644 --- a/index.html +++ b/index.html @@ -1,30 +1,35 @@ - - + - welcome to pipeframe.xyz + pipeframe - - + -
-

Welcome to pipeframe.xyz

+ +
+ +

Welcome to pipeframe.xyz

+

GitHub followers

-

- This is my personal website on which I host some cool things. Most of my projects are hosted on my GitHub or my own git server. These are the (public) things hosted on here: -

+
    -
  • personal blog (source: git, github)
  • -
  • git server
  • +
  • Most of the things I do should be here
  • +
  • If not, they're likely over on GitHub
  • +
  • I also have a blog that I rarely update
-

- The domain name comes from this bad boy:
- Mariokart 8 pipe frame kart + +

+ +

+ (the domain name comes from this bad boy)
+ Mariokart 8 pipe frame kart

-
+ + + diff --git a/style.css b/style.css index 9c24f7c..156938b 100644 --- a/style.css +++ b/style.css @@ -1,66 +1,23 @@ -:root { - --black: #000000; - --flame: #f46e42; - --lavender-blush: #eee5e9; - --gray-web: #7c7c7c; - --gold-crayola: #efc88b; - - --bg: var(--black); - --fg: var(--lavender-blush); - - background: var(--bg); -} - -@media (prefers-color-scheme: light) { - :root { - --flame: #cf5c36; - --gold-crayola: #b5863b; - - --bg: var(--lavender-blush); - --fg: var(--black); - } -} - body, html { margin: 0; padding: 0; - background-color: var(--bg); - color: var(--fg); font-family: "Inter", sans-serif; text-transform: lowercase; } -.centeredpage { - max-width: 700px; - margin: 0 auto; - margin-bottom: 100px; +main { + max-width: 35em; + margin: 100px auto; padding: 0 24px; - - text-align: justify; } -h1 { - text-align: center; - font-size: 75px; - font-weight: 700; -} - -@media screen and (max-width: 600px) { - h1 { - font-size: 12vw; - } -} - -a { color: var(--flame); } - -code { - font-family: "JetBrainsMono Nerd Font", "JetBrainsMono", monospace; - color: var(--gold-crayola); -} +h1 { text-align: center; } p, ul { margin: 30px 0; } ul { line-height: 1.7; } +.fill { height: calc(100vh - 300px); } + -- cgit v1.2.3