]> git.openstreetmap.org Git - stateofthemap.git/commitdiff
Initial version of SOTM chooser page
authorTom Hughes <tom@compton.nu>
Sat, 7 Nov 2015 14:45:40 +0000 (14:45 +0000)
committerTom Hughes <tom@compton.nu>
Sat, 7 Nov 2015 14:54:29 +0000 (14:54 +0000)
html/index.html [new file with mode: 0644]
html/sotm.png [new file with mode: 0644]
html/sotm2007.png [new file with mode: 0644]
html/sotm2008.png [new file with mode: 0644]
html/sotm2011.png [new file with mode: 0644]
html/sotm2012.png [new file with mode: 0644]
html/sotm2013.png [new file with mode: 0644]
html/sotm2014.png [new file with mode: 0644]
html/style.css [new file with mode: 0644]

diff --git a/html/index.html b/html/index.html
new file mode 100644 (file)
index 0000000..78bbdf8
--- /dev/null
@@ -0,0 +1,97 @@
+<!DOCTYPE html>
+<html>
+  <head>
+    <title>State of the Map</title>
+    <link rel="stylesheet" href="style.css" />
+  </head>
+  <body>
+    <div class="event">
+      <a href="https://2016.stateofthemap.org/">
+        <img src="sotm.png" />
+        <div class="description">
+          <h1>State of the Map 2016</h1>
+          <h2>Brussels, Belgium</h2>
+        </div>
+      </a>
+    </div>
+    <hr />
+    <div class="event">
+      <img src="sotm2014.png" />
+      <div class="description">
+        <h1>State of the Map 2014</h1>
+        <h2>Buenos Aires, Argentina</h2>
+        <h3>7th to 9th November 2014</h3>
+      </div>
+    </div>
+    <div class="event">
+      <a href="https://2013.stateofthemap.org/">
+        <img src="sotm2013.png" />
+        <div class="description">
+          <h1>State of the Map 2013</h1>
+          <h2>Birmingham, United Kingdom</h2>
+          <h3>6th to 8th September 2013</h3>
+        </div>
+      </a>
+    </div>
+    <div class="event">
+      <a href="https://2012.stateofthemap.org/">
+        <img src="sotm2012.png" />
+        <div class="description">
+          <h1>State of the Map 2012</h1>
+          <h2>Tokyo, Japan</h2>
+          <h3>6th to 8th September 2012</h3>
+        </div>
+      </a>
+    </div>
+    <div class="event">
+      <a href="https://2011.stateofthemap.org/">
+        <img src="sotm2011.png" />
+        <div class="description">
+          <h1>State of the Map 2011</h1>
+          <h2>Denver, Colorado, USA</h2>
+          <h3>9th to 11th September 2011</h3>
+        </div>
+      </a>
+    </div>
+    <div class="event">
+      <a href="https://2010.stateofthemap.org/">
+        <img src="sotm.png" />
+        <div class="description">
+          <h1>State of the Map 2010</h1>
+          <h2>Girona, Spain</h2>
+          <h3>9th to 11th July 2010</h3>
+        </div>
+      </a>
+    </div>
+    <div class="event">
+      <a href="https://2009.stateofthemap.org/">
+        <img src="sotm.png" />
+        <div class="description">
+          <h1>State of the Map 2009</h1>
+          <h2>Amsterdam, Netherlands</h2>
+          <h3>10th to 12th July 2009</h3>
+        </div>
+      </a>
+    </div>
+    <div class="event">
+      <a href="https://2008.stateofthemap.org/">
+        <img src="sotm2008.png" />
+        <div class="description">
+          <h1>State of the Map 2008</h1>
+          <h2>Limerick, Ireland</h2>
+          <h3>12th to 13th July 2008</h3>
+        </div>
+      </a>
+    </div>
+    <div class="event">
+      <a href="https://2007.stateofthemap.org/">
+        <img src="sotm2007.png" />
+        <div class="description">
+          <h1>State of the Map 2007</h1>
+          <h2>Manchester, United Kingom</h2>
+          <h3>15th to 15th July 2007</h3>
+        </div>
+      </a>
+    </div>
+  </body>
+</html>
diff --git a/html/sotm.png b/html/sotm.png
new file mode 100644 (file)
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 (file)
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 (file)
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 (file)
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 (file)
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 (file)
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 (file)
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 (file)
index 0000000..38c4166
--- /dev/null
@@ -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;
+}