feat: Introduce Pride theme and improve layout readability

- Added '.bg-pride-gradient' class to CSS for a colorful background gradient celebrating Pride Month, replacing the previous primary gradient. This change visually signifies our support for the LGBTQ+ community.
- Replaced the header logo with a detailed vector image to enhance visual engagement.
- Reformatted the HTML structure to improve code readability and maintainability. This involves adjusting indentation and whitespace, making the code easier to follow and modify.
- Updated section headers and content organization in the index page to enhance information flow and user engagement.

This update aligns with the initiative to celebrate and acknowledge Pride Month, reflecting our commitment to inclusivity. Additionally, the introduction of a more detailed logo and the restructured HTML seeks to enhance overall site aesthetics and user experience.
This commit is contained in:
Kumi 2024-06-07 22:51:24 +02:00
parent f9c23a6fca
commit 8b4f7eb6ce
Signed by: kumi
GPG key ID: ECBCC9082395383F
2 changed files with 217 additions and 92 deletions

View file

@ -131,6 +131,10 @@ h5 {
fill: var(--bs-primary-bg-subtle);
}
.bg-pride-gradient {
background: linear-gradient(45deg, #FF7878, #FFC898, #FFF89A, #CDF2CA, #A2CDCD, #D1E8E4, #CAB8FF);
}
/* Responsive Styles */
@media (max-width: 768px) {
.navbar .container {

File diff suppressed because one or more lines are too long