diff --git a/carddeck1/cards.html b/carddeck1/cards.html index ce3fac6..bf3aa85 100644 --- a/carddeck1/cards.html +++ b/carddeck1/cards.html @@ -7,24 +7,24 @@ -

gardening cards for lil gardeners

+

cards

body

-

+

Some text of this card

panopticon

-

+

The panopticon is a design of institutional building with an inbuilt system of control!

-

2. Ilkyaz agini degerlendirmek ve beslemek Genç yazarlarla iletişim kurmak ve İlkyazi tanitmak,
davet etmek.Edebiyat ve sanat çevrelerini ortaklaştirmak adina fikir verme ve oluşturma.

+

been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum. Lorem lorem lorem lorem

diff --git a/carddeck1/cards.json b/carddeck1/cards.json index bc92a09..574d499 100644 --- a/carddeck1/cards.json +++ b/carddeck1/cards.json @@ -2,16 +2,16 @@ "cards" : [{ "name" : "body", "text" : "Some text of this card", - "image": "1.jpg" + "image": "3.jpg" }, { "name" : "panopticon", "text" : "The panopticon is a design of institutional building with an inbuilt system of control!", - "image": "2.png" + "image": "2.jpg" }, { "name" : "", - "text" : "2. Ilkyaz agini degerlendirmek ve beslemek Genç yazarlarla iletişim kurmak ve İlkyazi tanitmak,
davet etmek.Edebiyat ve sanat çevrelerini ortaklaştirmak adina fikir verme ve oluşturma.", + "text" : "been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum. Lorem lorem lorem lorem", "image": "" }] } \ No newline at end of file diff --git a/carddeck1/deck1.py b/carddeck1/deck1.py index 07c9909..2adaf06 100644 --- a/carddeck1/deck1.py +++ b/carddeck1/deck1.py @@ -50,7 +50,7 @@ html = f""" -

gardening cards for lil gardeners

+

cards

{ all_cards }
diff --git a/carddeck1/images/1.jpg b/carddeck1/images/1.jpg new file mode 100644 index 0000000..42e4253 Binary files /dev/null and b/carddeck1/images/1.jpg differ diff --git a/carddeck1/images/2.jpg b/carddeck1/images/2.jpg new file mode 100644 index 0000000..4ad1695 Binary files /dev/null and b/carddeck1/images/2.jpg differ diff --git a/carddeck1/images/3.jpg b/carddeck1/images/3.jpg new file mode 100644 index 0000000..24e6f92 Binary files /dev/null and b/carddeck1/images/3.jpg differ diff --git a/carddeck1/stylesheet.css b/carddeck1/stylesheet.css index e1f97fa..4a3efdb 100644 --- a/carddeck1/stylesheet.css +++ b/carddeck1/stylesheet.css @@ -10,31 +10,34 @@ position: relative; } .card > p.image > img { - width: 80mm; - height: 80mm; + width: 50mm; + height: 50mm; position: absolute; - top: 20mm; - left: 5mm; + top: 30mm; + left: 10mm; } .card > h2{ - position: absolute; top: 5mm; left: 5mm; margin: 0; + text-align: center; + padding-top: 5mm; } .card > p.text { - width: 80mm; - height: 20mm; + width: 50mm; + height: 50mm; position: absolute; - top: 95mm; - left: 5mm; + top: 15mm; + left: 10mm; text-align: center; } .card > p.textnoimage { - width: 80mm; - height: 20mm; + width: 60mm; + height: 85mm; position: absolute; - top: 25mm; + top: 5mm; left: 5mm; - text-align: center; + right: 5mm; + text-align: center; + font-size: 8; } \ No newline at end of file