]> git.openstreetmap.org Git - stateofthemap.git/blob - index.html
Revert "Remove non-working 2013 link"
[stateofthemap.git] / index.html
1 <!DOCTYPE html>
2 <html>
3   <head>
4     <title>State of the Map</title>
5     <link rel="stylesheet" href="style.css" />
6   </head>
7   <body>
8     <div class="event">
9       <a href="https://2017.stateofthemap.org/">
10         <img src="sotm2017.png" />
11         <div class="description">
12           <h1>State of the Map 2017</h1>
13           <h2>Aizu-Wakamatsu, Japan</h2>
14           <h3>18th to 20th August 2017</h3>
15         </div>
16       </a>
17     </div>
18     <hr />
19     <div class="event">
20       <a href="https://2016.stateofthemap.org/">
21         <img src="sotm2016.png" />
22         <div class="description">
23           <h1>State of the Map 2016</h1>
24           <h2>Brussels, Belgium</h2>
25           <h3>23rd to 25th September 2016</h3>
26         </div>
27       </a>
28     </div>
29     <div class="event">
30       <img src="sotm2014.png" />
31       <div class="description">
32         <h1>State of the Map 2014</h1>
33         <h2>Buenos Aires, Argentina</h2>
34         <h3>7th to 9th November 2014</h3>
35       </div>
36     </div>
37     <div class="event">
38       <a href="http://2013.stateofthemap.org/">
39         <img src="sotm2013.png" />
40         <div class="description">
41           <h1>State of the Map 2013</h1>
42           <h2>Birmingham, United Kingdom</h2>
43           <h3>6th to 8th September 2013</h3>
44         </div>
45       </a>
46     </div>
47     <div class="event">
48       <a href="https://2012.stateofthemap.org/">
49         <img src="sotm2012.png" />
50         <div class="description">
51           <h1>State of the Map 2012</h1>
52           <h2>Tokyo, Japan</h2>
53           <h3>6th to 8th September 2012</h3>
54         </div>
55       </a>
56     </div>
57     <div class="event">
58       <a href="https://2011.stateofthemap.org/">
59         <img src="sotm2011.png" />
60         <div class="description">
61           <h1>State of the Map 2011</h1>
62           <h2>Denver, Colorado, USA</h2>
63           <h3>9th to 11th September 2011</h3>
64         </div>
65       </a>
66     </div>
67     <div class="event">
68       <a href="https://2010.stateofthemap.org/">
69         <img src="sotm.png" />
70         <div class="description">
71           <h1>State of the Map 2010</h1>
72           <h2>Girona, Spain</h2>
73           <h3>9th to 11th July 2010</h3>
74         </div>
75       </a>
76     </div>
77     <div class="event">
78       <a href="https://2009.stateofthemap.org/">
79         <img src="sotm.png" />
80         <div class="description">
81           <h1>State of the Map 2009</h1>
82           <h2>Amsterdam, Netherlands</h2>
83           <h3>10th to 12th July 2009</h3>
84         </div>
85       </a>
86     </div>
87     <div class="event">
88       <a href="https://2008.stateofthemap.org/">
89         <img src="sotm2008.png" />
90         <div class="description">
91           <h1>State of the Map 2008</h1>
92           <h2>Limerick, Ireland</h2>
93           <h3>12th to 13th July 2008</h3>
94         </div>
95       </a>
96     </div>
97     <div class="event">
98       <a href="https://2007.stateofthemap.org/">
99         <img src="sotm2007.png" />
100         <div class="description">
101           <h1>State of the Map 2007</h1>
102           <h2>Manchester, United Kingom</h2>
103           <h3>14th to 15th July 2007</h3>
104         </div>
105       </a>
106     </div>
107   </body>
108 </html>