From 08b4234370c8d35f76c595c52172e6dbfaf65817 Mon Sep 17 00:00:00 2001 From: CrispyPin Date: Tue, 28 May 2024 09:17:03 +0200 Subject: [PATCH] embed css in html --- site/humans/distracting.html | 28 ++++++++++++++++++++++------ site/index.html | 28 ++++++++++++++++++++++------ site/keyboards-are-fun.html | 28 ++++++++++++++++++++++------ site/style.css | 19 ------------------- template.html | 28 ++++++++++++++++++++++------ 5 files changed, 88 insertions(+), 43 deletions(-) delete mode 100644 site/style.css diff --git a/site/humans/distracting.html b/site/humans/distracting.html index 7edb223..85c6d80 100644 --- a/site/humans/distracting.html +++ b/site/humans/distracting.html @@ -4,14 +4,31 @@ - something silly - distracting - + distracting + -
-

distracting

+

distracting

i work in an open office. that means there are 30 people in the same room trying to work. and between 1 and 5 conversations happening at once. i cannot work if i hear people talking, this is a constant problem. loud music helps some but makes me more tired too.
today i brought a bearing, i like to fidget with something while i think.
@@ -25,5 +42,4 @@ go back to procrastinating

- - \ No newline at end of file + diff --git a/site/index.html b/site/index.html index 6422c8a..30f2f7a 100644 --- a/site/index.html +++ b/site/index.html @@ -4,14 +4,31 @@ - something silly - index - + index + -
-

crispys blug

+

crispys blug

hello i might write some words here from time to time

@@ -36,5 +53,4 @@ this means it is
- - \ No newline at end of file + diff --git a/site/keyboards-are-fun.html b/site/keyboards-are-fun.html index 8558564..6005d6e 100644 --- a/site/keyboards-are-fun.html +++ b/site/keyboards-are-fun.html @@ -4,14 +4,31 @@ - something silly - keyboards-are-fun - + keyboards-are-fun + -
-

keyboards!

+

keyboards!

I love weird keyboards. I have many ideas for more weird keyboards that I might make one day, physical and digital.

@@ -32,5 +49,4 @@ this bit was written with 8vim
- - \ No newline at end of file + diff --git a/site/style.css b/site/style.css deleted file mode 100644 index 81372c4..0000000 --- a/site/style.css +++ /dev/null @@ -1,19 +0,0 @@ -html { - color-scheme: dark; - font-family: sans-serif; - background-color: #111; -} - -main { - width: 800px; - background-color: #222; - margin: auto; - padding: 2px 32px 32px; - border-left: 4px solid #d3f; -} - -@media screen and (max-width:900px) { - main { - width: calc(100% - 82px); - } -} \ No newline at end of file diff --git a/template.html b/template.html index 1d90c3e..139d9d5 100644 --- a/template.html +++ b/template.html @@ -4,15 +4,31 @@ - something silly - {FILENAME} - + {FILENAME} + -
- {CONTENT} +{CONTENT}
- - \ No newline at end of file +