]> git.openstreetmap.org Git - stateofthemap.git/blob - index.html
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       <img src="sotm2013.png" />
39       <div class="description">
40         <h1>State of the Map 2013</h1>
41         <h2>Birmingham, United Kingdom</h2>
42         <h3>6th to 8th September 2013</h3>
43       </div>
44     </div>
45     <div class="event">
46       <a href="https://2012.stateofthemap.org/">
47         <img src="sotm2012.png" />
48         <div class="description">
49           <h1>State of the Map 2012</h1>
50           <h2>Tokyo, Japan</h2>
51           <h3>6th to 8th September 2012</h3>
52         </div>
53       </a>
54     </div>
55     <div class="event">
56       <a href="https://2011.stateofthemap.org/">
57         <img src="sotm2011.png" />
58         <div class="description">
59           <h1>State of the Map 2011</h1>
60           <h2>Denver, Colorado, USA</h2>
61           <h3>9th to 11th September 2011</h3>
62         </div>
63       </a>
64     </div>
65     <div class="event">
66       <a href="https://2010.stateofthemap.org/">
67         <img src="sotm.png" />
68         <div class="description">
69           <h1>State of the Map 2010</h1>
70           <h2>Girona, Spain</h2>
71           <h3>9th to 11th July 2010</h3>
72         </div>
73       </a>
74     </div>
75     <div class="event">
76       <a href="https://2009.stateofthemap.org/">
77         <img src="sotm.png" />
78         <div class="description">
79           <h1>State of the Map 2009</h1>
80           <h2>Amsterdam, Netherlands</h2>
81           <h3>10th to 12th July 2009</h3>
82         </div>
83       </a>
84     </div>
85     <div class="event">
86       <a href="https://2008.stateofthemap.org/">
87         <img src="sotm2008.png" />
88         <div class="description">
89           <h1>State of the Map 2008</h1>
90           <h2>Limerick, Ireland</h2>
91           <h3>12th to 13th July 2008</h3>
92         </div>
93       </a>
94     </div>
95     <div class="event">
96       <a href="https://2007.stateofthemap.org/">
97         <img src="sotm2007.png" />
98         <div class="description">
99           <h1>State of the Map 2007</h1>
100           <h2>Manchester, United Kingom</h2>
101           <h3>14th to 15th July 2007</h3>
102         </div>
103       </a>
104     </div>
105   </body>
106 </html>