diff options
author | Patryk Niedźwiedziński <pniedzwiedzinski19@gmail.com> | 2021-03-16 22:59:56 +0100 |
---|---|---|
committer | Patryk Niedźwiedziński <pniedzwiedzinski19@gmail.com> | 2021-03-16 22:59:56 +0100 |
commit | 5c3ab5ce8967a2c697b4fd1603573fb6f4267e29 (patch) | |
tree | 1b3ad4c1b69071df0246ee8220f98bd7ecd90553 | |
parent | 79ad2fbd5eabd90defdbb3c7849920cd52d8bdfa (diff) | |
download | kronika-5c3ab5ce8967a2c697b4fd1603573fb6f4267e29.tar.gz kronika-5c3ab5ce8967a2c697b4fd1603573fb6f4267e29.zip |
Add chronicle description
-rwxr-xr-x | gen | 5 | ||||
-rw-r--r-- | wpisy/index.html.raw | 2 | ||||
-rw-r--r-- | wpisy/kronika.html.raw | 5 | ||||
-rw-r--r-- | wpisy/style.css | 3 |
4 files changed, 11 insertions, 4 deletions
diff --git a/gen b/gen index 7b7c2ba..b62aae0 100755 --- a/gen +++ b/gen @@ -52,12 +52,13 @@ post_link() { EOF } -cat > wpisy/kronika.html << EOF +cp wpisy/kronika.html.raw wpisy/kronika.html +cat >> wpisy/kronika.html << EOF <link href="/kronika.css" rel="stylesheet"> <h2>Ostatnie wpisy</h2> <p><a href="/kronika/rss.xml"><img alt="" src="/assets/rss.svg" style="height:1em">RSS</a></p> -<div class="content post-list"> +<div class="post-list" style="max-width: 80ex"> EOF mkdir -p dest/kronika diff --git a/wpisy/index.html.raw b/wpisy/index.html.raw index 9cdba00..0226967 100644 --- a/wpisy/index.html.raw +++ b/wpisy/index.html.raw @@ -1,7 +1,7 @@ <style> .joinus { position: relative; - top: -10px; + top: -8px; width: 100%; padding: 160px 20%; background-image: url(/assets/bg.jpg); diff --git a/wpisy/kronika.html.raw b/wpisy/kronika.html.raw new file mode 100644 index 0000000..c012bb2 --- /dev/null +++ b/wpisy/kronika.html.raw @@ -0,0 +1,5 @@ +<section class="content"> +<h2>Kronika</h2> + +<p style="text-align: left; margin: 3em 0">Poniżej znajdziesz elektroniczną kronikę 19 PDH Puszcza prowadzoną przez druhów z naszej drużyny. Opisujemy w niej historie i przygody jakie przeżyliśmy i przeżywamy na zbiórkach, wyjazdach, obozach.</p> +</section> diff --git a/wpisy/style.css b/wpisy/style.css index e6800df..c2c1ef7 100644 --- a/wpisy/style.css +++ b/wpisy/style.css @@ -101,6 +101,7 @@ header > div { .logo { font-size: 1.5em; + padding: 0 1ex; } nav a { @@ -126,6 +127,7 @@ article, max-width: 80ex; line-height: 1.5em; margin: 0 auto; + padding: 1em; } header > *, @@ -133,7 +135,6 @@ article, footer > * { margin: 0 auto; width: 100%; - padding: 1ex; } nav { |