diff --git a/web_dev/sas_web/database.css b/web_dev/sas_web/database.css new file mode 100644 index 0000000..0d79434 --- /dev/null +++ b/web_dev/sas_web/database.css @@ -0,0 +1,46 @@ +#datenbank_html { + margin-left: 2%; + width: 96%; + } + tabledatabase { + width: 100%; + + } + .trdatabase { + padding-top: 50px; + padding-bottom: 50px; + } + .tddatabase { + padding-left: 10px; + padding-right: 10px; + padding-bottom: 10px; + padding-top: 10px; + } + thumbnail { + display: inline-block; + border: 1px solid black; + width: 20%; + } + + img { + max-width: 100%; + height: auto; + } + + div.polaroid { + border: 2px solid #e7e7e7; + width: 80%; + background-color: white; + box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); + margin-bottom: 25px; + } + + div.container { + text-align: center; + padding: 10px 20px; + font-family: Helvetica, serif; + font-size: 12px; + } + #description { + text-align: center; + } diff --git a/web_dev/sas_web/database.html b/web_dev/sas_web/database.html new file mode 100644 index 0000000..ac3fa3e --- /dev/null +++ b/web_dev/sas_web/database.html @@ -0,0 +1,43 @@ +
+ + + + + + + + + +
+

+ Dies ist eine Datenbank mit allen Dokumenten, die die Goethopische Agentur für politische Bildung herausgebracht hat. Jedes der Elemente ist auf das dazugehörige PDF-Dokument verlinkt. +

+
+
+ + Verfassung + +
+

Die Verfassung von Goethopia

+
+
+
+
+ + Geschaeftsordnung + +
+

Die Geschäftsordnung des Parlaments

+
+
+
+
+ + Informationsblatt 1 + +
+

Informationsblatt der APB, Ausgabe 1

+
+
+
+
diff --git a/web_dev/sas_web/static/public/images/faq_1.jpg b/web_dev/sas_web/static/public/images/faq_1.jpg new file mode 100644 index 0000000..73fd186 Binary files /dev/null and b/web_dev/sas_web/static/public/images/faq_1.jpg differ diff --git a/web_dev/sas_web/static/public/images/geschaeftsordnung.jpg b/web_dev/sas_web/static/public/images/geschaeftsordnung.jpg new file mode 100644 index 0000000..53534d3 Binary files /dev/null and b/web_dev/sas_web/static/public/images/geschaeftsordnung.jpg differ diff --git a/web_dev/sas_web/static/public/images/verfassung.jpg b/web_dev/sas_web/static/public/images/verfassung.jpg new file mode 100644 index 0000000..19c4622 Binary files /dev/null and b/web_dev/sas_web/static/public/images/verfassung.jpg differ