Commit 36f4d9ee authored by Thomas Boni's avatar Thomas Boni
Browse files

add landing page

parent 57597417
Loading
Loading
Loading
Loading

docs/.pages

deleted100644 → 0
+0 −7
Original line number Diff line number Diff line
title: Home
arrange:
  - index.md
  - getting-started.md
  - contributing.md
  - versioning.md
  - license.md

docs/about.md

deleted100644 → 0
+0 −3
Original line number Diff line number Diff line
# About us

https://go2scale.com
+24 −0
Original line number Diff line number Diff line
@@ -18,3 +18,27 @@
.small_gitlab{
  width:20%
}

.tx-container {
  padding-top: px2rem(20px);
  background:
    url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1123 258'><path d='M1124,2c0,0 0,256 0,256l-1125,0l0,-48c0,0 16,5 55,5c116,0 197,-92 325,-92c121,0 114,46 254,46c140,0 214,-167 572,-166Z' style='fill: hsla(0, 0%, 100%, 1)' /></svg>") no-repeat bottom,
    linear-gradient(
      to bottom,
      var(--md-primary-fg-color),
      hsla(280, 67%, 55%, 1) 99%,
      var(--md-default-bg-color) 99%
    );

  // Adjust background for slate theme
  [data-md-color-scheme="slate"] & {
    background:
      url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1123 258'><path d='M1124,2c0,0 0,256 0,256l-1125,0l0,-48c0,0 16,5 55,5c116,0 197,-92 325,-92c121,0 114,46 254,46c140,0 214,-167 572,-166Z' style='fill: hsla(232, 15%, 21%, 1)' /></svg>") no-repeat bottom,
      linear-gradient(
        to bottom,
        var(--md-primary-fg-color),
        hsla(280, 67%, 55%, 1) 99%,
        var(--md-default-bg-color) 99%
      );
  }
}
+60.4 KiB
Loading image diff...
+4 −21
Original line number Diff line number Diff line
# Home
---
template: home.html
title: Material for MkDocs
---
Welcome to the Go2Scale hub ! 🎉

**Go2Scale hub** is a collaborative hub of CI & CD
**ready to use** jobs which helps you to quickly build powerful pipelines for your
projects.

!!! info
    Currently, the hub is focused to provides only **Gitlab 🦊** jobs. We plan
    to support more CI/CD platforms in the future.

Each jobs of the hub can be used unitary to create fully **customs pipelines.**
You can use them for any kind of software and deployment type. Each job can be
customized through configuration.

* You can start using jobs from the hub: [Getting started](getting-started/)
* You can contribute to the hub: [Contributing](contributing/)

## MVP architecture overview

![MVP architecture overview](images/g2shub_mvp.png)
Loading