Skip to content

Commit

Permalink
Merge pull request #25 from pengmaradi/feature/tailwind
Browse files Browse the repository at this point in the history
chore: added sold for ceramic
  • Loading branch information
pengmaradi authored Sep 28, 2024
2 parents b392960 + f6eacc8 commit 0327963
Show file tree
Hide file tree
Showing 5 changed files with 37 additions and 17 deletions.
10 changes: 10 additions & 0 deletions _data/ceramic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,48 +2,58 @@
src: https://lh3.googleusercontent.com/pw/AP1GczNB6tWcZ2W1--1HwjYNrkXDAzdHYda_PbpaB2POxOVN6U_BoyRsiS4COiKZJJ8MsyV8rVsLHaiaYldSp0CzkBELXBpPByAlmE6FAHMvhYByERWHhIgg=
description: Kopf im Buch
lightbox: false
sold: false

- name: Geisterkopf
src: https://lh3.googleusercontent.com/pw/AP1GczOQ6CQ3maTbx9i3lbHHgwcws0r8CUy0IWy_NDs8CnL93XiNc0HO6zeO8UsSY2hiTFsleCO5hXym52IFxW4wqJqZot_iiO008zNId_tH6EmIlZ5hQbl4=
description: "Geisterhafte Begegnungen: Diese ausdrucksstarken Keramikköpfe laden zu einer faszinierenden Reise in eine andere Welt ein. Ihre einzigartigen Gesichtszüge und die raue Oberfläche verleihen ihnen eine geheimnisvolle Aura."
lightbox: true
sold: false

- name: Krebs
src: https://lh3.googleusercontent.com/pw/AP1GczOL30ZKcawQUaZLHT75uDPd3PvgrY3ho-R-jizrDvTVvcQsdnUeI9T4pLKx8U54bgUNoLxMvnwv8jp0Rvy59-QcBhdHG58I3Q6FuBENt1VMy_dRecAi=
description: "Diese zarte Porzellanplatte besticht durch ihre detailreiche Darstellung von Krabben, die mit Pickment auf Glasur gemalt wurden."
lightbox: true
sold: true

- name: grüne Vase
src: https://lh3.googleusercontent.com/pw/AP1GczPsVJCXh1sdQB0DT6LSnF1oBkUmUxPLLEAbVeWt64SwC2RJZO9SMbMXM18v1Lf9d8I5-4e2HkranFl5udk9YbK3HfVvOj1noFeVzgpa9moYuvwn1DT4=
description: Porzellen Vase, Gipsform mit Celaton Glasur
lightbox: true
sold: true

- name: weisse Vase
src: https://lh3.googleusercontent.com/pw/AP1GczNZn6ofx1m70z1LUOYoMmm2F_2zHXkABznkEEKk-5blU3Ie8DrkdmCgI0-l6UtdziHoxvc_sHwVXOk4_FiENu4bed8ttPXI3HGOeo0DCYHtTUfOj6x7=
description: ohne Gasur, Gipsform mit scharz und weiss Wände
lightbox: true
sold: true

- name: Spinnenlilien
src: https://lh3.googleusercontent.com/pw/AP1GczPFpGA7pO_kgO6rduW1Y0-DLu7Oq1-0Auk_rT0c6jOBxP1nUZCi6jjEqTmVS8oaAn7csGbiOr7p8voc0tSJPDpejsBgbgoT1Sj5YEN3UXTFRt8a2JDg=
description: Spinnenlilien
lightbox: false
sold: true

- name: Kücken
src: https://lh3.googleusercontent.com/pw/AP1GczPkPlUeG3ZENnZkHB9NlEYMtxcpRwKv0K79BBALm-QoqunheX2UnEsVw68f_g4mWq1dRKLPt7NXHujkav5dRS9ISHTV07J2bYXE5Sq9L3-XYBQIS_Ri=
description: Kücken
lightbox: false
sold: true

- name: Fisch
src: https://lh3.googleusercontent.com/pw/AP1GczP5A3NF1jQhvvyCBJaIdyJbeO4K9u0Da76lMLq70UbHU75ma64pixxJ-cBp4j70ClwEzb7bWvmlKyH_dCc6m7n8U2I0hTPkgT0I0w2ZYPuvQaKahTnR=
description: Fisch
lightbox: false
sold: true

- name: Krähen
src: https://lh3.googleusercontent.com/pw/AP1GczP9r_OP9dnmUN8G8csiAULujYUMbhalM8PihemCWKgsVPP7-jjLh31bZSzXRn0X-cH82cePqzF3Wxr6yr0vrTwwl8Gp3YIk1be-FhyesGAiYrTU5Fqz=
description: Krähen
lightbox: false
sold: true

- name: Orchideen
src: https://lh3.googleusercontent.com/pw/AP1GczNqm9x5iZvv1VC1KeaCm677EdMMxsTcIoRt3np4TDOeaRlw4_mW_khMAKNY61ljcgJR5sGVZ-Kix_tZz1LkdvL5hqiJEINij7a_YV9Svj8XRaqLzks9=
description: Cambria Orchidee
lightbox: false
sold: false
5 changes: 5 additions & 0 deletions _includes/ceramic.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,14 @@ <h5 class="mb-2 text-center group-hover:text-gray-200">{{ item.name }}</h5>
</div>
</div>

{% if !item.sold %}
<div class="sold">verkauft</div>
{% endif %}

{% if item.lightbox %}
</a>{% else %}
</div>{% endif %}

{% endfor %}
</div>
</section>
2 changes: 1 addition & 1 deletion assets/main.css

Large diffs are not rendered by default.

Loading

0 comments on commit 0327963

Please sign in to comment.