Skip to content
Snippets Groups Projects
Commit 879e2973 authored by Fabian Nuraddin Alexander Gabel's avatar Fabian Nuraddin Alexander Gabel :speech_balloon:
Browse files

Merge branch 'dev' into 15-vssues

parents 4468fddc 3ab7acab
Branches 15-vssues
No related tags found
1 merge request!10Draft: Resolve "vssues"
Pipeline #155041 passed
...@@ -12,7 +12,7 @@ stages: ...@@ -12,7 +12,7 @@ stages:
review-app-build: review-app-build:
stage: build stage: build
script: script:
- sed -i -e "s;baseurl.*;baseurl = \"${REVIEW_BASE_DIR}/${CI_COMMIT_REF_NAME}\";" config/production/config.toml - sed -i -e "s;baseurl.*;baseurl = \"${REVIEW_BASE_DIR}/${CI_COMMIT_REF_NAME}/\";" config/production/config.toml
- sed -i -e "s;/js/basic.js;${REVIEW_BASE_DIR}/${CI_COMMIT_REF_NAME}/js/basic.js;" layouts/shortcodes/header1.html - sed -i -e "s;/js/basic.js;${REVIEW_BASE_DIR}/${CI_COMMIT_REF_NAME}/js/basic.js;" layouts/shortcodes/header1.html
- sed -i -e "s;/js/basic2.js;${REVIEW_BASE_DIR}/${CI_COMMIT_REF_NAME}/js/basic2.js;" layouts/shortcodes/header2.html - sed -i -e "s;/js/basic2.js;${REVIEW_BASE_DIR}/${CI_COMMIT_REF_NAME}/js/basic2.js;" layouts/shortcodes/header2.html
- /pontifex/bin/build_pontifex.sh - /pontifex/bin/build_pontifex.sh
...@@ -25,7 +25,7 @@ review-app-build: ...@@ -25,7 +25,7 @@ review-app-build:
review-build: review-build:
stage: build stage: build
script: script:
- sed -i -e "s;baseurl.*;baseurl = \"${REVIEW_BASE_DIR}\";" config/production/config.toml - sed -i -e "s;baseurl.*;baseurl = \"${REVIEW_BASE_DIR}/\";" config/production/config.toml
- sed -i -e "s;/js/basic.js;${REVIEW_BASE_DIR}/js/basic.js;" layouts/shortcodes/header1.html - sed -i -e "s;/js/basic.js;${REVIEW_BASE_DIR}/js/basic.js;" layouts/shortcodes/header1.html
- sed -i -e "s;/js/basic2.js;${REVIEW_BASE_DIR}/js/basic2.js;" layouts/shortcodes/header2.html - sed -i -e "s;/js/basic2.js;${REVIEW_BASE_DIR}/js/basic2.js;" layouts/shortcodes/header2.html
- /pontifex/bin/build_pontifex.sh - /pontifex/bin/build_pontifex.sh
...@@ -39,7 +39,7 @@ review-build: ...@@ -39,7 +39,7 @@ review-build:
master-build: master-build:
stage: build stage: build
script: script:
- sed -i -e "s;baseurl.*;baseurl = \"${BASE_DIR}\";" config/production/config.toml - sed -i -e "s;baseurl.*;baseurl = \"${BASE_DIR}/\";" config/production/config.toml
- sed -i -e "s;/js/basic.js;${BASE_DIR}/js/basic.js;" layouts/shortcodes/header1.html - sed -i -e "s;/js/basic.js;${BASE_DIR}/js/basic.js;" layouts/shortcodes/header1.html
- sed -i -e "s;/js/basic2.js;${BASE_DIR}/js/basic2.js;" layouts/shortcodes/header2.html - sed -i -e "s;/js/basic2.js;${BASE_DIR}/js/basic2.js;" layouts/shortcodes/header2.html
- /pontifex/bin/build_pontifex.sh - /pontifex/bin/build_pontifex.sh
......
{{ define "main" }} {{ define "main" }}
<div class="keyvisual-bg"> <div class="keyvisual-bg">
<img src="{{ .Site.BaseURL }}/images/keyvisual.png"> <img src="{{ .Site.BaseURL }}images/keyvisual.png">
<section class="section container-fluid mt-n3 pb-3"> <section class="section container-fluid mt-n3 pb-3">
<div class="keyvisual-text row justify-content-center"> <div class="keyvisual-text row justify-content-center">
<div class="col-lg-12 text-center"> <div class="col-lg-12 text-center">
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
</div> </div>
<div class="col-lg-9 col-xl-8 text-center"> <div class="col-lg-9 col-xl-8 text-center">
<p class="lead">{{ .Params.lead | safeHTML }}</p> <p class="lead">{{ .Params.lead | safeHTML }}</p>
<a class="btn btn-primary btn-lg px-4 mb-2" href="{{ .Site.BaseURL }}/docs/level1/" role="button">Start now!</a> <a class="btn btn-primary btn-lg px-4 mb-2" href="{{ .Site.BaseURL }}docs/level1/" role="button">Start now!</a>
<p class="meta"><a href="https://creativecommons.org/licenses/by/4.0/">Creative Commons BY 4.0.</a> <a href="https://www3-dev.tuhh.de/e-10/pontifex/404.html">GitLab v{{ $data := getJSON "/package.json" }}{{ $data.version }}</a></p> <p class="meta"><a href="https://creativecommons.org/licenses/by/4.0/">Creative Commons BY 4.0.</a> <a href="https://www3-dev.tuhh.de/e-10/pontifex/404.html">GitLab v{{ $data := getJSON "/package.json" }}{{ $data.version }}</a></p>
</div> </div>
</div> </div>
...@@ -25,7 +25,7 @@ ...@@ -25,7 +25,7 @@
<div class="col-lg-5"> <div class="col-lg-5">
<div class="icons"> <div class="icons">
<div class="icon-bg"> <div class="icon-bg">
<img class="icon" src="{{ .Site.BaseURL }}/cap.svg"> <img class="icon" src="{{ .Site.BaseURL }}cap.svg">
</div></div> </div></div>
<h2 class="h4">Learn mathematics</h2> <h2 class="h4">Learn mathematics</h2>
<p>An unfamiliar concept appears and you want to refresh the related mathematics knowledge? Then start with a term and discover possibly hidden connections to already known topics thereby building on your previous knowledge!</p> <p>An unfamiliar concept appears and you want to refresh the related mathematics knowledge? Then start with a term and discover possibly hidden connections to already known topics thereby building on your previous knowledge!</p>
...@@ -33,7 +33,7 @@ ...@@ -33,7 +33,7 @@
<div class="col-lg-5"> <div class="col-lg-5">
<div class="icons"> <div class="icons">
<div class="icon-bg"> <div class="icon-bg">
<img class="icon" src="{{ .Site.BaseURL }}/button.svg"> <img class="icon" src="{{ .Site.BaseURL }}button.svg">
</div></div> </div></div>
<h2 class="h4">Use videos</h2> <h2 class="h4">Use videos</h2>
<p>In each topic you find a suitable video that explains the concept and helps you to build bridges.</p> <p>In each topic you find a suitable video that explains the concept and helps you to build bridges.</p>
...@@ -41,7 +41,7 @@ ...@@ -41,7 +41,7 @@
<div class="col-lg-5"> <div class="col-lg-5">
<div class="icons"> <div class="icons">
<div class="icon-bg"> <div class="icon-bg">
<img class="icon" src="{{ .Site.BaseURL }}/writing.svg"> <img class="icon" src="{{ .Site.BaseURL }}writing.svg">
</div></div> </div></div>
<h2 class="h4">Use our notes</h2> <h2 class="h4">Use our notes</h2>
<p>For each topic you find summaries, the formal definitions, and examples that can guide you on your journey.</p> <p>For each topic you find summaries, the formal definitions, and examples that can guide you on your journey.</p>
...@@ -51,7 +51,7 @@ ...@@ -51,7 +51,7 @@
<div class="col-lg-5"> <div class="col-lg-5">
<div class="icons"> <div class="icons">
<div class="icon-bg"> <div class="icon-bg">
<img class="icon" src="{{ .Site.BaseURL }}/lupe.svg"> <img class="icon" src="{{ .Site.BaseURL }}lupe.svg">
</div></div> </div></div>
<h2 class="h4">Search for topics</h2> <h2 class="h4">Search for topics</h2>
<p>Use the integrated search bar to find the exact topic you are struggling with or are interested in.</p> <p>Use the integrated search bar to find the exact topic you are struggling with or are interested in.</p>
...@@ -59,7 +59,7 @@ ...@@ -59,7 +59,7 @@
<div class="col-lg-5"> <div class="col-lg-5">
<div class="icons"> <div class="icons">
<div class="icon-bg"> <div class="icon-bg">
<img class="icon" src="{{ .Site.BaseURL }}/network.svg"> <img class="icon" src="{{ .Site.BaseURL }}network.svg">
</div></div> </div></div>
<h2 class="h4">Use our network</h2> <h2 class="h4">Use our network</h2>
<p>Each topic is embedded in the rich network of mathematics and you can see as a graph. You can use it to find the requirements you need in order to understand the topic you searched for.</p> <p>Each topic is embedded in the rich network of mathematics and you can see as a graph. You can use it to find the requirements you need in order to understand the topic you searched for.</p>
...@@ -67,7 +67,7 @@ ...@@ -67,7 +67,7 @@
<div class="col-lg-5"> <div class="col-lg-5">
<div class="icons"> <div class="icons">
<div class="icon-bg"> <div class="icon-bg">
<img class="icon" src="{{ .Site.BaseURL }}/laptop.svg"> <img class="icon" src="{{ .Site.BaseURL }}laptop.svg">
</div></div> </div></div>
<h2 class="h4">Learn with WeBWorK</h2> <h2 class="h4">Learn with WeBWorK</h2>
<p>We included suitable electronic exercises for each topic. They can show you if you have really understood the concept.</p> <p>We included suitable electronic exercises for each topic. They can show you if you have really understood the concept.</p>
...@@ -82,7 +82,7 @@ ...@@ -82,7 +82,7 @@
<section class="section section-sm container-fluid"> <section class="section section-sm container-fluid">
<div class="row justify-content-center text-center"> <div class="row justify-content-center text-center">
<div class="col-lg-9"> <div class="col-lg-9">
<a class="btn btn-primary btn-lg px-4 mb-2" href="{{ .Site.BaseURL }}/docs/level1/" role="button">Start now!</a> <a class="btn btn-primary btn-lg px-4 mb-2" href="{{ .Site.BaseURL }}docs/level1/" role="button">Start now!</a>
</div> </div>
</div> </div>
</section> </section>
......
...@@ -15,9 +15,9 @@ ...@@ -15,9 +15,9 @@
</div> </div>
</div> </div>
<div class="logos"> <div class="logos">
<img src="{{ .Site.BaseURL }}/TUHH_logo-wortmarke_en_rgb_schwarz.svg"> <img src="{{ .Site.BaseURL }}TUHH_logo-wortmarke_en_rgb_schwarz.svg">
<img src="{{ .Site.BaseURL }}/HOOU_s-w_Strich_lang.svg"> <img src="{{ .Site.BaseURL }}HOOU_s-w_Strich_lang.svg">
<img src="{{ .Site.BaseURL }}/_Pontifex_SW.svg"> <img src="{{ .Site.BaseURL }}_Pontifex_SW.svg">
</div> </div>
</div> </div>
</footer> </footer>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment