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 @@ {% if config.extra.juice_extra_menu %} {% for menu in config.extra.juice_extra_menu %} - {{ menu.title }} + {{ menu.title }} {% endfor %} {% endif %} {% for page in root.pages %} {% if lang == "en" %} - {{ page.title }} + {{ page.title }} {% else %} - {{ page.title }} + {{ page.title }} {% endif %} {% endfor %} {% for path in root.subsections %} {% set child = get_section(path=path) %} {% if lang == "en"%} - {{ child.title }} + {{ child.title }} {% else %} - {{ child.title }} + {{ child.title }} {% endif %} {% endfor %} @@ -85,4 +85,47 @@ {% endfor %} -{% endmacro render_toc %} \ No newline at end of file +{% endmacro render_toc %} + + +{% macro hero(slogan, intro)%} + + + + + + {{ slogan }} + + + {{ intro | safe }} + + + + + + + + + + + + Explore More ⇩ + + + + +{% endmacro hero %} \ No newline at end of file diff --git a/templates/index.html b/templates/index.html index 8cf5c4f..96d0c17 100644 --- a/templates/index.html +++ b/templates/index.html @@ -1,113 +1,82 @@ -{% extends "juice/templates/index.html" %} +{% import "_macros.html" as macros %} + + -{% block head %} + + + {% block title %}{{ config.title }}{% endblock title %} + + + {% block favicon %} + + {% endblock favicon %} - + {% include "_variables.html" %} - - - - + {% block fonts %} + + + {% endblock fonts %} - - + + + + + + + + + + - + + - - + + - - - - - -Software, Product Developement and IT consulting - - - - - - -{% endblock head %} + {% block head %} + {% endblock head %} + {% block body_tag%} - + {% endblock body_tag %} {% block header %} - {{ macros::render_header(path="/") }} - - - {% block hero %} - - - - - {{ config.extra.slogan }} - - - {{ section.extra.intro | safe }} - - - - - - - - - - - - Explore More ⇩ - - - - {% endblock hero %} - - - - {% endblock header %} + + {% block hero %} + {{ macros::hero(slogan=config.extra.slogan, intro=config.extra.intro)}} + {% endblock hero %} + {% block toc %} + {% endblock toc %} - {% block toc %} - {% endblock toc %} + {% block content %} + + {{section.title}} + {{ section.content | safe }} + + {% endblock content %} - - - - {% block sidebar %} - - - - {% endblock sidebar %} + {% block sidebar %} + {% endblock sidebar %} + {% block footer %} diff --git a/templates/page.html b/templates/page.html index 71d9966..dbad8ec 100644 --- a/templates/page.html +++ b/templates/page.html @@ -3,6 +3,8 @@ {% block title %}{{ page.title }} | {{ super() }} {% endblock title %} +{% block hero %} +{% endblock hero %} {% block header %}