Initial public commit

This commit is contained in:
Joost Rijneveld
2024-08-04 10:01:08 +02:00
commit b35de92531
34 changed files with 1432 additions and 0 deletions

12
static/css/bootstrap-flatly.min.css vendored Normal file

File diff suppressed because one or more lines are too long

60
static/css/style.css Normal file
View File

@@ -0,0 +1,60 @@
body {
/* fallback */
height: 100vh;
height: 100dvh;
}
/* do not add padding when container is full width, on smallest screen */
@media (min-width: 576px) {
/* to blend the scrollbar in */
body {
padding-left: calc(100vw - 100%);
}
}
#logo {
margin-right: .5rem;
height: 22px;
margin-bottom: 3px;
}
/* address book */
#osm-map-small {
height: 18em;
}
@media (min-width: 576px) {
#osm-map-small {
height: 22em;
}
}
@media (min-width: 768px) {
#osm-map-small {
height: 26em;
}
}
.profile-button {
border-radius: 0 !important;
}
/* calendar */
#calendar_img {
width: 100%;
}
#img_credits:empty::after {
content: ".";
visibility: hidden;
}
a.monthlink {
color: black;
}
a.monthlink:hover {
color: #606060;
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 270 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 239 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 425 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 232 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 184 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 283 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 270 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 215 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 132 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 453 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 190 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 209 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 453 KiB

BIN
static/img/logo.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.7 KiB