- move custom.scss from template to site ccs directory

- add terms & conditions, and legal pages
- add partners section
This commit is contained in:
2025-01-31 17:22:54 +01:00
parent 6f48f6ff3f
commit fe951aff71
30 changed files with 544 additions and 53 deletions

72
assets/css/custom.scss Normal file
View File

@@ -0,0 +1,72 @@
table.cv img {
max-width: 24px;
vertical-align: middle;
}
table.cv{
border-color: var(--section-dark-bg-color);
}
table.cv td, table th {
padding: 1rem;
}
/*table.cv thead {
background-color: var(--section-dark-bg-color);
color: var(--section-dark-text-color);
}*/
.table {
border: 1px solid;
font-size: 1.2rem;
border-color: var(--section-light-bg-color);
//background-color: var(--section-light-bg-color);
background-color: var(--highlight-inverse-contrast);
color: var(--section-dark-text-color);
}
.table td, table th {
border: 1px solid;
border-color: var(--section-light-bg-color);
}
.table thead {
//background-color: var(--section-dark-bg-color);
background-color: var(--highlight);
//color: var(--section-dark-text-color);
color: var(--section-light-text-color);
}
.about-me .about-me-img img {
float: left ;
padding: 0 2rem;
max-height: 180px;
vertical-align: middle;
}
div.about-me {
display: inline-block;
padding: 2rem 0;
}
.partners {
display: inline-block;
width: 32%;
/* 100% / 3 images per row */
vertical-align: top;
}
.partners figure {
margin: 0;
}
.partners h4 {
font-size: 1.5rem;
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.3 KiB