simple styling and a favicon :3
This commit is contained in:
parent
66d39fd653
commit
bb92241af6
6 changed files with 37 additions and 20 deletions
BIN
site/cretin.png
Normal file
BIN
site/cretin.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.4 KiB |
|
@ -5,13 +5,13 @@
|
|||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>something silly - distracting</title>
|
||||
<style>
|
||||
html { color-scheme: dark; }
|
||||
</style>
|
||||
<link rel="stylesheet" href="/style.css">
|
||||
<link rel="icon" type="image/x-icon" href="/cretin.png">
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<h1>distracting </h1>
|
||||
<main>
|
||||
<h1>distracting </h1>
|
||||
<p>
|
||||
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.<br>
|
||||
today i brought a bearing, i like to fidget with something while i think. <br>
|
||||
|
@ -23,6 +23,7 @@ i refuse to believe that <em>anyone</em> likes open offices. they just suck. bos
|
|||
<p>
|
||||
go back to <a href="/">procrastinating</a><br>
|
||||
|
||||
</main>
|
||||
</body>
|
||||
|
||||
</html>
|
||||
</html>
|
|
@ -5,13 +5,13 @@
|
|||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>something silly - index</title>
|
||||
<style>
|
||||
html { color-scheme: dark; }
|
||||
</style>
|
||||
<link rel="stylesheet" href="/style.css">
|
||||
<link rel="icon" type="image/x-icon" href="/cretin.png">
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<h1>crispys blug</h1>
|
||||
<main>
|
||||
<h1>crispys blug</h1>
|
||||
<p>
|
||||
hello i might write some words here from time to time<br>
|
||||
</p>
|
||||
|
@ -34,6 +34,7 @@ this means it is<br>
|
|||
- todo: put more words in the computer<br>
|
||||
</p>
|
||||
|
||||
</main>
|
||||
</body>
|
||||
|
||||
</html>
|
||||
</html>
|
|
@ -5,13 +5,13 @@
|
|||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>something silly - keyboards-are-fun</title>
|
||||
<style>
|
||||
html { color-scheme: dark; }
|
||||
</style>
|
||||
<link rel="stylesheet" href="/style.css">
|
||||
<link rel="icon" type="image/x-icon" href="/cretin.png">
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<h1>keyboards!</h1>
|
||||
<main>
|
||||
<h1>keyboards!</h1>
|
||||
<p>
|
||||
I love weird keyboards. I have many ideas for more weird keyboards that I might make one day, physical and digital.<br>
|
||||
</p>
|
||||
|
@ -30,6 +30,7 @@ this bit was written with 8vim<br>
|
|||
<p>
|
||||
<a href="/">click other words</a><br>
|
||||
|
||||
</main>
|
||||
</body>
|
||||
|
||||
</html>
|
||||
</html>
|
13
site/style.css
Normal file
13
site/style.css
Normal file
|
@ -0,0 +1,13 @@
|
|||
html {
|
||||
color-scheme: dark;
|
||||
font-family: sans-serif;
|
||||
}
|
||||
|
||||
main {
|
||||
width: 800px;
|
||||
background-color: #222;
|
||||
margin: auto;
|
||||
padding: 2px 32px 32px;
|
||||
border-left: 4px solid #d39;
|
||||
border-right: 4px solid #d39;
|
||||
}
|
|
@ -5,13 +5,14 @@
|
|||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>something silly - {FILENAME}</title>
|
||||
<style>
|
||||
html { color-scheme: dark; }
|
||||
</style>
|
||||
<link rel="stylesheet" href="/style.css">
|
||||
<link rel="icon" type="image/x-icon" href="/cretin.png">
|
||||
</head>
|
||||
|
||||
<body>
|
||||
{CONTENT}
|
||||
<main>
|
||||
{CONTENT}
|
||||
</main>
|
||||
</body>
|
||||
|
||||
</html>
|
||||
</html>
|
Loading…
Reference in a new issue