diff --git a/config.toml b/config.toml index 51bcae9..7624666 100644 --- a/config.toml +++ b/config.toml @@ -33,6 +33,8 @@ juice_logo_path = "flat_blocks.svg" slogan = "Let's Build Something Together!" +intro = "Need help with Product development or IT?
You have come to right place" + email = "hello.vumwi@aleeas.com" # juice_extra_menu = [ # { title = "Github", link = "https://github.com/glennwso"} diff --git a/content/_index.md b/content/_index.md index 659583e..a751cb5 100644 --- a/content/_index.md +++ b/content/_index.md @@ -1,8 +1,6 @@ +++ sort_by = "weight" title = "Our Services" -[extra] -intro = "Need help with Product development or IT?
You have come to right place" +++ We help our clients with devloping their products and software. We also provide IT services for common office work needs and webhosting. diff --git a/content/software.md b/content/software.md index d6feb68..abf9976 100644 --- a/content/software.md +++ b/content/software.md @@ -4,11 +4,11 @@ description = "Software Development Consulting" weight = 1 +++ -## Native Apps +# Native Apps I make apps for my clients on the fallowing plattforms: -### platforms +## platforms - Andriod - Linux - macOS diff --git a/sass/cards.scss b/sass/cards.scss index 9204c35..f79a410 100644 --- a/sass/cards.scss +++ b/sass/cards.scss @@ -7,7 +7,7 @@ .card-container { display: block; width: 92vw; - margin-top: 2em; + /* margin-top: 2em; */ } main { @@ -18,7 +18,7 @@ main { /* display: flex; */ flex-direction: column; padding: 0px; - padding-left: 20px; + padding-left: 4%; } .card { diff --git a/sass/style.scss b/sass/style.scss index c375313..bcd2271 100644 --- a/sass/style.scss +++ b/sass/style.scss @@ -1,5 +1,11 @@ main { - padding: 50px 4%; + /* padding: 50px 4%; */ + padding: 0; +} + +.content { + padding: 4%; + padding-bottom: 0; } div.nav-outlinks { @@ -25,6 +31,10 @@ footer div.nav-outlinks a { text-decoration: none; } +footer { + margin-top: 2em; +} + .inline-icon-container svg { vertical-align: middle; fill: #fff; diff --git a/templates/_macros.html b/templates/_macros.html index 65cc3bd..1287fc0 100644 --- a/templates/_macros.html +++ b/templates/_macros.html @@ -10,25 +10,25 @@