diff --git a/content/about/img/consulting.svg b/content/about/img/consulting.svg new file mode 100644 index 0000000..c180879 --- /dev/null +++ b/content/about/img/consulting.svg @@ -0,0 +1,96 @@ + diff --git a/content/about/img/operations.svg b/content/about/img/operations.svg new file mode 100644 index 0000000..14c1c0e --- /dev/null +++ b/content/about/img/operations.svg @@ -0,0 +1,190 @@ + diff --git a/content/about/img/ux-ui.svg b/content/about/img/ux-ui.svg new file mode 100644 index 0000000..f093b6a --- /dev/null +++ b/content/about/img/ux-ui.svg @@ -0,0 +1,107 @@ + diff --git a/content/about/img/web-development.svg b/content/about/img/web-development.svg new file mode 100644 index 0000000..ffd8647 --- /dev/null +++ b/content/about/img/web-development.svg @@ -0,0 +1,181 @@ + diff --git a/content/about/what-we-do-1-web-dev.md b/content/about/what-we-do-1-web-dev.md index a591265..17a7edf 100644 --- a/content/about/what-we-do-1-web-dev.md +++ b/content/about/what-we-do-1-web-dev.md @@ -1,6 +1,7 @@ --- category: what-we-do title: Web Development +image: img/web-development.svg --- We engage with projects on all stages – from rapid prototyping to scaling to diff --git a/content/about/what-we-do-2-ux.md b/content/about/what-we-do-2-ux.md index a950d3e..9d86ec6 100644 --- a/content/about/what-we-do-2-ux.md +++ b/content/about/what-we-do-2-ux.md @@ -1,6 +1,7 @@ --- category: what-we-do title: UX & UI +image: img/ux-ui.svg --- Great design is beautiful, user-friendly, and goes hand-in-hand with diff --git a/content/about/what-we-do-3-operations.md b/content/about/what-we-do-3-operations.md index d509587..c3aec96 100644 --- a/content/about/what-we-do-3-operations.md +++ b/content/about/what-we-do-3-operations.md @@ -1,6 +1,7 @@ --- category: what-we-do title: Operations +image: img/operations.svg --- No need to choose between frequent releases and great uptime – you can have diff --git a/content/about/what-we-do-4-consulting.md b/content/about/what-we-do-4-consulting.md index c302681..7ed5e76 100644 --- a/content/about/what-we-do-4-consulting.md +++ b/content/about/what-we-do-4-consulting.md @@ -1,6 +1,7 @@ --- category: what-we-do title: Consulting +image: img/consulting.svg --- We’ll be happy to help you make better technology decisions – from software diff --git a/layouts/about/about.html b/layouts/about/about.html index 0884a06..9fe94ac 100644 --- a/layouts/about/about.html +++ b/layouts/about/about.html @@ -1,4 +1,5 @@ {{- define "main" }} + {{- $section := . }} {{- .Content }} {{- range sort (where .Pages "Params.category" "about") "File.Path" }} @@ -11,6 +12,7 @@