diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000000000000000000000000000000000000..0138ce5def5970662bcd90af3fc415edf7d84570
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,11 @@
+*.aux
+*.log
+*.out
+*.pdf
+*.gz
+*.fdb_latexmk
+*.fls
+_site
+.sass-cache
+.jekyll-metadata
+Gemfile.lock
\ No newline at end of file
diff --git a/404.html b/404.html
new file mode 100644
index 0000000000000000000000000000000000000000..c472b4ea0a781061dab1f394627222735d4215bd
--- /dev/null
+++ b/404.html
@@ -0,0 +1,24 @@
+---
+layout: default
+---
+
+<style type="text/css" media="screen">
+  .container {
+    margin: 10px auto;
+    max-width: 600px;
+    text-align: center;
+  }
+  h1 {
+    margin: 30px 0;
+    font-size: 4em;
+    line-height: 1;
+    letter-spacing: -1px;
+  }
+</style>
+
+<div class="container">
+  <h1>404</h1>
+
+  <p><strong>Page not found :(</strong></p>
+  <p>The requested page could not be found.</p>
+</div>
diff --git a/Gemfile b/Gemfile
new file mode 100644
index 0000000000000000000000000000000000000000..7b1e783259485553ffaf6d49f1af12f75f29c429
--- /dev/null
+++ b/Gemfile
@@ -0,0 +1,35 @@
+source "https://rubygems.org"
+
+
+# Hello! This is where you manage which Jekyll version is used to run.
+# When you want to use a different version, change it below, save the
+# file and run `bundle install`. Run Jekyll with `bundle exec`, like so:
+#
+#     bundle exec jekyll serve
+#
+# This will help ensure the proper Jekyll version is running.
+# Happy Jekylling!
+gem "jekyll", "~> 3.8.5"
+gem "bundler", "> 1.16.1"
+
+# This is the default theme for new Jekyll sites. You may change this to anything you like.
+gem "minima", "~> 2.5"
+gem 'jekyll-theme-primer', '~> 0.5.3'
+gem 'jekyll-theme-lcsb-default', '~> 0.2.18', :git => "https://git-r3lab.uni.lu/core-services/jekyll-theme-lcsb-default.git", :branch => "master"
+
+# If you want to use GitHub Pages, remove the "gem "jekyll"" above and
+# uncomment the line below. To upgrade, run `bundle update github-pages`.
+# gem "github-pages", group: :jekyll_plugins
+
+# If you have any plugins, put them here!
+group :jekyll_plugins do
+ gem "jekyll-paginate-v2", "~> 1.7"
+ gem "jekyll-feed", "~> 0.6"
+end
+
+# Windows does not include zoneinfo files, so bundle the tzinfo-data gem
+gem "tzinfo-data", platforms: [:mingw, :mswin, :x64_mingw, :jruby]
+
+# Performance-booster for watching directories on Windows
+gem "wdm", "~> 0.1.1" if Gem.win_platform?
+
diff --git a/_config.yml b/_config.yml
new file mode 100644
index 0000000000000000000000000000000000000000..fc8619a747117ceb8b5974dd166740abaf779e78
--- /dev/null
+++ b/_config.yml
@@ -0,0 +1,68 @@
+# This config file is meant to be edited once, before the site is deployed.
+# After that, new edits are rarely needed.
+
+# Usually, you need only to change `title`, `email`, `description`, `baseurl`, `url` and `date`.
+# To see complete guide, please take a look into `readme.md` file.
+
+# For technical reasons, this file is *NOT* reloaded automatically when you use
+# 'bundle exec jekyll serve'. If you change this file, please restart the server process.
+
+# Site settings
+# These are used to personalize your new site. If you look in the HTML files,
+# you will see them accessed via {{ site.title }}, {{ site.email }}, and so on.
+# You can create any custom variable you would like, and they will be accessible
+# in the templates via {{ site.myvariable }}.
+title: R3 LabCards for Data Management and IT.
+email: lcsb-sysadmins@uni.lu
+description: >- # this means to ignore newlines until "baseurl:"
+  Bioinformatics Core assists LCSB researchers with the organization, management, and curation of research data through its R3 initiative.
+  This page is an index for lab cards  that are intended to provide practical guidance  in  implementing Data Management, Data Protection and IT setup.
+
+# URL settings (the most difficult part, please refer to the guide)
+baseurl: "/labCards"  # the subpath of your site, e.g. /gitlab-repository-name
+url: "https://r3-core.pages.uni.lu"  # the base hostname & protocol for your site, e.g. http://gitlab-namespace-name.pages.uni.lu/
+
+# Banner settings
+banner: labcard  # When you have custom images, change this setting's value to the name of the folder containing them
+logo: small  # Change to "big" (without quotas) in case of having broad logo
+date: "2019"
+
+# Social media icon settings
+twitter_username: uni_lu
+facebook_username: uni.lu
+linkedin_schoolname: university-of-luxembourg
+
+# Produces a cleaner folder structure when using categories
+permalink: /:year/:month/:title.html
+
+# Pagination Settings
+pagination:
+  enabled: true
+  title: ':title - page :num of :max'
+  per_page: 7
+  permalink: '/page/:num/'
+  limit: 0
+  sort_field: 'date'
+  sort_reverse: true
+  trail:
+    before: 2
+    after: 2
+
+# Build settings (no need to touch these)
+markdown: kramdown
+theme: jekyll-theme-lcsb-default
+plugins:
+  - jekyll-feed
+  - jekyll-paginate-v2
+
+# Exclude from processing. (no need to touch these)
+# The following items will not be processed, by default. Create a custom list
+# to override the default setting.
+# exclude:
+#   - Gemfile
+#   - Gemfile.lock
+#   - node_modules
+#   - vendor/bundle/
+#   - vendor/cache/
+#   - vendor/gems/
+#   - vendor/ruby/
diff --git a/banners/labcard/banner.svg b/banners/labcard/banner.svg
new file mode 100644
index 0000000000000000000000000000000000000000..221f6e3a59c40604de9ad264572235da53b5afa7
--- /dev/null
+++ b/banners/labcard/banner.svg
@@ -0,0 +1 @@
+<svg id="LabCards" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64.68903 8.09275"><defs><style>.cls-1{fill:#5d5d5d;}</style></defs><title>ul-header-with-lcsb-jekyll-labcards</title><path class="cls-1" d="M1.39849,7.36941v-6.5h.585v5.96H5.25152v.54Z"/><path class="cls-1" d="M10.3814,2.39089A1.37186,1.37186,0,0,0,8.85113,1.27468c-1.66553,0-2.16992,1.51221-2.16992,2.84473S7.1856,6.96413,8.85113,6.96413a1.51872,1.51872,0,0,0,1.60254-1.17041h.62988A2.16362,2.16362,0,0,1,8.85113,7.50466c-1.97168,0-2.79981-1.58447-2.79981-3.38525,0-1.78272.83692-3.38477,2.79981-3.38477,1.062,0,2.07031.48584,2.16064,1.65625Z"/><path class="cls-1" d="M13.96246,7.50466A1.88181,1.88181,0,0,1,12.02691,5.677h.63037c.01807.999.75635,1.28711,1.62939,1.28711.7295,0,1.56641-.42285,1.56641-1.251,0-.64844-.46777-.95459-1.01709-1.13477-1.05322-.35107-2.65576-.68408-2.65576-2.08838A1.893,1.893,0,0,1,14.25054.73464,1.86777,1.86777,0,0,1,16.36626,2.283h-.62988c-.01806-.80127-.74756-1.0083-1.41357-1.0083-.6753,0-1.5127.3418-1.5127,1.13428,0,1.8457,3.67334,1.0083,3.67334,3.25C16.48345,7.07253,15.26812,7.50466,13.96246,7.50466Z"/><path class="cls-1" d="M17.90435,7.36941v-6.5l2.33154.00927A1.6559,1.6559,0,0,1,22.04546,2.4988a1.528,1.528,0,0,1-1.20654,1.46777v.01807A1.60341,1.60341,0,0,1,22.31548,5.6321a1.70515,1.70515,0,0,1-1.93554,1.73731ZM19.90289,3.7322c.75634,0,1.5122-.29688,1.5122-1.1792,0-.94531-.77392-1.13428-1.53906-1.14355H18.48931V3.7322ZM18.48931,6.82937H19.921c1.11621.01806,1.76465-.2793,1.76465-1.27832,0-1.10742-.8916-1.27832-2.11572-1.27832H18.48931Z"/><path class="cls-1" d="M26.40923,7.36941v-6.5h.585v5.96h3.26807v.54Z"/><path class="cls-1" d="M33.7896,4.1824c-.05371-.73829-.43212-.97217-1.07128-.97217-.5669,0-1.03516.1709-1.10743.7832h-.57617a1.493,1.493,0,0,1,1.69287-1.27832c.999,0,1.62012.459,1.60254,1.49414V6.35232c-.00928.35107.02686.71093.04492,1.01709H33.817l-.01807-.666h-.01806l-.02686.063a1.69676,1.69676,0,0,1-1.41357.73828,1.39653,1.39653,0,0,1-.59424-2.70117,6.18457,6.18457,0,0,1,2.04345-.207ZM32.43951,7.00906c1.1792,0,1.40429-.97217,1.35009-1.91749-.76513.02735-2.36767-.11669-2.36767,1.01758A.90226.90226,0,0,0,32.43951,7.00906Z"/><path class="cls-1" d="M36.1563,7.36941h-.55859c.01807-.30616.04541-.666.04541-1.01709V.86941h.54v2.647l.01807.01807a1.806,1.806,0,0,1,1.54834-.81934c1.3413,0,1.85449,1.206,1.85449,2.37646,0,1.13428-.51319,2.41309-1.82764,2.41309a1.84791,1.84791,0,0,1-1.57519-.8374l-.01807.03613Zm.02686-2.34961c0,1.02636.35986,1.98926,1.53955,1.98926,1.03516,0,1.29639-1.125,1.29639-1.96241,0-.86425-.35108-1.83642-1.37744-1.83642C36.58843,3.21023,36.18316,4.10134,36.18316,5.0198Z"/><path class="cls-1" d="M44.89605,2.39089a1.37186,1.37186,0,0,0-1.53027-1.11621c-1.66553,0-2.16993,1.51221-2.16993,2.84473s.5044,2.84472,2.16993,2.84472a1.51872,1.51872,0,0,0,1.60254-1.17041h.62988a2.16362,2.16362,0,0,1-2.23242,1.71094c-1.97168,0-2.79981-1.58447-2.79981-3.38525,0-1.78272.83692-3.38477,2.79981-3.38477,1.062,0,2.07031.48584,2.16064,1.65625Z"/><path class="cls-1" d="M49.29644,4.1824c-.05371-.73829-.43213-.97217-1.07129-.97217-.56689,0-1.03515.1709-1.10742.7832h-.57617a1.493,1.493,0,0,1,1.69287-1.27832c.999,0,1.62012.459,1.60254,1.49414V6.35232c-.00928.35107.02685.71093.04492,1.01709h-.55811l-.01806-.666h-.01807l-.02685.063a1.69678,1.69678,0,0,1-1.41358.73828A1.39653,1.39653,0,0,1,47.253,4.80349a6.18463,6.18463,0,0,1,2.04346-.207Zm-1.3501,2.82666c1.1792,0,1.4043-.97217,1.3501-1.91749-.76514.02735-2.36768-.11669-2.36768,1.01758A.90227.90227,0,0,0,47.94634,7.00906Z"/><path class="cls-1" d="M51.77984,7.36941h-.54v-3.502c.00879-.35107-.02686-.71142-.04492-1.01757h.5581l.02686.6665h.01807a1.16282,1.16282,0,0,1,1.01757-.80127,5.38772,5.38772,0,0,1,.54.00879v.52246c-.10791-.00928-.2251-.03613-.333-.03613-.80126,0-1.2246.57617-1.24267,1.44043Z"/><path class="cls-1" d="M57.35162,6.70339,57.334,6.66726a1.83648,1.83648,0,0,1-1.54883.8374c-1.34131,0-1.85449-1.27881-1.85449-2.41309,0-1.17041.51318-2.37646,1.85449-2.37646a1.80681,1.80681,0,0,1,1.54883.81934l.01758-.01807V.86941h.54052V6.35232c0,.35107.02686.71093.04493,1.01709H57.379ZM55.87554,3.21023c-1.02637,0-1.35937.9541-1.35937,1.81836,0,.8374.24267,1.98047,1.27832,1.98047,1.1792,0,1.53955-.981,1.53955-2.00733C57.334,4.08327,56.92876,3.21023,55.87554,3.21023Z"/><path class="cls-1" d="M60.74419,2.71511c.85547,0,1.57569.29688,1.64747,1.25146h-.585c-.05419-.56738-.5581-.75634-1.11669-.75634-.50391,0-1.01709.19824-1.01709.729,0,.66651.873.60352,2.09765,1.03565A1.09882,1.09882,0,0,1,62.5357,6.0281c0,1.01709-.94531,1.47656-1.89942,1.47656-.7832,0-1.68359-.36914-1.70166-1.36865h.58545c.04493.67529.63916.87305,1.251.87305.57617,0,1.17969-.27,1.17969-.89991,0-.64843-.71143-.75634-1.43164-.91845-.71094-.1709-1.43116-.37793-1.43116-1.21534C59.08794,3.03933,59.9522,2.71511,60.74419,2.71511Z"/></svg>
\ No newline at end of file
diff --git a/banners/labcard/logos.svg b/banners/labcard/logos.svg
new file mode 100644
index 0000000000000000000000000000000000000000..f5e106d34cadfcf55708c50a8ae13dffcc9bb0dd
--- /dev/null
+++ b/banners/labcard/logos.svg
@@ -0,0 +1 @@
+<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 67.44148 23.81832"><defs><style>.cls-1{fill:#575b5e;}.cls-2{fill:#00aae5;}.cls-3{fill:#ee2e27;}</style></defs><title>ul-header-with-lcsb-jekyll-labcards</title><g id="lcsb-long_copy" data-name="lcsb-long copy"><polygon class="cls-1" points="23.998 12.642 25.012 12.642 25.012 12.414 24.257 12.414 24.257 10.836 23.998 10.836 23.998 12.642"/><polygon class="cls-1" points="23.998 12.642 25.012 12.642 25.012 12.414 24.257 12.414 24.257 10.836 23.998 10.836 23.998 12.642"/><path class="cls-1" d="M26.65751,11.32229h-.24328v.61045c0,.32094-.12407.54345-.40085.54345-.21222-.01291-.2794-.163-.2794-.47084v-.68306h-.24309v.78393c0,.35425.1527.56646.494.56646a.47407.47407,0,0,0,.43192-.24046h.00524v.2094h.23542Z"/><path class="cls-1" d="M26.65751,11.32229h-.24328v.61045c0,.32094-.12407.54345-.40085.54345-.21222-.01291-.2794-.163-.2794-.47084v-.68306h-.24309v.78393c0,.35425.1527.56646.494.56646a.47407.47407,0,0,0,.43192-.24046h.00524v.2094h.23542Z"/><polygon class="cls-1" points="27.135 12.642 27.425 12.642 27.751 12.124 28.077 12.642 28.377 12.642 27.911 11.951 28.335 11.322 28.064 11.322 27.771 11.793 27.484 11.322 27.182 11.322 27.611 11.951 27.135 12.642"/><polygon class="cls-1" points="27.135 12.642 27.425 12.642 27.751 12.124 28.077 12.642 28.377 12.642 27.911 11.951 28.335 11.322 28.064 11.322 27.771 11.793 27.484 11.322 27.182 11.322 27.611 11.951 27.135 12.642"/><path class="cls-1" d="M29.84113,12.34418a.782.782,0,0,1-.40628.13194.43165.43165,0,0,1-.43454-.44H29.942c0-.424-.14241-.745-.582-.745a.613.613,0,0,0-.6183.66752.63118.63118,0,0,0,.68268.71393,1.01032,1.01032,0,0,0,.41676-.08534Zm-.84082-.489a.36531.36531,0,0,1,.35444-.36735.333.333,0,0,1,.32862.36735Z"/><path class="cls-1" d="M29.84113,12.34418a.782.782,0,0,1-.40628.13194.43165.43165,0,0,1-.43454-.44H29.942c0-.424-.14241-.745-.582-.745a.613.613,0,0,0-.6183.66752.63118.63118,0,0,0,.68268.71393,1.01032,1.01032,0,0,0,.41676-.08534Zm-.84082-.489a.36531.36531,0,0,1,.35444-.36735.333.333,0,0,1,.32862.36735Z"/><path class="cls-1" d="M30.48426,12.64169h.24328v-.6649c0-.24572.09825-.489.34658-.489.1965,0,.23542.20435.23542.36754v.78635h.24328v-.6649c0-.24572.09806-.489.34658-.489.1965,0,.23524.20435.23524.36754v.78635h.24327v-.84586c0-.28726-.12145-.50471-.45792-.50471a.47041.47041,0,0,0-.40871.25619.38993.38993,0,0,0-.37522-.25619.446.446,0,0,0-.419.22269H30.712v-.19144h-.22775Z"/><path class="cls-1" d="M30.48426,12.64169h.24328v-.6649c0-.24572.09825-.489.34658-.489.1965,0,.23542.20435.23542.36754v.78635h.24328v-.6649c0-.24572.09806-.489.34658-.489.1965,0,.23524.20435.23524.36754v.78635h.24327v-.84586c0-.28726-.12145-.50471-.45792-.50471a.47041.47041,0,0,0-.40871.25619.38993.38993,0,0,0-.37522-.25619.446.446,0,0,0-.419.22269H30.712v-.19144h-.22775Z"/><path class="cls-1" d="M32.95387,12.64175h.2328v-.1862h.00524a.53015.53015,0,0,0,.45007.21708c.39842,0,.56647-.35182.56647-.71393,0-.35426-.18621-.66752-.5689-.66752a.47083.47083,0,0,0-.43735.21221h-.005v-.80188h-.24328Zm.996-.6649c.00524.207-.10349.4991-.36473.4991-.27416,0-.38794-.27154-.38794-.49143,0-.24571.12651-.49666.39056-.49666.26368,0,.36735.251.36211.489"/><path class="cls-1" d="M32.95387,12.64175h.2328v-.1862h.00524a.53015.53015,0,0,0,.45007.21708c.39842,0,.56647-.35182.56647-.71393,0-.35426-.18621-.66752-.5689-.66752a.47083.47083,0,0,0-.43735.21221h-.005v-.80188h-.24328Zm.996-.6649c.00524.207-.10349.4991-.36473.4991-.27416,0-.38794-.27154-.38794-.49143,0-.24571.12651-.49666.39056-.49666C33.85139,11.48786,33.95506,11.73881,33.94982,11.97685Z"/><path class="cls-1" d="M34.61388,11.98194a.67154.67154,0,1,0,1.34253,0,.67154.67154,0,1,0-1.34253,0m.25863,0a.41935.41935,0,1,1,.82528,0,.41935.41935,0,1,1-.82528,0"/><path class="cls-1" d="M34.61388,11.98194a.67154.67154,0,1,0,1.34253,0,.67154.67154,0,1,0-1.34253,0Zm.25863,0a.41935.41935,0,1,1,.82528,0,.41935.41935,0,1,1-.82528,0Z"/><path class="cls-1" d="M37.59054,11.32229h-.24328v.61045c0,.32094-.12407.54345-.40085.54345-.21221-.01291-.2794-.163-.2794-.47084v-.68306h-.24328v.78393c0,.35425.15271.56646.49424.56646a.47407.47407,0,0,0,.43191-.24046h.00524v.2094h.23542Z"/><path class="cls-1" d="M37.59054,11.32229h-.24328v.61045c0,.32094-.12407.54345-.40085.54345-.21221-.01291-.2794-.163-.2794-.47084v-.68306h-.24328v.78393c0,.35425.15271.56646.49424.56646a.47407.47407,0,0,0,.43191-.24046h.00524v.2094h.23542Z"/><path class="cls-1" d="M38.22331,12.64169h.24309v-.60015c0-.33124.14242-.53821.35968-.53821a.35959.35959,0,0,1,.13456.02339v-.21727a.68885.68885,0,0,0-.16057-.01833.40192.40192,0,0,0-.344.2356h-.00524v-.20435h-.22756Z"/><path class="cls-1" d="M38.22331,12.64169h.24309v-.60015c0-.33124.14242-.53821.35968-.53821a.35959.35959,0,0,1,.13456.02339v-.21727a.68885.68885,0,0,0-.16057-.01833.40192.40192,0,0,0-.344.2356h-.00524v-.20435h-.22756Z"/><path class="cls-1" d="M40.61544,11.32222h-.22513v.19669h-.005a.43358.43358,0,0,0-.43472-.22775.63315.63315,0,0,0-.58986.7012.57958.57958,0,0,0,.564.64919.55059.55059,0,0,0,.4424-.20436h.00505v.1295a.3989.3989,0,0,1-.40871.45269,1.00466,1.00466,0,0,1-.47589-.119l-.026.22513a1.33838,1.33838,0,0,0,.47347.09038c.47346,0,.68043-.23018.68043-.631Zm-.62878,1.12283c-.22756,0-.36717-.21727-.36717-.4656,0-.22513.12145-.49161.36717-.49161.25881,0,.3855.23542.3855.50976a.41112.41112,0,0,1-.3855.44745"/><path class="cls-1" d="M40.61544,11.32222h-.22513v.19669h-.005a.43358.43358,0,0,0-.43472-.22775.63315.63315,0,0,0-.58986.7012.57958.57958,0,0,0,.564.64919.55059.55059,0,0,0,.4424-.20436h.00505v.1295a.3989.3989,0,0,1-.40871.45269,1.00466,1.00466,0,0,1-.47589-.119l-.026.22513a1.33838,1.33838,0,0,0,.47347.09038c.47346,0,.68043-.23018.68043-.631Zm-.62878,1.12283c-.22756,0-.36717-.21727-.36717-.4656,0-.22513.12145-.49161.36717-.49161.25881,0,.3855.23542.3855.50976A.41112.41112,0,0,1,39.98666,12.44505Z"/><path class="cls-1" d="M43.55486,10.88252a.99531.99531,0,0,0-.40609-.07766.9.9,0,0,0-.9546.92615.88957.88957,0,0,0,.952.94167,1.12805,1.12805,0,0,0,.41133-.06456L43.542,12.357a.88734.88734,0,0,1-.39318.08814.70656.70656,0,0,1,.01291-1.41252.72676.72676,0,0,1,.37259.10087Z"/><path class="cls-1" d="M43.55486,10.88252a.99531.99531,0,0,0-.40609-.07766.9.9,0,0,0-.9546.92615.88957.88957,0,0,0,.952.94167,1.12805,1.12805,0,0,0,.41133-.06456L43.542,12.357a.88734.88734,0,0,1-.39318.08814.70656.70656,0,0,1,.01291-1.41252.72676.72676,0,0,1,.37259.10087Z"/><path class="cls-1" d="M45.0751,12.34418a.78122.78122,0,0,1-.40609.13194.43164.43164,0,0,1-.43453-.44H45.176c0-.424-.14241-.745-.5818-.745a.61312.61312,0,0,0-.6185.66752.63128.63128,0,0,0,.68306.71393,1.00815,1.00815,0,0,0,.41638-.08534Zm-.84062-.489a.3653.3653,0,0,1,.35443-.36735.333.333,0,0,1,.32843.36735Z"/><path class="cls-1" d="M45.0751,12.34418a.78122.78122,0,0,1-.40609.13194.43164.43164,0,0,1-.43453-.44H45.176c0-.424-.14241-.745-.5818-.745a.61312.61312,0,0,0-.6185.66752.63128.63128,0,0,0,.68306.71393,1.00815,1.00815,0,0,0,.41638-.08534Zm-.84062-.489a.3653.3653,0,0,1,.35443-.36735.333.333,0,0,1,.32843.36735Z"/><path class="cls-1" d="M45.72077,12.64169H45.964v-.61044c0-.32095.12426-.54345.40085-.54345.21241.01291.27959.16318.27959.47084v.683h.24328v-.78392c0-.35444-.15271-.56665-.49424-.56665a.4745.4745,0,0,0-.4321.24084h-.005v-.20959h-.2356Z"/><path class="cls-1" d="M45.72077,12.64169H45.964v-.61044c0-.32095.12426-.54345.40085-.54345.21241.01291.27959.16318.27959.47084v.683h.24328v-.78392c0-.35444-.15271-.56665-.49424-.56665a.4745.4745,0,0,0-.4321.24084h-.005v-.20959h-.2356Z"/><path class="cls-1" d="M48.2214,11.32229h-.34921v-.38288l-.24327.07766v.30522h-.29718v.1965h.29718v.771c0,.26387.15532.38288.40627.38288a.75225.75225,0,0,0,.207-.0363v-.20679a.3004.3004,0,0,1-.16562.0466.20956.20956,0,0,1-.20436-.23561v-.72179h.34921Z"/><path class="cls-1" d="M48.2214,11.32229h-.34921v-.38288l-.24327.07766v.30522h-.29718v.1965h.29718v.771c0,.26387.15532.38288.40627.38288a.75225.75225,0,0,0,.207-.0363v-.20679a.3004.3004,0,0,1-.16562.0466.20956.20956,0,0,1-.20436-.23561v-.72179h.34921Z"/><path class="cls-1" d="M48.79743,12.64169h.24328v-.60015c0-.33124.142-.53821.35967-.53821a.3602.3602,0,0,1,.13456.02339v-.21727a.69014.69014,0,0,0-.16057-.01833.401.401,0,0,0-.34377.2356h-.00543v-.20435h-.22774Z"/><path class="cls-1" d="M48.79743,12.64169h.24328v-.60015c0-.33124.142-.53821.35967-.53821a.3602.3602,0,0,1,.13456.02339v-.21727a.69014.69014,0,0,0-.16057-.01833.401.401,0,0,0-.34377.2356h-.00543v-.20435h-.22774Z"/><path class="cls-1" d="M51.00863,12.34418a.782.782,0,0,1-.40627.13194.43168.43168,0,0,1-.43472-.44h.94186c0-.424-.14241-.745-.58219-.745a.613.613,0,0,0-.6183.66752.63131.63131,0,0,0,.68287.71393,1.01179,1.01179,0,0,0,.41675-.08534Zm-.841-.489a.3653.3653,0,0,1,.35443-.36735.333.333,0,0,1,.32862.36735Z"/><path class="cls-1" d="M51.00863,12.34418a.782.782,0,0,1-.40627.13194.43168.43168,0,0,1-.43472-.44h.94186c0-.424-.14241-.745-.58219-.745a.613.613,0,0,0-.6183.66752.63131.63131,0,0,0,.68287.71393,1.01179,1.01179,0,0,0,.41675-.08534Zm-.841-.489a.3653.3653,0,0,1,.35443-.36735.333.333,0,0,1,.32862.36735Z"/><path class="cls-2" d="M38.29772,13.68059a.82772.82772,0,1,1-.8279.82753.82765.82765,0,0,1,.8279-.82753"/><path class="cls-2" d="M38.31344,16.59175a.68306.68306,0,1,1-.68306.68306.68306.68306,0,0,1,.68306-.68306"/><path class="cls-2" d="M38.30015,19.05191a.61615.61615,0,1,1-.61643.61625.61633.61633,0,0,1,.61643-.61625"/><path class="cls-2" d="M35.286,13.68059a.82772.82772,0,1,1-.8279.82753.82766.82766,0,0,1,.8279-.82753"/><path class="cls-2" d="M35.29233,16.59175a.68306.68306,0,1,1-.68305.68306.68306.68306,0,0,1,.68305-.68306"/><path class="cls-2" d="M35.28838,19.05191a.61615.61615,0,1,1-.61625.61625.61633.61633,0,0,1,.61625-.61625"/><path class="cls-2" d="M41.32608,16.59175a.68306.68306,0,1,1-.68306.68306.68306.68306,0,0,1,.68306-.68306"/><path class="cls-2" d="M41.33632,19.05191a.61615.61615,0,1,1-.61644.61625.61657.61657,0,0,1,.61644-.61625"/><path class="cls-2" d="M44.35172,16.59175a.68306.68306,0,1,1-.68324.68306.6829.6829,0,0,1,.68324-.68306"/><path class="cls-2" d="M44.343,19.05191a.61615.61615,0,1,1-.61626.61625.61645.61645,0,0,1,.61626-.61625"/><path class="cls-2" d="M47.369,16.59175a.68306.68306,0,1,1-.68306.68306.68306.68306,0,0,1,.68306-.68306"/><path class="cls-2" d="M47.35559,19.05191a.61615.61615,0,1,1-.61644.61625.61645.61645,0,0,1,.61644-.61625"/><path class="cls-2" d="M50.38665,16.59175a.68306.68306,0,1,1-.68306.68306.68294.68294,0,0,1,.68306-.68306"/><path class="cls-2" d="M50.38724,19.061a.61625.61625,0,1,1-.61643.61626.61621.61621,0,0,1,.61643-.61626"/><path class="cls-3" d="M47.36142,10.22781a.82771.82771,0,1,1,.82771-.82789.82782.82782,0,0,1-.82771.82789"/><path class="cls-3" d="M47.34565,7.16679a.683.683,0,1,1,.68305-.683.683.683,0,0,1-.68305.683"/><path class="cls-3" d="M47.35618,4.65469a.5602.5602,0,1,1,.56029-.56029.56043.56043,0,0,1-.56029.56029"/><path class="cls-3" d="M50.37319,10.22781a.82771.82771,0,1,1,.82771-.82789.82782.82782,0,0,1-.82771.82789"/><path class="cls-3" d="M50.36677,7.16679a.68305.68305,0,1,1,.68306-.683.683.683,0,0,1-.68306.683"/><path class="cls-3" d="M50.34775,4.67924a.56188.56188,0,1,1,.562-.56179.56183.56183,0,0,1-.562.56179"/><path class="cls-3" d="M44.17569,10.22781a.82771.82771,0,1,1,.82771-.82789.82805.82805,0,0,1-.82771.82789"/><path class="cls-3" d="M44.333,7.16679a.68305.68305,0,1,1,.68306-.683.683.683,0,0,1-.68306.683"/><path class="cls-3" d="M44.32015,4.65469a.5602.5602,0,1,1,.56029-.56029.56015.56015,0,0,1-.56029.56029"/><path class="cls-3" d="M41.32279,10.22781a.82771.82771,0,1,1,.82771-.82789.82781.82781,0,0,1-.82771.82789"/><path class="cls-3" d="M41.30707,7.16679a.68305.68305,0,1,1,.68324-.683.68329.68329,0,0,1-.68324.683"/><path class="cls-3" d="M41.31308,4.65469a.5602.5602,0,1,1,.56029-.56029.56015.56015,0,0,1-.56029.56029"/><path class="cls-3" d="M38.31044,10.22781a.82771.82771,0,1,1,.82771-.82789.828.828,0,0,1-.82771.82789"/><path class="cls-3" d="M38.29014,7.16679a.68305.68305,0,1,1,.68324-.683.68329.68329,0,0,1-.68324.683"/><path class="cls-3" d="M38.30058,4.65469a.5602.5602,0,1,1,.56029-.56029.56014.56014,0,0,1-.56029.56029"/><path class="cls-3" d="M35.28919,8.55016a.82772.82772,0,1,1-.8279.82771.82781.82781,0,0,1,.8279-.82771"/><path class="cls-3" d="M35.27252,7.16679a.68305.68305,0,1,1,.68305-.683.683.683,0,0,1-.68305.683"/><path class="cls-3" d="M35.26894,4.64526a.5602.5602,0,1,1,.56029-.56029.56018.56018,0,0,1-.56029.56029"/><path class="cls-1" d="M40.15682,15.18662h.183v-.84474h.26274V14.194h-.26274v-.107c0-.13437.01946-.23542.177-.23542a.2871.2871,0,0,1,.08759.0116l.00786-.14784a.73573.73573,0,0,0-.12277-.01179c-.27041,0-.33273.15776-.33273.399V14.194h-.23355v.14784h.23355Z"/><path class="cls-1" d="M40.15682,15.18662h.183v-.84474h.26274V14.194h-.26274v-.107c0-.13437.01946-.23542.177-.23542a.2871.2871,0,0,1,.08759.0116l.00786-.14784a.73573.73573,0,0,0-.12277-.01179c-.27041,0-.33273.15776-.33273.399V14.194h-.23355v.14784h.23355Z"/><path class="cls-1" d="M40.81974,14.6904a.50529.50529,0,1,0,1.01017,0,.50529.50529,0,1,0-1.01017,0m.19462,0a.3155.3155,0,1,1,.62093,0,.3155.3155,0,1,1-.62093,0"/><path class="cls-1" d="M40.81974,14.6904a.50529.50529,0,1,0,1.01017,0,.50529.50529,0,1,0-1.01017,0Zm.19462,0a.3155.3155,0,1,1,.62093,0,.3155.3155,0,1,1-.62093,0Z"/><path class="cls-1" d="M42.14648,15.18662h.183v-.45156c0-.24908.107-.40478.27041-.40478a.274.274,0,0,1,.10125.01759v-.16356a.51242.51242,0,0,0-.12071-.01366.3017.3017,0,0,0-.25881.17722h-.00393V14.194h-.17123Z"/><path class="cls-1" d="M42.14648,15.18662h.183v-.45156c0-.24908.107-.40478.27041-.40478a.274.274,0,0,1,.10125.01759v-.16356a.51242.51242,0,0,0-.12071-.01366.3017.3017,0,0,0-.25881.17722h-.00393V14.194h-.17123Z"/><path class="cls-1" d="M44.38506,13.85339a.90367.90367,0,0,0-.28988-.04865c-.24533,0-.436.12838-.436.37,0,.42238.58388.33853.58388.64226a.24321.24321,0,0,1-.26649.22176.826.826,0,0,1-.28221-.06606l-.01965.181a.91014.91014,0,0,0,.27847.05651c.27228,0,.49629-.11509.49629-.405,0-.44764-.58406-.38718-.58406-.64825,0-.142.12856-.181.23747-.181a.60011.60011,0,0,1,.25489.05652Z"/><path class="cls-1" d="M44.38506,13.85339a.90367.90367,0,0,0-.28988-.04865c-.24533,0-.436.12838-.436.37,0,.42238.58388.33853.58388.64226a.24321.24321,0,0,1-.26649.22176.826.826,0,0,1-.28221-.06606l-.01965.181a.91014.91014,0,0,0,.27847.05651c.27228,0,.49629-.11509.49629-.405,0-.44764-.58406-.38718-.58406-.64825,0-.142.12856-.181.23747-.181a.60011.60011,0,0,1,.25489.05652Z"/><path class="cls-1" d="M44.70232,15.60505a.60356.60356,0,0,0,.12463.01366c.24141,0,.31346-.21989.38158-.41058l.36567-1.0141h-.18471l-.27247.82153h-.00393l-.26667-.82153h-.20061l.33684.92652a.53684.53684,0,0,1,.03481.105c0,.01965-.05427.24534-.21783.24534a.27858.27858,0,0,1-.08571-.01572Z"/><path class="cls-1" d="M44.70232,15.60505a.60356.60356,0,0,0,.12463.01366c.24141,0,.31346-.21989.38158-.41058l.36567-1.0141h-.18471l-.27247.82153h-.00393l-.26667-.82153h-.20061l.33684.92652a.53684.53684,0,0,1,.03481.105c0,.01965-.05427.24534-.21783.24534a.27858.27858,0,0,1-.08571-.01572Z"/><path class="cls-1" d="M45.76871,15.15548a.57129.57129,0,0,0,.27247.05446.31221.31221,0,0,0,.34658-.30934c0-.31739-.43-.259-.43-.4613,0-.08177.08159-.1207.17516-.1207a.53592.53592,0,0,1,.19256.05053l.01554-.15944a.7605.7605,0,0,0-.22775-.03893c-.19669,0-.35032.09918-.35032.30541,0,.27846.43.26274.43.44389,0,.10705-.10312.142-.18677.142a.48928.48928,0,0,1-.22793-.07018Z"/><path class="cls-1" d="M45.76871,15.15548a.57129.57129,0,0,0,.27247.05446.31221.31221,0,0,0,.34658-.30934c0-.31739-.43-.259-.43-.4613,0-.08177.08159-.1207.17516-.1207a.53592.53592,0,0,1,.19256.05053l.01554-.15944a.7605.7605,0,0,0-.22775-.03893c-.19669,0-.35032.09918-.35032.30541,0,.27846.43.26274.43.44389,0,.10705-.10312.142-.18677.142a.48928.48928,0,0,1-.22793-.07018Z"/><path class="cls-1" d="M47.2667,14.194h-.26256v-.288l-.18321.05839V14.194H46.5973v.14784h.22363V14.922c0,.19837.11677.288.30559.288a.5708.5708,0,0,0,.1557-.02732V15.027a.22568.22568,0,0,1-.12463.035.15716.15716,0,0,1-.15345-.177v-.54308h.26256Z"/><path class="cls-1" d="M47.2667,14.194h-.26256v-.288l-.18321.05839V14.194H46.5973v.14784h.22363V14.922c0,.19837.11677.288.30559.288a.5708.5708,0,0,0,.1557-.02732V15.027a.22568.22568,0,0,1-.12463.035.15716.15716,0,0,1-.15345-.177v-.54308h.26256Z"/><path class="cls-1" d="M48.34807,14.96286a.58746.58746,0,0,1-.3056.09918.32474.32474,0,0,1-.32692-.33085h.7085c0-.31927-.107-.56049-.4379-.56049a.46115.46115,0,0,0-.465.50229.47469.47469,0,0,0,.51369.53689.76012.76012,0,0,0,.31327-.064Zm-.63252-.36791a.27515.27515,0,0,1,.26667-.27641.25061.25061,0,0,1,.2472.27641Z"/><path class="cls-1" d="M48.34807,14.96286a.58746.58746,0,0,1-.3056.09918.32474.32474,0,0,1-.32692-.33085h.7085c0-.31927-.107-.56049-.4379-.56049a.46115.46115,0,0,0-.465.50229.47469.47469,0,0,0,.51369.53689.76012.76012,0,0,0,.31327-.064Zm-.63252-.36791a.27515.27515,0,0,1,.26667-.27641.25061.25061,0,0,1,.2472.27641Z"/><path class="cls-1" d="M48.758,15.18662h.183v-.50021c0-.1849.07411-.36773.26087-.36773.14784,0,.177.15364.177.27621v.59173h.18283v-.50021c0-.1849.07392-.36773.26088-.36773.148,0,.17722.15364.17722.27621v.59173h.18283v-.63645c0-.21577-.09132-.37952-.34452-.37952a.35377.35377,0,0,0-.30728.19275.29358.29358,0,0,0-.28221-.19275.33571.33571,0,0,0-.31551.16749h-.00375V14.194H48.758Z"/><path class="cls-1" d="M48.758,15.18662h.183v-.50021c0-.1849.07411-.36773.26087-.36773.14784,0,.177.15364.177.27621v.59173h.18283v-.50021c0-.1849.07392-.36773.26088-.36773.148,0,.17722.15364.17722.27621v.59173h.18283v-.63645c0-.21577-.09132-.37952-.34452-.37952a.35377.35377,0,0,0-.30728.19275.29358.29358,0,0,0-.28221-.19275.33571.33571,0,0,0-.31551.16749h-.00375V14.194H48.758Z"/><path class="cls-1" d="M50.49717,15.15548a.57129.57129,0,0,0,.27247.05446.31221.31221,0,0,0,.34658-.30934c0-.31739-.43005-.259-.43005-.4613,0-.08177.0816-.1207.17516-.1207a.53592.53592,0,0,1,.19257.05053l.01553-.15944a.76039.76039,0,0,0-.22775-.03893c-.19668,0-.35032.09918-.35032.30541,0,.27846.43005.26274.43005.44389,0,.10705-.10312.142-.18677.142a.4905.4905,0,0,1-.22793-.07018Z"/><path class="cls-1" d="M50.49717,15.15548a.57129.57129,0,0,0,.27247.05446.31221.31221,0,0,0,.34658-.30934c0-.31739-.43005-.259-.43005-.4613,0-.08177.0816-.1207.17516-.1207a.53592.53592,0,0,1,.19257.05053l.01553-.15944a.76039.76039,0,0,0-.22775-.03893c-.19668,0-.35032.09918-.35032.30541,0,.27846.43005.26274.43005.44389,0,.10705-.10312.142-.18677.142a.4905.4905,0,0,1-.22793-.07018Z"/><path class="cls-1" d="M52.08573,15.18657h.36211c.27622,0,.51781-.07.51781-.36193a.31782.31782,0,0,0-.31551-.32693v-.00393a.31472.31472,0,0,0,.28052-.323c0-.25114-.19481-.34265-.477-.34265h-.36791Zm.19481-.61887h.12632c.16749,0,.35238.02919.35238.23935,0,.183-.15757.22008-.33273.22008h-.146Zm0-.57994h.204c.11322,0,.25133.0408.25133.20248,0,.20043-.15963.21783-.34827.21783h-.107Z"/><path class="cls-1" d="M52.08573,15.18657h.36211c.27622,0,.51781-.07.51781-.36193a.31782.31782,0,0,0-.31551-.32693v-.00393a.31472.31472,0,0,0,.28052-.323c0-.25114-.19481-.34265-.477-.34265h-.36791Zm.19481-.61887h.12632c.16749,0,.35238.02919.35238.23935,0,.183-.15757.22008-.33273.22008h-.146Zm0-.57994h.204c.11322,0,.25133.0408.25133.20248,0,.20043-.15963.21783-.34827.21783h-.107Z"/><path class="cls-1" d="M53.3832,15.18661h.183V14.194h-.183Zm.19462-1.42076h-.20641v.20622h.20641Z"/><path class="cls-1" d="M53.38327,15.18674h.183v-.99259h-.183Zm.19462-1.42095h-.20641V13.972h.20641Z"/><path class="cls-1" d="M53.906,14.6904a.50538.50538,0,1,0,1.01035,0,.50538.50538,0,1,0-1.01035,0m.19481,0a.31542.31542,0,1,1,.62074,0,.31543.31543,0,1,1-.62074,0"/><path class="cls-1" d="M53.906,14.6904a.50538.50538,0,1,0,1.01035,0,.50538.50538,0,1,0-1.01035,0Zm.19481,0a.31542.31542,0,1,1,.62074,0,.31543.31543,0,1,1-.62074,0Z"/><path class="cls-1" d="M55.21129,15.18662h.183v-.50021c0-.1849.07411-.36773.26087-.36773.14765,0,.17685.15364.17685.27621v.59173h.183v-.50021c0-.1849.07392-.36773.26087-.36773.148,0,.17722.15364.17722.27621v.59173H56.636v-.63645c0-.21577-.09169-.37952-.34452-.37952a.35428.35428,0,0,0-.30765.19275.29291.29291,0,0,0-.2822-.19275.33552.33552,0,0,0-.31515.16749h-.00374V14.194h-.17142Z"/><path class="cls-1" d="M55.21129,15.18662h.183v-.50021c0-.1849.07411-.36773.26087-.36773.14765,0,.17685.15364.17685.27621v.59173h.183v-.50021c0-.1849.07392-.36773.26087-.36773.148,0,.17722.15364.17722.27621v.59173H56.636v-.63645c0-.21577-.09169-.37952-.34452-.37952a.35428.35428,0,0,0-.30765.19275.29291.29291,0,0,0-.2822-.19275.33552.33552,0,0,0-.31515.16749h-.00374V14.194h-.17142Z"/><path class="cls-1" d="M57.79541,14.96286a.58933.58933,0,0,1-.3056.09918.32483.32483,0,0,1-.3273-.33085h.7085c0-.31927-.107-.56049-.43771-.56049a.46118.46118,0,0,0-.46523.50229.47469.47469,0,0,0,.5137.53689.76377.76377,0,0,0,.31364-.064Zm-.6329-.36791a.27516.27516,0,0,1,.26667-.27641.25076.25076,0,0,1,.2474.27641Z"/><path class="cls-1" d="M57.79541,14.96286a.58933.58933,0,0,1-.3056.09918.32483.32483,0,0,1-.3273-.33085h.7085c0-.31927-.107-.56049-.43771-.56049a.46118.46118,0,0,0-.46523.50229.47469.47469,0,0,0,.5137.53689.76377.76377,0,0,0,.31364-.064Zm-.6329-.36791a.27516.27516,0,0,1,.26667-.27641.25076.25076,0,0,1,.2474.27641Z"/><path class="cls-1" d="M58.90966,15.18668h.17516V13.727h-.1832v.60334h-.00375a.35365.35365,0,0,0-.3288-.15963.44355.44355,0,0,0-.42817.50209c0,.2706.12632.53727.4263.53727a.39965.39965,0,0,0,.33872-.16356h.00374Zm-.57432-.50022c-.00375-.181.07392-.36791.27247-.36791s.29381.18882.29381.37371c0,.16543-.08553.36979-.29175.36979-.19649,0-.27828-.21989-.27453-.37559"/><path class="cls-1" d="M58.90966,15.18668h.17516V13.727h-.1832v.60334h-.00375a.35365.35365,0,0,0-.3288-.15963.44355.44355,0,0,0-.42817.50209c0,.2706.12632.53727.4263.53727a.39965.39965,0,0,0,.33872-.16356h.00374Zm-.57432-.50022c-.00375-.181.07392-.36791.27247-.36791s.29381.18882.29381.37371c0,.16543-.08553.36979-.29175.36979C58.41338,15.06205,58.33159,14.84216,58.33534,14.68646Z"/><path class="cls-1" d="M59.51011,15.18661h.183V14.194h-.183Zm.1948-1.42076H59.4985v.20622h.20641Z"/><path class="cls-1" d="M59.51014,15.18674h.18321v-.99259h-.18321Zm.19481-1.42095h-.20641V13.972H59.705Z"/><path class="cls-1" d="M60.76492,14.20954a.68774.68774,0,0,0-.22194-.03892.49011.49011,0,0,0-.506.51986.50217.50217,0,0,0,.506.5195.55456.55456,0,0,0,.22961-.041l-.01347-.16337a.38426.38426,0,0,1-.19687.05633.33564.33564,0,0,1-.33067-.37148.33993.33993,0,0,1,.31925-.37184.52633.52633,0,0,1,.19856.04286Z"/><path class="cls-1" d="M60.76492,14.20954a.68774.68774,0,0,0-.22194-.03892.49011.49011,0,0,0-.506.51986.50217.50217,0,0,0,.506.5195.55456.55456,0,0,0,.22961-.041l-.01347-.16337a.38426.38426,0,0,1-.19687.05633.33564.33564,0,0,1-.33067-.37148.33993.33993,0,0,1,.31925-.37184.52633.52633,0,0,1,.19856.04286Z"/><path class="cls-1" d="M61.097,15.18661h.18284V14.194H61.097Zm.19463-1.42076h-.20622v.20622h.20622Z"/><path class="cls-1" d="M61.09715,15.18674H61.28v-.99259h-.18283Zm.19444-1.42095h-.20623V13.972h.20623Z"/><path class="cls-1" d="M61.70559,15.18662h.18283v-.45923c0-.24141.09357-.40871.30167-.40871.15963.00973.21034.12258.21034.35407v.51387h.18265v-.58948c0-.26686-.11453-.42649-.37166-.42649a.35688.35688,0,0,0-.32487.181h-.00393V14.194h-.177Z"/><path class="cls-1" d="M61.70559,15.18662h.18283v-.45923c0-.24141.09357-.40871.30167-.40871.15963.00973.21034.12258.21034.35407v.51387h.18265v-.58948c0-.26686-.11453-.42649-.37166-.42649a.35688.35688,0,0,0-.32487.181h-.00393V14.194h-.177Z"/><path class="cls-1" d="M63.74633,14.96286a.58745.58745,0,0,1-.30559.09918.32475.32475,0,0,1-.32693-.33085h.7085c0-.31927-.107-.56049-.4379-.56049a.46143.46143,0,0,0-.46542.50229.475.475,0,0,0,.51408.53689.76011.76011,0,0,0,.31326-.064Zm-.63252-.36791a.27489.27489,0,0,1,.26667-.27641.25061.25061,0,0,1,.2472.27641Z"/><path class="cls-1" d="M63.74633,14.96286a.58745.58745,0,0,1-.30559.09918.32475.32475,0,0,1-.32693-.33085h.7085c0-.31927-.107-.56049-.4379-.56049a.46143.46143,0,0,0-.46542.50229.475.475,0,0,0,.51408.53689.76011.76011,0,0,0,.31326-.064Zm-.63252-.36791a.27489.27489,0,0,1,.26667-.27641.25061.25061,0,0,1,.2472.27641Z"/></g></svg>
\ No newline at end of file
diff --git a/banners/labcard/motto.svg b/banners/labcard/motto.svg
new file mode 100644
index 0000000000000000000000000000000000000000..28427b21978971e6eb60ffa327564aadffe1e299
--- /dev/null
+++ b/banners/labcard/motto.svg
@@ -0,0 +1 @@
+<svg id="LabCards" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 70.20482 10.56943"><defs><style>.cls-1{fill:#5d5d5d;}.cls-2{fill:#575b5e;stroke:#575b5e;stroke-width:0.25px;}</style></defs><title>ul-header-with-lcsb-jekyll-labcards</title><path class="cls-1" d="M6.98955,1.54824h.70752L8.5125,3.92666l.83594-2.37842h.65918V4.43447H9.616V1.83584L8.66875,4.43447H8.28887L7.37725,1.852V4.43447h-.3877Z"/><path class="cls-1" d="M11.98076,4.43447a1.087,1.087,0,0,1-.03613-.2998.64852.64852,0,0,1-.61963.36377c-.45947,0-.70752-.25977-.70752-.5918a.66111.66111,0,0,1,.35157-.5874,1.56524,1.56524,0,0,1,.6958-.13184c.09619,0,.15576.00391.272.01172,0-.248,0-.35595-.07227-.44385a.46028.46028,0,0,0-.34765-.13183c-.37989,0-.39991.25976-.40381.33984H10.7376a.63853.63853,0,0,1,.13965-.37988.90517.90517,0,0,1,.64795-.21582.80746.80746,0,0,1,.71142.2959.59192.59192,0,0,1,.06787.30762l-.01611.95947a4.72643,4.72643,0,0,0,.03223.5039Zm-.25976-.9873c-.15186,0-.72363,0-.72363.40771,0,.12793.07959.34766.41552.34766a.48078.48078,0,0,0,.42774-.21582.94619.94619,0,0,0,.09619-.52783A1.7023,1.7023,0,0,0,11.721,3.44717Z"/><path class="cls-1" d="M12.95342,1.52822h.37207V3.247l.751-.81933h.49218L13.721,3.2792l.89941,1.15527h-.49218L13.32549,3.351V4.43447h-.37207Z"/><path class="cls-1" d="M14.94561,1.55606h.45117v.41162h-.45117Zm.04.87158h.375V4.43447h-.375Z"/><path class="cls-1" d="M16.10479,2.65957l-.00391-.23193h.376l.0039.32373a.65442.65442,0,0,1,.64356-.36377.66945.66945,0,0,1,.72754.68359V4.43447h-.38379V3.15908a.45275.45275,0,0,0-.10742-.34375.51859.51859,0,0,0-.35645-.13574.53316.53316,0,0,0-.52344.59961V4.43447h-.376Z"/><path class="cls-1" d="M18.89678,4.59024c.01562.22412.1123.39209.46777.39209.52344,0,.53125-.37989.53125-.92383a.69325.69325,0,0,1-.65918.33984.77481.77481,0,0,1-.61621-.24756,1.12481,1.12481,0,0,1-.22754-.73974.88844.88844,0,0,1,.89161-1.01123.702.702,0,0,1,.63183.30371l.00391-.27588h.36328l-.00781.36377-.00391,1.25537a1.8506,1.8506,0,0,1-.0957.83154.883.883,0,0,1-.83594.35986c-.80371,0-.82715-.376-.84277-.64794Zm.875-.67139a.80216.80216,0,0,0,.13672-.57568.66774.66774,0,0,0-.15625-.5.59216.59216,0,0,0-.43164-.17579c-.47559,0-.54.48-.54.73584,0,.30762.0918.71534.55176.71534A.50568.50568,0,0,0,19.77178,3.91885Z"/><path class="cls-1" d="M23.48467,1.55215h.375v2.5625c0,.04395.00879.21582.0166.31982h-.376l-.00782-.31982a.57563.57563,0,0,1-.17968.21191.91406.91406,0,0,1-.4961.148c-.26758,0-.86328-.14013-.86328-1.01953,0-.76367.43555-1.09521.90723-1.09521a.649.649,0,0,1,.624.33984Zm-.14062,1.291a.54363.54363,0,0,0-.43946-.20362c-.55176,0-.55176.66748-.55176.80371,0,.35547.0918.76758.55176.76758.5918,0,.5918-.65185.5918-.80762A.85923.85923,0,0,0,23.34405,2.84317Z"/><path class="cls-1" d="M25.76006,4.43447a1.106,1.106,0,0,1-.03613-.2998.6479.6479,0,0,1-.61914.36377c-.46,0-.708-.25977-.708-.5918a.66211.66211,0,0,1,.35156-.5874,1.56726,1.56726,0,0,1,.69629-.13184c.0957,0,.15527.00391.27149.01172,0-.248,0-.35595-.07227-.44385a.45893.45893,0,0,0-.34766-.13183c-.37988,0-.39941.25976-.40332.33984h-.376a.64174.64174,0,0,1,.13965-.37988.90618.90618,0,0,1,.64746-.21582.80728.80728,0,0,1,.71191.2959.58818.58818,0,0,1,.06836.30762l-.0166.95947a4.59193,4.59193,0,0,0,.03222.5039Zm-.25976-.9873c-.15137,0-.72364,0-.72364.40771,0,.12793.08008.34766.416.34766a.48133.48133,0,0,0,.42773-.21582.94256.94256,0,0,0,.09571-.52783A1.6971,1.6971,0,0,0,25.5003,3.44717Z"/><path class="cls-1" d="M26.45342,2.41983h.35547V1.9999l.37207-.12011v.54h.44727v.27539H27.181V3.89883c0,.1001,0,.26758.26758.26758a.79959.79959,0,0,0,.17969-.02v.292a1.824,1.824,0,0,1-.31153.02393c-.34375,0-.50781-.09961-.50781-.42774V2.69522h-.35547Z"/><path class="cls-1" d="M29.3167,4.43447a1.06871,1.06871,0,0,1-.03613-.2998.64914.64914,0,0,1-.62012.36377c-.459,0-.707-.25977-.707-.5918a.66008.66008,0,0,1,.35156-.5874,1.56333,1.56333,0,0,1,.69532-.13184c.09668,0,.15625.00391.27246.01172,0-.248,0-.35595-.07227-.44385a.46167.46167,0,0,0-.34766-.13183c-.37988,0-.40039.25976-.40429.33984h-.375a.63528.63528,0,0,1,.13965-.37988.90325.90325,0,0,1,.64746-.21582.80841.80841,0,0,1,.71191.2959.59581.59581,0,0,1,.06738.30762l-.01562.95947a4.59285,4.59285,0,0,0,.03223.5039Zm-.25976-.9873c-.15235,0-.72364,0-.72364.40771,0,.12793.0791.34766.415.34766a.48022.48022,0,0,0,.42774-.21582.94983.94983,0,0,0,.09668-.52783A1.70786,1.70786,0,0,0,29.05694,3.44717Z"/><path class="cls-1" d="M31.4251,2.69522l-.00781-.26758h.37988v.292a.68166.68166,0,0,1,.63574-.34424.63644.63644,0,0,1,.65528.376.71909.71909,0,0,1,.67578-.376.66777.66777,0,0,1,.73535.71192V4.43447h-.37988V3.14736a.494.494,0,0,0-.06836-.30419.45129.45129,0,0,0-.38379-.17579.51655.51655,0,0,0-.42774.21192.828.828,0,0,0-.08789.43164V4.43447h-.37988V3.10733a.40685.40685,0,0,0-.43945-.44.54114.54114,0,0,0-.43946.21973.703.703,0,0,0-.08789.4082V4.43447H31.4251Z"/><path class="cls-1" d="M36.428,4.43447a1.106,1.106,0,0,1-.03613-.2998.6479.6479,0,0,1-.61914.36377c-.46,0-.708-.25977-.708-.5918a.66211.66211,0,0,1,.35156-.5874,1.56724,1.56724,0,0,1,.69629-.13184c.0957,0,.15527.00391.27148.01172,0-.248,0-.35595-.07226-.44385a.45893.45893,0,0,0-.34766-.13183c-.37988,0-.39941.25976-.40332.33984h-.376a.64172.64172,0,0,1,.13964-.37988.90622.90622,0,0,1,.64747-.21582.80728.80728,0,0,1,.71191.2959.58818.58818,0,0,1,.06836.30762l-.0166.95947a4.59193,4.59193,0,0,0,.03222.5039Zm-.25977-.9873c-.15136,0-.72363,0-.72363.40771,0,.12793.08008.34766.416.34766a.48134.48134,0,0,0,.42773-.21582.94248.94248,0,0,0,.0957-.52783A1.69688,1.69688,0,0,0,36.16826,3.44717Z"/><path class="cls-1" d="M37.44073,2.65957l-.00391-.23193h.376l.0039.32373a.65442.65442,0,0,1,.64356-.36377.66945.66945,0,0,1,.72754.68359V4.43447H38.804V3.15908a.45272.45272,0,0,0-.10743-.34375.51857.51857,0,0,0-.35644-.13574.53316.53316,0,0,0-.52344.59961V4.43447h-.376Z"/><path class="cls-1" d="M41.096,4.43447a1.1056,1.1056,0,0,1-.03613-.2998.64791.64791,0,0,1-.61914.36377c-.46,0-.708-.25977-.708-.5918a.66211.66211,0,0,1,.35156-.5874,1.56724,1.56724,0,0,1,.69629-.13184c.0957,0,.15527.00391.27148.01172,0-.248,0-.35595-.07226-.44385a.45893.45893,0,0,0-.34766-.13183c-.37988,0-.39941.25976-.40332.33984h-.376a.64181.64181,0,0,1,.13965-.37988.90621.90621,0,0,1,.64746-.21582.80728.80728,0,0,1,.71192.2959.58818.58818,0,0,1,.06836.30762l-.0166.95947a4.59193,4.59193,0,0,0,.03222.5039Zm-.25977-.9873c-.15136,0-.72363,0-.72363.40771,0,.12793.08008.34766.416.34766a.48134.48134,0,0,0,.42773-.21582.94257.94257,0,0,0,.0957-.52783A1.69688,1.69688,0,0,0,40.83623,3.44717Z"/><path class="cls-1" d="M42.45635,4.59024c.0166.22412.1123.39209.46777.39209.52442,0,.53223-.37989.53223-.92383a.69536.69536,0,0,1-.66016.33984.77289.77289,0,0,1-.61523-.24756,1.12475,1.12475,0,0,1-.22754-.73974.88843.88843,0,0,1,.8916-1.01123.7.7,0,0,1,.63086.30371l.00391-.27588h.36426l-.00782.36377-.0039,1.25537a1.84544,1.84544,0,0,1-.09668.83154.88221.88221,0,0,1-.835.35986c-.80371,0-.82813-.376-.84375-.64794Zm.876-.67139c.08007-.104.13574-.21192.13574-.57568a.66378.66378,0,0,0-.15625-.5.59216.59216,0,0,0-.43164-.17579c-.47559,0-.53906.48-.53906.73584,0,.30762.09179.71534.55175.71534A.50569.50569,0,0,0,43.33233,3.91885Z"/><path class="cls-1" d="M44.76885,3.49893c-.00781.416.16406.72363.5752.72363a.436.436,0,0,0,.47168-.41553h.376a.67494.67494,0,0,1-.17187.41944.86817.86817,0,0,1-.69141.26806c-.63184,0-.93164-.39209-.93164-1.02734a1.03935,1.03935,0,0,1,.39551-.94385.96891.96891,0,0,1,.54785-.148c.89941,0,.87988.7959.87207,1.12354Zm1.05957-.26367c.00391-.1919-.03223-.5918-.49609-.5918a.53831.53831,0,0,0-.54785.5918Z"/><path class="cls-1" d="M46.761,2.69522l-.00781-.26758h.37988v.292a.68165.68165,0,0,1,.63574-.34424.63641.63641,0,0,1,.65527.376.71912.71912,0,0,1,.67578-.376.66778.66778,0,0,1,.73536.71192V4.43447h-.37989V3.14736a.494.494,0,0,0-.06836-.30419.45125.45125,0,0,0-.38378-.17579.51655.51655,0,0,0-.42774.21192.828.828,0,0,0-.08789.43164V4.43447h-.37988V3.10733a.40686.40686,0,0,0-.43946-.44.54111.54111,0,0,0-.43945.21973.703.703,0,0,0-.08789.4082V4.43447H46.761Z"/><path class="cls-1" d="M50.76885,3.49893c-.00781.416.16406.72363.5752.72363a.436.436,0,0,0,.47168-.41553h.376a.67494.67494,0,0,1-.17187.41944.86817.86817,0,0,1-.69141.26806c-.63184,0-.93164-.39209-.93164-1.02734a1.03935,1.03935,0,0,1,.39551-.94385.96891.96891,0,0,1,.54785-.148c.89941,0,.87988.7959.87207,1.12354Zm1.05957-.26367c.00391-.1919-.03223-.5918-.49609-.5918a.53831.53831,0,0,0-.54785.5918Z"/><path class="cls-1" d="M52.77666,2.65957l-.0039-.23193h.376l.00391.32373a.6544.6544,0,0,1,.64355-.36377.66945.66945,0,0,1,.72754.68359V4.43447h-.38379V3.15908a.45271.45271,0,0,0-.10742-.34375.51857.51857,0,0,0-.35644-.13574.53316.53316,0,0,0-.52344.59961V4.43447h-.376Z"/><path class="cls-1" d="M54.90069,2.41983h.35644V1.9999l.3711-.12011v.54h.44824v.27539h-.44824V3.89883c0,.1001,0,.26758.26855.26758a.81516.81516,0,0,0,.17969-.02v.292a1.83308,1.83308,0,0,1-.31153.02393c-.34472,0-.50781-.09961-.50781-.42774V2.69522h-.35644Z"/><path class="cls-1" d="M6.96953,7.55508c0-.08789-.0039-.13574-.0122-.32764h.37988l.0083.33155a.78007.78007,0,0,1,.68359-.36377c.43164,0,.84327.29589.84327,1.03955,0,.74756-.43555,1.07568-.91553,1.07568a.69509.69509,0,0,1-.61572-.2998v.99511H6.96953Zm.92334,1.47949a.51141.51141,0,0,0,.42383-.19629,1.12342,1.12342,0,0,0,.16406-.62744c0-.35986-.10791-.73535-.55175-.73535-.59961,0-.59961.63525-.59961.81543C7.3294,8.53457,7.365,9.03457,7.89287,9.03457Z"/><path class="cls-1" d="M9.44512,7.63516c0-.13574-.00781-.27588-.01953-.40772H9.805l.0083.3877a.54184.54184,0,0,1,.4795-.39551,1.198,1.198,0,0,1,.25976-.0083V7.579a.32746.32746,0,0,0-.07178-.01563.7627.7627,0,0,0-.10791-.00439c-.44384,0-.54785.26416-.54785.60791V9.23428H9.44512Z"/><path class="cls-1" d="M12.20489,9.23428a1.08672,1.08672,0,0,1-.03614-.29981.6485.6485,0,0,1-.61963.36377c-.45947,0-.70752-.25976-.70752-.59179a.66113.66113,0,0,1,.35157-.58741,1.56538,1.56538,0,0,1,.6958-.13183c.09619,0,.15576.0039.272.01172,0-.248,0-.356-.07227-.44385a.46025.46025,0,0,0-.34765-.13184c-.37988,0-.3999.25977-.40381.33985h-.37549a.63853.63853,0,0,1,.13965-.37989.90478.90478,0,0,1,.64746-.21582.80784.80784,0,0,1,.71191.2959.59194.59194,0,0,1,.06788.30762l-.01612.95947a4.59285,4.59285,0,0,0,.03223.50391ZM11.94512,8.247c-.15186,0-.72363,0-.72363.40772,0,.12793.08008.34766.41552.34766a.48079.48079,0,0,0,.42774-.21583.94617.94617,0,0,0,.09619-.52783A1.7023,1.7023,0,0,0,11.94512,8.247Z"/><path class="cls-1" d="M14.34893,7.871a.39642.39642,0,0,0-.40039-.41992c-.51953,0-.51953.604-.51953.75585,0,.41163.10058.79542.5.79542a.41743.41743,0,0,0,.43554-.43555h.37989a.758.758,0,0,1-.81153.71924.90364.90364,0,0,1-.65918-.25977,1.08456,1.08456,0,0,1-.24023-.76758c0-.83545.51172-1.08349.91113-1.08349a.81729.81729,0,0,1,.61621.248.69793.69793,0,0,1,.168.44776Z"/><path class="cls-1" d="M14.89776,7.21963h.35547V6.79971l.37207-.12012v.54h.44726V7.495H15.6253V8.69863c0,.1001,0,.26758.26757.26758a.79952.79952,0,0,0,.17969-.02v.292a1.82377,1.82377,0,0,1-.31152.02393c-.34375,0-.50781-.09961-.50781-.42773V7.495h-.35547Z"/><path class="cls-1" d="M16.50127,6.35586h.45117v.41162h-.45117Zm.04.87158h.375V9.23428h-.375Z"/><path class="cls-1" d="M18.79229,7.871a.39619.39619,0,0,0-.39942-.41992c-.51953,0-.51953.604-.51953.75585,0,.41163.09961.79542.499.79542a.41827.41827,0,0,0,.43652-.43555h.37988a.7592.7592,0,0,1-.81152.71924.90428.90428,0,0,1-.66016-.25977,1.08456,1.08456,0,0,1-.24023-.76758c0-.83545.51172-1.08349.91211-1.08349a.81413.81413,0,0,1,.61523.248.69238.69238,0,0,1,.168.44776Z"/><path class="cls-1" d="M20.87237,9.23428a1.10568,1.10568,0,0,1-.03614-.29981.64788.64788,0,0,1-.61914.36377c-.46,0-.708-.25976-.708-.59179a.66214.66214,0,0,1,.35157-.58741,1.56733,1.56733,0,0,1,.69629-.13183c.0957,0,.15527.0039.27148.01172,0-.248,0-.356-.07227-.44385a.45887.45887,0,0,0-.34765-.13184c-.37988,0-.39942.25977-.40332.33985h-.376a.64181.64181,0,0,1,.13965-.37989.90623.90623,0,0,1,.64746-.21582.80731.80731,0,0,1,.71192.2959.58816.58816,0,0,1,.06835.30762l-.0166.95947a4.59285,4.59285,0,0,0,.03223.50391ZM20.6126,8.247c-.15137,0-.72363,0-.72363.40772,0,.12793.08008.34766.416.34766a.48136.48136,0,0,0,.42774-.21583.94255.94255,0,0,0,.0957-.52783A1.69688,1.69688,0,0,0,20.6126,8.247Z"/><path class="cls-1" d="M21.88115,6.352h.376V9.23428h-.376Z"/><path class="cls-1" d="M25.32061,9.23428a1.06878,1.06878,0,0,1-.03613-.29981.64913.64913,0,0,1-.62012.36377c-.459,0-.707-.25976-.707-.59179a.66011.66011,0,0,1,.35156-.58741,1.5634,1.5634,0,0,1,.69531-.13183c.09668,0,.15625.0039.27246.01172,0-.248,0-.356-.07226-.44385a.46166.46166,0,0,0-.34766-.13184c-.37988,0-.40039.25977-.4043.33985h-.375a.63529.63529,0,0,1,.13965-.37989.90333.90333,0,0,1,.64746-.21582.80842.80842,0,0,1,.71192.2959.59591.59591,0,0,1,.06738.30762l-.01562.95947a4.59193,4.59193,0,0,0,.03222.50391ZM25.06084,8.247c-.15234,0-.72363,0-.72363.40772,0,.12793.0791.34766.415.34766A.48021.48021,0,0,0,25.18,8.78652a.94972.94972,0,0,0,.09668-.52783A1.70775,1.70775,0,0,0,25.06084,8.247Z"/><path class="cls-1" d="M26.3333,7.45938l-.0039-.23194h.375l.00488.32373a.65443.65443,0,0,1,.64355-.36377.66945.66945,0,0,1,.72754.6836V9.23428h-.38379V7.95889a.45332.45332,0,0,0-.10839-.34375.51446.51446,0,0,0-.35547-.13574.53265.53265,0,0,0-.52344.59961V9.23428h-.376Z"/><path class="cls-1" d="M30.15655,6.352h.375v2.5625c0,.04395.00878.21582.0166.31983h-.376l-.00781-.31983a.57569.57569,0,0,1-.17969.21192.91409.91409,0,0,1-.49609.14795c-.26758,0-.86328-.14014-.86328-1.01953,0-.76368.43554-1.09522.90722-1.09522a.649.649,0,0,1,.624.33985Zm-.14063,1.291a.54364.54364,0,0,0-.43945-.20361c-.55176,0-.55176.66748-.55176.80371,0,.35547.0918.76758.55176.76758.59179,0,.59179-.65186.59179-.80762A.85926.85926,0,0,0,30.01592,7.643Z"/><path class="cls-1" d="M32.54912,8.29873c-.00781.416.16407.72363.5752.72363a.436.436,0,0,0,.47168-.41552h.376a.67492.67492,0,0,1-.17188.41943.86813.86813,0,0,1-.69141.26807c-.63183,0-.93164-.39209-.93164-1.02735a1.03933,1.03933,0,0,1,.39551-.94384.96884.96884,0,0,1,.54785-.14795c.89942,0,.87989.7959.87207,1.12353Zm1.05957-.26367c.00391-.19189-.03222-.5918-.49609-.5918a.53831.53831,0,0,0-.54785.5918Z"/><path class="cls-1" d="M35.76885,9.23428a1.06878,1.06878,0,0,1-.03613-.29981.64913.64913,0,0,1-.62012.36377c-.459,0-.707-.25976-.707-.59179a.66011.66011,0,0,1,.35156-.58741,1.5634,1.5634,0,0,1,.69531-.13183c.09668,0,.15625.0039.27246.01172,0-.248,0-.356-.07226-.44385a.46166.46166,0,0,0-.34766-.13184c-.37988,0-.40039.25977-.40429.33985h-.375a.6352.6352,0,0,1,.13964-.37989.90334.90334,0,0,1,.64747-.21582.80841.80841,0,0,1,.71191.2959.59581.59581,0,0,1,.06738.30762l-.01562.95947a4.59193,4.59193,0,0,0,.03222.50391ZM35.50908,8.247c-.15234,0-.72363,0-.72363.40772,0,.12793.0791.34766.415.34766a.48024.48024,0,0,0,.42774-.21583.94974.94974,0,0,0,.09667-.52783A1.70763,1.70763,0,0,0,35.50908,8.247Z"/><path class="cls-1" d="M36.98565,8.63858c-.00489.15185.07519.36377.43945.36377a.409.409,0,0,0,.35156-.12793.31241.31241,0,0,0,.06446-.188c0-.1958-.14063-.23194-.44043-.29981-.41993-.0957-.77149-.17969-.77149-.59961,0-.36767.32031-.60742.78418-.60742a.81139.81139,0,0,1,.72363.31152.64018.64018,0,0,1,.05176.292H37.805c.01172-.30371-.252-.32764-.38769-.32764-.05664,0-.40821,0-.40821.2876,0,.18408.17969.228.28418.25586.55567.13183.67579.16406.79493.27588a.49637.49637,0,0,1,.15234.37158.60854.60854,0,0,1-.27148.50781,1.13077,1.13077,0,0,1-.59571.13623c-.4082,0-.78808-.168-.78418-.65185Z"/><path class="cls-1" d="M39.67315,9.24649l-.28809.74755h-.38769l.30371-.76757-.83594-1.999H38.889l.62793,1.583.63965-1.583h.4082Z"/><line class="cls-2" x1="2.22959" y1="0.12999" x2="2.22959" y2="10.66384"/></svg>
\ No newline at end of file
diff --git a/help.md b/help.md
new file mode 100644
index 0000000000000000000000000000000000000000..ed2568054f8888b0afeb87e5429d3a14693ca490
--- /dev/null
+++ b/help.md
@@ -0,0 +1,8 @@
+---
+layout: page
+title: Help
+permalink: /the-help/
+order: 3
+---
+
+If you need help, please create a request for support by creating a ticket on [ServiceNow](https://service.uni.lu/) using the catalog item _LCSB/BioCore: Application Services_.
\ No newline at end of file
diff --git a/pagination.md b/pagination.md
new file mode 100644
index 0000000000000000000000000000000000000000..04914ed87b4334f2ed400d9ba24195929d580dcb
--- /dev/null
+++ b/pagination.md
@@ -0,0 +1,16 @@
+---
+# To enable the pagination, do the following changes in this file:
+# published: true
+# pagination:
+#   enabled: true
+
+# And inside `index.md` header (e.g. after `title: index`), add `published: false`
+
+
+title: index 
+layout: paginated_index
+published: false
+pagination:
+  enabled: false
+---
+