initial commit

This commit is contained in:
Alexander Bell
2019-06-14 11:19:57 +02:00
commit 73c44ead02
101 changed files with 6464 additions and 0 deletions

38
assets/css/design.css Normal file
View File

@@ -0,0 +1,38 @@
.firstHalf
{
display:none;
width: 100%;
}
.secondHalf
{
width: 100%;
}
.secondHalf form
{
background-color:rgba(255, 255, 255, 0.04);
padding-top: 30px;
padding-bottom: 30px;
padding-right: 10px;
padding-left: 10px;
border-radius: 8px;
}
.secondHalf blockquote
{
font-size: 15px;
}
@media (min-width: 768px) {
.firstHalf
{
display:block;
width: 30%;
float:left;
}
.secondHalf
{
width: 70%;
float: right;
}
}

4
assets/css/font-awesome.min.css vendored Normal file

File diff suppressed because one or more lines are too long

35
assets/css/ie9.css Normal file
View File

@@ -0,0 +1,35 @@
/*
Dimension by HTML5 UP
html5up.net | @ajlkn
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
*/
/* BG */
#bg:before {
background: rgba(19, 21, 25, 0.5);
}
/* Header */
#header .logo {
margin: 0 auto;
}
#header .content {
display: inline-block;
}
#header nav ul {
display: inline-block;
}
#header nav ul li {
display: inline-block;
}
/* Main */
#main article {
margin: 0 auto;
}

1594
assets/css/main.css Normal file

File diff suppressed because it is too large Load Diff

12
assets/css/noscript.css Normal file
View File

@@ -0,0 +1,12 @@
/*
Dimension by HTML5 UP
html5up.net | @ajlkn
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
*/
/* Main */
#main article {
opacity: 1;
margin: 4rem 0 0 0;
}