From 16fdac22cd3c3b2cd946627b96fc54f29fdb3cb4 Mon Sep 17 00:00:00 2001 From: waifu Date: Sat, 1 Jun 2024 21:36:30 -0300 Subject: [PATCH] logs --- home/library/logs/index.html | 48 +++++++++++++++++++++++++++++ home/library/logs/markdown/home.md | 4 +++ home/library/logs/styles.css | 49 ++++++++++++++++++++++++++++++ home/library/markdown/home.md | 2 ++ 4 files changed, 103 insertions(+) create mode 100644 home/library/logs/index.html create mode 100644 home/library/logs/markdown/home.md create mode 100644 home/library/logs/styles.css create mode 100644 home/library/markdown/home.md diff --git a/home/library/logs/index.html b/home/library/logs/index.html new file mode 100644 index 0000000..63bcdd9 --- /dev/null +++ b/home/library/logs/index.html @@ -0,0 +1,48 @@ + + + + + + Library | waifuism.life + + + + +
+ +
+ +
+
+ + + + diff --git a/home/library/logs/markdown/home.md b/home/library/logs/markdown/home.md new file mode 100644 index 0000000..0792d52 --- /dev/null +++ b/home/library/logs/markdown/home.md @@ -0,0 +1,4 @@ +# Home +Welcome to the home page. + +![test](markdown/img.webp) \ No newline at end of file diff --git a/home/library/logs/styles.css b/home/library/logs/styles.css new file mode 100644 index 0000000..63c9972 --- /dev/null +++ b/home/library/logs/styles.css @@ -0,0 +1,49 @@ + +body { + display: flex; + justify-content: center; + align-items: center; + height: 100vh; + margin: 0; + background-color: #f0f0f0; +} +.window { + display: flex; + width: 60%; + height: 60%; + box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); + background-color: white; + border-radius: 8px; +} +.nav { + width: 25%; + background-color: #50372c; + color: white; + display: flex; + flex-direction: column; + align-items: center; + padding: 20px; + border-top-left-radius: 8px; + border-bottom-left-radius: 8px; +} +.nav button { + width: 100%; + margin: 10px 0; + padding: 10px; + border: none; + border-radius: 4px; + background-color: #7e5b53; + color: white; + cursor: pointer; + transition: background-color 0.3s; +} +.nav button:hover { + background-color: #1abc9c; +} +.content { + width: 75%; + padding: 20px; + border-top-right-radius: 8px; + border-bottom-right-radius: 8px; + overflow-y: auto; +} \ No newline at end of file diff --git a/home/library/markdown/home.md b/home/library/markdown/home.md new file mode 100644 index 0000000..1b016ab --- /dev/null +++ b/home/library/markdown/home.md @@ -0,0 +1,2 @@ +# Library +