diff --git a/invite/gen.html b/invite/gen.html new file mode 100644 index 0000000..1a281be --- /dev/null +++ b/invite/gen.html @@ -0,0 +1,38 @@ + + + + + + + +

+ +

+ + + + diff --git a/invite/index.html b/invite/index.html index 24d354a..316d05f 100644 --- a/invite/index.html +++ b/invite/index.html @@ -1,15 +1,24 @@ - + + + + + + + + + +
-

18. august

+

Tere!

-

Oled oodatud

+

18. augustil
kell 19:00
oled oodatud

@@ -27,8 +36,23 @@
-

Näeme 18. august

- :wq! +

Näeme

+

18. augustil kell 19:00

+ :wq! +
+ +
+ Rohkem infot Facebooki evendil.
+ + diff --git a/invite/style.scss b/invite/style.scss index fc5e3e7..c04c85f 100644 --- a/invite/style.scss +++ b/invite/style.scss @@ -1,8 +1,8 @@ $foreground: #FFFFFF; $background: #000000; -$animation-length: 4s; -$animation-delay: $animation-length - 1.5; +$animation-length: 5s; +$animation-delay: $animation-length - 1.7; $slide-count: 6; * { @@ -51,6 +51,17 @@ h1 { animation-name: slide-in; animation-fill-mode: both; + h2 { + margin-bottom: 120px; + } + } + + >:nth-child(#{$slide-count + 1}) { + animation-delay: $animation-delay* ($slide-count + 1); + animation-duration: $animation-length; + animation-name: slide-in-last; + animation-fill-mode: both; + h1 { margin: 120px; } @@ -65,6 +76,11 @@ h1 { align-items: center; justify-content: center; flex-direction: column; + text-align: center; + + img { + max-height: 80vh; + } } @keyframes slide-in-out { @@ -105,7 +121,18 @@ h1 { opacity: 0; } 30%, 100% { - transform: translateY(-30px); + transform: translateY(0); + opacity: 1; + } +} + +@keyframes slide-in-last { + 0% { + transform: translateY(300px); + opacity: 0; + } + 30%, 100% { + transform: translateY(200px); opacity: 1; } } diff --git a/og.png b/og.png new file mode 100644 index 0000000..2c075e1 Binary files /dev/null and b/og.png differ