commit b67f8fe7f8628628e06cf5f1eb5d10130c840ae1
parent 8c8a86c5563e56e5c5ef7e0b4dbd072c19c2cb12
Author: Sven Möller <sven@svenmoeller.xyz>
Date: Sun, 29 May 2022 22:19:45 +0200
Update index and css
Diffstat:
2 files changed, 2 insertions(+), 61 deletions(-)
diff --git a/index.md b/index.md
@@ -2,22 +2,12 @@
My name is Sven Möller.
I'm from Germany, 26 years old,
-and I am working as an engineer in the automotive industry.
+and I believe in freedom, decentralization and minimalism.
This is my personal website.
-## Projects
-
-> As a hacker, you never have finished projects.
-> Only projects you are currently working on,
-> and projects you abandoned.
-
-* [This website](README.md)
-* [Bookmarking script](https://svenmoeller.xyz/git/dotfiles/file/bin/.local/bin/bm.html)
-
## On this site
-* [My Bookmarks](bookmarks)
* [My git server](https://git.svenmoeller.xyz)
* [Website I made in school](https://the-berlin-blues.svenmoeller.xyz)
diff --git a/static/style.css b/static/style.css
@@ -2,66 +2,17 @@ body {
max-width: 800px ;
margin: 16px auto ;
padding: 0 16px ;
- font-family: monospace;
+ font-family: sans-serif;
}
h1,h2,h3 {
color: #EF6C01;
}
-h1:before {
- content: "# ";
-}
-
-h2:before {
- content: "## ";
-}
-
-h3:before {
- content: "### ";
-}
-
-a:before {
- content: "["
-}
-
-a:after {
- content: "]"
-}
-
a {
- text-decoration: none;
color: #20A2FE
}
-blockquote p::before {
- color: #87B04C;
-}
-
-blockquote p:before {
- content: "> "
-}
-
-blockquote {
- margin-left: 0px;
-}
-
-ul {
- padding-left: 0;
-}
-
-ul li {
- list-style: none;
-}
-
-ul li:before {
- content: "* ";
-}
-
-ul li::before {
- color: #DAA521
-}
-
code {
background: #8C8C8C;
}