-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
85 lines (85 loc) · 2.65 KB
/
Copy pathindex.html
File metadata and controls
85 lines (85 loc) · 2.65 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>maphouse</title>
<link rel="me" href="https://mapstodon.space/@maphouse">
<style>
@font-face {
font-family: "Univers 45 Light";
src: url("/fonts/univers-45-light.woff2") format("woff2");
font-weight: 300;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: "Univers 45 Light";
src: url("/fonts/univers-45-light-oblique.woff2") format("woff2");
font-weight: 300;
font-style: oblique;
font-display: swap;
}
body {
font-family: "Univers 45 Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
font-weight: 300;
}
</style>
<script data-goatcounter="https://maphouse.goatcounter.com/count"
async src="//gc.zgo.at/count.js"></script>
</head>
<body>
<header>
<a rel="me" href="https://mapstodon.space/@maphouse">Mastodon</a>
</header>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 120 100" width="240" height="200">
<polygon points="60,10 110,55 10,55"/>
<rect x="78" y="22" width="10" height="20"/>
<rect x="18" y="55" width="84" height="40"/>
<rect x="49" y="72" width="22" height="23" rx="1"/>
<rect x="25" y="63" width="16" height="14" rx="1"/>
<rect x="79" y="63" width="16" height="14" rx="1"/>
</svg>
<ul>
<li>research
<ul>
<li><a href="https://orcid.org/0000-0002-4099-7365">ORCID</a></li>
</ul>
</li>
<li>teaching
<ul>
<li><a href="https://teach.maphouse.ca">teach.maphouse.ca</a></li>
<li><a href="/renovation-map-workshop.html">renovation-map-workshop</a></li>
</ul>
</li>
<li>portfolio
<ul>
<li>civic tools
<ul>
<li><a href="/pmr-batiments/">pmr-batiments</a></li>
<li><a href="/la-piscine-municipale/">la-piscine-municipale</a></li>
</ul>
</li>
<li>web dev
<ul>
<li><a href="https://atlascine.org">atlascine.org</a></li>
<li><a href="https://bum.bike">bum.bike</a></li>
<li><a href="/tryspaces-mtl-nord/">tryspaces-mtl-nord</a></li>
</ul>
</li>
<li>game dev
<ul>
<li><a href="https://qq.maphouse.ca">qq.maphouse.ca</a></li>
</ul>
</li>
<li>research tools
<ul>
<li><a href="https://links.maphouse.ca">links.maphouse.ca</a></li>
<li><a href="https://rs-atlascine.concordia.ca">rs-atlascine.concordia.ca</a></li>
</ul>
</li>
</ul>
</li>
</ul>
</body>
</html>