added some posts and some minor changes to templates. still need to work on the colours in my css file
This commit is contained in:
parent
847f7b0a3a
commit
5b481e20fc
1
.gitignore
vendored
1
.gitignore
vendored
@ -31,3 +31,4 @@ _tmp/
|
||||
input
|
||||
_http/
|
||||
*.swp
|
||||
*~
|
||||
|
@ -9,11 +9,18 @@ body {
|
||||
font-size: 1.6rem;
|
||||
color: #fff;
|
||||
text-align: justify;
|
||||
}
|
||||
|
||||
strong {
|
||||
color: #80f3af;
|
||||
}
|
||||
|
||||
em {
|
||||
color: yellow;
|
||||
}
|
||||
|
||||
li {
|
||||
text-align: left;
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
img {
|
||||
@ -23,9 +30,9 @@ img {
|
||||
}
|
||||
|
||||
blockquote {
|
||||
padding: 0 1em;
|
||||
color: #2ecc40;
|
||||
border-left: 0.25em solid #dfe2e5;
|
||||
padding: 0 1em;
|
||||
color: #2ecc40;
|
||||
border-left: 0.25em solid #dfe2e5;
|
||||
}
|
||||
|
||||
header {
|
||||
@ -36,10 +43,11 @@ nav {
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
nav a:link, nav a:visited {
|
||||
nav a:link,
|
||||
nav a:visited {
|
||||
font-size: 1.8rem;
|
||||
font-weight: bold;
|
||||
color: #ddd;
|
||||
color: #499cd4;
|
||||
text-decoration: none;
|
||||
text-transform: lowercase;
|
||||
}
|
||||
@ -53,7 +61,7 @@ a:link {
|
||||
}
|
||||
|
||||
a:visited {
|
||||
color: #CA49D4;
|
||||
color: #ca49d4;
|
||||
}
|
||||
|
||||
footer {
|
||||
@ -71,6 +79,7 @@ h1 {
|
||||
|
||||
h2 {
|
||||
font-size: 2rem;
|
||||
color: pink;
|
||||
}
|
||||
|
||||
article .header {
|
||||
@ -119,9 +128,9 @@ article .header {
|
||||
width: 90%;
|
||||
margin: 0;
|
||||
padding: 0 5%;
|
||||
/* text-align: center;
|
||||
/* text-align: center;
|
||||
*/
|
||||
}
|
||||
}
|
||||
header {
|
||||
margin: 4.2rem 0;
|
||||
}
|
||||
@ -163,7 +172,8 @@ article .header {
|
||||
margin: 0 0 0 1.2rem;
|
||||
display: inline;
|
||||
}
|
||||
footer a, footer a:visited {
|
||||
footer a,
|
||||
footer a:visited {
|
||||
color: #499cd4;
|
||||
}
|
||||
.bleft {
|
||||
|
@ -12,6 +12,18 @@ body {
|
||||
|
||||
}
|
||||
|
||||
strong {
|
||||
color: #80F3AF;
|
||||
}
|
||||
|
||||
em {
|
||||
color: yellow;
|
||||
}
|
||||
|
||||
li {
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
img {
|
||||
max-width: 100%;
|
||||
margin: auto;
|
||||
@ -32,7 +44,7 @@ nav {
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
nav a, nav a:visited {
|
||||
nav a:link, nav a:visited {
|
||||
font-size: 1.8rem;
|
||||
font-weight: bold;
|
||||
color: #ddd;
|
||||
@ -54,10 +66,11 @@ a:visited {
|
||||
|
||||
footer {
|
||||
margin-top: 3rem;
|
||||
margin-bottom: 1.2rem;
|
||||
padding: 1.2rem 0;
|
||||
border-top: 0.2rem solid #eee;
|
||||
font-size: 1.2rem;
|
||||
color: #555;
|
||||
color: #ccf;
|
||||
}
|
||||
|
||||
h1 {
|
||||
@ -66,12 +79,13 @@ h1 {
|
||||
|
||||
h2 {
|
||||
font-size: 2rem;
|
||||
color: pink;
|
||||
}
|
||||
|
||||
article .header {
|
||||
font-size: 1.4rem;
|
||||
font-style: italic;
|
||||
color: #555;
|
||||
text-align: right;
|
||||
color: #cfc;
|
||||
}
|
||||
|
||||
.logo a {
|
||||
@ -159,13 +173,17 @@ article .header {
|
||||
display: inline;
|
||||
}
|
||||
footer a, footer a:visited {
|
||||
|
||||
color: #499cd4;
|
||||
}
|
||||
.bleft {
|
||||
text-align: left;
|
||||
display: inline;
|
||||
float: left;
|
||||
}
|
||||
.bright {
|
||||
text-align: right;
|
||||
display: inline;
|
||||
float: right;
|
||||
}
|
||||
.logo {
|
||||
margin: 0;
|
||||
|
File diff suppressed because one or more lines are too long
Before Width: | Height: | Size: 15 KiB After Width: | Height: | Size: 5.3 KiB |
BIN
_input/images/dice-20190622_091912.jpg
Executable file
BIN
_input/images/dice-20190622_091912.jpg
Executable file
Binary file not shown.
After Width: | Height: | Size: 4.8 MiB |
@ -35,7 +35,7 @@ no possibility of error. pure logic assumes nothing. the closest thing
|
||||
to pure logic that i am aware of is maths. mathematics is based on six
|
||||
assumptions, for example:
|
||||
|
||||
` a + b = b + a`
|
||||
> a + b = b + a
|
||||
|
||||
there is no mathematical proof for that statement. it's the basis for
|
||||
other proofs. if something cannot be proven, it cannot truly be known,
|
||||
@ -63,5 +63,4 @@ because you stated something must be one way at one point you have to
|
||||
stick to that belief forever.
|
||||
|
||||
> i see nothing; i was not here; i did not even get up this morning!
|
||||
> <p text-align="right">~sgt schultz</p>
|
||||
|
||||
> <div class="bright">~sgt schultz</div>
|
||||
|
@ -0,0 +1,51 @@
|
||||
---
|
||||
title: "kenja no mago and other anime"
|
||||
published: 2019-06-27
|
||||
---
|
||||
|
||||
## kenja no mago
|
||||
|
||||
was not worth the time i spent watching it. the bad far outweighed any redeeming
|
||||
qualities it might have. the premise was unimaginative, the humour was
|
||||
consistantly lacking, and the storytelling and plot direction were clunky and
|
||||
forced. to be fair, all of these problems seemed incredibly likely by just
|
||||
reading the synopsis, but i wanted to give it a go anyway. however, there is
|
||||
something that has been troubling me about this and i'm hoping by writing things
|
||||
down i'll come to a better understanding of *why* and *how*.
|
||||
|
||||
> the thing that's been eating at me
|
||||
|
||||
***this show was without a doubt one of worst ones i will have watched this
|
||||
season, yet it's also one of the first that i actually finished.*** i did finish
|
||||
**tate no yuusha** first, but the fact remains i have not yet finished
|
||||
**senko-san**, **hitoribocchi**, the first half of **kimetsu no yaiba**, almost
|
||||
all of **bungou stray dogs 3**, much of **fairy gone**, and i haven't even put a
|
||||
dent into **shingeki no kyojin 3** or **dororo** (which i'm pretty sure was last
|
||||
season).
|
||||
|
||||
> giving myself some credit
|
||||
|
||||
in all fairness, it's not that i've been intentionally neglecting any of these
|
||||
other shows, but obviously **a)** it's easier to binge watch shows when they've
|
||||
finished airing and **b)** i watched a lot of anime which are no longer
|
||||
"current". more than i watched current shows at any rate. i have no regrets for
|
||||
this. i saw some pretty smegging good stuff. off the top of my head there's
|
||||
**perfect blue**, **mondaiji-tachi ga isekai kara kuru sou desu yo?**, **fate
|
||||
stay/night**, and the brilliant classic anime film **akira** which i honestly
|
||||
wasn't sure i'd enjoy all that much. i also watched **aiura** which honestly
|
||||
just by watching induced the same sort of effects i could expect from certain
|
||||
types of drugs, as well as started some other older shows and re-watched some
|
||||
shows with online friends.
|
||||
|
||||
going by this, i would say that the fact i finished **kenja no mago** says very
|
||||
little about the quality of the show overall, except that it's a show that has
|
||||
little to no reason to be seen when it *isn't* currently airing. it tried to set
|
||||
itself up for a sequel, but i hope it doesn't get one. i want sequels for shows
|
||||
that i think are **good** and that **are long overdue for one** in many cases.
|
||||
|
||||
## that's all folks
|
||||
|
||||
that's all the time i have today, but perhaps i'll write more about the shows i
|
||||
mentioned here that i enjoyed at some later date. we'll see. until then,
|
||||
|
||||
> **live long and prosper**
|
@ -31,7 +31,7 @@
|
||||
<a href="/" title="home">ホームページ</a>
|
||||
</div>
|
||||
<div class="bright">
|
||||
<a href="/contact.html" title="no i will not tell you what it is but you can read the about page here if you want">僕の名前</a>
|
||||
<a href="/contact.html" title="no i will not tell you what it is but you can read the page on how to contact me here if you want">僕の名前</a>
|
||||
</div>
|
||||
</footer>
|
||||
</body>
|
||||
|
Loading…
Reference in New Issue
Block a user