make the contents completely generic

This commit is contained in:
Mirek Kratochvil 2023-07-19 20:36:50 +02:00
parent 0e717b5dda
commit 614054a72e
64 changed files with 45 additions and 1690 deletions

View file

@ -1,19 +1,18 @@
FROM haskell:9.4
# pack up dependencies for other common parts of the workflow
RUN apt -y update && apt -y install yarnpkg git && rm -fr /var/cache/apt
WORKDIR /opt/reploy
COPY reploy.cabal cabal.project /opt/reploy/
COPY mustache/ /opt/reploy/mustache/
COPY . .
RUN cabal update
RUN cabal build --only-dependencies
COPY *.hs README.md /opt/reploy/
RUN cabal install
WORKDIR /data
COPY assets /data/assets/
COPY templates /data/templates/
COPY cards /data/cards/
COPY pages /data/pages/
ENTRYPOINT ["/root/.cabal/bin/site"]

View file

@ -90,11 +90,11 @@ siteOptions' = do
help "Assets directory to be copied verbatim" <>
value "assets" <> showDefault
_sourceDirs <-
fmap (maybe ["cards"] toList . nonEmpty) . many . strOption $
fmap (maybe ["pages"] toList . nonEmpty) . many . strOption $
long "source-directory" <>
short 's' <>
help
"Path to the directory with source data (possibly multiple paths, defaults to a single directory \"cards\")"
"Path to the directory with source data (possibly multiple paths, defaults to a single directory \"pages\")"
_notSourceDirs <-
fmap (maybe ["assets"] toList . nonEmpty) . many . strOption $
long "exclude-source-directory" <>

View file

@ -1,289 +0,0 @@
/* generated using https://gwfh.mranftl.com/ */
/* roboto-mono-100 - cyrillic_cyrillic-ext_greek_latin_latin-ext */
@font-face {
font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
font-family: 'Roboto Mono';
font-style: normal;
font-weight: 100;
src: url('fonts/roboto-mono-v22-cyrillic_cyrillic-ext_greek_latin_latin-ext-100.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-mono-100italic - cyrillic_cyrillic-ext_greek_latin_latin-ext */
@font-face {
font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
font-family: 'Roboto Mono';
font-style: italic;
font-weight: 100;
src: url('fonts/roboto-mono-v22-cyrillic_cyrillic-ext_greek_latin_latin-ext-100italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-mono-300 - cyrillic_cyrillic-ext_greek_latin_latin-ext */
@font-face {
font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
font-family: 'Roboto Mono';
font-style: normal;
font-weight: 300;
src: url('fonts/roboto-mono-v22-cyrillic_cyrillic-ext_greek_latin_latin-ext-300.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-mono-300italic - cyrillic_cyrillic-ext_greek_latin_latin-ext */
@font-face {
font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
font-family: 'Roboto Mono';
font-style: italic;
font-weight: 300;
src: url('fonts/roboto-mono-v22-cyrillic_cyrillic-ext_greek_latin_latin-ext-300italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-mono-regular - cyrillic_cyrillic-ext_greek_latin_latin-ext */
@font-face {
font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
font-family: 'Roboto Mono';
font-style: normal;
font-weight: 400;
src: url('fonts/roboto-mono-v22-cyrillic_cyrillic-ext_greek_latin_latin-ext-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-mono-italic - cyrillic_cyrillic-ext_greek_latin_latin-ext */
@font-face {
font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
font-family: 'Roboto Mono';
font-style: italic;
font-weight: 400;
src: url('fonts/roboto-mono-v22-cyrillic_cyrillic-ext_greek_latin_latin-ext-italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-mono-700 - cyrillic_cyrillic-ext_greek_latin_latin-ext */
@font-face {
font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
font-family: 'Roboto Mono';
font-style: normal;
font-weight: 700;
src: url('fonts/roboto-mono-v22-cyrillic_cyrillic-ext_greek_latin_latin-ext-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-mono-700italic - cyrillic_cyrillic-ext_greek_latin_latin-ext */
@font-face {
font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
font-family: 'Roboto Mono';
font-style: italic;
font-weight: 700;
src: url('fonts/roboto-mono-v22-cyrillic_cyrillic-ext_greek_latin_latin-ext-700italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* barlow-condensed-100 - latin_latin-ext */
@font-face {
font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
font-family: 'Barlow Condensed';
font-style: normal;
font-weight: 100;
src: url('fonts/barlow-condensed-v12-latin_latin-ext-100.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* barlow-condensed-100italic - latin_latin-ext */
@font-face {
font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
font-family: 'Barlow Condensed';
font-style: italic;
font-weight: 100;
src: url('fonts/barlow-condensed-v12-latin_latin-ext-100italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* barlow-condensed-300 - latin_latin-ext */
@font-face {
font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
font-family: 'Barlow Condensed';
font-style: normal;
font-weight: 300;
src: url('fonts/barlow-condensed-v12-latin_latin-ext-300.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* barlow-condensed-300italic - latin_latin-ext */
@font-face {
font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
font-family: 'Barlow Condensed';
font-style: italic;
font-weight: 300;
src: url('fonts/barlow-condensed-v12-latin_latin-ext-300italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* barlow-condensed-regular - latin_latin-ext */
@font-face {
font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
font-family: 'Barlow Condensed';
font-style: normal;
font-weight: 400;
src: url('fonts/barlow-condensed-v12-latin_latin-ext-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* barlow-condensed-italic - latin_latin-ext */
@font-face {
font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
font-family: 'Barlow Condensed';
font-style: italic;
font-weight: 400;
src: url('fonts/barlow-condensed-v12-latin_latin-ext-italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* barlow-condensed-700 - latin_latin-ext */
@font-face {
font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
font-family: 'Barlow Condensed';
font-style: normal;
font-weight: 700;
src: url('fonts/barlow-condensed-v12-latin_latin-ext-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* barlow-condensed-700italic - latin_latin-ext */
@font-face {
font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
font-family: 'Barlow Condensed';
font-style: italic;
font-weight: 700;
src: url('fonts/barlow-condensed-v12-latin_latin-ext-700italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* barlow-100 - latin_latin-ext */
@font-face {
font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
font-family: 'Barlow';
font-style: normal;
font-weight: 100;
src: url('fonts/barlow-v12-latin_latin-ext-100.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* barlow-100italic - latin_latin-ext */
@font-face {
font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
font-family: 'Barlow';
font-style: italic;
font-weight: 100;
src: url('fonts/barlow-v12-latin_latin-ext-100italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* barlow-300 - latin_latin-ext */
@font-face {
font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
font-family: 'Barlow';
font-style: normal;
font-weight: 300;
src: url('fonts/barlow-v12-latin_latin-ext-300.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* barlow-300italic - latin_latin-ext */
@font-face {
font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
font-family: 'Barlow';
font-style: italic;
font-weight: 300;
src: url('fonts/barlow-v12-latin_latin-ext-300italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* barlow-regular - latin_latin-ext */
@font-face {
font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
font-family: 'Barlow';
font-style: normal;
font-weight: 400;
src: url('fonts/barlow-v12-latin_latin-ext-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* barlow-italic - latin_latin-ext */
@font-face {
font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
font-family: 'Barlow';
font-style: italic;
font-weight: 400;
src: url('fonts/barlow-v12-latin_latin-ext-italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* barlow-700 - latin_latin-ext */
@font-face {
font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
font-family: 'Barlow';
font-style: normal;
font-weight: 700;
src: url('fonts/barlow-v12-latin_latin-ext-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* barlow-700italic - latin_latin-ext */
@font-face {
font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
font-family: 'Barlow';
font-style: italic;
font-weight: 700;
src: url('fonts/barlow-v12-latin_latin-ext-700italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* barlow-semi-condensed-100 - latin_latin-ext */
@font-face {
font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
font-family: 'Barlow Semi Condensed';
font-style: normal;
font-weight: 100;
src: url('fonts/barlow-semi-condensed-v15-latin_latin-ext-100.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* barlow-semi-condensed-100italic - latin_latin-ext */
@font-face {
font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
font-family: 'Barlow Semi Condensed';
font-style: italic;
font-weight: 100;
src: url('fonts/barlow-semi-condensed-v15-latin_latin-ext-100italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* barlow-semi-condensed-300 - latin_latin-ext */
@font-face {
font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
font-family: 'Barlow Semi Condensed';
font-style: normal;
font-weight: 300;
src: url('fonts/barlow-semi-condensed-v15-latin_latin-ext-300.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* barlow-semi-condensed-300italic - latin_latin-ext */
@font-face {
font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
font-family: 'Barlow Semi Condensed';
font-style: italic;
font-weight: 300;
src: url('fonts/barlow-semi-condensed-v15-latin_latin-ext-300italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* barlow-semi-condensed-regular - latin_latin-ext */
@font-face {
font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
font-family: 'Barlow Semi Condensed';
font-style: normal;
font-weight: 400;
src: url('fonts/barlow-semi-condensed-v15-latin_latin-ext-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* barlow-semi-condensed-italic - latin_latin-ext */
@font-face {
font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
font-family: 'Barlow Semi Condensed';
font-style: italic;
font-weight: 400;
src: url('fonts/barlow-semi-condensed-v15-latin_latin-ext-italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* barlow-semi-condensed-700 - latin_latin-ext */
@font-face {
font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
font-family: 'Barlow Semi Condensed';
font-style: normal;
font-weight: 700;
src: url('fonts/barlow-semi-condensed-v15-latin_latin-ext-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* barlow-semi-condensed-700italic - latin_latin-ext */
@font-face {
font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
font-family: 'Barlow Semi Condensed';
font-style: italic;
font-weight: 700;
src: url('fonts/barlow-semi-condensed-v15-latin_latin-ext-700italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

View file

@ -1 +0,0 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 36 36"><path fill="#CCD6DD" d="M31 32c0 2.209-1.791 4-4 4H5c-2.209 0-4-1.791-4-4V4c0-2.209 1.791-4 4-4h22c2.209 0 4 1.791 4 4v28z"/><path fill="#99AAB5" d="M27 24c0 .553-.447 1-1 1H6c-.552 0-1-.447-1-1 0-.553.448-1 1-1h20c.553 0 1 .447 1 1zm-16 4c0 .553-.448 1-1 1H6c-.552 0-1-.447-1-1 0-.553.448-1 1-1h4c.552 0 1 .447 1 1zM27 8c0 .552-.447 1-1 1H6c-.552 0-1-.448-1-1s.448-1 1-1h20c.553 0 1 .448 1 1zm0 4c0 .553-.447 1-1 1H6c-.552 0-1-.447-1-1 0-.553.448-1 1-1h20c.553 0 1 .447 1 1zm0 4c0 .553-.447 1-1 1H6c-.552 0-1-.447-1-1 0-.553.448-1 1-1h20c.553 0 1 .447 1 1zm0 4c0 .553-.447 1-1 1H6c-.552 0-1-.447-1-1 0-.553.448-1 1-1h20c.553 0 1 .447 1 1z"/><path fill="#66757F" d="M31 6.272c-.827-.535-1.837-.579-2.521-.023l-.792.646-1.484 1.211-.1.08-2.376 1.938-11.878 9.686c-.437.357-.793 1.219-1.173 2.074-.378.85-.969 2.852-1.443 4.391-.148.25-1.065 1.846-.551 2.453.52.615 2.326.01 2.568-.076 1.626-.174 3.731-.373 4.648-.58.924-.211 1.854-.395 2.291-.752.008-.006.01-.018.017-.023l11.858-9.666.792-.646.144-.118V6.272z"/><path fill="#D99E82" d="M18.145 22.526s-1.274-1.881-2.117-2.553c-.672-.843-2.549-2.116-2.549-2.116-.448-.446-1.191-.48-1.629-.043-.437.438-.793 1.366-1.173 2.291-.472 1.146-1.276 4.154-1.768 5.752-.083.272.517-.45.503-.21-.01.187.027.394.074.581l-.146.159.208.067c.025.082.05.154.068.21l.159-.146c.187.047.394.084.58.074.24-.014-.483.587-.21.503 1.598-.493 4.607-1.296 5.752-1.768.924-.381 1.854-.736 2.291-1.174.439-.435.406-1.178-.043-1.627z"/><path fill="#EA596E" d="M25.312 4.351c-.876.875-.876 2.293 0 3.168l3.167 3.168c.876.874 2.294.874 3.168 0l3.169-3.168c.874-.875.874-2.293 0-3.168l-3.169-3.168c-.874-.875-2.292-.875-3.168 0l-3.167 3.168z"/><path fill="#FFCC4D" d="M11.849 17.815l3.17 3.17 3.165 3.166 11.881-11.879-6.337-6.336-11.879 11.879z"/><path fill="#292F33" d="M11.298 26.742s-2.06 1.133-2.616.576c-.557-.558.581-2.611.581-2.611s1.951.036 2.035 2.035z"/><path fill="#CCD6DD" d="M23.728 5.935l3.96-3.96 6.336 6.337-3.96 3.96z"/><path fill="#99AAB5" d="M26.103 3.558l.792-.792 6.336 6.335-.792.792zM24.52 5.142l.791-.791 6.336 6.335-.792.792z"/></svg>

Before

Width:  |  Height:  |  Size: 2.1 KiB

View file

@ -1 +0,0 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 36 36"><path fill="#CCD6DD" d="M36 22c0 2.209-1.791 4-4 4H4c-2.209 0-4-1.791-4-4V4c0-2.209 1.791-4 4-4h28c2.209 0 4 1.791 4 4v18z"/><path fill="#5DADEC" d="M4 4h28v18H4z"/><path fill="#CCD6DD" d="M13 26h10v6H13z"/><path fill="#9AAAB4" d="M13 26h10v2H13z"/><path fill="#E1E8ED" d="M36 33c0-1.657-1.343-3-3-3H3c-1.657 0-3 1.343-3 3s1.343 3 3 3h30c1.657 0 3-1.343 3-3z"/><path fill="#F5F8FA" d="M3 32h2v2H3zm4 0h2v2H7zm4 0h2v2h-2zm4 0h2v2h-2zm4 0h2v2h-2zm4 0h2v2h-2zm4 0h2v2h-2zm4 0h2v2h-2z"/></svg>

Before

Width:  |  Height:  |  Size: 549 B

View file

@ -1 +0,0 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 36 36"><path fill="#FDCB58" d="M31 15c0 1.104-.896 2-2 2H7c-1.104 0-2-.896-2-2V7c0-1.104.896-2 2-2h22c1.104 0 2 .896 2 2v8z"/><path fill="#FDD888" d="M33 19c0 1.104-.896 2-2 2H5c-1.104 0-2-.896-2-2v-8c0-1.104.896-2 2-2h26c1.104 0 2 .896 2 2v8z"/><path fill="#FEE7B8" d="M35 33c0 1.104-.896 2-2 2H3c-1.104 0-2-.896-2-2V15c0-1.104.896-2 2-2h30c1.104 0 2 .896 2 2v18z"/><path fill="#67757F" d="M11 14zm0 0z"/><path fill="#78B159" d="M23 3h-5c-1.104 0-2 .895-2 2v1h2c1.104 0 2 .896 2 2h3c1.104 0 2-.896 2-2V5c0-1.105-.896-2-2-2z"/><path fill="#F18F26" d="M17 7h-5c-1.104 0-2 .896-2 2v1h2c1.104 0 2 .896 2 2h3c1.104 0 2-.896 2-2V9c0-1.104-.896-2-2-2z"/><path fill="#9268CA" d="M13 14c0 1.104-.896 2-2 2H6c-1.104 0-2-.896-2-2v-1c0-1.104.896-2 2-2h5c1.104 0 2 .896 2 2v1z"/></svg>

Before

Width:  |  Height:  |  Size: 826 B

View file

@ -1 +0,0 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 36 36"><path fill="#CCD6DD" d="M14.563 14.414L25.47 3.505l6.961 6.962-10.908 10.908z"/><path fill="#68E090" d="M8.103 34.399C2.5 34 1.5 30.062 1.635 27.932c.322-5.07 15.601-16.551 15.601-16.551l12.517 1.93c.001 0-17.389 21.392-21.65 21.088z"/><path fill="#8899A6" d="M32.326 3.708C29.405.787 26.104-.649 24.954.502c-.013.013-.022.031-.034.044-.006.006-.015.008-.021.014L2.295 23.164c-1.412 1.412-2.19 3.29-2.19 5.288 0 1.997.778 3.875 2.19 5.287 1.413 1.413 3.291 2.19 5.288 2.19 1.998 0 3.875-.777 5.287-2.189l22.604-22.604c.007-.007.009-.016.015-.023.013-.012.03-.02.043-.033 1.151-1.15-.285-4.451-3.206-7.372zM10.75 31.619c-.846.846-1.97 1.311-3.166 1.311s-2.321-.466-3.167-1.312c-.846-.846-1.312-1.97-1.312-3.167 0-1.196.466-2.32 1.311-3.166L25.412 4.29c.622 1.144 1.56 2.394 2.749 3.584 1.189 1.189 2.44 2.127 3.584 2.749L10.75 31.619z"/><path fill="#17BF63" d="M29.196 13.144c-.058.379-2.627.751-5.691.343-3.063-.408-5.482-1.223-5.403-1.82.08-.597 2.627-.751 5.691-.343s5.495 1.224 5.403 1.82zM10.84 23.247c-.31.31-.813.31-1.123 0-.31-.31-.31-.813 0-1.123.31-.31.813-.31 1.123 0 .31.31.31.813 0 1.123zm3.317 2.615c-.507.507-1.328.506-1.835 0-.506-.506-.506-1.328 0-1.834.507-.507 1.328-.506 1.834 0 .507.506.508 1.327.001 1.834zm1.677-5.324c-.476.476-1.25.476-1.726 0s-.476-1.249 0-1.726c.476-.476 1.249-.477 1.725 0 .478.477.478 1.25.001 1.726zm-6.868 8.858c-.581.581-1.524.581-2.105 0-.582-.582-.581-1.524 0-2.105s1.523-.581 2.105 0c.581.581.582 1.523 0 2.105zm11.396-9.158c-.413.413-1.083.413-1.496 0-.413-.413-.412-1.083.001-1.496.414-.414 1.083-.414 1.496-.001.413.414.413 1.083-.001 1.497zm-1.207-4.288c-.27.27-.708.27-.979 0-.27-.27-.27-.708 0-.979.27-.27.708-.271.979 0 .27.271.27.709 0 .979z"/><ellipse transform="rotate(-45.001 30.817 5.223)" fill="#CCD6DD" cx="30.817" cy="5.223" rx="1.184" ry="4.847"/></svg>

Before

Width:  |  Height:  |  Size: 1.8 KiB

View file

@ -1,148 +0,0 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
version="1.1"
id="svg2"
xml:space="preserve"
width="65.818382"
height="64"
viewBox="0 0 65.818382 64"
sodipodi:docname="lcsb.svg"
inkscape:version="1.1.1 (3bf5ae0d25, 2021-09-20)"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns="http://www.w3.org/2000/svg"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:dc="http://purl.org/dc/elements/1.1/"><metadata
id="metadata8"><rdf:RDF><cc:Work
rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" /></cc:Work></rdf:RDF></metadata><defs
id="defs6" /><sodipodi:namedview
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1"
objecttolerance="10"
gridtolerance="10"
guidetolerance="10"
inkscape:pageopacity="0"
inkscape:pageshadow="2"
inkscape:window-width="1920"
inkscape:window-height="1166"
id="namedview4"
showgrid="false"
inkscape:zoom="3.1081068"
inkscape:cx="38.608712"
inkscape:cy="40.700017"
inkscape:window-x="0"
inkscape:window-y="2194"
inkscape:window-maximized="1"
inkscape:current-layer="g10"
inkscape:pagecheckerboard="0"
fit-margin-top="0"
fit-margin-left="0"
fit-margin-right="0"
fit-margin-bottom="0" /><g
id="g10"
inkscape:groupmode="layer"
inkscape:label="lcsb"
transform="scale(1.3333333)"><path
d="m 11.374279,26.438966 c 1.409096,0 2.55128,1.141658 2.55128,2.548522 0,1.406864 -1.142184,2.548522 -2.55128,2.548522 -1.4112257,0 -2.5505702,-1.141658 -2.5505702,-2.548522 0,-1.406864 1.1393445,-2.548522 2.5505702,-2.548522"
style="fill:#00a4e1;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.709487"
id="path14" /><path
d="m 11.42468,35.862257 c 1.16135,0 2.10477,0.941691 2.10477,2.102495 0.0021,1.160805 -0.94058,2.102496 -2.10477,2.102496 -1.162061,0 -2.1047707,-0.938855 -2.1047707,-2.102496 0,-1.160804 0.9427097,-2.102495 2.1047707,-2.102495"
style="fill:#00a4e1;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.709487"
id="path16" /><path
d="m 11.394155,44.521134 c 0.951229,0 1.724279,0.772924 1.724279,1.72596 0,0.952328 -0.770211,1.725252 -1.724279,1.725252 -0.954068,0 -1.7278282,-0.772924 -1.7278282,-1.725252 0,-0.953036 0.7737602,-1.72596 1.7278282,-1.72596"
style="fill:#00a4e1;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.709487"
id="path18" /><path
d="m 2.5512799,26.438966 c 1.408386,0 2.5512799,1.141658 2.5512799,2.548522 0,1.406864 -1.1428939,2.548522 -2.5512799,2.548522 C 1.142184,31.53601 0,30.394352 0,28.987488 0,27.580624 1.142184,26.438966 2.5512799,26.438966"
style="fill:#00a4e1;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.709487"
id="path20" /><path
d="m 2.5704465,35.862257 c 1.1620604,0 2.1047704,0.941691 2.1047704,2.102495 0,1.160805 -0.94271,2.102496 -2.1047704,2.102496 -1.1649,0 -2.10477048,-0.938855 -2.10477048,-2.102496 0,-1.160804 0.93987048,-2.102495 2.10477048,-2.102495"
style="fill:#00a4e1;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.709487"
id="path22" /><path
d="m 2.5704465,44.521134 c 0.9540679,0 1.7278283,0.772924 1.7278283,1.72596 0,0.952328 -0.7737604,1.725252 -1.7278283,1.725252 -0.954068,0 -1.72711858,-0.772924 -1.72711858,-1.725252 0,-0.953036 0.77305058,-1.72596 1.72711858,-1.72596"
style="fill:#00a4e1;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.709487"
id="path24" /><path
d="m 20.247679,35.862257 c 1.16206,0 2.10477,0.941691 2.10477,2.102495 0,1.160805 -0.94271,2.102496 -2.10477,2.102496 -1.164191,0 -2.1069,-0.938855 -2.1069,-2.102496 0,-1.160804 0.942709,-2.102495 2.1069,-2.102495"
style="fill:#00a4e1;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.709487"
id="path26" /><path
d="m 20.286722,44.521134 c 0.954068,0 1.727828,0.772924 1.727828,1.72596 0,0.952328 -0.77376,1.725252 -1.727828,1.725252 -0.954068,0 -1.727119,-0.772924 -1.727119,-1.725252 0,-0.953036 0.773051,-1.72596 1.727119,-1.72596"
style="fill:#00a4e1;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.709487"
id="path28" /><path
d="m 29.107591,35.862257 c 1.164899,0 2.107609,0.941691 2.107609,2.102495 0,1.160805 -0.94271,2.102496 -2.107609,2.102496 -1.16206,0 -2.10477,-0.938855 -2.10477,-2.102496 0,-1.160804 0.94271,-2.102495 2.10477,-2.102495"
style="fill:#00a4e1;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.709487"
id="path30" /><path
d="m 29.096233,44.521134 c 0.954068,0 1.727828,0.772924 1.727828,1.72596 0,0.952328 -0.77376,1.725252 -1.727828,1.725252 -0.953358,0 -1.727119,-0.772924 -1.727119,-1.725252 0,-0.953036 0.773761,-1.72596 1.727119,-1.72596"
style="fill:#00a4e1;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.709487"
id="path32" /><path
d="m 37.941948,35.862257 c 1.1649,0 2.10761,0.941691 2.10761,2.102495 0,1.160805 -0.94271,2.102496 -2.10761,2.102496 -1.162061,0 -2.104771,-0.938855 -2.104771,-2.102496 0,-1.160804 0.94271,-2.102495 2.104771,-2.102495"
style="fill:#00a4e1;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.709487"
id="path34" /><path
d="m 37.917102,44.521134 c 0.954068,0 1.727829,0.772924 1.727829,1.72596 0,0.952328 -0.773761,1.725252 -1.727829,1.725252 -0.954068,0 -1.724989,-0.772924 -1.724989,-1.725252 0,-0.953036 0.770921,-1.72596 1.724989,-1.72596"
style="fill:#00a4e1;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.709487"
id="path36" /><path
d="m 46.784822,35.862257 c 1.164901,0 2.107611,0.941691 2.107611,2.102495 0,1.160805 -0.94271,2.102496 -2.107611,2.102496 -1.161349,0 -2.104769,-0.938855 -2.104769,-2.102496 0,-1.160804 0.94342,-2.102495 2.104769,-2.102495"
style="fill:#00a4e1;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.709487"
id="path38" /><path
d="m 46.799021,44.551626 c 0.954067,0 1.727118,0.770087 1.727118,1.723124 0,0.953036 -0.773051,1.725251 -1.727118,1.725251 -0.954068,0 -1.727829,-0.772215 -1.727829,-1.725251 0,-0.953037 0.773761,-1.723124 1.727829,-1.723124"
style="fill:#00a4e1;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.709487"
id="path40" /><path
d="m 37.925621,21.558199 c -1.409096,0 -2.55128,-1.14095 -2.55128,-2.547813 0,-1.407573 1.142184,-2.548522 2.55128,-2.548522 1.408386,0 2.55128,1.140949 2.55128,2.548522 0,1.406863 -1.142894,2.547813 -2.55128,2.547813"
style="fill:#e41f18;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.709487"
id="path42" /><path
d="m 37.87522,12.137744 c -1.164191,0 -2.106901,-0.941691 -2.106901,-2.105332 0,-1.1600947 0.94271,-2.1017861 2.106901,-2.1017861 1.16206,0 2.10477,0.9416914 2.10477,2.1017861 0,1.163641 -0.94271,2.105332 -2.10477,2.105332"
style="fill:#e41f18;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.709487"
id="path44" /><path
d="m 37.905744,3.4760309 c -0.953358,0 -1.727118,-0.7729241 -1.727118,-1.7252516 0,-0.95303659 0.770921,-1.72596063 1.727118,-1.72596063 0.951229,0 1.724989,0.77292404 1.724989,1.72596063 0,0.9523275 -0.770921,1.7252516 -1.724989,1.7252516"
style="fill:#e41f18;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.709487"
id="path46" /><path
d="m 46.743651,21.558199 c -1.409097,0 -2.55412,-1.14095 -2.55412,-2.547813 0,-1.407573 1.142184,-2.548522 2.55128,-2.548522 1.411226,0 2.55341,1.140949 2.55341,2.548522 0,1.406863 -1.142184,2.547813 -2.55057,2.547813"
style="fill:#e41f18;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.709487"
id="path48" /><path
d="m 46.723774,12.137744 c -1.164191,0 -2.106901,-0.941691 -2.106901,-2.105332 0,-1.1600947 0.94271,-2.1017861 2.106901,-2.1017861 1.162061,0 2.104771,0.9416914 2.104771,2.1017861 0,1.163641 -0.94271,2.105332 -2.104771,2.105332"
style="fill:#e41f18;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.709487"
id="path50" /><path
d="m 46.726614,3.4760309 c -0.954068,0 -1.727119,-0.7729241 -1.727119,-1.7252516 0,-0.95303659 0.773051,-1.72596063 1.727119,-1.72596063 0.954068,0 1.727828,0.77292404 1.727828,1.72596063 0,0.9523275 -0.77376,1.7252516 -1.727828,1.7252516"
style="fill:#e41f18;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.709487"
id="path52" /><path
d="m 29.021696,21.558199 c -1.409095,0 -2.551279,-1.14095 -2.551279,-2.547813 0,-1.407573 1.142184,-2.548522 2.551279,-2.548522 1.411226,0 2.55128,1.140949 2.55128,2.548522 0,1.406863 -1.140054,2.547813 -2.55128,2.547813"
style="fill:#e41f18;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.709487"
id="path54" /><path
d="m 29.052221,12.137744 c -1.162061,0 -2.104771,-0.941691 -2.104771,-2.105332 0,-1.1600947 0.94271,-2.1017861 2.104771,-2.1017861 1.16419,0 2.10761,0.9416914 2.10761,2.1017861 0,1.163641 -0.94342,2.105332 -2.10761,2.105332"
style="fill:#e41f18;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.709487"
id="path56" /><path
d="m 29.010338,3.4760309 c -0.954067,0 -1.727119,-0.7729241 -1.727119,-1.7252516 0,-0.95303659 0.773052,-1.72596063 1.727119,-1.72596063 0.954068,0 1.727829,0.77292404 1.727829,1.72596063 0,0.9523275 -0.773761,1.7252516 -1.727829,1.7252516"
style="fill:#e41f18;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.709487"
id="path58" /><path
d="m 20.237031,21.558199 c -1.409096,0 -2.55128,-1.14095 -2.55128,-2.547813 0,-1.407573 1.142184,-2.548522 2.55128,-2.548522 1.408386,0 2.55128,1.140949 2.55128,2.548522 0,1.406863 -1.142894,2.547813 -2.55128,2.547813"
style="fill:#e41f18;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.709487"
id="path60" /><path
d="m 20.192309,12.137744 c -1.161352,0 -2.104771,-0.941691 -2.1069,-2.105332 0,-1.1600947 0.94271,-2.1017861 2.1069,-2.1017861 1.16206,0 2.10477,0.9416914 2.10477,2.1017861 0,1.163641 -0.94271,2.105332 -2.10477,2.105332"
style="fill:#e41f18;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.709487"
id="path62" /><path
d="m 20.200827,3.4760309 c -0.954068,0 -1.727828,-0.7729241 -1.727828,-1.7252516 0,-0.95303659 0.77376,-1.72596063 1.727828,-1.72596063 0.954068,0 1.727829,0.77292404 1.727829,1.72596063 0,0.9523275 -0.773761,1.7252516 -1.727829,1.7252516"
style="fill:#e41f18;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.709487"
id="path64" /><path
d="m 11.416161,21.561036 c -1.408386,0 -2.5512796,-1.14095 -2.5512796,-2.55065 0,-1.407573 1.1428936,-2.548522 2.5512796,-2.548522 1.408386,0 2.55128,1.140949 2.55128,2.548522 0,1.406863 -1.142894,2.55065 -2.55128,2.55065"
style="fill:#e41f18;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.709487"
id="path66" /><path
d="m 11.349433,12.137744 c -1.16135,0 -2.1047701,-0.941691 -2.1047701,-2.105332 0,-1.1600947 0.9434201,-2.1017861 2.1047701,-2.1017861 1.1649,0 2.10761,0.9416914 2.10761,2.1017861 0,1.163641 -0.94271,2.105332 -2.10761,2.105332"
style="fill:#e41f18;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.709487"
id="path68" /><path
d="m 11.379958,3.4760309 c -0.953358,0 -1.7271187,-0.7729241 -1.7271187,-1.7252516 0,-0.95303659 0.7737607,-1.72596063 1.7271187,-1.72596063 0.954068,0 1.724989,0.77292404 1.724989,1.72596063 0.0028,0.9523275 -0.770921,1.7252516 -1.724989,1.7252516"
style="fill:#e41f18;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.709487"
id="path70" /><path
d="m 2.5590885,16.406554 c 1.4090959,0 2.5512799,1.140949 2.5512799,2.547812 0,1.407574 -1.142184,2.548523 -2.5512799,2.548523 -1.408386,0 -2.55057004,-1.140949 -2.55057004,-2.548523 0,-1.406863 1.14218404,-2.547812 2.55057004,-2.547812"
style="fill:#e41f18;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.709487"
id="path72" /><path
d="m 2.5150764,12.137744 c -1.1620604,0 -2.1047704,-0.941691 -2.10760988,-2.105332 0,-1.1600947 0.94270998,-2.1017861 2.10760988,-2.1017861 1.1620604,0 2.1047704,0.9416914 2.1047704,2.1017861 0,1.163641 -0.94271,2.105332 -2.1047704,2.105332"
style="fill:#e41f18;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.709487"
id="path74" /><path
d="m 2.4987494,3.4483758 c -0.954068,0 -1.72782842,-0.7700876 -1.72782842,-1.7224151 C 0.77092098,0.77292402 1.5446814,0 2.4987494,0 c 0.9533581,0 1.7271185,0.77292402 1.7271185,1.7259607 0,0.9523275 -0.7737604,1.7224151 -1.7271185,1.7224151"
style="fill:#e41f18;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.709487"
id="path76" /><path
d="m 30.371873,25.178887 c -2.035203,0 -3.568527,1.406864 -3.568527,3.462558 0,1.055147 0.354936,1.944365 0.981753,2.561995 0.628947,0.61763 1.524805,0.958 2.578255,0.958 0.38546,0 0.99879,-0.02198 1.528355,-0.243222 l 0.127066,-0.05531 -0.08305,-1.343753 -0.274011,0.163803 c -0.258393,0.154585 -0.865334,0.282224 -1.289837,0.282224 -1.228079,0 -2.206993,-0.892054 -2.206993,-2.296081 0,-1.343753 0.875983,-2.293953 2.251715,-2.293953 0.432312,0 0.845457,0.111329 1.21672,0.326897 l 0.269042,0.15813 0.10861,-1.332407 -0.124937,-0.05815 c -0.490522,-0.21344 -1.00092,-0.290733 -1.514157,-0.290733 z m 8.000257,0 c -0.61049,0 -1.1649,0.157421 -1.578045,0.484318 -0.410306,0.329734 -0.66515,0.831071 -0.66515,1.445865 0,0.540337 0.196634,0.947364 0.482003,1.243769 0.288208,0.293569 0.651662,0.482192 0.998079,0.648122 0.349968,0.16664 0.682187,0.310588 0.910057,0.482191 0.227159,0.17444 0.349257,0.343207 0.349257,0.637485 0,0.309879 -0.136296,0.498501 -0.343579,0.639613 -0.205862,0.138275 -0.485552,0.204931 -0.709871,0.204931 -0.415985,0 -0.954068,-0.171604 -1.250795,-0.29357 l -0.244196,-0.09998 -0.132746,1.263625 0.149783,0.04963 c 0.426633,0.138276 0.884501,0.276552 1.366503,0.276552 0.6687,0 1.292678,-0.138276 1.761193,-0.47581 0.468515,-0.341079 0.765242,-0.889217 0.765242,-1.621013 0,-0.567284 -0.194505,-0.999837 -0.479873,-1.318225 -0.28253,-0.318386 -0.648823,-0.52899 -0.99808,-0.70343 -0.349257,-0.177275 -0.687866,-0.321224 -0.917865,-0.479354 -0.229998,-0.160258 -0.344288,-0.304915 -0.346418,-0.537502 0,-0.271587 0.102222,-0.404189 0.271172,-0.504173 0.169659,-0.102111 0.415985,-0.146784 0.648823,-0.146784 0.452188,0 0.66586,0.06949 1.125857,0.249604 l 0.230708,0.09147 0.188116,-1.246606 -0.155462,-0.05247 C 39.331167,25.253343 38.812961,25.178887 38.37213,25.178887 Z m -19.604534,0.110621 v 6.761312 h 3.973153 V 30.85456 H 20.07305 v -5.565052 z m 26.073597,0 v 6.761312 h 1.896779 c 0.66515,0 1.303325,-0.08013 1.796686,-0.360225 0.4962,-0.282224 0.82913,-0.794907 0.82913,-1.534503 0,-0.489991 -0.174628,-0.911199 -0.474194,-1.213278 -0.196635,-0.199258 -0.50472,-0.254568 -0.790089,-0.34037 0.246327,-0.10282 0.518207,-0.182949 0.689996,-0.365898 0.264073,-0.282224 0.408177,-0.670103 0.408177,-1.146622 0,-0.639612 -0.266202,-1.121804 -0.712711,-1.4097 -0.44367,-0.285769 -1.037123,-0.390716 -1.71931,-0.390716 z m 1.303326,1.140948 h 0.765242 c 0.241356,0 0.501879,0.04751 0.682187,0.160967 0.183147,0.11062 0.299565,0.268751 0.299565,0.589976 0,0.418371 -0.127776,0.573665 -0.371973,0.687122 -0.240647,0.110621 -0.626106,0.138275 -1.064807,0.138275 h -0.310214 z m 0,2.720126 h 0.398947 c 0.382622,0 0.770922,0.039 1.037123,0.169476 0.263363,0.132602 0.421665,0.321225 0.421665,0.755906 0,0.371571 -0.129907,0.537501 -0.368424,0.662303 -0.235678,0.124093 -0.601971,0.171604 -0.99879,0.171604 h -0.490521 z"
style="fill:#5f5e5e;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.709487"
id="path78" /></g></svg>

Before

Width:  |  Height:  |  Size: 16 KiB

View file

@ -1 +0,0 @@
<svg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 74.49 61.04"><title>r3-logo</title><path d="M6.36,5.4H24.93c2.67,0,8.14,0,12,2.45a12.21,12.21,0,0,1,5.76,10.59A12.6,12.6,0,0,1,32.86,31c5,1.29,7.2,3.53,7.92,10C41.5,47.17,42,51.63,44,57.39H36.31c-1.15-3.45-1.87-9.79-2.37-13.75-.87-7.56-2.67-9.72-11.38-9.72H13.49V57.39H6.36Zm7,22.4H24.72c.79,0,4.9,0,6.84-1.15a7.39,7.39,0,0,0,3.53-6.77c0-8.43-7.49-8.43-10.37-8.43H13.34Z" style="fill:#00aae5"/><path d="M54.23,26.89c0,2.69,1.77,4.6,5.33,4.6,4.08,0,5.8-2.52,5.8-5a4.91,4.91,0,0,0-4.2-5,16.64,16.64,0,0,0-4-.21V18c2.9.25,7.77-.32,7.77-4.88,0-3.18-2.23-4.44-5.13-4.44-2.18,0-4.91.94-5.29,4.44H50.24c.26-7,7.06-7.7,9.41-7.7,6.34,0,9.48,3.71,9.48,7.62,0,2.32-1.3,5.66-5.79,6.63a6.67,6.67,0,0,1,6.21,6.84c0,3.95-3.31,8.31-10.07,8.31-3.06,0-6.13-.86-8-2.93a7.3,7.3,0,0,1-1.72-5Z" style="fill:#ee2e27"/></svg>

Before

Width:  |  Height:  |  Size: 887 B

View file

@ -1,51 +0,0 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
width="15.130978"
height="15.123755"
viewBox="0 0 15.130977 15.123755"
fill="none"
stroke="currentColor"
stroke-width="2"
stroke-linecap="round"
stroke-linejoin="round"
version="1.1"
id="svg6"
sodipodi:docname="search.svg"
inkscape:version="1.2.2 (b0a8486541, 2022-12-01)"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns="http://www.w3.org/2000/svg"
xmlns:svg="http://www.w3.org/2000/svg">
<defs
id="defs10" />
<sodipodi:namedview
id="namedview8"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:showpageshadow="2"
inkscape:pageopacity="0.0"
inkscape:pagecheckerboard="0"
inkscape:deskcolor="#d1d1d1"
showgrid="false"
inkscape:zoom="21.756297"
inkscape:cx="9.5834325"
inkscape:cy="17.856899"
inkscape:window-width="1920"
inkscape:window-height="1166"
inkscape:window-x="0"
inkscape:window-y="2194"
inkscape:window-maximized="1"
inkscape:current-layer="svg6" />
<ellipse
cx="7.5475788"
cy="7.5762048"
id="circle2"
style="stroke-width:1;stroke-dasharray:none"
rx="2.7535429"
ry="2.7533207" />
<path
id="line4"
d="M 11.823257,11.847855 9.4922683,9.5207383"
style="stroke-width:1;stroke-dasharray:none" />
</svg>

Before

Width:  |  Height:  |  Size: 1.4 KiB

View file

@ -1,8 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="500px" height="423.45px" viewBox="0 0 500 423.45" enable-background="new 0 0 500 423.45" xml:space="preserve">
<line fill="none" stroke="#676A69" stroke-width="2" x1="0" y1="257.093" x2="500" y2="257.093"/>
<path fill="#676A69" d="M23.256,340.698c-10.965,0-18.596-7.046-18.596-18.785v-29.619h6.58v29.619c0,9.189,5.754,12.652,12.016,12.652c6.191,0,12.195-3.523,12.195-12.652v-29.619h6.459v29.619C41.91,333.265,33.883,340.698,23.256,340.698 M92.192,339.913v-47.619h-6.512v33.658c0,0.586,0.12,1.568,0.12,1.568s-0.456-0.845-0.844-1.37l-24.658-33.856h-5.538v47.619h6.521v-34.235c0-0.525-0.13-1.576-0.13-1.576s0.595,0.922,0.845,1.301l24.977,34.511H92.192z M105.369,339.913h6.521v-47.619h-6.521V339.913z M159.313,292.294h-6.201l-12.127,34.382c-0.189,0.586-0.396,1.628-0.396,1.628s-0.189-1.042-0.388-1.628l-12.075-34.382h-6.322l16.77,47.619h4.039L159.313,292.294z M197.07,339.913v-6.132h-21.325V319.76h19.628v-6.132h-19.628v-15.202h20.094v-6.132h-26.614v47.619H197.07z M242.796,339.913l-17.544-19.955c7.105,0,13.564-6.004,13.564-13.643c0-7.684-5.873-14.021-14.744-14.021h-15.383v47.619h6.52v-22.246l19.241,22.246H242.796z M222.9,298.426c6.201,0,9.139,4.376,9.139,7.648c0,5.081-3.395,8.733-9.268,8.733h-7.563v-16.382H222.9 M263.863,340.698c7.949,0,14.607-4.824,14.607-13.367c0-7.967-5.736-11.422-11.154-14.1c-5.865-2.929-10.422-4.677-10.422-9.845c0-3.583,3.118-5.47,6.83-5.47c3.988,0,6.469,0.845,9.406,2.998l3.514-5.357c-3.713-2.602-8.079-4.039-12.851-4.039c-8.535,0-13.755,5.211-13.755,12.265c0,9.052,6.916,12.058,13.686,15.528c4.256,2.154,7.967,4.358,7.967,8.406c0,4.505-3.332,6.658-8.147,6.658c-3.272,0-7.372-1.249-9.922-3.531l-3.712,5.029C254.277,339.466,259.049,340.698,263.863,340.698 M289.176,339.913h6.512v-47.619h-6.512V339.913z M332.8,298.426v-6.132h-26.338v6.132h9.716v41.487h6.52v-41.487H332.8z M371.42,339.913v-6.132h-21.326V319.76h19.629v-6.132h-19.629v-15.202h20.086v-6.132h-26.613v47.619H371.42z M365.029,278.927h-6.262l-6.072,9.594h6.271L365.029,278.927z M420.918,339.913c16.32,0,26.027-10.688,26.027-23.935c0-12.987-9.189-23.685-25.434-23.685h-12.135v47.619H420.918 M421.374,298.167c11.421,0,18.784,8.148,18.784,17.872c0,8.871-5.934,18.009-20.016,18.009h-4.246v-35.881H421.374 M476.428,340.698c10.628,0,18.664-7.434,18.664-18.785v-29.619h-6.469v29.619c0,9.129-5.994,12.652-12.195,12.652c-6.262,0-12.007-3.463-12.007-12.652v-29.619h-6.571v29.619C457.85,333.652,465.472,340.698,476.428,340.698 M29.482,422.675v-6.133h-18.07v-41.488h-6.52v47.621H29.482z M60.402,423.45c10.619,0,18.646-7.434,18.646-18.777v-29.619H72.59v29.619c0,9.121-5.995,12.645-12.188,12.645c-6.27,0-12.016-3.454-12.016-12.645v-29.619h-6.58v29.619C41.807,416.413,49.438,423.45,60.402,423.45 M132.525,422.675l-16.563-25.443l14.548-22.178h-7.502l-9.198,13.953c-0.844,1.258-1.559,2.618-1.559,2.618s-0.784-1.36-1.508-2.472l-9.129-14.1h-8.02l14.607,22.506l-16.502,25.115h7.57l10.56-16.115c0.913-1.378,2.153-3.453,2.153-3.453s1.24,2.152,2.023,3.324l10.629,16.244H132.525z M173.23,422.675v-6.133h-21.326v-14.03h19.629v-6.124h-19.629v-15.201h20.094v-6.133h-26.621v47.621H173.23z M236.432,422.675v-47.621h-5.806l-17.415,23.289l-17.932-23.289h-5.547v47.621h6.528v-34.512c0-0.854-0.138-1.758-0.138-1.758s0.388,0.715,0.654,1.043l15.072,19.637h2.602l14.943-20.162c0.267-0.328,0.654-1.111,0.654-1.111s-0.138,0.973-0.138,1.834v35.029H236.432z M268.781,422.675c10.508,0,14.685-6.985,14.685-12.92c0-5.873-4.315-10.24-8.027-11.343c3.075-1.964,5.478-5.495,5.478-10.964c0-7.434-5.736-12.395-13.832-12.395H254.5v47.621H268.781 M265.981,381.187c5.349,0,8.157,2.541,8.157,6.795c0,3.963-1.637,8.269-8.742,8.269h-4.367v-15.063H265.981 M268.721,402.382c4.822,0,7.958,2.74,7.958,6.848c0,4.444-2.739,7.313-8.612,7.313h-7.037v-14.16H268.721 M318.873,423.45c13.444,0,24.34-10.758,24.34-24.59c0-13.824-9.914-24.59-24.658-24.59c-13.764,0-24.134,10.568-24.134,24.461C294.421,413.089,305.248,423.45,318.873,423.45 M318.623,380.669c10.49,0,17.803,7.614,17.803,17.933c0,11.412-8.217,18.466-17.553,18.466c-9.379,0-17.665-7.769-17.665-18.336C301.208,388.283,308.313,380.669,318.623,380.669 M374.641,423.45c10.629,0,18.664-7.434,18.664-18.777v-29.619h-6.468v29.619c0,9.121-5.995,12.645-12.196,12.645c-6.262,0-12.006-3.454-12.006-12.645v-29.619h-6.572v29.619C356.063,416.413,363.677,423.45,374.641,423.45 M442.217,422.675l-17.544-19.965c7.114,0,13.565-6.004,13.565-13.625c0-7.691-5.874-14.031-14.746-14.031h-15.391v47.621h6.529v-22.238l19.24,22.238H442.217z M422.33,381.187c6.193,0,9.129,4.375,9.129,7.631c0,5.09-3.401,8.742-9.258,8.742h-7.57v-16.373H422.33 M474.11,423.45c11.481,0,21.79-9.19,21.79-22.109h-21.92v6.132h14.35c-1.688,5.736-7.166,9.595-14.021,9.595c-9.655,0-17.545-8.483-17.545-18.146c0-11.017,7.691-18.252,17.287-18.252c5.537,0,9.594,1.5,13.693,4.893l3.979-4.832c-4.573-3.979-9.853-6.459-17.544-6.459c-13.117,0-24.203,9.844-24.203,24.59C449.977,413.604,462.053,423.45,474.11,423.45"/>
<path fill="#E31B1D" d="M238.326,55.157c7.02,0,13.1-3.979,16.131-10.104h2.068v158.717c0,10.034-8.148,18.191-18.199,18.191c-10.043,0-18.19-8.157-18.19-18.191V45.054h2.075C225.252,51.178,231.324,55.157,238.326,55.157 M223.142,18.518c0,8.406,6.804,15.228,15.219,15.228c8.406,0,15.228-6.821,15.228-15.228c0-8.406-6.821-15.201-15.228-15.201C229.945,3.316,223.142,10.112,223.142,18.518 M223.142,18.518c0,8.406,6.804,15.228,15.219,15.228c8.406,0,15.228-6.821,15.228-15.228c0-8.406-6.821-15.201-15.228-15.201C229.945,3.316,223.142,10.112,223.142,18.518 M41.118,221.97V63.235c0-10.051-8.156-18.189-18.198-18.189c-10.052,0-18.217,8.139-18.217,18.189v140.535c0,10.061,8.165,18.199,18.217,18.199l0,0H41.118z M50.963,221.97h7.605c10.051,0,18.207-9.689,18.207-19.732h-0.018c0,9.742,1.98,19.732,10.586,19.732h-0.026V63.235c0-10.051-8.147-18.189-18.19-18.189s-18.182,8.139-18.182,18.189V221.97h0.009 M158.734,45.036V203.78c0,10.051,8.166,18.189,18.208,18.189c10.025,0,18.182-8.139,18.182-18.189V63.244c0-10.06-8.156-18.208-18.182-18.208l0,0H158.734z M141.268,45.036c-10.033,0-18.182,9.698-18.182,19.741h0.018c0-9.741-1.998-19.731-10.594-19.741h0.018V203.78c0,10.051,8.147,18.189,18.207,18.189c10.034,0,18.182-8.139,18.182-18.189V45.036h-0.025H141.268z"/>
<path fill="#00A4DD" d="M369.344,10.095c7.002,0,13.092-3.971,16.133-10.095h2.031v203.771c0,10.034-8.139,18.191-18.172,18.191c-10.129,0-18.251-8.157-18.251-18.191V0h2.059C356.176,6.124,362.333,10.095,369.344,10.095 M449.056,221.97V63.235c0-10.051-8.165-18.199-18.208-18.199c-10.033,0-18.182,8.148-18.182,18.199v140.535c0,10.052,8.148,18.199,18.182,18.199l0,0H449.056z M466.514,221.97c10.034,0,18.19-9.689,18.19-19.74h-0.017c0,9.74,1.998,19.732,10.602,19.74h-0.025V63.235c0-10.051-8.148-18.199-18.199-18.199c-10.043,0-18.189,8.148-18.189,18.199V221.97h0.033H466.514z M285.688,203.736c0,10.068,8.165,18.233,18.251,18.233c10.06,0,18.233-8.165,18.233-18.233s-8.174-18.241-18.233-18.241C293.853,185.495,285.688,193.668,285.688,203.736"/>
</svg>

Before

Width:  |  Height:  |  Size: 6.9 KiB

View file

@ -1,632 +0,0 @@
/* Typography and styling */
html {
font-family: 'Barlow', sans-serif;
font-size: 13pt;
line-height: 1.5;
color: #000;
}
body {
min-width: 22rem;
}
code, pre, var {
font-family: 'Roboto Mono', monospace;
font-weight: 300;
}
pre {
margin: 0.3em;
padding-left: 0.5em;
border-left: 2pt dotted #fc8;
border-right: 2pt dotted #fc8;
overflow-x: auto;
}
code, var {
border: 2pt dotted #fc8;
border-radius: 0.2em;
}
pre code, pre var {
border: none;
}
a {
text-decoration: none;
color: #0ad;
}
a:hover {
text-decoration: underline;
}
a.header-local-anchor {
color: #eee;
font-weight: 300;
padding-left: 0.5em;
}
a.header-local-anchor:hover {
text-decoration: none;
color: #0ad;
}
body {
margin: 0;
background: white;
}
h1, h2 {
font-family: 'Barlow Condensed', sans-serif;
color: #555;
border-bottom: 1pt solid #e8e8e8;
}
h3, h4, h5, h6 {
font-family: 'Barlow Semi Condensed', sans-serif;
color: #555;
border-bottom: 1pt solid #e8e8e8;
}
h1 {
font-size: 250%;
font-weight: bold;
}
h2 {
font-size: 225%;
font-weight: bold;
}
h3 {
font-size: 200%;
font-weight: 300;
}
h4 {
font-size: 150%;
font-weight: bold;
}
h5 {
font-size: 120%;
font-weight: bold;
}
h6 {
font-size: 120%;
font-weight: 300;
}
tbody tr.even {
background: #f8f8f8;
}
table td {
padding: 0.3em;
}
table th {
padding: 0.5em;
border-bottom: 1pt solid #777;
}
blockquote {
border-left: 0.5em solid #eee;
padding-left: 1em;
}
img {
max-width: 100%;
}
/* the "side" infobox */
.sidebox ol {
padding-left: 1em;
margin: 0;
margin-bottom: 0.5em;
}
.sidebox ul {
padding-left: 1em;
list-style-type: none;
margin: 0;
margin-bottom: 0.5em;
}
.sidebox .sidebox-right {
text-align: right;
}
li.sidebox-tag {
padding-left: 1em;
text-indent: -1em;
}
.sidebox-toc a {
display: inline-block;
padding-left: 1em;
text-indent: -1em;
}
/* search form and related stuff */
.search-form-wrap {
text-align: center;
font-size: 120%;
}
ul.search-results li {
margin-bottom: 1em;
}
ul.search-results li a.search-result {
font-size: 120%;
display: block;
}
ul.search-results li div.search-tag {
display: block;
font-size: 80%;
color: #555;
font-weight: bold;
}
form.search-form-wrap {
width: 100%;
}
div.search {
width: 100%;
border: 2pt solid #eee;
border-radius: 2em;
transition: border 250ms;
margin-left: auto;
margin-right: auto;
display:flex;
}
div.search:focus-within {
border: 2pt solid #0ad;
}
.search i {
height: 2em;
width: 2em;
background-image: url('static/search.svg');
background-size: contain;
background-repeat: no-repeat;
flex-grow: 0;
}
.search input {
font-size: inherit;
font-family: inherit;
line-height: 2em;
border: none;
background: none;
flex-grow: 1;
}
.search input:focus, .search input:active, .search input:focus-visible{
outline: none;
}
/* front page */
.index-cards {
display:flex;
justify-content: center;
flex-wrap: wrap;
align-items: flex-start;
}
.index-card {
border: 2pt solid #0ad;
box-shadow: 5pt 5pt 10pt #aaa;
border-radius: 1rem;
padding: 0.5rem;
margin: 0.5rem;
width: 6rem;
height: 10rem;
text-align: center;
}
.index-card a {
text-decoration: inherit;
color: #777;
}
.index-card a:hover {
text-decoration: inherit;
color: #0ad;
}
.index-card-icon {
width: 4rem;
height: 4rem;
margin: 0.5rem;
display: inline-block;
background-size: contain;
background-repeat: no-repeat;
}
.index-icon-admin {
background-image: url('static/emoji/1f5c2.svg');
}
.index-icon-it {
background-image: url('static/emoji/1f5a5.svg');
}
.index-icon-lab {
background-image: url('static/emoji/1f9ea.svg');
}
.index-icon-pub {
background-image: url('static/emoji/1f4dd.svg');
}
.index-card-title {
font-family: 'Barlow Semi Condensed', sans-serif;
font-size: 80%;
}
/* layout */
header {
height: 4rem;
margin-bottom: 1rem;
background: linear-gradient(to bottom, #fafafa, #fafafa 66%, #eeeeee);
display: flex;
}
main {
display: flex;
flex-direction: row;
}
.content-holder {
display: flex;
flex-direction: column;
align-items: stretch;
overflow-x: hidden; /* this prevents <pre> and pals from killing the layout */
}
/* side stuff */
.flex-sidefill-l {
}
.flex-sidefill-r {
}
.width-sidebox-counterweight {
}
.width-sidebox-placeholder {
}
.sidebox {
}
.width-content {
box-sizing: border-box;
flex-grow: 1;
}
.flex-fill {
flex-grow: 1;
}
/* header bar */
.topbar-borderbottom {
border-bottom: 1pt solid #777;
}
.same-height {
height: inherit;
display: flex;
}
.topbar-padding {
min-width: 2rem;
}
.topbar-unilu {
background: white;
align-self: flex-end;
padding: 0.5rem;
padding-bottom: 0.1rem;
border: solid 1pt #777;
border-bottom: none;
border-radius: 0.5rem 0.5rem 0 0;
}
.logo-unilu {
height: 2.5rem;
width: 3rem;
background-image: url('static/unilu.svg');
background-size: contain;
background-repeat: no-repeat;
}
.topbar-lcsb {
align-self: flex-end;
padding-bottom: 0.5rem;
}
.logo-lcsb {
height: 2.5rem;
width: 2.5rem;
background-image: url('static/lcsb.svg');
background-size: contain;
background-repeat: no-repeat;
}
.topbar-text {
padding-bottom: 0.5rem;
font-family: 'Barlow Condensed', sans-serif;
font-weight: 300;
line-height: 1.2;
color: #777;
display:flex;
}
.header-title {
align-self: flex-end;
font-size: 120%;
margin-left: .6em;
}
.header-subtitle {
display: none;
align-self: flex-end;
font-size: 120%;
max-width: 7em;
margin-left: .5em;
padding-left: .5em;
margin-bottom: 0.1rem;
border-left: 1pt solid #777;
}
/* meta bar */
.sidebox {
align-self: flex-start;
box-sizing: border-box;
width: 100%;
padding-left: 2rem;
padding-right: 2rem;
color: #777;
}
.sidebox-header {
font-weight: bold;
font-size: 80%;
}
.sidebox-values {
margin-bottom: 1em;
font-size: 80%;
}
/* main content */
.content {
box-sizing: border-box;
width: 100%;
padding-left: 2rem;
padding-right: 2rem;
}
/* footer */
.content-footer {
height: 10rem;
margin-top: 5rem;
background-color: #ddd;
box-shadow:
inset 10rem -10rem 10rem 0 #fff,
inset -10rem -10rem 10rem 0 #fff;
display: flex;
}
.footer-r3 {
align-self: center;
height: 3rem;
width: 3rem;
background-image: url('static/r3.svg');
background-size: contain;
background-repeat: no-repeat;
}
.footer-lcsb {
align-self: center;
margin-left: 1rem;
height: 3rem;
width: 3rem;
background-image: url('static/lcsb.svg');
background-size: contain;
background-repeat: no-repeat;
}
.footer-text {
align-self: center;
margin-left: 2rem;
max-width: 75%;
font: 'Barlow Condensed', sans-serif;
font-size: 80%;
color: #777;
}
/* responsive switchery */
@media screen and (min-width: 390pt /*30 rem*/) {
div.search {
width: 25rem;
}
.header-title {
font-size: 150%;
}
.header-subtitle {
font-size: 75%;
display: block;
}
}
@media screen and (min-width: 780pt /*60 rem*/) {
/*
* bigger than forced 1column:
* - switch header to "normal" form
* - start growing borders
*/
header {
height: 8rem;
}
.flex-sidefill-l {
flex-grow: 1;
}
.flex-sidefill-r {
flex-grow: 1;
}
.width-content {
width: 60rem;
flex-grow: 0;
}
.index-card {
border-radius: 2rem;
padding: 1rem;
margin: 1rem;
width: 9rem;
height: 15rem;
}
.index-card-icon {
width:6rem;
height:6rem;
}
.index-card-title {
font-size: 120%;
}
/* header stuff */
.topbar-unilu {
padding: 1.5rem;
padding-bottom: 0.2rem;
border-radius: 1.5rem 1.5rem 0 0;
}
.logo-unilu {
height: 5rem;
width: 6rem;
}
.topbar-lcsb {
padding-bottom: 1rem;
}
.logo-lcsb {
height: 5rem;
width: 5rem;
}
.topbar-text {
padding-bottom: 1rem;
}
.header-title {
font-size: 300%;
}
.header-subtitle {
margin-bottom: 0.4rem;
font-size: 120%;
}
}
@media screen and (min-width: 1040pt /*80 rem*/) {
header {
margin-bottom: 3rem;
}
.flex-sidefill-r {
flex-grow: 0;
}
.content-holder {
flex-direction: row-reverse;
}
.width-sidebox-placeholder {
width: 20rem;
}
.sidebox {
width: 20rem;
}
.sidebox .sidebox-right {
text-align: left;
margin-bottom: 1em;
}
}
@media screen and (min-width: 1300pt /*100 rem*/) {
.flex-sidefill-r {
flex-grow: 1;
}
.width-sidebox-counterweight {
width: 20rem;
}
}
@media print {
html {
font-size: 10pt;
}
header {
display: none;
}
.content-footer {
display: none;
}
.content {
padding: 0;
}
.sidebox {
display: none;
}
pre {
overflow-x: wrap;
}
}

View file

@ -1,17 +0,0 @@
---
mount: /404
title: Page not found
search: off
toc: off
timestamp: null
---
# Page not found!
You may have clicked a bad link, or the links between the how-to cards are
broken. If you believe the page should be here, try [searching for
it](/search), or [let us know](/contribute) about the issue.
**If you are not connected to the university network**, the card you are trying
to access may be internal-only, and thus hidden from you. You may [connect to
the VPN](/it/vpn) to fix that.

View file

@ -1,13 +0,0 @@
---
mount: /
title: Home
template: index.html
toc: off
timestamp: null
---
#### What are How-To Cards?
How-To Cards are a self-documentation resource for the main processes, rules and tasks at LCSB. Everyone can [contribute their knowledge](/about/contribute) to the cards, or publish updates of the existing cards. All information about the how-to cards is [categorized here](/tag/about).
If you need help with the service functionality, please create a request for support by creating a ticket on [ServiceNow](https://service.uni.lu/) using the catalog item *LCSB/BioCore: Application Services*.

View file

@ -1,113 +0,0 @@
---
mount: license
tags:
- about/license
title: How-To Cards data license
---
The contents of How-To Cards are licensed under CC-BY-SA 4.0 license. The full text of the license follows:
# Creative Commons Attribution-ShareAlike 4.0 International Public License
By exercising the Licensed Rights (defined below), You accept and agree to be bound by the terms and conditions of this Creative Commons Attribution-ShareAlike 4.0 International Public License ("Public License"). To the extent this Public License may be interpreted as a contract, You are granted the Licensed Rights in consideration of Your acceptance of these terms and conditions, and the Licensor grants You such rights in consideration of benefits the Licensor receives from making the Licensed Material available under these terms and conditions.
## Section 1 Definitions.
a. __Adapted Material__ means material subject to Copyright and Similar Rights that is derived from or based upon the Licensed Material and in which the Licensed Material is translated, altered, arranged, transformed, or otherwise modified in a manner requiring permission under the Copyright and Similar Rights held by the Licensor. For purposes of this Public License, where the Licensed Material is a musical work, performance, or sound recording, Adapted Material is always produced where the Licensed Material is synched in timed relation with a moving image.
b. __Adapter's License__ means the license You apply to Your Copyright and Similar Rights in Your contributions to Adapted Material in accordance with the terms and conditions of this Public License.
c. __BY-SA Compatible License__ means a license listed at [creativecommons.org/compatiblelicenses](http://creativecommons.org/compatiblelicenses), approved by Creative Commons as essentially the equivalent of this Public License.
d. __Copyright and Similar Rights__ means copyright and/or similar rights closely related to copyright including, without limitation, performance, broadcast, sound recording, and Sui Generis Database Rights, without regard to how the rights are labeled or categorized. For purposes of this Public License, the rights specified in Section 2(b)(1)-(2) are not Copyright and Similar Rights.
e. __Effective Technological Measures__ means those measures that, in the absence of proper authority, may not be circumvented under laws fulfilling obligations under Article 11 of the WIPO Copyright Treaty adopted on December 20, 1996, and/or similar international agreements.
f. __Exceptions and Limitations__ means fair use, fair dealing, and/or any other exception or limitation to Copyright and Similar Rights that applies to Your use of the Licensed Material.
g. __License Elements__ means the license attributes listed in the name of a Creative Commons Public License. The License Elements of this Public License are Attribution and ShareAlike.
h. __Licensed Material__ means the artistic or literary work, database, or other material to which the Licensor applied this Public License.
i. __Licensed Rights__ means the rights granted to You subject to the terms and conditions of this Public License, which are limited to all Copyright and Similar Rights that apply to Your use of the Licensed Material and that the Licensor has authority to license.
j. __Licensor__ means the individual(s) or entity(ies) granting rights under this Public License.
k. __Share__ means to provide material to the public by any means or process that requires permission under the Licensed Rights, such as reproduction, public display, public performance, distribution, dissemination, communication, or importation, and to make material available to the public including in ways that members of the public may access the material from a place and at a time individually chosen by them.
l. __Sui Generis Database Rights__ means rights other than copyright resulting from Directive 96/9/EC of the European Parliament and of the Council of 11 March 1996 on the legal protection of databases, as amended and/or succeeded, as well as other essentially equivalent rights anywhere in the world.
m. __You__ means the individual or entity exercising the Licensed Rights under this Public License. __Your__ has a corresponding meaning.
## Section 2 Scope.
a. ___License grant.___
1. Subject to the terms and conditions of this Public License, the Licensor hereby grants You a worldwide, royalty-free, non-sublicensable, non-exclusive, irrevocable license to exercise the Licensed Rights in the Licensed Material to:
A. reproduce and Share the Licensed Material, in whole or in part; and
B. produce, reproduce, and Share Adapted Material.
2. __Exceptions and Limitations.__ For the avoidance of doubt, where Exceptions and Limitations apply to Your use, this Public License does not apply, and You do not need to comply with its terms and conditions.
3. __Term.__ The term of this Public License is specified in Section 6(a).
4. __Media and formats; technical modifications allowed.__ The Licensor authorizes You to exercise the Licensed Rights in all media and formats whether now known or hereafter created, and to make technical modifications necessary to do so. The Licensor waives and/or agrees not to assert any right or authority to forbid You from making technical modifications necessary to exercise the Licensed Rights, including technical modifications necessary to circumvent Effective Technological Measures. For purposes of this Public License, simply making modifications authorized by this Section 2(a)(4) never produces Adapted Material.
5. __Downstream recipients.__
A. __Offer from the Licensor Licensed Material.__ Every recipient of the Licensed Material automatically receives an offer from the Licensor to exercise the Licensed Rights under the terms and conditions of this Public License.
B. __Additional offer from the Licensor Adapted Material.__ Every recipient of Adapted Material from You automatically receives an offer from the Licensor to exercise the Licensed Rights in the Adapted Material under the conditions of the Adapters License You apply.
C. __No downstream restrictions.__ You may not offer or impose any additional or different terms or conditions on, or apply any Effective Technological Measures to, the Licensed Material if doing so restricts exercise of the Licensed Rights by any recipient of the Licensed Material.
6. __No endorsement.__ Nothing in this Public License constitutes or may be construed as permission to assert or imply that You are, or that Your use of the Licensed Material is, connected with, or sponsored, endorsed, or granted official status by, the Licensor or others designated to receive attribution as provided in Section 3(a)(1)(A)(i).
b. ___Other rights.___
1. Moral rights, such as the right of integrity, are not licensed under this Public License, nor are publicity, privacy, and/or other similar personality rights; however, to the extent possible, the Licensor waives and/or agrees not to assert any such rights held by the Licensor to the limited extent necessary to allow You to exercise the Licensed Rights, but not otherwise.
2. Patent and trademark rights are not licensed under this Public License.
3. To the extent possible, the Licensor waives any right to collect royalties from You for the exercise of the Licensed Rights, whether directly or through a collecting society under any voluntary or waivable statutory or compulsory licensing scheme. In all other cases the Licensor expressly reserves any right to collect such royalties.
## Section 3 License Conditions.
Your exercise of the Licensed Rights is expressly made subject to the following conditions.
a. ___Attribution.___
1. If You Share the Licensed Material (including in modified form), You must:
A. retain the following if it is supplied by the Licensor with the Licensed Material:
i. identification of the creator(s) of the Licensed Material and any others designated to receive attribution, in any reasonable manner requested by the Licensor (including by pseudonym if designated);
ii. a copyright notice;
iii. a notice that refers to this Public License;
iv. a notice that refers to the disclaimer of warranties;
v. a URI or hyperlink to the Licensed Material to the extent reasonably practicable;
B. indicate if You modified the Licensed Material and retain an indication of any previous modifications; and
C. indicate the Licensed Material is licensed under this Public License, and include the text of, or the URI or hyperlink to, this Public License.
2. You may satisfy the conditions in Section 3(a)(1) in any reasonable manner based on the medium, means, and context in which You Share the Licensed Material. For example, it may be reasonable to satisfy the conditions by providing a URI or hyperlink to a resource that includes the required information.
3. If requested by the Licensor, You must remove any of the information required by Section 3(a)(1)(A) to the extent reasonably practicable.
b. ___ShareAlike.___
In addition to the conditions in Section 3(a), if You Share Adapted Material You produce, the following conditions also apply.
1. The Adapters License You apply must be a Creative Commons license with the same License Elements, this version or later, or a BY-SA Compatible License.
2. You must include the text of, or the URI or hyperlink to, the Adapter's License You apply. You may satisfy this condition in any reasonable manner based on the medium, means, and context in which You Share Adapted Material.
3. You may not offer or impose any additional or different terms or conditions on, or apply any Effective Technological Measures to, Adapted Material that restrict exercise of the rights granted under the Adapter's License You apply.
## Section 4 Sui Generis Database Rights.
Where the Licensed Rights include Sui Generis Database Rights that apply to Your use of the Licensed Material:
a. for the avoidance of doubt, Section 2(a)(1) grants You the right to extract, reuse, reproduce, and Share all or a substantial portion of the contents of the database;
b. if You include all or a substantial portion of the database contents in a database in which You have Sui Generis Database Rights, then the database in which You have Sui Generis Database Rights (but not its individual contents) is Adapted Material, including for purposes of Section 3(b); and
c. You must comply with the conditions in Section 3(a) if You Share all or a substantial portion of the contents of the database.
For the avoidance of doubt, this Section 4 supplements and does not replace Your obligations under this Public License where the Licensed Rights include other Copyright and Similar Rights.
## Section 5 Disclaimer of Warranties and Limitation of Liability.
a. __Unless otherwise separately undertaken by the Licensor, to the extent possible, the Licensor offers the Licensed Material as-is and as-available, and makes no representations or warranties of any kind concerning the Licensed Material, whether express, implied, statutory, or other. This includes, without limitation, warranties of title, merchantability, fitness for a particular purpose, non-infringement, absence of latent or other defects, accuracy, or the presence or absence of errors, whether or not known or discoverable. Where disclaimers of warranties are not allowed in full or in part, this disclaimer may not apply to You.__
b. __To the extent possible, in no event will the Licensor be liable to You on any legal theory (including, without limitation, negligence) or otherwise for any direct, special, indirect, incidental, consequential, punitive, exemplary, or other losses, costs, expenses, or damages arising out of this Public License or use of the Licensed Material, even if the Licensor has been advised of the possibility of such losses, costs, expenses, or damages. Where a limitation of liability is not allowed in full or in part, this limitation may not apply to You.__
c. The disclaimer of warranties and limitation of liability provided above shall be interpreted in a manner that, to the extent possible, most closely approximates an absolute disclaimer and waiver of all liability.
## Section 6 Term and Termination.
a. This Public License applies for the term of the Copyright and Similar Rights licensed here. However, if You fail to comply with this Public License, then Your rights under this Public License terminate automatically.
b. Where Your right to use the Licensed Material has terminated under Section 6(a), it reinstates:
1. automatically as of the date the violation is cured, provided it is cured within 30 days of Your discovery of the violation; or
2. upon express reinstatement by the Licensor.
For the avoidance of doubt, this Section 6(b) does not affect any right the Licensor may have to seek remedies for Your violations of this Public License.
c. For the avoidance of doubt, the Licensor may also offer the Licensed Material under separate terms or conditions or stop distributing the Licensed Material at any time; however, doing so will not terminate this Public License.
d. Sections 1, 5, 6, 7, and 8 survive termination of this Public License.
## Section 7 Other Terms and Conditions.
a. The Licensor shall not be bound by any additional or different terms or conditions communicated by You unless expressly agreed.
b. Any arrangements, understandings, or agreements regarding the Licensed Material not stated herein are separate from and independent of the terms and conditions of this Public License.
## Section 8 Interpretation.
a. For the avoidance of doubt, this Public License does not, and shall not be interpreted to, reduce, limit, restrict, or impose conditions on any use of the Licensed Material that could lawfully be made without permission under this Public License.
b. To the extent possible, if any provision of this Public License is deemed unenforceable, it shall be automatically reformed to the minimum extent necessary to make it enforceable. If the provision cannot be reformed, it shall be severed from this Public License without affecting the enforceability of the remaining terms and conditions.
c. No term or condition of this Public License will be waived and no failure to comply consented to unless expressly agreed to by the Licensor.
d. Nothing in this Public License constitutes or may be interpreted as a limitation upon, or waiver of, any privileges and immunities that apply to the Licensor or You, including from the legal processes of any jurisdiction or authority.
> Creative Commons is not a party to its public licenses. Notwithstanding, Creative Commons may elect to apply one of its public licenses to material it publishes and in those instances will be considered the “Licensor.” The text of the Creative Commons public licenses is dedicated to the public domain under the [CC0 Public Domain Dedication](https://creativecommons.org/publicdomain/zero/1.0/legalcode). Except for the limited purpose of indicating that material is shared under a Creative Commons public license or as otherwise permitted by the Creative Commons policies published at [creativecommons.org/policies](http://creativecommons.org/policies), Creative Commons does not authorize the use of the trademark “Creative Commons” or any other trademark or logo of Creative Commons without its prior written consent including, without limitation, in connection with any unauthorized modifications to any of its public licenses or any other arrangements, understandings, or agreements concerning use of licensed material. For the avoidance of doubt, this paragraph does not form part of the public licenses.
>
> Creative Commons may be contacted at creativecommons.org.

Binary file not shown.

Before

Width:  |  Height:  |  Size: 35 KiB

View file

@ -1,55 +0,0 @@
---
title: My Page
mount: ext/mypage
redirects:
- mypage
- old:mypage
tags:
- about/test
- something/thencefence
---
# My Testing Page
something something
```
this that
```
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Proin tortor purus platea sit eu id nisi litora libero. Neque vulputate consequat ac amet augue blandit maximus aliquet congue. Pharetra vestibulum posuere ornare faucibus fusce dictumst orci aenean eu facilisis ut volutpat commodo senectus purus himenaeos fames primis convallis nisi.
Phasellus fermentum malesuada phasellus netus dictum aenean placerat egestas amet. Ornare taciti semper dolor tristique morbi. Sem leo tincidunt aliquet semper eu lectus scelerisque quis. Sagittis vivamus mollis nisi mollis enim fermentum laoreet.
Curabitur semper venenatis lectus viverra ex dictumst nulla maximus. Primis iaculis elementum conubia feugiat venenatis dolor augue ac blandit nullam ac phasellus turpis feugiat mollis.
- Duis lectus porta mattis imperdiet
- vivamus augue litora lectus arcu. Justo torquent pharetra volutpat ad
- blandit bibendum accumsan nec elit cras luctus primis ipsum gravida class congue.
Vehicula etiam elementum finibus enim duis feugiat commodo adipiscing tortor tempor elit. Et mollis consectetur habitant turpis tortor consectetur adipiscing vulputate dolor lectus
1. iaculis convallis adipiscing.
2. Nam hendrerit dignissim condimentum ullamcorper
3. diam morbi eget consectetur odio in sagittis.
## Something else
![awesome](img/awesome.png)
### more nonsense
haha [linek](/tags/or/something)
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Proin tortor purus platea sit eu id nisi
# Header 1
## Header 2
### Header 3
#### Header 4
##### Header 5
###### Header 6
litora libero. Neque vulputate consequat ac amet augue blandit maximus aliquet congue. Pharetra vestibulum posuere ornare faucibus fusce dictumst orci aenean eu facilisis ut volutpat commodo senectus purus himenaeos fames primis convallis nisi.

View file

@ -1,149 +0,0 @@
---
title: Privacy Policy for the LCSB How-to Cards Website
mount: /privacy-policy
tags:
- about/privacy
---
# Privacy Policy for the LCSB How-to Cards Website
## 1. Preface
This is the privacy policy for the [LCSB How-to Cards website](https://howto.lcsb.uni.lu) that is hosted by the University of Luxembourgs Luxembourg Centre for Systems Biomedicine (UL-LCSB) the **data controller** here on referred to as "we", "us", "our".
In this policy we outline what **personal data** ("data") we collect when **data subjects** ("you", "your") visit our sites and use our services, for what purposes this data is collected, where and how long it is kept and your rights regarding data as per the EU General Data Protection Regulation ("GDPR"). We also list relevant contact persons regarding requests and inquiries on data and data protection.
The policy document is organised as follows. In [Section 2](#who-is-the-data-controller) we provide contact details for the data controller. In [Section 3](#what-are-your-rights-regarding-the-data-we-collect) we list your rights regarding the personal data collected. In [Section 4](#how-do-we-protect-your-data) we summarise the measures taken to protect personal data. In [Section 5](#which-personal-data-is-collected) we list the personal data commonly collected on our website. We outline where the data is stored, for what purposes the data is used and the lawful basis for us to process the data. In [Section 5](#which-personal-data-is-collected) you will also find our sites' cookie policy.
## 2. Who is the data controller?
The data controller is the University of Luxembourg.
```
University of Luxembourg
2, avenue de l'Université
L-4365 Esch-sur-Alzette
```
University of Luxembourgs Data Protection Officers contact information is given below.
This contact should be used to exercise of your rights regarding personal data and also for general inquiries on data protection.
```
Dr Sandrine Munoz (dpo@uni.lu)
University of Luxembourg
Legal Affairs, Central Administration
Maison du Savoir
L-4365 Esch-sur-Alzette
```
## 3. What are your rights regarding the data we collect?
As per GDPR, you as a “data subject” have rights on your personal data.
You have the right to be informed that UL-LCSB is processing your personal information.
You have the right to access your personal information and in case it is inaccurate or incomplete you have the right to have it rectified without undue delay.
You have the right to ask that we delete your personal data or restrict its use. Where applicable, you have the right to object to our processing of your personal data, and the right to data portability. Your requests for deletion and processing restriction will be assessed by us and we will notify you of the result of this assessment within one month of receipt of the request. This period may be extended by two further months where necessary, taking into account the complexity and the number of applications (in accordance with article 12.3 GDPR).
You can request that we notify you in case any changes are made to your personal data or your data has been sent to any other party.
You have the right to lodge a complaint with the Luxembourgish data protection supervisory authority, CNPD, in case you consider that our processing of your personal data infringes the GDPR.
In order to exercise any of the above rights, you shall contact the University of Luxembourgs Data Protection Officer in writing. The procedure for this is described in detail [here](https://wwwen.uni.lu/university/data_protection/your_rights).
## 4. How do we protect your data?
The UL-LCSB has put in place a number of organisational and technical measures for the protection of your personal data in compliance with the EU GDPR. These measures include but are not limited to access control, encrypted data transmission, institutional policies, staff code of conduct and training on data protection.
UL-LCSB takes all measures reasonably necessary to protect against unauthorized access, use, alterations or destruction of your personal data. Only authorized personnel at the UL-LCSB and its host institution can access the data. Examples of such personnel include, but is not limited to, UL and UL-LCSB IT system administrators.
The types of personal data collected on our sites, its storage, use and sharing is described in the following sections. Please note that:
- No personal data collected on LCSB How-to Cards website are used for direct marketing purposes.
- The data collected on the platform will not be forwarded to 3rd parties.
## 5. Which personal data is collected?
### 5.1 Site visitor information and site analytics
#### Data and its purpose of use
When you visit the [LCSB How-to Cards website](https://howto.lcsb.uni.lu), we collect the following information:
- your IP address,
- your device type, name and ID,
- your browser version,
- your operating system and language settings,
- date and time of web resource access request,
- content of access request,
- status and size of response to a request,
This information is automatically collected by server-side software that deliver pages to site visitors.
We use this data to analyse site usage, which in turn allows us to further optimize and secure our site.
The data will be used for statistical purposes only.
In addition, only if you agree to the use of site analytics, we will collect the following information during your visit of our site:
- visitor id, which is a unique string calculated based on your IP address (two bytes masked), operating system, browser, browser plugins, and browser language,
- the URLs, and titles of pages you visit on our site as well as custom events on our pages (such as links clicked),
- referrer page, which is the web page such as a search engine or newsletter link, that leads your visit to our site.
Site analytics information allows us to optimise our site content and its delivery. We use this information to determine whether you have visited our website before, what you have previously viewed or clicked on, how user-friendly our forms are and how you found us. The information is anonymous and only used for statistical purposes, and it helps us to analyse patterns of user activity and to develop a better user experience. We also use this information to prepare aggregated, anonymous statistical reports of visitor activity needed for performance evaluation.
#### Legal basis
The site visitor and site analytics information are necessary for us in order to deliver the website to you as well as to guarantee the websites stability and security; therefore it is in our legitimate interest (GDPR Article 6(1)(f)) to collect and use site visitor information.
#### Storage location and duration
We store site visitor and site analytics data on servers located in Luxembourg, specifically at the University of Luxembourgs data centre, for a maximum period of 12 months. Visitor logs are deleted after this period, aggregated statistics on site visits are stored for an indefinite period.
#### Transfers
Site visitor and site analytics information collected by our server-side software is not transferred to any other country.
### 5.2 Use of cookies
#### Data and its purpose of use
[LCSB How-to Cards website](https://howto.lcsb.uni.lu) makes use of cookies. Cookies are bits of information that are created and maintained by your web browser when you visit a website. Cookies are categorized as first-party and third-party. First-party cookies are placed by the website you visit and will not track your activity once you leave that website. Third-party cookies are often set by another site not the one youre visiting, e.g. advertisements, social media widgets, and they may continue to track your activity across sites. Our site is designed to use the cookies listed below:
- **Cookie preference** When you visit our sites for the first time you will be notified of our cookie policy. You will have the option to proceed only with technically necessary cookies (i.e. optimisation, security and authentication) or (additionally) allow site analytics cookies. We will keep your preference in a cookie named “lap”. Your cookie preferences will be displayed at the bottom of pages, and you will have the option to
change your cookie settings at any time.
- **Optimization and security cookies** Our sites are fronted by load balancers and firewalls managed by the University of Luxembourg. As a result, additional cookies named `LBServer` and `TS*` will be placed in your browser.
Optimization and security, authentication cookies are first-party and there is no personal information stored in them.
In addition, our websites make use of the following optional cookies:
- **Analytics cookies (Optional)** If you allow the use of site analytics, our site will place the following first-party analytics cookies: `_pk_id*`, `_pk_ses*`, `_pk_cvar`, `_pk_hsr` and `_pk_ref`.
- `_pk_id*` holds your unique visitor ID.
- `_pk_ref` holds the referrer page information, where applicable.
- `_pk_ses*`, `_pk_cvar` and `_pk_hsr` are short-lived cookies used to temporarily store data for a particular visit of you to our site.
#### Storage location and duration
Normally cookies are stored on your computer until the end of their expiry period summarized below. You may also choose to clear your browser cookies manually.
| Cookie category | Cookie name| Expiry period |
|--------------------|--------------------|--------------------|
| Cookie preference | `lap` | 6 months|
| Cookie preference | `MATOMO_SESSID` | Temporarily created when user opts out of analytics |
| Optimisation & Security | `LBServer` | End of browsing session |
| Optimisation & Security | `TS*` | End of browsing session |
| Analytics (optional) | `_pk_id*` | 1 year |
| Analytics (optional) | `_pk_ref` | 6 months |
| Analytics (optional) | `_pk_ses*`, `_pk_cvar`, `_pk_hsr`| End of browsing session |
#### Legal basis
The use of cookies is in our legitimate interest (GDPR Article 6(1)(f)), as cookies enable us to deliver our websites to you in a stable and secure manner.
#### Transfers
Essential cookies i.e. the Optimisation & Security cookies listed above are required for our websites to function. These cookies are stored on your computer, and information in them is transferred to servers in Luxembourg, when cookie information is used by our site servers.

View file

@ -1,8 +0,0 @@
"": "All"
publication: "Publication"
code: "Code"
about: "About"
license: "Licensing"
privacy: "Privacy"
it: "IT"
ppc: "Pre-Publication Check"

10
pages/index.md Normal file
View file

@ -0,0 +1,10 @@
---
mount: /
title: Home
toc: off
timestamp: null
---
# Well hello there
This site is empty, you can start populating it!

View file

@ -1,34 +0,0 @@
<div class="index-cards">
<div class="index-card">
<a href="{{root}}tag/admin">
<div class="index-card-icon index-icon-admin"></div>
<div class="index-card-title">
Administrative processes, Staff and Campus
</div>
</a>
</div>
<div class="index-card">
<a href="{{root}}tag/it">
<div class="index-card-icon index-icon-it"></div>
<div class="index-card-title">
Bioinformatics, Computational methods and IT
</div>
</a>
</div>
<div class="index-card">
<a href="{{root}}tag/lab">
<div class="index-card-icon index-icon-lab"></div>
<div class="index-card-title">
Wetlab equipment and processes
</div>
</a>
</div>
<div class="index-card">
<a href="{{root}}tag/publication">
<div class="index-card-icon index-icon-pub"></div>
<div class="index-card-title">
Publications and Responsible Reproducible Research
</div>
</a>
</div>
</div>

View file

@ -3,6 +3,5 @@
<body>
{{> header.html}}
{{{body}}}
{{> footer.html}}
</body>
</html>

View file

@ -1,39 +0,0 @@
<div class="content-footer">
<div class="flex-fill"></div>
<div class="footer-r3"></div>
<div class="footer-lcsb"></div>
<div class="footer-text">
<div>
The contents are available under the <a href="{{root}}license">Creative Commons Attribution-ShareAlike License (CC-BY-SA 4.0)</a>.
</div>
<div>
<a href="{{root}}privacy-policy">Privacy Policy</a>
(<span id="gdpr-result-text"></span> - <a href="javascript:%20showBanner();">change</a>)
</div>
</div>
<div class="flex-fill"></div>
</div>
</div>
<div class="width-sidebox-counterweight"></div>
</div>
<div class="flex-sidefill-r"></div>
</main>
<!-- cookie banner kindly provided by analytics.uni.lu -->
<div id="lap-cookies-banner">
<div class="banner-intro">
<div class="close-button">
<a class="lap-refuse">×</a>
</div>
<div class="banner-img">
<img src="https://analytics.lcsb.uni.lu/lap/static/logos/r3-logo.svg" type="image/svg+xml">
</div>
<div class="banner-title">This website needs some cookies and similar means to function.</div>
<div class="banner-text">If you permit us, we will use those means to collect data on your visits for aggregated statistics to improve our service.</div>
</div>
<div class="banner-buttons">
<a class="btn lap-accept">Accept cookies for aggregated statistics</a>
<a class="btn lap-refuse">No thanks, only technically necessary cookies</a>
<a class="btn lap-cookies-more" href="/privacy-policy">More information</a>
</div>
</div>

View file

@ -1,32 +1,13 @@
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>
{{?title}}How-To Cards: {{title}}{{/title}}
{{?title}}Page: {{title}}{{/title}}
{{?htag}}
Category:
{{#htag}}
{{?tag}} » {{tag}}{{/tag}}
{{^tag}}All cards{{/tag}}
{{^tag}}All pages{{/tag}}
{{/htag}}
{{/htag}}
</title>
<link rel="stylesheet" href="{{root}}style.css" />
<link rel="stylesheet" href="{{root}}fonts.css" />
<script>
// settings for the provided by analytics.uni.lu (that drives the cookie banner)
const settings = {
expires: "180",
matomoURL: "https://analytics.lcsb.uni.lu/hub/",
siteID: "3",
accept_all_text: "Aggregate statistics cookies accepted",
only_necessary_text: "Only necessary cookies accepted",
cookieName: "lap",
bots: /bot|crawler|spider|crawling/i,
timeout_hidebanner: "500",
cookieDomain: window.location.hostname,
}
</script>
<script src="https://analytics.lcsb.uni.lu/lap/static/js/lap.js"></script>
<link rel="stylesheet" type="text/css" href="https://analytics.lcsb.uni.lu/lap/static/css/lap.css">
</head>

View file

@ -1,26 +1,19 @@
<header>
<div class="flex-sidefill-l topbar-borderbottom"></div>
<div class="width-sidebox-counterweight topbar-borderbottom"></div>
<div class="width-content same-height">
<div class="topbar-padding topbar-borderbottom"></div>
<div class="topbar-unilu topbar-borderbottom">
<a href="{{root}}"><div class="logo-unilu"></div></a>
</div>
<div class="topbar-text topbar-borderbottom">
<div class="header-title">LCSB How-To Cards</div>
<div class="header-subtitle">The practical and handy reference</div>
</div>
<div class="flex-fill topbar-borderbottom"></div>
<div class="topbar-lcsb topbar-borderbottom">
<div class="logo-lcsb"></div>
</div>
<div class="topbar-padding topbar-borderbottom"></div>
</div>
<div class="width-sidebox-placeholder topbar-borderbottom"></div>
<div class="flex-sidefill-r topbar-borderbottom"></div>
{{?htags}}
Categories:
<ul>
{{#htags}}
<li class="sidebox-tag">{{#.}}<a href="{{href}}">{{^tag}}all{{/tag}}{{?tag}} » {{tag}}{{/tag}}{{/.}}</a></li>
{{/htags}}
</ul>
{{/htags}}
{{?toc}}
Card outline:
{{{toc}}}
{{/toc}}
{{?timestamp}}
Last modification: {{timestamp}}
{{/timestamp}}
</header>
<main>
<div class="flex-sidefill-l"></div>
<div class="content-holder">
{{> sidebox.html}}
<div class="content width-content">

View file

@ -1,21 +0,0 @@
<html>
{{> head.html}}
<body>
<script>
// legacy querystring-based shortcut redirection (if you use this anywhere,
// please try to avoid it; just removing the ? from the URL is a good way to
// migrate.)
var shortcut_link = window.location.search
if(shortcut_link.length > 0 && shortcut_link[0]==='?') {
setTimeout(function() {
window.location.replace("{{root}}"+shortcut_link.substring(1))
}, 1);
}
</script>
{{> header.html}}
{{> searchform.html}}
{{> bigcards.html}}
{{{body}}}
{{> footer.html}}
</body>
</html>

View file

@ -7,7 +7,7 @@
{{?htag}}
Category listing:
{{#htag}}
<a class="cards-tagpiece" href="{{href}}">
<a href="{{href}}">
{{^tag}}all{{/tag}}
{{?tag}}» {{tag}}{{/tag}}
</a>
@ -16,7 +16,7 @@
</h1>
<p>See the <a href="{{taghref}}">hierarchical view of this category</a>.</p>
{{?subtags}}<h3>Sub-categories</h3>
<ul class="cards-subcategories">
<ul>
{{#subtags}}
<li><a href="{{href}}">{{#tags}} » {{.}} {{/tags}}</a></li>
{{/subtags}}
@ -24,12 +24,11 @@
{{/subtags}}
{{?pages}}
<h3>Cards</h3>
<ul class="cards-list">
<ul>
{{#pages}}
<li><a href="{{href}}">{{meta.title}}</a></li>
{{/pages}}
</ul>
{{/pages}}
{{> footer.html}}
</body>
</html>

View file

@ -4,6 +4,5 @@
{{> header.html}}
{{> searchform.html}}
{{> searchresults.html}}
{{> footer.html}}
</body>
</html>

View file

@ -1,8 +1,3 @@
<div class="search-form-wrap">
<form action="{{root}}search/">
<div class="search">
<i></i>
<input class="search" placeholder="What are you looking for?" name="search_query" id="search_query" />
</div>
</form>
</div>
<form action="{{root}}search/">
<input name="search_query" id="search_query" />
</form>

View file

@ -1,37 +0,0 @@
<div class="sidebox">
<div class="sidebox-right">
<a href="{{root}}">Home</a>
|
<a href="{{root}}tag">Categories</a>
|
<a href="{{root}}search">Search</a>
</div>
{{?htags}}
<div class="sidebox-header">
Card categories
</div>
<div class="sidebox-values">
<ul>
{{#htags}}
<li class="sidebox-tag">{{#.}}<a href="{{href}}">{{^tag}}all{{/tag}}{{?tag}} » {{tag}}{{/tag}}{{/.}}</a></li>
{{/htags}}
</ul>
</div>
{{/htags}}
{{?toc}}
<div class="sidebox-header">
Card outline
</div>
<div class="sidebox-values sidebox-toc">
{{{toc}}}
</div>
{{/toc}}
{{?timestamp}}
<div class="sidebox-header">
Last modification
</div>
<div class="sidebox-values">
{{timestamp}}
</div>
{{/timestamp}}
</div>

View file

@ -4,16 +4,16 @@
<body>
{{> header.html}}
<h1>
Cards in category:
Pages in category:
{{#htag}}
<a class="cards-tagpiece" href="{{href}}">
<a href="{{href}}">
{{^tag}}all{{/tag}}
{{?tag}}» {{tag}}{{/tag}}
</a>
{{/htag}}
</h1>
<p>See the <a href="{{listhref}}">complete listing of all pages in this category</a>.</p>
<ul class="cards-list">
<ul>
{{?pages}}
{{#pages}}
<li><a href="{{href}}">{{meta.title}}</a></li>
@ -53,6 +53,5 @@ Cards in category:
{{/subtags}}
{{/subtags}}
</ul>
{{> footer.html}}
</body>
</html>