Update demo.

This commit is contained in:
Alexandre Vicenzi 2019-10-19 22:47:25 +02:00
parent 7a35b60aff
commit fd30f0f057
43 changed files with 4347 additions and 925 deletions

View file

@ -0,0 +1,5 @@
/*!
* Font Awesome Free 5.1.0 by @fontawesome - https://fontawesome.com
* License - https://fontawesome.com/license (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
*/
@font-face{font-family:"Font Awesome 5 Brands";font-style:normal;font-weight:normal;src:url(../webfonts/fa-brands-400.eot);src:url(../webfonts/fa-brands-400.eot?#iefix) format("embedded-opentype"),url(../webfonts/fa-brands-400.woff2) format("woff2"),url(../webfonts/fa-brands-400.woff) format("woff"),url(../webfonts/fa-brands-400.ttf) format("truetype"),url(../webfonts/fa-brands-400.svg#fontawesome) format("svg")}.fab{font-family:"Font Awesome 5 Brands"}

File diff suppressed because one or more lines are too long

View file

@ -0,0 +1,5 @@
/*!
* Font Awesome Free 5.1.0 by @fontawesome - https://fontawesome.com
* License - https://fontawesome.com/license (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
*/
@font-face{font-family:"Font Awesome 5 Free";font-style:normal;font-weight:900;src:url(../webfonts/fa-solid-900.eot);src:url(../webfonts/fa-solid-900.eot?#iefix) format("embedded-opentype"),url(../webfonts/fa-solid-900.woff2) format("woff2"),url(../webfonts/fa-solid-900.woff) format("woff"),url(../webfonts/fa-solid-900.ttf) format("truetype"),url(../webfonts/fa-solid-900.svg#fontawesome) format("svg")}.fa,.fas{font-family:"Font Awesome 5 Free";font-weight:900}

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 608 KiB

Binary file not shown.

File diff suppressed because it is too large Load diff

After

Width:  |  Height:  |  Size: 579 KiB

Binary file not shown.

View file

@ -368,8 +368,8 @@ ul.social {
a:hover {
z-index: 2;
-webkit-transform: translateY(-5px);
transform: translateY(-5px);
-webkit-transform: translateY(-2px);
transform: translateY(-2px);
}
a {
@ -394,6 +394,10 @@ ul.social {
background-color: @instagram-bg-color;
}
a.sc-keybase {
background-color: @keybase-bg-color;
}
a.sc-pinterest {
background-color: @pinterest-bg-color;
}
@ -454,6 +458,10 @@ ul.social {
background-color: @bitbucket-bg-color;
}
a.sc-mastodon {
background-color: @mastodon-bg-color;
}
}
.ads-aside {
@ -476,8 +484,8 @@ ul.social {
@media screen and (min-width: 768px) {
aside {
width: 25%;
height: 100%;
width: 25vw;
height: 100vh;
position: fixed;
top: 0;
left: 0;
@ -502,16 +510,17 @@ ul.social {
}
main {
width: 75%;
height: 100%;
width: 75vw;
height: 100vh;
position: absolute;
top: 0;
left: 25%;
left: 25vw;
overflow-x: hidden;
article {
&.single {
min-height: 80%;
min-height: 80vh;
}
ul.list {

File diff suppressed because one or more lines are too long

View file

@ -55,6 +55,7 @@
@github-bg-color: #111010;
@google-bg-color: #d93e2d;
@instagram-bg-color: #125688;
@keybase-bg-color: #4c8dff;
@linkedin-bg-color: #3371b7;
@medium-bg-color: #00ab6b;
@pinterest-bg-color: #c92619;
@ -68,3 +69,4 @@
@gitlab-bg-color: #fca326;
@xing-bg-color: #007575;
@bitbucket-bg-color: #0747A6;
@mastodon-bg-color: #3088d4;