From 84cac13c7b88827753f73bc45bf0d8a6e528461e Mon Sep 17 00:00:00 2001 From: simonstadlinger Date: Tue, 14 May 2019 22:39:42 +0200 Subject: [PATCH 1/6] fixed coloring and style for live site, fixed dates --- .gitignore | 1 + live/index.html | 30 +- live/index_old.html | 714 +++++++++++++++++++++++++++++++++++++++ live/live_files/live.css | 18 +- 4 files changed, 739 insertions(+), 24 deletions(-) create mode 100644 live/index_old.html diff --git a/.gitignore b/.gitignore index 57510a2..0a7f0c5 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ _site/ +_old diff --git a/live/index.html b/live/index.html index 2cf8f0c..faed15e 100644 --- a/live/index.html +++ b/live/index.html @@ -6,7 +6,7 @@ - HackHPI 2018 - about://environment + HackHPI 2019 - about://social.good @@ -15,42 +15,42 @@ - + - HackHPI - HackHPI 2018 - about://environment + HackHPI - HackHPI 2019 - about://social.good - - + + - + - + - + - + - - + +
- Looking for the HackHPI 2018 main page? Go back. + Looking for the HackHPI 2019 main page? Go back.
+ +
+
+ +
+
+

Challenges

+
+
+ + + + + + + + + + + + +
+
+ +
+
+ +
+
+

Mentors

+
+
+ +
+ +
+

Julia Pelzeter

+ +

Student of Environmental Science and Technology at TU Berlin
+ @Julia Pelzeter

+
+ +
+

Konrad Wiemer

+ +

Student of Environmental Sciences at Leuphana LĂĽneburg
+ @Konrad

+
+ +
+

Anke Klaever

+ +

Student of Environmental Sciences at Leuphana LĂĽneburg
+ @Anke Kläver

+
+
+ +
+ +
+

Fabian Lindenberg

+ +

Engineering Manager at Babbel
+ @Fabian Lindenberg

+
+ +
+

Claas Hundertmark

+ +

Student in Political Sciences at Leuphana LĂĽneburg
+ @Claas

+
+ +
+

Nadja Hatzijordanou

+ +

Team Lead at HPI School of Entrepreneurship and Startup Coach
+

+
+
+ +
+
+ +
+
+ +
+
+

APIs

+
+
+ + +
+
+

Environment data:

+ +

+ Open weather map +
Current weather, forecasts, and historic weather data. +
+ https://openweathermap.org/api +

+ +

+ World air quality +
Real-time air quality data. +
+ http://aqicn.org/api +

+ +

+ CoolClimate +
Carbon footprint calculater developed at UC Berkeley. +
+ https://api-central.berkeley.edu/api/11 +

+ +

+ Carma API +
Power companies and plants worldwide and their emissions. +
+ http://carma.org/api +

+ +

+ Global Forest Watch +
Data on forests worldwide. +
+ https://developers.globalforestwatch.org/developer-tools +

+ +

 

+ +

Communication

+ +

+ Twilio +
Use it for free with coupon: UPGRADED +
+ https://www.twilio.com/ +

+ +

 

+
+
+ + +

More

+ +

+ The CIA World Factbook +
Information on history, population, economy, government, infrastructure and military of 267 countries +
+ https://www.cia.gov/library/publications/the-world-factbook/ +

+ +

+ Data.gov +
All US government data +
+ ​Data.gov +

+ +

+ European Union Open Data Portal +
Data from the institutions and other bodies associated to the EU. +
+ ​https://data.europa.eu/euodp/en/data/ +

+ +
+
+
+
+
+
+ +
+
+

Hardware

+
+
+ + + +
+
+
    +
  • Beacons (by + kontakt.io)
  • +
  • Arduinos
  • +
  • Make Makeys
  • +
  • Raspberry Pis
  • +
  • Calliope Minis
  • +
  • 3D acceleration sensor
  • +
  • Temperature Sensors
  • +
  • Humidity Sensor
  • +
  • Gas Sensor
  • +
  • Ultrasonic Distance Sensor
  • +
  • Grove Motion Sensor
  • +
  • Grove LCD Backlight Displays
  • +
  • LEDs
  • +
  • Servos
  • +
  • … and many more
  • +
+
+
+ +
+
+ + + + + + + + + + + + + + + diff --git a/live/live_files/live.css b/live/live_files/live.css index 8488232..a0b1c4a 100644 --- a/live/live_files/live.css +++ b/live/live_files/live.css @@ -1,6 +1,6 @@ body { color: #fff; - background: #0081cb; + background: #6C0021; } .bg-live { @@ -16,11 +16,11 @@ body { } .time-machine { - background: #0081cb; /* Old browsers */ - background: -moz-linear-gradient(45deg, #0081cb 0%, #00b0ff 100%); /* FF3.6-15 */ - background: -webkit-linear-gradient(45deg, #0081cb 0%,#00b0ff 100%); /* Chrome10-25,Safari5.1-6 */ - background: linear-gradient(45deg, #0081cb 0%,#00b0ff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ - filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0081cb', endColorstr='#00b0ff',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */ + background: #6C0021; /* Old browsers */ + background: -moz-linear-gradient(45deg, #6C0021 0%, #B1063A 100%); /* FF3.6-15 */ + background: -webkit-linear-gradient(45deg, #6C0021 0%,#B1063A 100%); /* Chrome10-25,Safari5.1-6 */ + background: linear-gradient(45deg, #6C0021 0%,#B1063A 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ + filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6C0021', endColorstr='#B1063A',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */ box-shadow: inset 0px -3px 3px rgba(0,0,0,0.2); } @@ -70,11 +70,11 @@ h1 .live:before { } h2 { - color: #00b0ff; + color: #B1063A; } h3 { - color: #00b0ff; + color: #B1063A; } h3 + * { @@ -91,7 +91,7 @@ table td { } table tr.active td { - background: #0081cb; + background: #6C0021; } table tr td.ft-table-col-first { From 8702e414220c3643e41f16ee851e2dfdec025fb4 Mon Sep 17 00:00:00 2001 From: simonstadlinger Date: Tue, 14 May 2019 22:44:38 +0200 Subject: [PATCH 2/6] fixed mTomadyLogo jpeg to png --- partner-information.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/partner-information.html b/partner-information.html index f56d6ef..1583416 100644 --- a/partner-information.html +++ b/partner-information.html @@ -111,7 +111,7 @@

Deloitte