summaryrefslogtreecommitdiff
path: root/lehed/juhend
diff options
context:
space:
mode:
Diffstat (limited to 'lehed/juhend')
-rw-r--r--lehed/juhend/img/audentesDark.pngbin0 -> 32665 bytes
-rw-r--r--lehed/juhend/img/erasmus1.jpgbin0 -> 16105 bytes
-rw-r--r--lehed/juhend/img/erasmus2.jpgbin0 -> 108037 bytes
-rw-r--r--lehed/juhend/img/erasmusDark.pngbin0 -> 6429 bytes
-rw-r--r--lehed/juhend/img/erasmusDark2.pngbin0 -> 45735 bytes
-rw-r--r--lehed/juhend/img/ermDark.jpgbin0 -> 15730 bytes
-rw-r--r--lehed/juhend/index.html28
-rw-r--r--lehed/juhend/styles.css23
8 files changed, 46 insertions, 5 deletions
diff --git a/lehed/juhend/img/audentesDark.png b/lehed/juhend/img/audentesDark.png
new file mode 100644
index 0000000..743224c
--- /dev/null
+++ b/lehed/juhend/img/audentesDark.png
Binary files differ
diff --git a/lehed/juhend/img/erasmus1.jpg b/lehed/juhend/img/erasmus1.jpg
new file mode 100644
index 0000000..d3526a6
--- /dev/null
+++ b/lehed/juhend/img/erasmus1.jpg
Binary files differ
diff --git a/lehed/juhend/img/erasmus2.jpg b/lehed/juhend/img/erasmus2.jpg
new file mode 100644
index 0000000..17bdd39
--- /dev/null
+++ b/lehed/juhend/img/erasmus2.jpg
Binary files differ
diff --git a/lehed/juhend/img/erasmusDark.png b/lehed/juhend/img/erasmusDark.png
new file mode 100644
index 0000000..376c493
--- /dev/null
+++ b/lehed/juhend/img/erasmusDark.png
Binary files differ
diff --git a/lehed/juhend/img/erasmusDark2.png b/lehed/juhend/img/erasmusDark2.png
new file mode 100644
index 0000000..ff8314e
--- /dev/null
+++ b/lehed/juhend/img/erasmusDark2.png
Binary files differ
diff --git a/lehed/juhend/img/ermDark.jpg b/lehed/juhend/img/ermDark.jpg
new file mode 100644
index 0000000..45dbfc7
--- /dev/null
+++ b/lehed/juhend/img/ermDark.jpg
Binary files differ
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>
diff --git a/lehed/juhend/styles.css b/lehed/juhend/styles.css
index e19b377..58c68b6 100644
--- a/lehed/juhend/styles.css
+++ b/lehed/juhend/styles.css
@@ -3,6 +3,7 @@ body{
font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}
+h1 {color: #FFB673}
/* NavBar */
.navbar{
@@ -23,6 +24,28 @@ body{
.navbar a{ color: white; }
+.logo {
+ height: 3.7rem;
+ width: auto;
+}
+
+footer {
+ margin: 2% 3%;
+ margin-top: 5%;
+}
+footer p {
+ color: #DBE2E9;
+ font-size: 0.75em;
+ line-height: normal;
+}
+
+.logoWrapper {
+ text-align: center;
+ align-items: center;
+ justify-content: center;
+}
+
+