Skip to content

Commit

Permalink
Survey link (#114)
Browse files Browse the repository at this point in the history
* testing PL

* current

* fixed bugs

* final

* final changes

* final changes

* final changes

* final changes

* final changes

* fixed datetime and put token as environment variable

* fixed datetime + Token v2

* fixed datetime + token

* fixed datetime + token

* changed TOKEN name, removed str

* added ENTOSE_TOKEN to enviromnet variables + added +24 to end time variable

* modified index.html and style.css to incorporate survey into the map

* added survey link to country-table

* added survey link to country-table

* added link to survey through one-line message

* reverted back to old style.css without survey class

* fixed indentation, removed <svg>, added target=_blank in <a>

* removed the environment: space in docker-compose.yml

* added the empty line at the end of PL.py

* merging current

* merging upstream

* rephrased the caption, added <br />, removed unnecessary <div>

* added Bulgaria

* deleted SI.py

* removed BG parser

* added empty line at the end of ENTSOE.py
  • Loading branch information
Apant authored and corradio committed Nov 9, 2016
1 parent 8f0a5ae commit 7468df7
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!DOCTYPE html xmlns="http://www.w3.org/1999/xhtml" xmlns:fb="http://ogp.me/ns/fb#">
<!DOCTYPE html xmlns="http://www.w3.org/1999/xhtml" xmlns:fb="http://ogp.me/ns/fb#">
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF8" />
<meta name="description" content="Electricity Map is a real-time visualization of where your electricity comes from and how much CO2 was emitted to produce it." />
Expand Down Expand Up @@ -101,11 +101,12 @@
The <span style="color: lightgray">blinking arrows</span> represent electricity <span style="color: lightgray">imports and exports</span>.<br />
<br />
<span style="color: lightgray; font-size: 14px; color: white;"><i>Tip: Click on a country to start exploring ⟶</i></span><br />
<br />
Like the map? <a href="https://docs.google.com/forms/d/e/1FAIpQLSc-_sRr3mmhe0bifigGxfAzgh97-pJFcwpwWZGLFc6vvu8laA/viewform?c=0&w=1" target="_blank">We would <strong>love</strong> to hear your feedback. Help us out!</a><br />
<div class="country-picker-container" style="text-align: center">
<select class="country-picker" onchange="onSelectedCountryChange();"></select>
</div>
</div>

</div>
<div style="bottom: 0; left: 0; position: absolute;">
<div class="watermark">
Expand Down

0 comments on commit 7468df7

Please sign in to comment.