diff --git a/public/home/home/LogoHome.svg b/public/home/home/LogoHome.svg new file mode 100755 index 0000000..a0c6412 --- /dev/null +++ b/public/home/home/LogoHome.svg @@ -0,0 +1,65 @@ + + + + + + + + + + + + + + + + + + diff --git a/public/home/home/cssAnimation.css b/public/home/home/cssAnimation.css new file mode 100755 index 0000000..5c2ae84 --- /dev/null +++ b/public/home/home/cssAnimation.css @@ -0,0 +1,39 @@ +div.logo{ + background-image:url("LogoHome.svg"); + width: 144px; + height: 128px; + margin-top: 85vh; + margin-left: 44vw; + background-repeat: no-repeat; +} +#courtain{ + -webkit-animation: oopacity 2s ease-out 6s, clear 3s 6.5s; + -webkit-animation-fill-mode:both,both; +} + +section#spacer{ +animation-name:nintro; +animation-timing-function:ease-in; +animation-delay:6s; +animation-duration:0s; +animation-fill-mode:backwards; + +} +section.anav{ +animation-name:nintro; +animation-timing-function:ease-in; +animation-delay:5s; +animation-duration:1s; +animation-fill-mode:backwards; +} + +@keyframes modIntro{ 0%{opacity:0;} 100%{opacity:1;} } +@keyframes oopacity { 0%{ opacity:1; } 100%{ opacity:0; } } +@keyframes clear{ 0%{ height:150vh; } 100%{ height:0px; } } +@keyframes nintro{ 0% { position:absolute; top:-200px; } 100% { top:0px;} } + +@-webkit-keyframes modIntro{ 0%{opacity:0;} 100%{opacity:1;} } +@-webkit-keyframes oopacity { 0%{ opacity:1; } 100%{ opacity:0; } } +@-webkit-keyframes clear{ 0%{ height:150vh; } 100%{ height:0px; } } +@-webkit-keyframes nintro{ 0% { position:absolute; top:-200px; } 100% { top:0px;} } + diff --git a/public/users/login/cssuForm.css b/public/users/login/cssuForm.css index c2e9fc9..70604f7 100755 --- a/public/users/login/cssuForm.css +++ b/public/users/login/cssuForm.css @@ -35,6 +35,10 @@ label{ } form.login > input{ + width: 100%; + height: 10vh; + font-size: 1.3em; + max-height: 50px; } form.login > input#submit { diff --git a/templates/home/home.html.ep b/templates/home/home.html.ep index 6b68c5a..37ac036 100755 --- a/templates/home/home.html.ep +++ b/templates/home/home.html.ep @@ -1,5 +1,5 @@
-
+

<%= $mod %>

diff --git a/templates/users/loginu.html.ep b/templates/users/loginu.html.ep index 454d135..7920d4a 100755 --- a/templates/users/loginu.html.ep +++ b/templates/users/loginu.html.ep @@ -4,7 +4,7 @@
- +