]> git.openstreetmap.org Git - stateofthemap.git/blob - html/index.html
Initial version of SOTM chooser page
[stateofthemap.git] / html / 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://2016.stateofthemap.org/">
10         <img src="sotm.png" />
11         <div class="description">
12           <h1>State of the Map 2016</h1>
13           <h2>Brussels, Belgium</h2>
14         </div>
15       </a>
16     </div>
17     <hr />
18     <div class="event">
19       <img src="sotm2014.png" />
20       <div class="description">
21         <h1>State of the Map 2014</h1>
22         <h2>Buenos Aires, Argentina</h2>
23         <h3>7th to 9th November 2014</h3>
24       </div>
25     </div>
26     <div class="event">
27       <a href="https://2013.stateofthemap.org/">
28         <img src="sotm2013.png" />
29         <div class="description">
30           <h1>State of the Map 2013</h1>
31           <h2>Birmingham, United Kingdom</h2>
32           <h3>6th to 8th September 2013</h3>
33         </div>
34       </a>
35     </div>
36     <div class="event">
37       <a href="https://2012.stateofthemap.org/">
38         <img src="sotm2012.png" />
39         <div class="description">
40           <h1>State of the Map 2012</h1>
41           <h2>Tokyo, Japan</h2>
42           <h3>6th to 8th September 2012</h3>
43         </div>
44       </a>
45     </div>
46     <div class="event">
47       <a href="https://2011.stateofthemap.org/">
48         <img src="sotm2011.png" />
49         <div class="description">
50           <h1>State of the Map 2011</h1>
51           <h2>Denver, Colorado, USA</h2>
52           <h3>9th to 11th September 2011</h3>
53         </div>
54       </a>
55     </div>
56     <div class="event">
57       <a href="https://2010.stateofthemap.org/">
58         <img src="sotm.png" />
59         <div class="description">
60           <h1>State of the Map 2010</h1>
61           <h2>Girona, Spain</h2>
62           <h3>9th to 11th July 2010</h3>
63         </div>
64       </a>
65     </div>
66     <div class="event">
67       <a href="https://2009.stateofthemap.org/">
68         <img src="sotm.png" />
69         <div class="description">
70           <h1>State of the Map 2009</h1>
71           <h2>Amsterdam, Netherlands</h2>
72           <h3>10th to 12th July 2009</h3>
73         </div>
74       </a>
75     </div>
76     <div class="event">
77       <a href="https://2008.stateofthemap.org/">
78         <img src="sotm2008.png" />
79         <div class="description">
80           <h1>State of the Map 2008</h1>
81           <h2>Limerick, Ireland</h2>
82           <h3>12th to 13th July 2008</h3>
83         </div>
84       </a>
85     </div>
86     <div class="event">
87       <a href="https://2007.stateofthemap.org/">
88         <img src="sotm2007.png" />
89         <div class="description">
90           <h1>State of the Map 2007</h1>
91           <h2>Manchester, United Kingom</h2>
92           <h3>15th to 15th July 2007</h3>
93         </div>
94       </a>
95     </div>
96   </body>
97 </html>