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:
@@ -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");
|
||||
|
||||
|
||||
/* ------------------------------------------------------------------
|
||||
|
12
css/forkawesome/css/fork-awesome.min.css
vendored
Normal file
12
css/forkawesome/css/fork-awesome.min.css
vendored
Normal file
File diff suppressed because one or more lines are too long
@@ -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 {
|
||||
|
Reference in New Issue
Block a user