new images and the logo is now more transparent

This commit is contained in:
Niklas 2024-11-29 23:26:17 +01:00
parent caa3bab10c
commit e71f803179
9 changed files with 8 additions and 3 deletions

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

After

Width:  |  Height:  |  Size: 420 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.5 KiB

After

Width:  |  Height:  |  Size: 8.0 KiB

View File

@ -59,6 +59,7 @@
ignoresPersistentStateOnLaunch = "NO"
debugDocumentVersioning = "YES"
debugServiceExtension = "internal"
enableGPUValidationMode = "1"
allowLocationSimulation = "YES">
<BuildableProductRunnable
runnableDebuggingMode = "0">

View File

@ -216,7 +216,10 @@ class EventCard2Section extends StatelessWidget {
String getRandomImage() {
final List<String> images = [
'assets/images/Event_Images/image01.png',
'assets/images/Event_Images/image01.png',
'assets/images/Event_Images/image02.jpg',
'assets/images/Event_Images/image03.jpg',
'assets/images/Event_Images/image04.jpg',
'assets/images/Event_Images/image05.jpg',
];
final randomIndex = Random().nextInt(images.length);
return images[randomIndex];
@ -271,7 +274,7 @@ class EventCard2Section extends StatelessWidget {
child: Image.asset(
getRandomImage(), // Pfad zum Bild
height: 110, // Höhe des Bildes
width: 130, // Breite des Bildes
width: 115, // Breite des Bildes
fit: BoxFit.cover,
),
)),
@ -310,7 +313,7 @@ class EventCard2Section extends StatelessWidget {
crossAxisAlignment: CrossAxisAlignment.start,
children: [
Text(
shortenText(title, 24),
shortenText(title, 20),
style: const TextStyle(
color: Color(0xFF0A0A0A),
fontSize: 18,

View File

@ -59,6 +59,7 @@
ignoresPersistentStateOnLaunch = "NO"
debugDocumentVersioning = "YES"
debugServiceExtension = "internal"
enableGPUValidationMode = "1"
allowLocationSimulation = "YES">
<BuildableProductRunnable
runnableDebuggingMode = "0">