From 05026f034b0b6142b65eca78305f7c06296da115 Mon Sep 17 00:00:00 2001 From: aglaia Date: Tue, 21 Mar 2023 15:56:10 +0100 Subject: [PATCH] cards --- carddeck1/cards.html | 31 ++++++++++++++++++++++++++++++- carddeck1/cards.json | 23 ++++++++++++----------- 2 files changed, 42 insertions(+), 12 deletions(-) diff --git a/carddeck1/cards.html b/carddeck1/cards.html index 8c03b4a..bf66904 100644 --- a/carddeck1/cards.html +++ b/carddeck1/cards.html @@ -40,7 +40,36 @@

-

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 f92c648..ac4b24c 100644 --- a/carddeck1/cards.json +++ b/carddeck1/cards.json @@ -1,29 +1,34 @@ { "cards" : [{ "name" : "", - "text" : "Some text of this card", + "text" : "", "image": "1.jpg" }, { "name" : "", - "text" : "Some text of this card", + "text" : "", "image": "2.jpg" }, { "name" : "", - "text" : "Some text of this card", + "text" : "", "image": "3.jpg" }, { "name" : "", - "text" : "Some text of this card", + "text" : "", "image": "5.jpg" }, { "name" : "", - "text" : "Some text of this card", + "text" : "", "image": "6.jpg" }, + { + "name" : "", + "text" : "", + "image": "8.jpg" + }, { "name" : "RESISTANCE", "text" : "", @@ -48,12 +53,8 @@ "name" : "I HAD A DREAM", "text" : "", "image": "4.jpg" - }, - { - "name" : "", - "text" : "", - "image": "" - }, + } + ] } \ No newline at end of file