Skip to content

Commit d4775ac

Browse files
authored
Merge pull request #22 from equilaterus/dev
Updated site
2 parents a960aa7 + 7b34cca commit d4775ac

File tree

3 files changed

+19
-2
lines changed

3 files changed

+19
-2
lines changed

config.yaml

+13
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,19 @@ params:
7474
QuoteTitle: "Empowering"
7575
Quotes: "Content creators, Web developers, Streamers, Innovators, Game developers"
7676

77+
solutions:
78+
heading: "What we do"
79+
subheading: "Simplifying technology workflows"
80+
content:
81+
- title: "Videogame creation"
82+
text: "We create videogames and realtime technology using in-house solutions or engines like Unreal or Unity."
83+
link: "Contact us->/contact/"
84+
icon: gamepad
85+
- title: "Open Source"
86+
text: "Our team is commited to create open solutions that anyone, anywhere can start using for free."
87+
icon: computer
88+
link: "Open repositories->https://github.com/equilaterus"
89+
7790
details:
7891
heading: "About us"
7992
image: "/game-2.png"

layouts/index.html

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
11
{{ define "main" }}
22

33
<main>
4-
{{ partial "slide-fullintro" (dict "Context" .Site.Params.Intro ) }}
4+
{{ if not hugo.IsProduction }}
5+
{{ partial "debug" }}
6+
{{ end }}
57

8+
{{ partial "slide-fullintro" (dict "Context" .Site.Params.Intro ) }}
9+
{{ partial "section-centered" (dict "Context" .Site.Params.Solutions ) }}
610
{{ partial "section-right" (dict "Context" .Site.Params.Details ) }}
711
{{ partial "section-left" (dict "Context" .Site.Params.MoreDetails ) }}
812
{{ partial "section-blog" . }}

0 commit comments

Comments
 (0)