library logs
This commit is contained in:
parent
d189a88c78
commit
81c34d6c3d
6 changed files with 34 additions and 4 deletions
BIN
home/library/logs/bg.jpg
(Stored with Git LFS)
Normal file
BIN
home/library/logs/bg.jpg
(Stored with Git LFS)
Normal file
Binary file not shown.
|
@ -11,8 +11,7 @@
|
|||
<div class="window">
|
||||
<div class="nav">
|
||||
<button onclick="loadContent('home.md')">Home</button>
|
||||
<button onclick="loadContent('about.md')">About</button>
|
||||
<button onclick="loadContent('contact.md')">Contact</button>
|
||||
<button onclick="loadContent('slowly.md')">Slowly</button>
|
||||
</div>
|
||||
<div class="content" id="mainContent">
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# Home
|
||||
Welcome to the home page.
|
||||
This is a kind of blog I guess.
|
||||
|
||||

|
||||

|
23
home/library/logs/markdown/slowly.md
Normal file
23
home/library/logs/markdown/slowly.md
Normal file
|
@ -0,0 +1,23 @@
|
|||
# Slowly
|
||||
|
||||
Even now as I write, I wonder to feels if I should be paying attention to the things around me or not.
|
||||
|
||||
I love to walk through a small park near my apartment, it's size is barely a block but I've seen it have quite the movement, children playing, people drinking mate, the usual.
|
||||
|
||||
I have to remind myself to walk slowly through it in order to enjoy it.
|
||||
|
||||
Is it normal to be walking so fast?
|
||||
|
||||
I wondered myself if forcing yourself to be overworked because "you will not be able to finish a piece of art" is something worthwhile for me.
|
||||
|
||||
Would I be sad I didn't finish a piece when I die?
|
||||
|
||||
I like to think it's a similar question to "Am I sad because I didn't read more books when I was at school? Because I never told my crush my feelings? Because I didn't do something that I can't do anymore?"
|
||||
|
||||
Honestly I am not sure what would I say on that day when I finally bite the dust.
|
||||
|
||||
But today I shall enjoy it the ways that I know how to.
|
||||
|
||||
Today that answer may be "No, not really.".
|
||||
|
||||
They recently opened a coffee place near my house, I wonder if their coffee has good aroma.
|
BIN
home/library/logs/markdown/waifuism_tan.png
(Stored with Git LFS)
Normal file
BIN
home/library/logs/markdown/waifuism_tan.png
(Stored with Git LFS)
Normal file
Binary file not shown.
|
@ -6,6 +6,8 @@ body {
|
|||
height: 100vh;
|
||||
margin: 0;
|
||||
background-color: #f0f0f0;
|
||||
background-image: url("./bg.jpg");
|
||||
background-position: center;
|
||||
}
|
||||
.window {
|
||||
display: flex;
|
||||
|
|
Loading…
Add table
Reference in a new issue