-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
95 lines (95 loc) · 2.75 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
<html>
<head>
<title>State of the Map JAPAN </title>
<link rel="stylesheet" href="style.css" />
</head>
<body>
<div class="event">
<a href="https://stateofthemap.jp/2024/">
<img src="2024/img/sotmjapan-logo.png" height="200" />
<div class="description">
<h1>State of the Map Japan 2024</h1>
<h2>札幌</h2>
<h3>2025/2/15</h3>
</div>
</a>
</div>
<hr />
<div class="event">
<a href="https://stateofthemap.jp/2022/">
<img src="2022/assets/images/sotmjapan-logo.png" height="200" />
<div class="description">
<h1>State of the Map Japan 2022</h1>
<h2>加古川</h2>
<h3>2022/12/3</h3>
</div>
</a>
</div>
<hr />
<div class="event">
<a href="https://stateofthemap.jp/2020/">
<img src="2020/assets/images/sotmjapan-logo.png" height="200" />
<div class="description">
<h1>State of the Map Japan 2020</h1>
<h2>オンライン</h2>
<h3>2020/11/7</h3>
</div>
</a>
</div>
<hr />
<div class="event">
<a href="https://stateofthemap.jp/2018/">
<img src="2018/assets/images/sotmjapan-logo.png" height="200" />
<div class="description">
<h1>State of the Map Japan 2018</h1>
<h2>東京都千代田日比谷公園 日比谷カンファレンスセンター</h2>
<h3>2018/8/11</h3>
</div>
</a>
</div>
<hr />
<div class="event">
<a href="https://2017.stateofthemap.org/">
<img src="sotm2017.png" />
<div class="description">
<h1>State of the Map 2017</h1>
<h2>Aizu-Wakamatsu, Japan</h2>
<h3>18th to 20th August 2017</h3>
</div>
</a>
</div>
<hr />
<div class="event">
<a href="https://stateofthemap.jp/2016/">
<img src="sotmjapan-logo-moji.png" />
<div class="description">
<h1>State of the Map Japan 2016</h1>
<h2>東京都北区赤羽</h2>
<h3>2016/8/11</h3>
</div>
</a>
</div>
<hr />
<div class="event">
<a href="https://stateofthemap.jp/2015/">
<img src="2015/site_media/static/img/sotmjapan-logo.png" height="150" />
<div class="description">
<h1>State of the Map Japan 2015</h1>
<h2>静岡県浜松市</h2>
<h3>2015/10/31</h3>
</div>
</a>
</div>
<hr />
<div class="event">
<a href="https://stateofthemap.jp/2014/">
<img src="sotmjapan_2014_logo.png" />
<div class="description">
<h1>State of the Map Japan 2014</h1>
<h2>東京都目黒区</h2>
<h3>2014/12/13</h3>
</div>
</a>
</div>
</body>
</html>