From 24744b767ac75eb10e8b26aa26738f2e611c4f3e Mon Sep 17 00:00:00 2001 From: floppydiskette Date: Sun, 17 Nov 2024 12:11:47 +0000 Subject: [PATCH] re-arrange site resources --- fira.css | 48 --------- index.html => index.php | 7 +- master.css | 104 ------------------- res/css/fira.css | 48 +++++++++ res/css/master.css | 104 +++++++++++++++++++ {fonts => res/fonts}/FiraCode-Bold.woff | Bin {fonts => res/fonts}/FiraCode-Bold.woff2 | Bin {fonts => res/fonts}/FiraCode-Light.woff | Bin {fonts => res/fonts}/FiraCode-Light.woff2 | Bin {fonts => res/fonts}/FiraCode-Medium.woff | Bin {fonts => res/fonts}/FiraCode-Medium.woff2 | Bin {fonts => res/fonts}/FiraCode-Regular.woff | Bin {fonts => res/fonts}/FiraCode-Regular.woff2 | Bin {fonts => res/fonts}/FiraCode-SemiBold.woff | Bin {fonts => res/fonts}/FiraCode-SemiBold.woff2 | Bin {fonts => res/fonts}/FiraCode-VF.woff | Bin {fonts => res/fonts}/FiraCode-VF.woff2 | Bin profile-image.png => res/images/profile.png | Bin 18 files changed, 156 insertions(+), 155 deletions(-) delete mode 100644 fira.css rename index.html => index.php (84%) delete mode 100644 master.css create mode 100644 res/css/fira.css create mode 100644 res/css/master.css rename {fonts => res/fonts}/FiraCode-Bold.woff (100%) rename {fonts => res/fonts}/FiraCode-Bold.woff2 (100%) rename {fonts => res/fonts}/FiraCode-Light.woff (100%) rename {fonts => res/fonts}/FiraCode-Light.woff2 (100%) rename {fonts => res/fonts}/FiraCode-Medium.woff (100%) rename {fonts => res/fonts}/FiraCode-Medium.woff2 (100%) rename {fonts => res/fonts}/FiraCode-Regular.woff (100%) rename {fonts => res/fonts}/FiraCode-Regular.woff2 (100%) rename {fonts => res/fonts}/FiraCode-SemiBold.woff (100%) rename {fonts => res/fonts}/FiraCode-SemiBold.woff2 (100%) rename {fonts => res/fonts}/FiraCode-VF.woff (100%) rename {fonts => res/fonts}/FiraCode-VF.woff2 (100%) rename profile-image.png => res/images/profile.png (100%) diff --git a/fira.css b/fira.css deleted file mode 100644 index e45a726..0000000 --- a/fira.css +++ /dev/null @@ -1,48 +0,0 @@ -@font-face { - font-family: 'Fira Code'; - src: url('fonts/FiraCode-Light.woff2') format('woff2'), - url("fonts/FiraCode-Light.woff") format("woff"); - font-weight: 300; - font-style: normal; -} - -@font-face { - font-family: 'Fira Code'; - src: url('fonts/FiraCode-Regular.woff2') format('woff2'), - url("fonts/FiraCode-Regular.woff") format("woff"); - font-weight: 400; - font-style: normal; -} - -@font-face { - font-family: 'Fira Code'; - src: url('fonts/FiraCode-Medium.woff2') format('woff2'), - url("fonts/FiraCode-Medium.woff") format("woff"); - font-weight: 500; - font-style: normal; -} - -@font-face { - font-family: 'Fira Code'; - src: url('fonts/FiraCode-SemiBold.woff2') format('woff2'), - url("fonts/FiraCode-SemiBold.woff") format("woff"); - font-weight: 600; - font-style: normal; -} - -@font-face { - font-family: 'Fira Code'; - src: url('fonts/FiraCode-Bold.woff2') format('woff2'), - url("fonts/FiraCode-Bold.woff") format("woff"); - font-weight: 700; - font-style: normal; -} - -@font-face { - font-family: 'Fira Code VF'; - src: url('fonts/FiraCode-VF.woff2') format('woff2-variations'), - url('fonts/FiraCode-VF.woff') format('woff-variations'); - /* font-weight requires a range: https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Fonts/Variable_Fonts_Guide#Using_a_variable_font_font-face_changes */ - font-weight: 300 700; - font-style: normal; -} diff --git a/index.html b/index.php similarity index 84% rename from index.html rename to index.php index e1510a5..3ac8edd 100644 --- a/index.html +++ b/index.php @@ -4,7 +4,7 @@ - + ~floppy @@ -20,7 +20,7 @@ "My life is a living nightmare!"

-
+