Update demo.
This commit is contained in:
parent
7a35b60aff
commit
fd30f0f057
43 changed files with 4347 additions and 925 deletions
5
docs/blog/theme/font-awesome/css/brands.css
vendored
Normal file
5
docs/blog/theme/font-awesome/css/brands.css
vendored
Normal 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"}
|
5
docs/blog/theme/font-awesome/css/fontawesome.css
vendored
Normal file
5
docs/blog/theme/font-awesome/css/fontawesome.css
vendored
Normal file
File diff suppressed because one or more lines are too long
5
docs/blog/theme/font-awesome/css/solid.css
vendored
Normal file
5
docs/blog/theme/font-awesome/css/solid.css
vendored
Normal 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}
|
BIN
docs/blog/theme/font-awesome/webfonts/fa-brands-400.eot
Normal file
BIN
docs/blog/theme/font-awesome/webfonts/fa-brands-400.eot
Normal file
Binary file not shown.
1127
docs/blog/theme/font-awesome/webfonts/fa-brands-400.svg
Normal file
1127
docs/blog/theme/font-awesome/webfonts/fa-brands-400.svg
Normal file
File diff suppressed because one or more lines are too long
After Width: | Height: | Size: 608 KiB |
BIN
docs/blog/theme/font-awesome/webfonts/fa-brands-400.ttf
Normal file
BIN
docs/blog/theme/font-awesome/webfonts/fa-brands-400.ttf
Normal file
Binary file not shown.
BIN
docs/blog/theme/font-awesome/webfonts/fa-brands-400.woff
Normal file
BIN
docs/blog/theme/font-awesome/webfonts/fa-brands-400.woff
Normal file
Binary file not shown.
BIN
docs/blog/theme/font-awesome/webfonts/fa-brands-400.woff2
Normal file
BIN
docs/blog/theme/font-awesome/webfonts/fa-brands-400.woff2
Normal file
Binary file not shown.
BIN
docs/blog/theme/font-awesome/webfonts/fa-solid-900.eot
Normal file
BIN
docs/blog/theme/font-awesome/webfonts/fa-solid-900.eot
Normal file
Binary file not shown.
2231
docs/blog/theme/font-awesome/webfonts/fa-solid-900.svg
Normal file
2231
docs/blog/theme/font-awesome/webfonts/fa-solid-900.svg
Normal file
File diff suppressed because it is too large
Load diff
After Width: | Height: | Size: 579 KiB |
BIN
docs/blog/theme/font-awesome/webfonts/fa-solid-900.ttf
Normal file
BIN
docs/blog/theme/font-awesome/webfonts/fa-solid-900.ttf
Normal file
Binary file not shown.
BIN
docs/blog/theme/font-awesome/webfonts/fa-solid-900.woff
Normal file
BIN
docs/blog/theme/font-awesome/webfonts/fa-solid-900.woff
Normal file
Binary file not shown.
BIN
docs/blog/theme/font-awesome/webfonts/fa-solid-900.woff2
Normal file
BIN
docs/blog/theme/font-awesome/webfonts/fa-solid-900.woff2
Normal file
Binary file not shown.
|
@ -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 {
|
||||
|
|
2
docs/blog/theme/stylesheet/style.min.css
vendored
2
docs/blog/theme/stylesheet/style.min.css
vendored
File diff suppressed because one or more lines are too long
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue