Added several performance improvements

* Compressed volunteering images
* Removed Google dependencies
* Added minimum css file of Fork Awesome
* Readded Avatar in Open Graph tags
This commit is contained in:
2019-01-26 00:08:31 +01:00
parent 1aaa970d70
commit c4f9cb237c
6 changed files with 25 additions and 11 deletions

View File

@@ -28,7 +28,7 @@ e. Others
@import url("fonts.css");
@import url("fontello/css/fontello.css");
@import url("forkawesome/css/fork-awesome.css");
@import url("forkawesome/css/fork-awesome.min.css");
/* ------------------------------------------------------------------

File diff suppressed because one or more lines are too long

View File

@@ -59,13 +59,17 @@ header {
height: 800px;
min-height: 500px;
width: 100%;
background: #161415 url(../images/header-background.jpg) no-repeat top center;
background-size: cover !important;
-webkit-background-size: cover !important;
text-align: center;
overflow: hidden;
}
@media only screen and (min-width: 1921px){
header {
background: #161415 url(../images/header-background.jpg) no-repeat top center;
}
}
@media only screen and (max-width: 1920px){
header {
background: #161415 url(../images/header-background_1920.jpg) no-repeat top center;
@@ -1119,7 +1123,7 @@ call-to-action .button {
#contact .profile-pic {
margin: 0px auto 0 auto;
width: 90px;
width: 130px;
}
.pgp {