From 26a3a5b315c5b3b852a390d903ee20a763372477 Mon Sep 17 00:00:00 2001 From: Alexey Morozov Date: Wed, 16 Feb 2022 15:26:26 +0300 Subject: [PATCH] Fix layout --- _software/{ fontist.adoc => fontist.adoc} | 4 ++-- _software/fontist/assets/symbol.svg | 1 + _software/formulas.adoc | 19 +++++++++++++++++++ _software/formulas/assets/symbol.svg | 1 + assets/css/style.scss | 16 +++++++++++++++- 5 files changed, 38 insertions(+), 3 deletions(-) rename _software/{ fontist.adoc => fontist.adoc} (62%) create mode 100644 _software/fontist/assets/symbol.svg create mode 100644 _software/formulas.adoc create mode 100644 _software/formulas/assets/symbol.svg diff --git a/_software/ fontist.adoc b/_software/fontist.adoc similarity index 62% rename from _software/ fontist.adoc rename to _software/fontist.adoc index af850c0..031111c 100644 --- a/_software/ fontist.adoc +++ b/_software/fontist.adoc @@ -1,6 +1,6 @@ --- title: Fontist -description: Gem for ... +description: A simple library to find and download fonts for Windows, Linux and Mac. repo_url: https://github.com/fontist/fontist @@ -14,4 +14,4 @@ docs: tags: ["writtenin:Ruby"] --- -The Fontist gem... \ No newline at end of file +Install openly-licensed fonts on Windows, Linux and Mac! \ No newline at end of file diff --git a/_software/fontist/assets/symbol.svg b/_software/fontist/assets/symbol.svg new file mode 100644 index 0000000..f78f589 --- /dev/null +++ b/_software/fontist/assets/symbol.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_software/formulas.adoc b/_software/formulas.adoc new file mode 100644 index 0000000..d7b5a03 --- /dev/null +++ b/_software/formulas.adoc @@ -0,0 +1,19 @@ +--- +title: Formulas +description: Fontist Font Formulas + +repo_url: https://github.com/fontist/formulas +repo_branch: v3 + +external_links: + - url: https://github.com/fontist/formulas + +docs: + git_repo_url: https://github.com/fontist/formulas + git_repo_branch: v3 + git_repo_subtree: docs + +tags: ["writtenin:Ruby"] +--- + +This is a main Fontist formulas repository. \ No newline at end of file diff --git a/_software/formulas/assets/symbol.svg b/_software/formulas/assets/symbol.svg new file mode 100644 index 0000000..f78f589 --- /dev/null +++ b/_software/formulas/assets/symbol.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/css/style.scss b/assets/css/style.scss index 5044d24..1e71975 100644 --- a/assets/css/style.scss +++ b/assets/css/style.scss @@ -2,10 +2,16 @@ --- $primary-color: #333289; -$accent-color: #2f25c5; +$accent-color: #6254ff; @import 'jekyll-theme-open-project'; +.main-section { + > .title { + font-weight: 500; + } +} + body.layout--home > .underlay > .hero { .illustration { bottom: -100px !important; @@ -45,3 +51,11 @@ body.layout--home { } } } + +body.layout--home { + > main > .featured-posts { + .title { + align-self: flex-start; + } + } +}