first commit

This commit is contained in:
2025-07-24 22:05:21 +02:00
commit cad484ba1c
448 changed files with 88694 additions and 0 deletions

12
shop/assets/app.js Normal file
View File

@@ -0,0 +1,12 @@
/*
* Welcome to your app's main JavaScript file!
*
* This file will be included onto the page via the importmap() Twig function,
* which should already be in your base.html.twig.
*/
import './styles/app.css';
import 'bootstrap';
import 'bootstrap/dist/css/bootstrap.min.css';
console.log('This log comes from assets/app.js - welcome to AssetMapper! 🎉');

BIN
shop/assets/images/Logo.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 951 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 301 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 368 B

View File

@@ -0,0 +1,46 @@
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
* {
margin: 0;
padding: 0;
font-family: Poppins;
}
.header-wrap {
color: white;
border-bottom: #CACDD8 1px solid;
}
.header-top {
height: 44px;
font-size: 12px;
font-weight:600;
background-color: black;
}
.header-top .container {
height: 44px;
}
.header-top a img {
width: 20px;
height: 20px;
}
.link-header {
color: #ffffff;
font-size: 12px;
font-weight:600;
text-underline-offset: 5px;
text-decoration-thickness:2px;
}
.header-bottom .logo {
width: 79px;
height: 69px;
}
.header-bottom nav a{
color: #000000;
text-decoration: none;
}

6
shop/assets/styles/bootstrap.min.css vendored Normal file

File diff suppressed because one or more lines are too long