Skip to content
This repository was archived by the owner on Sep 30, 2021. It is now read-only.
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 5 additions & 18 deletions _data/translations/de/go-home.yml
Original file line number Diff line number Diff line change
@@ -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"
16 changes: 2 additions & 14 deletions _data/translations/en/go-home.yml
Original file line number Diff line number Diff line change
@@ -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"
105 changes: 30 additions & 75 deletions _includes/_pages/go-home.html
Original file line number Diff line number Diff line change
@@ -1,78 +1,33 @@
{% assign t = site.data.translations.[page.lang].go-home %}

<h1 class="title">{{t.title}}</h1>
<div class="ut-container">
<div class="ut-item">
<div class="ut-item-head">
<h1>{{t.first-steps}}</h1>
<p>{{t.first-steps-text}}</p>
</div>
<div class="ut-item-body">
<ol>
<li><a target="_blank"
href={{ "https://sensebox.github.io/books-v2/home/" | append: page.lang | append: "/erste-schritte/software-installation.html" }}>{{t.software-installation}}</a>
</li>
<li><a target="_blank"
href={{ "https://sensebox.github.io/books-v2/home/" | append: page.lang | append: "/erste-schritte/anschluss-und-verkabelung.html" }}>{{t.hardware-install}}</a>
</li>
<li><a target="_blank"
href={{ "https://sensebox.github.io/books-v2/home/" | append: page.lang | append: "/erste-schritte/registrierung-auf-der-openSenseMap.html" }}>{{t.osem-reg}}</a>
</li>
</ol>
</div>
</div>
<head>
</head>

<body>

<div class="container-fluid bg-1 text-center">
<img src="/images/go/home/construct.png" class="img-responsive center" width="5%">
<h1>{{t.first-steps}}</h1>
<p>{{t.first-steps-text}}</p>
<a target="_blank" href="https://docs.sensebox.de/sensebox-home/home-schritt-1/" class="btn btn-primary btn-lg">Los gehts! »</a>
</div>
<hr/>
<div class="container-fluid bg-2 text-center">
<img src="/images/go/home/hardware.png" class="img-responsive center" width="5%">
<h1>{{t.components}}</h1>
<p>{{t.components-text}}</p>
<a target="_blank" href="https://docs.sensebox.de/category/hardware/" class="btn btn-primary btn-lg">Informationen »</a>
</div>
<hr/>
<div class="container-fluid bg-3 text-center">
<img src="/images/go/home/help.png" class="img-responsive center" width="5%">
<h1>{{t.help}}</h1>
<p>{{t.help-text}}</p>

<div class=" ut-item">
<div class="ut-item-head">
<h1>{{t.components}}</h1>
<p>{{t.components-text}}</p>
</div>
<div class="ut-item-body">
<ol>
<li><a target="_blank"
href={{ "https://sensebox.github.io/books-v2/home/" | append: page.lang | append: "/komponenten/sensebox-mcu.html" }}>{{t.mcu}}</a>
</li>
<li><a target="_blank"
href={{ "https://sensebox.github.io/books-v2/home/" | append: page.lang | append: "/komponenten/bees/" }}>{{t.bees}}</a>
</li>
<li><a target="_blank"
href={{ "https://sensebox.github.io/books-v2/home/" | append: page.lang | append: "/komponenten/sensoren/" }}>{{t.sensors}}</a>
</li>
<li><a target="_blank"
href={{ "https://sensebox.github.io/books-v2/home/" | append: page.lang | append: "/komponenten/zubehoer/" }}>{{t.zubehoer}}</a>
</li>
</ol>
</div>
</div>

<div class="ut-item">
<div class="ut-item-head">
<h1>{{t.help}}</h1>
<p>{{t.help-text}}</p>
</div>
<div class="ut-item-body">
<ul>
<li><a target="_blank" href="https://forum.sensebox.de/">{{t.forum}}</a></li>
<li><a href="mailto:[email protected]">{{t.mail}}</a></li>
<li><a target="_blank"
href={{ "https://sensebox.github.io/books-v2/home/" | append: page.lang | append: "/hilfe.html" }}>FAQ</a>
</li>
</ul>
</div>
</div>

<div class=" ut-item">
<div class="ut-item-head">
<h1>{{t.links}}</h1>
<p>{{t.links-text}}</p>
</div>
<div class="ut-item-body">
<ul>
<li><a target="_blank" href="https://opensensemap.org/">openSenseMap</a></li>
<li><a target="_blank" href="https://blockly.sensebox.de/">Blockly für senseBox</a>
</li>
</ul>
</div>
</div>

</div>
<a target="_blank" href="https://forum.sensebox.de/" class="btn btn-primary btn-lg">Forum »</a>
<a target="_blank" href="mailto:[email protected]" class="btn btn-primary btn-lg">Email »</a>
<a target="_blank" href="https://docs.sensebox.de/faq/" class="btn btn-primary btn-lg">FAQ »</a>

</div>

</body>
12 changes: 11 additions & 1 deletion _sass/_go.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@ $home: #b3a900;
$edu: #2eb6eb;
$mini: #9135aa;

.center
{
margin-left:auto;
margin-right:auto;
}

.title {
display: inline-block;
Expand All @@ -22,6 +27,11 @@ h3 {
padding-bottom: 1.5em;
}

.container-fluid {
padding-top: 70px;
padding-bottom: 70px;
}

.go-edu {
color: $edu;
}
Expand Down Expand Up @@ -87,7 +97,7 @@ h3 {
width: 100%;
transition: transform 0.2s ease-out;
}

.text-container {
padding: 0.5em;

Expand Down
Binary file added images/go/home/construct.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/go/home/hardware.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/go/home/help.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/go/home/home-exp-500.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/go/home/home-exp.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.