diff --git a/Makefile b/Makefile index 52650f154..e311d066f 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ SHELL := /bin/bash MAKEFILE_PATH := ./Makefile MAKEFILES_DIR := ./@bin/makefiles -MAKEFILES_VER := v0.1.13 +MAKEFILES_VER := v0.1.18 help: @echo 'Available Commands:' diff --git a/docs/welcome.md b/docs/welcome.md index d935af6e2..7da9aa5be 100644 --- a/docs/welcome.md +++ b/docs/welcome.md @@ -3,7 +3,37 @@ template: overrides/main.html --- ![binbash-logo](./assets/images/logos/binbash.png "Binbash"){: style="width:250px"} -![binbash-leverage-tf](./assets/images/logos/binbash-leverage-terraform.png#right "Leverage"){: style="width:130px"} +![binbash-leverage-tf](./assets/images/logos/binbash-leverage.png#right "Leverage"){: style="width:130px"} + +# About Leverage + +!!! important "What's Leverage?" + Our focus is on creating reusable, high quality + ![leverage-aws](./assets/images/icons/aws-emojipack/General_AWScloud.png "AWS"){: style="width:30px"} + Cloud Infrastructure code, such as our + [**Reference AWS Cloud Solutions Architecture**](how-it-works/index.md) backed by our + [**DevOps Automation Code Library**](how-it-works/code-library/code-library.md). Because all the code and modules + are already built, we can get you up and running **at least 2x faster** :rocket: than a consulting company + (:white_check_mark: *typically in just few months!*) on top of code that is thoroughly documented, tested, and has been proven in + production at dozens of other project deployments. + +!!! important "Why Leverage?" + You implement **Binbash Leverage Reference AWS Cloud Solutions Architecture** via our **DevOps Automation Code + Library** and you get your entire Cloud Native Application Infra in few months. Leverage will solve your + entire infrastructure and will grant you complete control of the source code, and of course you'll be able to + run it without us. + + *Implement yourself or we implement it for you!* :muscle: + +!!! important "Core Features" + - [x] [**DevOps Automation Code Library**](how-it-works/index.md): + A collection of reusable, tested, production-ready E2E AWS Cloud infrastructure as code solutions, leveraged by + modules written in: *Terraform, Ansible, Helm charts, Dockerfiles and Makefiles*. + + - [x] [**Reference Architecture**](how-it-works/code-library/code-library.md): + Designed under optimal configs for the most popular modern web and mobile applications needs. + Its design is fully based on the + [**AWS Well Architected Framework**](https://leverage.binbash.com.ar/support/#aws-well-architected-review). # Welcome This is the documentation for the **Leverage Reference Architecture**. diff --git a/material/overrides/home.html b/material/overrides/home.html index 6aa4caacf..bfe4db7fb 100644 --- a/material/overrides/home.html +++ b/material/overrides/home.html @@ -4,41 +4,72 @@ - current | #2a978d (OK w/ mkdocs.yaml -> palette -> /docs/assets/stylesheets) - before | #2a978d (OK w/ mkdocs.yaml -> palette -> primary: "teal" -#} + {% extends "overrides/main.html" %} + + {% block tabs %} {{ super() }} - + +
+ +
- +
+ +

Leverage Reference Architecture

- + +

Reference AWS Cloud Solutions architecture designed under optimal configs for the most popular - modern web - and mobile applications needs.
Its design is fully based on the + modern web and mobile applications needs.
Its design is fully based on the - AWS Well - Architected Framework. + AWS + Well Architected Framework.

+

With its complete @@ -46,26 +77,39 @@

Leverage Reference Architecture

DevOps Automation Code Library - to rapidly implement it, + to rapidly implement it, + Leverage - + will solve your entire infrastructure and will grant you complete control of the source code, and of course you'll be able to run it without us.

- - Get started + + Get started - - Go to GitHub + + + Go to GitHub +
{% endblock %} + + {% block content %}{% endblock %} -{% block footer %}{% endblock %} \ No newline at end of file + + +{% block footer %}{% endblock %} diff --git a/material/overrides/main.html b/material/overrides/main.html index 1cf8b229a..8e1573544 100644 --- a/material/overrides/main.html +++ b/material/overrides/main.html @@ -1,28 +1,51 @@ -{#- -This file was automatically generated - do not edit --#} {% extends "base.html" %} + + {% block extrahead %} -{% set title = config.site_name %} -{% if page and page.title and not page.is_homepage %} -{% set title = config.site_name ~ " - " ~ page.title | striptags %} -{% endif %} -{% set image = config.site_url ~ 'assets/images/illustrations/banner.png' %} - - - - - - - - + + + {% set title = config.site_name %} + {% if page and page.title and not page.is_homepage %} + {% set title = config.site_name ~ " - " ~ page.title | striptags %} + {% endif %} + + + {% set image = config.site_url ~ 'assets/images/illustrations/banner.png' %} + + + + + + + + + + + + + {% endblock %} + + {% block announce %} - + + + - For updates follow @Binbash on - LinkedIn - + For updates follow @Binbash on + + {% include ".icons/fontawesome/brands/linkedin-in.svg" %} + + + LinkedIn + + {% endblock %}