]> git.openstreetmap.org Git - stateofthemap.git/commitdiff
Add SotM 2018 to chooser page
authorRobJN <rob.j.nickerson@gmail.com>
Mon, 8 Jan 2018 20:20:36 +0000 (20:20 +0000)
committerTom Hughes <tom@compton.nu>
Mon, 8 Jan 2018 20:20:55 +0000 (20:20 +0000)
Closes #2

index.html
sotm2018.png [new file with mode: 0644]

index f026e6e4e01673345d76684060adef37586fb120..7baeef8af05a5ca2e9e632f7ebeb03721aa54312 100644 (file)
@@ -5,6 +5,17 @@
     <link rel="stylesheet" href="style.css" />
   </head>
   <body>
+    <div class="event">
+      <a href="https://2018.stateofthemap.org/">
+        <img src="sotm2018.png" />
+        <div class="description">
+          <h1>State of the Map 2018</h1>
+          <h2>Milan, Italy</h2>
+          <h3>28th to 30th July 2018</h3>
+        </div>
+      </a>
+    </div>
+    <hr />
     <div class="event">
       <a href="https://2017.stateofthemap.org/">
         <img src="sotm2017.png" />
@@ -15,7 +26,6 @@
         </div>
       </a>
     </div>
-    <hr />
     <div class="event">
       <a href="https://2016.stateofthemap.org/">
         <img src="sotm2016.png" />
diff --git a/sotm2018.png b/sotm2018.png
new file mode 100644 (file)
index 0000000..a012de1
Binary files /dev/null and b/sotm2018.png differ