-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
50 lines (47 loc) · 2.66 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
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/meta/icon.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Cursor Museum: A (very) brief history of pointing devices</title>
<meta name="author" content="Terkel Gjervig">
<meta name="description" content="A very brief history of pointing devices">
<meta property="og:title" content="Cursor Museum">
<meta property="og:description" content="A very brief history of pointing devices">
<meta property="og:video" content="https://cursormuseum.com/meta/cover.mp4">
<meta property="og:image" content="https://cursormuseum.com/meta/cover.png">
<meta property="og:url" content="https://cursormuseum.com/">
<meta property="og:site_name" content="Cursor Museum">
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:image:alt" content="Cursor Museum">
</head>
<body>
<main class="wrapper">
<article>
<section class="box vitrine vitrine--precursor">
<h3 class="label">Precursor</h2>
<div class="cursor">
<img src="/images/precursor.webp" width="1600" height="1600" alt="Photo of an ancient chert arrowhead (Later Neolithic), whose shape resembles today's computer cursors with its triangular and pointy shape." />
</div>
</section>
<section class="box vitrine vitrine--cursor">
<h3 class="label">Cursor</h2>
<div class="cursor">
<img src="/images/cursor.svg" width="1600" height="1600" alt="Scaled-up vector image of the macOS computer cursor. It is a triangular shape with a white outline." />
</div>
</section>
</article>
<aside class="box extensions type:small">
<p>Browse any website with an ancient-styled cursor using the <a href="" class="bookmarklet">bookmarklet</a> (if you know what that is)</p>
</aside>
<footer class="footer">
<div class="row credits">
<p class="credit">"<a href="https://en.wikipedia.org/wiki/Arrowhead#/media/File:Fleche_Cartailhac_MHNT_PRE_2009.0.232.2_simple.jpg" target="_blank">Chert arrowhead</a>" by <a href="">Didier Descouens</a>, is licensed under <a href="https://creativecommons.org/licenses/by/4.0/" class="type:link-secondary">CC BY-SA 4.0</a></p>
<p class="byline">By <a target="_blank" href="https://twitter.com/terkelg" class="type:link">@terkelg</a> <a href="https://github.com/terkelg/cursormuseum" class="type:link" target="_blank">GitHub</a></p>
</div>
</footer>
</main>
<script type="module" src="/src/main.ts"></script>
</body>
</html>