From 9e7a099a7a83f402d676f750cc9a4b7262c4f6b3 Mon Sep 17 00:00:00 2001 From: JOE XMG <thunyathep.s@outlook.com> Date: Tue, 8 Mar 2022 10:04:37 +0100 Subject: [PATCH] update homepage --- public/index.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/public/index.html b/public/index.html index 994f5bc..f565f96 100644 --- a/public/index.html +++ b/public/index.html @@ -3,7 +3,7 @@ <head> <meta charset="utf-8"> <meta name="generator" content="GitLab Pages"> - <title>Home</title> + <title>EnSys-LE Dashboard</title> <!-- <link rel="stylesheet" href="style.css"> --> <link href="https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-EVSTQN3/azprG1Anm3QDgpJLIm9Nao0Yz1ztcQTwFspd3yD65VohhpuuCOmLASjC" crossorigin="anonymous"> <script type="text/javascript"> @@ -24,11 +24,11 @@ </div> </header> <div class="px-4 pt-5 my-5 text-center border-bottom"> - <h1 class="display-4 fw-bold">EnSysLE Dashboard</h1> + <h1 class="display-4 fw-bold">EnSys-LE Dashboard</h1> <div class="col-lg-6 mx-auto"> <p class="lead mb-4">The application visualizes the simulation of energy supply scenarios in exemplary counties as well as of the electricity and heat system at the federal level in order to derive an assessment of selected forms of market organisation and regulation.</p> <div class="d-grid gap-2 d-sm-flex justify-content-sm-center mb-5"> - <a href="Ilm-Kreis/index.html" type="button" class="btn btn-outline-secondary btn px-4">Ilm Kries</a> + <a href="Ilm-Kreis/index.html" type="button" class="btn btn-outline-secondary btn px-4">Ilm-Kreis</a> <a href="Dithmarschen/index.html" type="button" class="btn btn-outline-secondary btn px-4">Dithmarschen</a> <!-- <a href="" type="button" class="btn btn-outline-secondary btn px-4">Cologne</a> --> <a href="Ludwigsburg/index.html" type="button" class="btn btn-outline-secondary btn px-4">Ludwigsburg</a> @@ -51,7 +51,7 @@ <a href="https://www.hft-stuttgart.com/research/projects/current/ensys-le">Read more ...</a> <div id="guide" style="display: none;"> - <h3 class="mt-4 mb-2">EnSysLE Dashboard Guide</h3> + <h3 class="mt-4 mb-2">EnSys-LE Dashboard Guide</h3> <img src="img/guide.jpg" alt="" class="img-fluid border rounded-3 shadow-lg mb-4" width="700"> </div> -- GitLab