diff --git a/.gitignore b/.gitignore
index afd96ef3..e65daa85 100644
--- a/.gitignore
+++ b/.gitignore
@@ -25,3 +25,4 @@ yarn-error.log
*.bash_history
ToDos.md
/log
+gcm-linux_amd64.2.5.1.deb
diff --git a/resources/images/Book-Pic.png b/resources/images/Book-Pic.png
new file mode 100644
index 00000000..b333a208
Binary files /dev/null and b/resources/images/Book-Pic.png differ
diff --git a/resources/images/PC-Pic.png b/resources/images/PC-Pic.png
new file mode 100644
index 00000000..2b6060a8
Binary files /dev/null and b/resources/images/PC-Pic.png differ
diff --git a/resources/js/Components/ApplicationLogo.vue b/resources/js/Components/ApplicationLogo.vue
index b7f65d63..1c87bafb 100644
--- a/resources/js/Components/ApplicationLogo.vue
+++ b/resources/js/Components/ApplicationLogo.vue
@@ -35,7 +35,7 @@ const imageAltTwo = 'Beschreibung des zweiten Bildes'; // Alternativer Text für
align-items: center;
border: 0px solid #ccc; /* Optional: Rahmen um Container */
padding: 0px; /* Optional: Abstand innerhalb des Containers */
- max-width: 290%; /* Container passt sich der Breite des Viewports an */
+ max-width: 20%; /* Container passt sich der Breite des Viewports an */
position: relative;
}
/* Bild-Stile */
@@ -48,11 +48,11 @@ const imageAltTwo = 'Beschreibung des zweiten Bildes'; // Alternativer Text für
background-color: #f9f9f9; /* Beispiel: individueller Hintergrund */
position: relative;
height: 110%;
- left: -220%;
+ left: 20%;
}
.image-one {
width: 5rem;
- max-width: 260rem; /* Individuelle Breite für Bild 1 */
+ max-width: 20rem; /* Individuelle Breite für Bild 1 */
height: auto;
}
/* Spezifische Anpassungen für Bild 2 */
@@ -60,11 +60,11 @@ const imageAltTwo = 'Beschreibung des zweiten Bildes'; // Alternativer Text für
background-color: #e0e0e0; /* Beispiel: individueller Hintergrund */
position: relative;
height: 132%;
- left: -131.4%;
+ right: -310%;
}
.image-two {
width: 16rem;
- max-width: 260rem; /* Individuelle Breite für Bild 2 */
+ max-width: 12rem; /* Individuelle Breite für Bild 2 */
height: auto;
}
diff --git a/resources/js/Components/Control/ExportButton.vue b/resources/js/Components/Control/ExportButton.vue
new file mode 100644
index 00000000..7ca4238b
--- /dev/null
+++ b/resources/js/Components/Control/ExportButton.vue
@@ -0,0 +1,51 @@
+
+
+
+
+
+
+
+
+
+
+
diff --git a/resources/js/Components/Control/PrimaryButton.vue b/resources/js/Components/Control/PrimaryButton.vue
index d83fff8c..a5e05d17 100644
--- a/resources/js/Components/Control/PrimaryButton.vue
+++ b/resources/js/Components/Control/PrimaryButton.vue
@@ -1,7 +1,10 @@
-
+
\ No newline at end of file
diff --git a/resources/js/Components/Exhibit/ExhibitTile.vue b/resources/js/Components/Exhibit/ExhibitTile.vue
index f9d2b3f0..aa48282b 100644
--- a/resources/js/Components/Exhibit/ExhibitTile.vue
+++ b/resources/js/Components/Exhibit/ExhibitTile.vue
@@ -1,6 +1,7 @@
@@ -155,18 +158,28 @@ async function save_metadata(event: MouseEvent) {
-
+
+