From: Tom Hughes Date: Sat, 7 Nov 2015 14:45:40 +0000 (+0000) Subject: Initial version of SOTM chooser page X-Git-Url: https://git.openstreetmap.org/stateofthemap.git/commitdiff_plain/7426a0bc8689df6cc78ea71cefca5b17c4266d9d Initial version of SOTM chooser page --- diff --git a/html/index.html b/html/index.html new file mode 100644 index 0000000..78bbdf8 --- /dev/null +++ b/html/index.html @@ -0,0 +1,97 @@ + + + + State of the Map + + + +
+ + +
+

State of the Map 2016

+

Brussels, Belgium

+
+
+
+
+
+ +
+

State of the Map 2014

+

Buenos Aires, Argentina

+

7th to 9th November 2014

+
+
+
+ + +
+

State of the Map 2013

+

Birmingham, United Kingdom

+

6th to 8th September 2013

+
+
+
+
+ + +
+

State of the Map 2012

+

Tokyo, Japan

+

6th to 8th September 2012

+
+
+
+
+ + +
+

State of the Map 2011

+

Denver, Colorado, USA

+

9th to 11th September 2011

+
+
+
+
+ + +
+

State of the Map 2010

+

Girona, Spain

+

9th to 11th July 2010

+
+
+
+
+ + +
+

State of the Map 2009

+

Amsterdam, Netherlands

+

10th to 12th July 2009

+
+
+
+
+ + +
+

State of the Map 2008

+

Limerick, Ireland

+

12th to 13th July 2008

+
+
+
+
+ + +
+

State of the Map 2007

+

Manchester, United Kingom

+

15th to 15th July 2007

+
+
+
+ + diff --git a/html/sotm.png b/html/sotm.png new file mode 100644 index 0000000..0acd937 Binary files /dev/null and b/html/sotm.png differ diff --git a/html/sotm2007.png b/html/sotm2007.png new file mode 100644 index 0000000..2bcb4da Binary files /dev/null and b/html/sotm2007.png differ diff --git a/html/sotm2008.png b/html/sotm2008.png new file mode 100644 index 0000000..c38624d Binary files /dev/null and b/html/sotm2008.png differ diff --git a/html/sotm2011.png b/html/sotm2011.png new file mode 100644 index 0000000..06d9bb0 Binary files /dev/null and b/html/sotm2011.png differ diff --git a/html/sotm2012.png b/html/sotm2012.png new file mode 100644 index 0000000..f849e55 Binary files /dev/null and b/html/sotm2012.png differ diff --git a/html/sotm2013.png b/html/sotm2013.png new file mode 100644 index 0000000..6a9cb8a Binary files /dev/null and b/html/sotm2013.png differ diff --git a/html/sotm2014.png b/html/sotm2014.png new file mode 100644 index 0000000..fe7f999 Binary files /dev/null and b/html/sotm2014.png differ diff --git a/html/style.css b/html/style.css new file mode 100644 index 0000000..38c4166 --- /dev/null +++ b/html/style.css @@ -0,0 +1,31 @@ +div.event { + display: inline-block; + height: 200px; + width: 100%; + margin: 20px; + text-align: center; +} + +div.event:after { + content: " "; + visibility: hidden; + display: block; + height: 0; + clear: both; +} + +img { + display: inline-block; + vertical-align: middle; + padding-right: 20px; +} + +div.description { + display: inline-block; + vertical-align: middle; +} + +a, a:visited { + color: black; + text-decoration: none; +}