Add hero image to home page

This commit is contained in:
Marc Fokkert
2023-09-23 21:48:11 +02:00
parent 65ba9919a2
commit c5d4604d0b
20 changed files with 1130 additions and 497 deletions

View File

@@ -5,7 +5,11 @@
"projects": {
"ehbo-dronten": {
"projectType": "application",
"schematics": {},
"schematics": {
"@schematics/angular:component": {
"style": "scss"
}
},
"root": "",
"sourceRoot": "src",
"prefix": "app",
@@ -25,7 +29,8 @@
"src/assets"
],
"styles": [
"src/styles.css"
"@angular/material/prebuilt-themes/indigo-pink.css",
"src/styles.scss"
],
"scripts": []
},
@@ -87,7 +92,8 @@
"src/assets"
],
"styles": [
"src/styles.css"
"@angular/material/prebuilt-themes/indigo-pink.css",
"src/styles.scss"
],
"scripts": []
}