diff options
Diffstat (limited to 'lehed/projekt')
-rw-r--r-- | lehed/projekt/img/audentesDark.png | bin | 0 -> 32665 bytes | |||
-rw-r--r-- | lehed/projekt/img/erasmus1.jpg | bin | 0 -> 16105 bytes | |||
-rw-r--r-- | lehed/projekt/img/erasmus2.jpg | bin | 0 -> 108037 bytes | |||
-rw-r--r-- | lehed/projekt/img/erasmusDark.png | bin | 0 -> 6429 bytes | |||
-rw-r--r-- | lehed/projekt/img/erasmusDark2.png | bin | 0 -> 45735 bytes | |||
-rw-r--r-- | lehed/projekt/img/ermDark.jpg | bin | 0 -> 15730 bytes | |||
-rw-r--r-- | lehed/projekt/index.html | 77 | ||||
-rw-r--r-- | lehed/projekt/styles.css | 28 |
8 files changed, 104 insertions, 1 deletions
diff --git a/lehed/projekt/img/audentesDark.png b/lehed/projekt/img/audentesDark.png Binary files differnew file mode 100644 index 0000000..743224c --- /dev/null +++ b/lehed/projekt/img/audentesDark.png diff --git a/lehed/projekt/img/erasmus1.jpg b/lehed/projekt/img/erasmus1.jpg Binary files differnew file mode 100644 index 0000000..d3526a6 --- /dev/null +++ b/lehed/projekt/img/erasmus1.jpg diff --git a/lehed/projekt/img/erasmus2.jpg b/lehed/projekt/img/erasmus2.jpg Binary files differnew file mode 100644 index 0000000..17bdd39 --- /dev/null +++ b/lehed/projekt/img/erasmus2.jpg diff --git a/lehed/projekt/img/erasmusDark.png b/lehed/projekt/img/erasmusDark.png Binary files differnew file mode 100644 index 0000000..376c493 --- /dev/null +++ b/lehed/projekt/img/erasmusDark.png diff --git a/lehed/projekt/img/erasmusDark2.png b/lehed/projekt/img/erasmusDark2.png Binary files differnew file mode 100644 index 0000000..ff8314e --- /dev/null +++ b/lehed/projekt/img/erasmusDark2.png diff --git a/lehed/projekt/img/ermDark.jpg b/lehed/projekt/img/ermDark.jpg Binary files differnew file mode 100644 index 0000000..45dbfc7 --- /dev/null +++ b/lehed/projekt/img/ermDark.jpg diff --git a/lehed/projekt/index.html b/lehed/projekt/index.html index 3b7ff05..e189ef3 100644 --- a/lehed/projekt/index.html +++ b/lehed/projekt/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> @@ -48,11 +53,81 @@ </div> </nav> + <!-- Sissejuhatus --> <section id="sissejuhatus"> - <h1 class="text-center text-white pb-3">Projekt</h1> + <h1 class="text-center pb-3"><strong>Projekt</strong></h1> </section> + + + <!-- Mainers --> + <main> + <div> + Digitaalne ajarännak 1991. aastasse on valminud + <strong>Erasmus+ projekti</strong> + „Digital solutions for applied heritage – exploring + transnational learning opportunities" + („Digilahendused pärandiõppes – riikidevaheliste + õpivõimaluste uuring“; 2021–2023) raames. + <br><br> + Eesti Rahva Muuseumi ja Audentese erakooli ülesanne oli + projekti käigus välja töötada digitaalne ajarännak 1991. + aastasse ning teemaga seotud digiõppematerjalid õpilastele, + õpetajatele ja muuseumipedagoogidele. Eesti Rahva Muuseumi + ja Audentese erakooli koostöös valminud digitaalne ajarännak + on mõeldud 9.–12. klassidele. + </div> + <br><br> + <div> + <strong>Fotod ja kaardid:</strong> + <br> + Eesti Ajaloomuuseum SA, Eesti Piimandusmuuseum, + Eesti Rahva Muuseum, Maa-amet, Rahvusarhiiv, Võrumaa Muuseum. + </div> + <br> + <div> + <strong>Plakatid:</strong> Eesti Ajaloomuuseum SA, Saaremaa Muuseum, Virumaa Muuseumid. + </div> + <br><br> + <div> + <strong>Projektijuhid:</strong> Kaari Siemer (ERM) ja Pille Rohtla (Audentese erakool) + <br> + <strong>IT lahendus:</strong> Rasmus Luha + <br> + <strong>Meeskond:</strong> Saale Randaru, Anna Liisa Regensperger, Kadri-Liis Olmaru Luha, Anti Lillak, Ave Kikas, Virve Tuubel, Natalia Pyllu ja Diana Loot (ERM). + Made Isak, Eve Liis, Heli Illipe-Sootak, Avo Kirsipuu, Joonatan Jürimaa, Jaana Kannike, Meelis Muuga, Tiia Pällo, Katrin Raud (Audentese erakool). + <br> + <strong>Keeletoimetaja:</strong> Karin Kastehein (ERM) + <br> + <strong>Filmiklipid:</strong> Kinograaf OÜ, Jaana Kannike (Audentese erakool) + <br> + <strong>Helisalvestus:</strong> Maido Selgmäe (ERM) + </div> + </main> + + + <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/projekt/styles.css b/lehed/projekt/styles.css index 0c12a82..0be49e3 100644 --- a/lehed/projekt/styles.css +++ b/lehed/projekt/styles.css @@ -22,3 +22,31 @@ body{ } .navbar a{ color: white; } + +h1 {color: #FFB673} +main { + margin: 2.5% 13%; + 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; +} |