diff --git a/src/pages/about/about.html b/src/pages/about/about.html index ceda3e1..465f062 100644 --- a/src/pages/about/about.html +++ b/src/pages/about/about.html @@ -13,15 +13,55 @@ - -

- These apps were made at IfGI 2018. -

+ + + + + + Blockly + + +

+ Blockly for senseBox is a visual programming editor for the senseBox:edu. + It is based on Google's Blockly and Carlos Pereira Atencio's Ardublockly, which has been forked. +

+

+ Integrated support for over-the-air programming was developed at ifgi in a study project. +

+
+
+
-
    -
  • Institut für Geoinformatik
  • -
  • Heisenbergstr. 2
  • -
  • 48149 Münster
  • -
+ + + + Open Source + + +

+ This app is free & libre open source software. + To may find the source code & issue tracker on GitHub: +

+ +
+
+
+
+ + + + +

+ Hint: + A web version of Blockly for senseBox is available as well! +

+
+
+
diff --git a/src/pages/about/about.scss b/src/pages/about/about.scss index 55fe91c..e69de29 100644 --- a/src/pages/about/about.scss +++ b/src/pages/about/about.scss @@ -1,9 +0,0 @@ -page-about p{ - color: map-get($colors, primary); -} - -ul { - margin-top: 2.2em; - list-style: none; - padding: 0; -} \ No newline at end of file