-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
69 lines (64 loc) · 1.51 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Tracey Jaquith, Internet Archive 🏛️</title>
<meta property="title" content="Tracey Jaquith, Internet Archive 🏛️">
<!--
<link href="https://esm.ext.archive.org/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" type="text/css"/>
-->
<link href="bootstrap.min.css" rel="stylesheet" type="text/css"/>
<style>
.list {
display: grid;
grid-gap: 10px;
grid-template-columns: repeat(auto-fit, minmax(275px, 1fr));
align-items: top;
}
h2 {
margin-top: 75px;
}
.card {
text-align: center;
display: initial;
}
.card a img {
max-width: 250px;
max-height: 250px;
}
.card a {
display: block;
}
a {
text-decoration: none;
}
</style>
</head>
<body>
<div class="container" style="width:98%; max-width:98%">
<h1>
Tracey Jaquith<br>
Founding Coder, Internet Archive 🏛️<br>
TV Architect
</h1>
<h3>
I focus on TV, video/audio, UI/UX, javascript 🦕, markdown, 🦭 containers & devops 🐋
</h3>
<b>
Find me at:
<a href="https://mastodon.social/@traceypooh">🦣 mastodon</a>
<a href="https://twitter.com/tracey_pooh">🐦 twitter/X</a>
</b>
<main>
<h2>Games</h2>
<div id="games" class="list">
</div>
<h2>Presentations & Talks [2024...2016]</h2>
<div id="talks" class="list">
</div>
</main>
<hr>
👆 <i>i'm an expert plastic square presser</i>
</div>
</body>
<script type="module" src="./index.js"></script>