diff --git a/src/layouts/index.html b/src/layouts/index.html index bbe2241..1da637a 100644 --- a/src/layouts/index.html +++ b/src/layouts/index.html @@ -41,8 +41,8 @@
-
-
+
+
@@ -52,11 +52,11 @@
-

The revolution is here. We’re calling on all open-source devs to authenticate their Github with tea.

+

The revolution is here. We’re calling on all open-source devs to authenticate their Github with tea.

-
+
{{- partial "full-width-cta.html" . -}}
diff --git a/src/static/css/generative-art.css b/src/static/css/generative-art.css index 99d4585..b530b67 100644 --- a/src/static/css/generative-art.css +++ b/src/static/css/generative-art.css @@ -1,3 +1,46 @@ +/* Animations */ + +@keyframes fadeInUp { + from { + transform: translate3d(0,40px,0) + } + + to { + transform: translate3d(0,0,0); + opacity: 1 + } +} + +@-webkit-keyframes fadeInUp { + from { + transform: translate3d(0,40px,0) + } + + to { + transform: translate3d(0,0,0); + opacity: 1 + } +} + +.animated { + animation-duration: 1s; + animation-delay: .5s; + animation-fill-mode: both; + -webkit-animation-duration: 1s; + -webkit-animation-fill-mode: both +} + +.animatedFadeInUp { + opacity: 0 +} + +.fadeInUp { + opacity: 0; + animation-name: fadeInUp; + -webkit-animation-name: fadeInUp; +} + + @media only screen and (min-width: 1200px) { #gen-art-1{ diff --git a/src/static/css/text-flicker.css b/src/static/css/text-flicker.css index c00d585..c57c3d2 100644 --- a/src/static/css/text-flicker.css +++ b/src/static/css/text-flicker.css @@ -6,7 +6,7 @@ h1{ @keyframes text-flicker { 0% { - opacity:0.1; + opacity:.1; } 2% {