diff --git a/_resources/favicon.afdesign b/_resources/favicon.afdesign new file mode 100644 index 0000000..9924b4f Binary files /dev/null and b/_resources/favicon.afdesign differ diff --git a/_resources/svg/anchor.svg b/_resources/svg/anchor.svg new file mode 100644 index 0000000..f793e0f --- /dev/null +++ b/_resources/svg/anchor.svg @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/_resources/svg/letterboxd.svg b/_resources/svg/letterboxd.svg new file mode 100644 index 0000000..539e1e7 --- /dev/null +++ b/_resources/svg/letterboxd.svg @@ -0,0 +1 @@ +Letterboxd icon \ No newline at end of file diff --git a/_source/apple-touch-icon.png b/_source/apple-touch-icon.png deleted file mode 100644 index bdf9126..0000000 Binary files a/_source/apple-touch-icon.png and /dev/null differ diff --git a/_source/favicon.png b/_source/favicon.png index 06a876c..87b38d9 100644 Binary files a/_source/favicon.png and b/_source/favicon.png differ diff --git a/_source/favicon.svg b/_source/favicon.svg new file mode 100644 index 0000000..1ca75ff --- /dev/null +++ b/_source/favicon.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_source/index.html b/_source/index.html index 81bf234..28160e4 100644 --- a/_source/index.html +++ b/_source/index.html @@ -1,5 +1,5 @@ - + Jan.su -- Welcome human! @@ -9,18 +9,17 @@ + + +
-

Jan Jastrow

+

Jan Jastrow

diff --git a/_source/scss/styles.scss b/_source/scss/styles.scss index 1194704..bef45fd 100644 --- a/_source/scss/styles.scss +++ b/_source/scss/styles.scss @@ -5,19 +5,30 @@ $svg_background: #111; body { background-color: $color2; color: #111111; + display: flex; + flex-direction: column; font-family: sans-serif; font-size: 24px; } +header { + h1 { + text-align: center; + margin: 0.25em; + } +} + .list_links { font-size: 18px; list-style: none; - margin: 0 1em; + margin: 0 auto; padding: 0; li { background-color: $color1; margin: 0.5em 0; + width: 100%; + max-width: 640px; } a { @@ -33,7 +44,7 @@ body { .link-icon { display: inline-block; - margin-right: 0.5em; + margin-right: 0.75em; width: 24px; height: 24px;