Source code for my personal website
Go to file
Jeroen De Meerleer c7b7285403
Refactor HTML and SCSS for improved structure and styling
- Removed unnecessary CSS properties from `base.scss`
- Added `class="h-100"` to the `<html>` tag in `base.html.twig` for full height
- Added `class="d-flex flex-column h-100"` to the `<body>` tag in `base.html.twig` for flexbox layout
- Updated footer styling in `base.html.twig` with additional classes
- Added `class="flex-shrink-0"` to the `<main>` tag in `page.html.twig`
2024-02-07 12:40:26 +01:00
assets Refactor HTML and SCSS for improved structure and styling 2024-02-07 12:40:26 +01:00
bin BUGFIX: using standard symfony framework 2022-04-29 12:04:17 +02:00
config Updated to symfony 7.0 2023-12-07 12:05:21 +01:00
dev-certs Updated to symfony 7.0 2023-12-07 12:05:21 +01:00
public Removed icons 2023-03-22 11:51:49 +01:00
src Updated to symfony 7.0 2023-12-07 12:05:21 +01:00
templates Refactor HTML and SCSS for improved structure and styling 2024-02-07 12:40:26 +01:00
.env.sample ADDED SAMPLE CONF 2022-09-12 16:33:24 +02:00
.gitignore ENHANCEMENT: Using webpack again 2022-09-12 15:18:11 +02:00
LICENSE.md Initial commit 2021-08-05 13:56:02 +02:00
README.md Fix typo in README.md copyright notice 2023-06-27 11:25:49 +02:00
composer.json Updated to symfony 7.0 2023-12-07 12:05:21 +01:00
composer.lock Updated to symfony 7.0 2023-12-07 12:05:21 +01:00
package-lock.json Updated to symfony 7.0 2023-12-07 12:05:21 +01:00
package.json Updated to symfony 7.0 2023-12-07 12:05:21 +01:00
symfony.lock Updated to symfony 7.0 2023-12-07 12:05:21 +01:00
webpack.config.js Update Symfony packages to version 6.3 2023-06-27 12:11:04 +02:00

README.md

Website

Copyright (c) 2021- Jeroen De Meerleer me@jeroened.be

Source code of my personal website