diff options
Diffstat (limited to 'lehed/oppematerjalid/index.html')
-rw-r--r-- | lehed/oppematerjalid/index.html | 30 |
1 files changed, 28 insertions, 2 deletions
diff --git a/lehed/oppematerjalid/index.html b/lehed/oppematerjalid/index.html index 88b01df..8afa66e 100644 --- a/lehed/oppematerjalid/index.html +++ b/lehed/oppematerjalid/index.html @@ -13,13 +13,18 @@ <!-- navbar --> <nav class="navbar navbar-expand-md"> - <div class="container fs-5"> + <div class="container"> <!-- navbar brand / title --> <a class="navbar-brand" href="../../#intro"> <span class="text-secondary fw-bold"> 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> @@ -51,7 +56,7 @@ <!-- Õppematerjalid --> <section id="sissejuhatus"> <div class="container justify-content-center"> - <h1 class="text-center text-white">Õppematerjalid</h1> + <h1 class="text-center"><strong>Õppematerjalid</strong></h1> </div> <div class="lingid"> @@ -65,6 +70,27 @@ </div> </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> + + <!-- JavaScript Bundle with Popper --> <script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.0/dist/js/bootstrap.bundle.min.js" integrity="sha384-A3rJD856KowSb7dwlZdYEkO39Gagi7vIsF0jrRAoQmDKKtQBHUuLZ9AsSv4jD4Xa" crossorigin="anonymous"></script> </body> |