From 20ca6a91889e5ec2e581c5ecf32b7e2e04412169 Mon Sep 17 00:00:00 2001 From: Norwin Roosen Date: Sat, 16 Feb 2019 15:39:51 +0100 Subject: [PATCH] rework about page also update app contact information --- src/pages/about/about.html | 58 ++++++++++++++++++++++++++++++++------ src/pages/about/about.scss | 9 ------ 2 files changed, 49 insertions(+), 18 deletions(-) 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