bye bye github
This commit is contained in:
35
public/global/head/cssHead.css
Executable file
35
public/global/head/cssHead.css
Executable file
@@ -0,0 +1,35 @@
|
||||
body{
|
||||
background-repeat: no-repeat;
|
||||
background-attachment: fixed;
|
||||
background-size:cover;
|
||||
background-image:url("grulla_21.jpg");
|
||||
background-position: top;
|
||||
}
|
||||
|
||||
#ihead{
|
||||
width:100%;
|
||||
height:100vh;
|
||||
}
|
||||
|
||||
#courtain{
|
||||
background-color:black;
|
||||
background-size:cover;
|
||||
width: 100vw;
|
||||
position:fixed;
|
||||
z-index:100;
|
||||
top: -50vh;
|
||||
}
|
||||
|
||||
article.mod{
|
||||
position:fixed;
|
||||
z-index:0;
|
||||
}
|
||||
|
||||
p.mod{
|
||||
color:black;
|
||||
font-weight:bold;
|
||||
font-size:1.3em;
|
||||
max-width:500px;
|
||||
padding:5% 5%;
|
||||
text-align:left;
|
||||
}
|
||||
BIN
public/global/head/grulla_1.jpg
Executable file
BIN
public/global/head/grulla_1.jpg
Executable file
Binary file not shown.
|
After Width: | Height: | Size: 2.2 MiB |
BIN
public/global/head/grulla_2.jpg
Executable file
BIN
public/global/head/grulla_2.jpg
Executable file
Binary file not shown.
|
After Width: | Height: | Size: 992 KiB |
BIN
public/global/head/grulla_21.jpg
Executable file
BIN
public/global/head/grulla_21.jpg
Executable file
Binary file not shown.
|
After Width: | Height: | Size: 589 KiB |
55
public/global/head/intro/cssAnimation.css
Executable file
55
public/global/head/intro/cssAnimation.css
Executable file
@@ -0,0 +1,55 @@
|
||||
/*
|
||||
#ihead{
|
||||
animation-name: headIntro;
|
||||
animation-fill-mode:backwards;
|
||||
animation-timing-function:linear;
|
||||
animation-delay:4s;
|
||||
animation-duration: 3s;
|
||||
}
|
||||
@keyframes headIntro {
|
||||
0% { transform:scale(5,5); background-position: 30vw 30vh; }
|
||||
70% { transform:scale(3,3); background-position:top center; }
|
||||
100% { transform:scale(1,1); }
|
||||
}
|
||||
*/
|
||||
|
||||
#courtain{
|
||||
-webkit-animation: oopacity 2s ease-out 6s, clear 3s 6.5s;
|
||||
-webkit-animation-fill-mode:both,both;
|
||||
}
|
||||
|
||||
/*
|
||||
article.mod{
|
||||
animation-name:modIntro;
|
||||
animation-timing-function:ease-in;
|
||||
animation-delay:3s;
|
||||
animation-duration:0.5s;
|
||||
animation-fill-mode:backwards;
|
||||
}
|
||||
*/
|
||||
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;} }
|
||||
|
||||
13
public/global/head/qUser.q
Executable file
13
public/global/head/qUser.q
Executable file
@@ -0,0 +1,13 @@
|
||||
|
||||
|
||||
/* c#host localhost*/
|
||||
/* c#database #dbdata */
|
||||
/* c#user #dbdata_user */
|
||||
/* c#password #dbdata_pass */
|
||||
|
||||
|
||||
|
||||
select
|
||||
nombre as "tag",
|
||||
contenido as "uContent"
|
||||
from casa;
|
||||
Reference in New Issue
Block a user