diff options
author | Rasmus <rasmus.luha@gmail.com> | 2023-06-07 18:08:07 +0300 |
---|---|---|
committer | Rasmus <rasmus.luha@gmail.com> | 2023-06-07 18:08:07 +0300 |
commit | 562fd4eb2551cf26c19d619bdf00dbd965fb11d5 (patch) | |
tree | 3b0c20572e94b4d1d25b0aeb46594469bfc32188 /lehed/juhend/index.html | |
parent | 62caa37da257987c9585ac57ab64bb12ea481d0b (diff) |
logos
Former-commit-id: ae8208f2b601fc90dbf3bcbd976e17ae6fe85f83
Diffstat (limited to 'lehed/juhend/index.html')
-rw-r--r-- | lehed/juhend/index.html | 28 |
1 files changed, 23 insertions, 5 deletions
diff --git a/lehed/juhend/index.html b/lehed/juhend/index.html index 47dd207..ccd757a 100644 --- a/lehed/juhend/index.html +++ b/lehed/juhend/index.html @@ -20,6 +20,11 @@ Digirännak </span> </a> + + <a class="navbar-brand" href="../../#intro"> + <img class="logo" src="img/erasmusDark2.png" alt="Erasmus logo"> + </a> + <!-- toggle button for mobile nav --> <button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#main-nav" aria-controls="main-nav" aria-expanded="false" aria-label="Toggle navigation"> <span class="navbar-toggler-icon"></span> @@ -50,7 +55,7 @@ <!-- Sissejuhatus --> <section id="sissejuhatus"> - <h1 class="text-center text-white pb-3">Juhend</h1> + <h1 class="text-center pb-3"><strong>Juhend</strong></h1> </section> @@ -150,10 +155,23 @@ </section> - - - - + <footer> + <i><p> + The European Commission's support for the production of this + publication does not constitute an endorsement of the contents, + which reflect the views only of the authors, and the Commission + cannot be held responsible for any use which may be made of the + information contained therein. + <br> + Euroopa Komisjoni toetus sellele projektile ei tähenda, et selle + sisu on heaks kiidetud. Sisu kajastab autorite seisukohti – Euroopa + Komisjon ei võta vastutust selles sisalduva teabe kasutamise eest. + </p></i> + <div class="logoWrapper"> + <img class="logo" src="img/ermDark.jpg" alt="ERM logo"> + <img class="logo" src="img/audentesDark.png" alt="Audentes logo"> + </div> + </footer> |