initial commit

This commit is contained in:
2018-03-20 09:03:11 +00:00
commit 61aa815a91
44 changed files with 3100 additions and 0 deletions

32
assets/sass/ie/v8.scss Normal file
View File

@ -0,0 +1,32 @@
/*
Aerial by HTML5 UP
html5up.net | @n33co
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
*/
@import '../vars';
@import '../mixins';
/* Header */
#header {
nav {
a {
position: relative;
border: solid 1px $color-fg;
border-radius: 100%;
-ms-behavior: url('css/ie/PIE.htc');
&:before {
border: 0;
}
}
}
}
/* Footer */
#footer {
background-image: url('images/footer.png');
background-position: bottom left;
background-repeat: repeat-x;
}

38
assets/sass/ie/v9.scss Normal file
View File

@ -0,0 +1,38 @@
/*
Aerial by HTML5 UP
html5up.net | @n33co
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
*/
@import '../vars';
@import '../mixins';
/* Wrapper */
#wrapper {
opacity: 1;
}
/* Overlay */
#overlay {
opacity: 1;
}
/* Header */
#header {
opacity: 1;
nav {
li {
opacity: 1;
}
}
}
/* Footer */
#footer {
background-image: url('images/footer.svg');
}