diff options
author | Rasmus <rasmus.luha@gmail.com> | 2023-06-10 16:45:12 +0300 |
---|---|---|
committer | Rasmus <rasmus.luha@gmail.com> | 2023-06-10 16:45:12 +0300 |
commit | ac3bfb7728e9324e6a21035e7b321649550c60cb (patch) | |
tree | e467ad4fcf4b83f1d6aa6f9d8613ee7d0534bfc9 /lehed/projekt | |
parent | 562fd4eb2551cf26c19d619bdf00dbd965fb11d5 (diff) |
finalFixes
Former-commit-id: 7fcc5cc7033804bb7e56b0ce5d3d77a6c2413236
Diffstat (limited to 'lehed/projekt')
-rw-r--r-- | lehed/projekt/img/audentes.jpg | bin | 0 -> 103961 bytes | |||
-rw-r--r-- | lehed/projekt/img/audentesDark.png | bin | 32665 -> 0 bytes | |||
-rw-r--r-- | lehed/projekt/img/erasmus.jpg (renamed from lehed/projekt/img/erasmus2.jpg) | bin | 108037 -> 108037 bytes | |||
-rw-r--r-- | lehed/projekt/img/erasmus1.jpg | bin | 16105 -> 0 bytes | |||
-rw-r--r-- | lehed/projekt/img/erasmusDark.png | bin | 6429 -> 45735 bytes | |||
-rw-r--r-- | lehed/projekt/img/erasmusDark2.png | bin | 45735 -> 0 bytes | |||
-rw-r--r-- | lehed/projekt/img/erm.jpg | bin | 0 -> 43463 bytes | |||
-rw-r--r-- | lehed/projekt/img/ermDark.jpg | bin | 15730 -> 0 bytes | |||
-rw-r--r-- | lehed/projekt/index.html | 35 | ||||
-rw-r--r-- | lehed/projekt/styles.css | 2 |
10 files changed, 25 insertions, 12 deletions
diff --git a/lehed/projekt/img/audentes.jpg b/lehed/projekt/img/audentes.jpg Binary files differnew file mode 100644 index 0000000..7962bdc --- /dev/null +++ b/lehed/projekt/img/audentes.jpg diff --git a/lehed/projekt/img/audentesDark.png b/lehed/projekt/img/audentesDark.png Binary files differdeleted file mode 100644 index 743224c..0000000 --- a/lehed/projekt/img/audentesDark.png +++ /dev/null diff --git a/lehed/projekt/img/erasmus2.jpg b/lehed/projekt/img/erasmus.jpg Binary files differindex 17bdd39..17bdd39 100644 --- a/lehed/projekt/img/erasmus2.jpg +++ b/lehed/projekt/img/erasmus.jpg diff --git a/lehed/projekt/img/erasmus1.jpg b/lehed/projekt/img/erasmus1.jpg Binary files differdeleted file mode 100644 index d3526a6..0000000 --- a/lehed/projekt/img/erasmus1.jpg +++ /dev/null diff --git a/lehed/projekt/img/erasmusDark.png b/lehed/projekt/img/erasmusDark.png Binary files differindex 376c493..ff8314e 100644 --- a/lehed/projekt/img/erasmusDark.png +++ b/lehed/projekt/img/erasmusDark.png diff --git a/lehed/projekt/img/erasmusDark2.png b/lehed/projekt/img/erasmusDark2.png Binary files differdeleted file mode 100644 index ff8314e..0000000 --- a/lehed/projekt/img/erasmusDark2.png +++ /dev/null diff --git a/lehed/projekt/img/erm.jpg b/lehed/projekt/img/erm.jpg Binary files differnew file mode 100644 index 0000000..c3a83ce --- /dev/null +++ b/lehed/projekt/img/erm.jpg diff --git a/lehed/projekt/img/ermDark.jpg b/lehed/projekt/img/ermDark.jpg Binary files differdeleted file mode 100644 index 45dbfc7..0000000 --- a/lehed/projekt/img/ermDark.jpg +++ /dev/null diff --git a/lehed/projekt/index.html b/lehed/projekt/index.html index e189ef3..a0221fd 100644 --- a/lehed/projekt/index.html +++ b/lehed/projekt/index.html @@ -13,7 +13,7 @@ <!-- 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"> @@ -22,7 +22,7 @@ </a> <a class="navbar-brand" href="../../#intro"> - <img class="logo" src="img/erasmusDark2.png" alt="Erasmus logo"> + <img class="logo" src="img/erasmusDark.png" alt="Erasmus logo"> </a> <!-- toggle button for mobile nav --> @@ -34,19 +34,19 @@ <div class="collapse navbar-collapse justify-content-end align-center" id="main-nav"> <ul class="navbar-nav"> <li class="nav-item"> - <a class="nav-link" href="../projekt">Projekt</a> - </li> - <li class="nav-item"> <a class="nav-link" href="../juhend">Juhend</a> </li> <li class="nav-item"> <a class="nav-link" href="../oppematerjalid">Õppematerjalid</a> </li> + <li class="nav-item"> + <a class="nav-link" href="../projekt">Projektist</a> + </li> <li class="nav-item d-md-none"> - <a class="nav-link" href="../rollid">Rollid</a> + <a class="nav-link" href="../rollid">Tegelased</a> </li> <li class="nav-item ms-2 d-none d-md-inline"> - <a class="btn btn-secondary" href="../rollid">Rollid</a> + <a class="btn btn-secondary" href="../rollid">Tegelased</a> </li> </ul> </div> @@ -56,7 +56,7 @@ <!-- Sissejuhatus --> <section id="sissejuhatus"> - <h1 class="text-center pb-3"><strong>Projekt</strong></h1> + <h1 class="text-center pb-3"><strong>Projektist</strong></h1> </section> @@ -104,10 +104,25 @@ <br> <strong>Helisalvestus:</strong> Maido Selgmäe (ERM) </div> + + <br><br> + + <div> + <strong>Kontakt:</strong><br> + kaari.siemer@erm.ee + <br> + pille.rohtla@audentes.ee + </div> + </main> <footer> + <div class="logoWrapper"> + <img class="logo" src="img/erasmus.jpg" alt="Erasmus logo"> + <img class="logo" src="img/erm.jpg" alt="ERM logo"> + <img class="logo" src="img/audentes.jpg" alt="Audentes logo"> + </div> <i><p> The European Commission's support for the production of this publication does not constitute an endorsement of the contents, @@ -119,10 +134,6 @@ 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> diff --git a/lehed/projekt/styles.css b/lehed/projekt/styles.css index 0be49e3..4522ea2 100644 --- a/lehed/projekt/styles.css +++ b/lehed/projekt/styles.css @@ -27,6 +27,7 @@ h1 {color: #FFB673} main { margin: 2.5% 13%; color: white; + font-size: 1.1rem; } @@ -49,4 +50,5 @@ footer p { text-align: center; align-items: center; justify-content: center; + margin-bottom: .77rem; } |