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/oppematerjalid | |
parent | 62caa37da257987c9585ac57ab64bb12ea481d0b (diff) |
logos
Former-commit-id: ae8208f2b601fc90dbf3bcbd976e17ae6fe85f83
Diffstat (limited to 'lehed/oppematerjalid')
-rw-r--r-- | lehed/oppematerjalid/img/audentesDark.png | bin | 0 -> 32665 bytes | |||
-rw-r--r-- | lehed/oppematerjalid/img/erasmus1.jpg | bin | 0 -> 16105 bytes | |||
-rw-r--r-- | lehed/oppematerjalid/img/erasmus2.jpg | bin | 0 -> 108037 bytes | |||
-rw-r--r-- | lehed/oppematerjalid/img/erasmusDark.png | bin | 0 -> 6429 bytes | |||
-rw-r--r-- | lehed/oppematerjalid/img/erasmusDark2.png | bin | 0 -> 45735 bytes | |||
-rw-r--r-- | lehed/oppematerjalid/img/ermDark.jpg | bin | 0 -> 15730 bytes | |||
-rw-r--r-- | lehed/oppematerjalid/index.html | 30 | ||||
-rw-r--r-- | lehed/oppematerjalid/styles.css | 33 |
8 files changed, 58 insertions, 5 deletions
diff --git a/lehed/oppematerjalid/img/audentesDark.png b/lehed/oppematerjalid/img/audentesDark.png Binary files differnew file mode 100644 index 0000000..743224c --- /dev/null +++ b/lehed/oppematerjalid/img/audentesDark.png diff --git a/lehed/oppematerjalid/img/erasmus1.jpg b/lehed/oppematerjalid/img/erasmus1.jpg Binary files differnew file mode 100644 index 0000000..d3526a6 --- /dev/null +++ b/lehed/oppematerjalid/img/erasmus1.jpg diff --git a/lehed/oppematerjalid/img/erasmus2.jpg b/lehed/oppematerjalid/img/erasmus2.jpg Binary files differnew file mode 100644 index 0000000..17bdd39 --- /dev/null +++ b/lehed/oppematerjalid/img/erasmus2.jpg diff --git a/lehed/oppematerjalid/img/erasmusDark.png b/lehed/oppematerjalid/img/erasmusDark.png Binary files differnew file mode 100644 index 0000000..376c493 --- /dev/null +++ b/lehed/oppematerjalid/img/erasmusDark.png diff --git a/lehed/oppematerjalid/img/erasmusDark2.png b/lehed/oppematerjalid/img/erasmusDark2.png Binary files differnew file mode 100644 index 0000000..ff8314e --- /dev/null +++ b/lehed/oppematerjalid/img/erasmusDark2.png diff --git a/lehed/oppematerjalid/img/ermDark.jpg b/lehed/oppematerjalid/img/ermDark.jpg Binary files differnew file mode 100644 index 0000000..45dbfc7 --- /dev/null +++ b/lehed/oppematerjalid/img/ermDark.jpg 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> diff --git a/lehed/oppematerjalid/styles.css b/lehed/oppematerjalid/styles.css index 987edbd..929d110 100644 --- a/lehed/oppematerjalid/styles.css +++ b/lehed/oppematerjalid/styles.css @@ -1,7 +1,6 @@ body{ font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif; background-color: #43464b; - max-height: 100vh !important; } /* NavBar */ @@ -23,9 +22,35 @@ body{ .navbar a{ color: white; } + +.logo { + height: 3.7rem; + width: auto; +} + +footer { + margin: 2% 13%; + margin-top: 5%; +} +footer p { + color: #DBE2E9; + font-size: 0.75em; + line-height: normal; +} + +.logoWrapper { + text-align: center; + align-items: center; + justify-content: center; +} + + + + + /* Lingid */ .lingid { - height: 70%; + height: 27%; display: flex; align-items: center ; justify-content: center; @@ -36,8 +61,10 @@ body{ margin: 4rem; } + +h1 {color: white} h3{ - font-size: 3.7rem; + font-size: 2.5rem; font-weight: 555; } |