From 9a77fa012d9eda53a45fbbec8c79c02ac50ce57f Mon Sep 17 00:00:00 2001 From: Patryk Niedźwiedziński Date: Thu, 23 Dec 2021 12:08:17 +0100 Subject: Updaty --- _header.html | 2 +- _index_header.html | 2 +- deploy.sh | 1 + itemy/mundur-158-stary.jpg | Bin 0 -> 197799 bytes itemy/mundur-158-stary.md | 2 ++ itemy/rogatywka-stary-kroj.jpg | Bin 0 -> 158021 bytes itemy/rogatywka-stary-kroj.md | 6 ++++-- itemy/spodenki-164-stary-kroj.md | 3 --- itemy/spodnie-dlugie-140.jpg | Bin 0 -> 195842 bytes itemy/spodnie-dlugie-140.md | 5 +++++ itemy/spodnie-dlugie-164.jpg | Bin 0 -> 208239 bytes itemy/spodnie-dlugie-164.md | 2 ++ style.css | 4 ++++ 13 files changed, 20 insertions(+), 7 deletions(-) create mode 100644 itemy/mundur-158-stary.jpg create mode 100644 itemy/rogatywka-stary-kroj.jpg delete mode 100644 itemy/spodenki-164-stary-kroj.md create mode 100644 itemy/spodnie-dlugie-140.jpg create mode 100644 itemy/spodnie-dlugie-140.md create mode 100644 itemy/spodnie-dlugie-164.jpg diff --git a/_header.html b/_header.html index 323a686..4e32be6 100644 --- a/_header.html +++ b/_header.html @@ -9,6 +9,6 @@
-

Harcdzielnia

+

Harcdzielnia

diff --git a/_index_header.html b/_index_header.html index 51d4d28..f7762fc 100644 --- a/_index_header.html +++ b/_index_header.html @@ -23,7 +23,7 @@

mail: patryk.niedzwiedzinski@zhr.pl

albo przez tel. jak ktoś ma mój numer ;)

Mam za mały mundur!

-

Napisz maila/smsa z rozmiarami, a ja wrzucę i dodam do listy. +

Napisz maila/smsa z rozmiarem i zdjęciem, a ja wrzucę i dodam do listy.

Rzeczy, które mam

    diff --git a/deploy.sh b/deploy.sh index dd55d69..9df74cc 100755 --- a/deploy.sh +++ b/deploy.sh @@ -7,6 +7,7 @@ cp logo-* style.css dest cat _index_header.html > dest/index.html for f in $(find itemy -name '*.md'); do file=$(basename $f .md) + cp itemy/$file.jpg dest/$file.jpg title=$(grep '^# ' $f | head -n 1 | cut -c 3-) echo "
  • $title
  • " >> dest/index.html cat _header.html > dest/$file.html diff --git a/itemy/mundur-158-stary.jpg b/itemy/mundur-158-stary.jpg new file mode 100644 index 0000000..5800113 Binary files /dev/null and b/itemy/mundur-158-stary.jpg differ diff --git a/itemy/mundur-158-stary.md b/itemy/mundur-158-stary.md index 10a3d48..440e65a 100644 --- a/itemy/mundur-158-stary.md +++ b/itemy/mundur-158-stary.md @@ -1,3 +1,5 @@ # Bluza mundurowa 158cm - stary krój + + Bluza mundurowa 158cm według starego regulaminu umundurowania diff --git a/itemy/rogatywka-stary-kroj.jpg b/itemy/rogatywka-stary-kroj.jpg new file mode 100644 index 0000000..efdbc35 Binary files /dev/null and b/itemy/rogatywka-stary-kroj.jpg differ diff --git a/itemy/rogatywka-stary-kroj.md b/itemy/rogatywka-stary-kroj.md index 1331c57..1ca9d22 100644 --- a/itemy/rogatywka-stary-kroj.md +++ b/itemy/rogatywka-stary-kroj.md @@ -1,3 +1,5 @@ -# Rogatywka - stary krój +# Rogatywka -Rogatywka w starym kroju, bez lilijki + + +Rogatywka (nie intermag), bez lilijki diff --git a/itemy/spodenki-164-stary-kroj.md b/itemy/spodenki-164-stary-kroj.md deleted file mode 100644 index 5523370..0000000 --- a/itemy/spodenki-164-stary-kroj.md +++ /dev/null @@ -1,3 +0,0 @@ -# Spodenki krótkie 164cm - stary krój - -Spodenki krótki 164cm według starego regulaminu umundurowania - bez kieszeni diff --git a/itemy/spodnie-dlugie-140.jpg b/itemy/spodnie-dlugie-140.jpg new file mode 100644 index 0000000..abb4f0d Binary files /dev/null and b/itemy/spodnie-dlugie-140.jpg differ diff --git a/itemy/spodnie-dlugie-140.md b/itemy/spodnie-dlugie-140.md new file mode 100644 index 0000000..3c956bf --- /dev/null +++ b/itemy/spodnie-dlugie-140.md @@ -0,0 +1,5 @@ +# Spodnie długie 140 + + + +Spodnie długie 140cm. diff --git a/itemy/spodnie-dlugie-164.jpg b/itemy/spodnie-dlugie-164.jpg new file mode 100644 index 0000000..1ff5176 Binary files /dev/null and b/itemy/spodnie-dlugie-164.jpg differ diff --git a/itemy/spodnie-dlugie-164.md b/itemy/spodnie-dlugie-164.md index 106dcc9..23f65d2 100644 --- a/itemy/spodnie-dlugie-164.md +++ b/itemy/spodnie-dlugie-164.md @@ -1,3 +1,5 @@ # Spodnie długie 164cm + + Spodnie długie 164cm, morowo, kieszenie na rzepy diff --git a/style.css b/style.css index 79bf59f..1a37f33 100644 --- a/style.css +++ b/style.css @@ -37,3 +37,7 @@ footer { flex-direction: column; } } + +main img { + width: 100%; +} -- cgit 1.4.1