diff --git a/_data/translations/de/go-home.yml b/_data/translations/de/go-home.yml index deaef46b..fe23813b 100644 --- a/_data/translations/de/go-home.yml +++ b/_data/translations/de/go-home.yml @@ -1,26 +1,13 @@ title: "go:home" -first-steps: "Erste Schritte" -first-steps-text: "Alles zur Installation und zum Aufbau der senseBox" +first-steps: "Inbetriebnahme deiner senseBox:home" +first-steps-text: "In diesem dreischrittigen Tutorial erhälst du alle Infos zum Aufbau, der Registrierung und Programmierung deiner senseBox:home." -software-installation: "Software Installation" -hardware-install: "Anschluss und Verkabelung" -osem-reg: "Registrierung auf der openSenseMap" - -components: "Komponenten" -components-text: "Hier findest Du genaue Informationen zu den verschiedenen Komponenten der senseBox" - -mcu: "senseBox MCU" -bees: "Bees" -sensors: "Sensoren" -zubehoer: "Zubehör" +components: "Informationen zu den Komponenten" +components-text: "Hier findest Du genaue Informationen zu allen Komponenten der senseBox." help: "Wo finde ich Hilfe?" -help-text: "Du benötigst Hilfe mit deiner senseBox, hier findest du die nötigen Informationen" +help-text: "Du benötigst Hilfe mit deiner senseBox, hier findest du die nötigen Informationen:" forum: "Forum" mail: "Email" - - -links: "Links" -links-text: "Hier findest du Links rund um das senseBox Projekt" \ No newline at end of file diff --git a/_data/translations/en/go-home.yml b/_data/translations/en/go-home.yml index 00c5ec00..de5e6411 100644 --- a/_data/translations/en/go-home.yml +++ b/_data/translations/en/go-home.yml @@ -1,26 +1,14 @@ title: "go:home" first-steps: "First Steps" -first-steps-text: "Everything about the installation and assembly of the senseBox" - -software-installation: "Software Installation" -hardware-install: "Connection and wiring" -osem-reg: "Registration on the openSenseMap" +first-steps-text: "Everything about the assembly, the registration and the programming of the senseBox:home." components: "Components" -components-text: "Here you can find detailed information about the different components of the senseBox" +components-text: "Here you can find detailed information about the different components of the senseBox." -mcu: "senseBox MCU" -bees: "Bees" -sensors: "Sensors" -zubehoer: "Accessories" help: "Where can I find help?" help-text: "If you need help with your senseBox, you will find all the necessary information here:" forum: "Forum" mail: "E-mail" - - -links: "Links" -links-text: "Here you will find links around the senseBox project" \ No newline at end of file diff --git a/_includes/_pages/go-home.html b/_includes/_pages/go-home.html index bf019a77..d403971a 100644 --- a/_includes/_pages/go-home.html +++ b/_includes/_pages/go-home.html @@ -1,78 +1,33 @@ {% assign t = site.data.translations.[page.lang].go-home %} -

{{t.title}}

-
-
-
-

{{t.first-steps}}

-

{{t.first-steps-text}}

-
- -
+ + + + + +
+ +

{{t.first-steps}}

+

{{t.first-steps-text}}

+ Los gehts! » +
+
+
+ +

{{t.components}}

+

{{t.components-text}}

+ Informationen » +
+
+
+ +

{{t.help}}

+

{{t.help-text}}

-
-
-

{{t.components}}

-

{{t.components-text}}

-
- -
- -
-
-

{{t.help}}

-

{{t.help-text}}

-
-
- -
-
- -
-
-

{{t.links}}

-

{{t.links-text}}

-
- -
- -
\ No newline at end of file + Forum » + Email » + FAQ » + +
+ + \ No newline at end of file diff --git a/_sass/_go.scss b/_sass/_go.scss index b1960f43..a2e7659e 100644 --- a/_sass/_go.scss +++ b/_sass/_go.scss @@ -3,6 +3,11 @@ $home: #b3a900; $edu: #2eb6eb; $mini: #9135aa; +.center +{ +margin-left:auto; +margin-right:auto; +} .title { display: inline-block; @@ -22,6 +27,11 @@ h3 { padding-bottom: 1.5em; } +.container-fluid { + padding-top: 70px; + padding-bottom: 70px; + } + .go-edu { color: $edu; } @@ -87,7 +97,7 @@ h3 { width: 100%; transition: transform 0.2s ease-out; } - + .text-container { padding: 0.5em; diff --git a/images/go/home/construct.png b/images/go/home/construct.png new file mode 100644 index 00000000..f7c5f2c5 Binary files /dev/null and b/images/go/home/construct.png differ diff --git a/images/go/home/hardware.png b/images/go/home/hardware.png new file mode 100644 index 00000000..b8dcc6e3 Binary files /dev/null and b/images/go/home/hardware.png differ diff --git a/images/go/home/help.png b/images/go/home/help.png new file mode 100644 index 00000000..f6149422 Binary files /dev/null and b/images/go/home/help.png differ diff --git a/images/go/home/home-exp-500.png b/images/go/home/home-exp-500.png new file mode 100644 index 00000000..177f08f8 Binary files /dev/null and b/images/go/home/home-exp-500.png differ diff --git a/images/go/home/home-exp.png b/images/go/home/home-exp.png new file mode 100644 index 00000000..a3958e5c Binary files /dev/null and b/images/go/home/home-exp.png differ