-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
74 lines (69 loc) · 2.01 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
<!doctype html>
<html lang=en>
<head>
<meta charset=utf-8>
<title>Artless Devices</title>
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:title" content="Artless Devices">
<meta name="twitter:description" content="a conspiracy for the laity">
<meta name="twitter:image" content="https://artlessdevices.com/twitter.png">
<meta name="twitter:site" content="@artlessdevices">
<meta name="og:type" content="website">
<meta name="og:title" content="Artless Devices">
<meta name="og:description" content="a conspiracy for the laity">
<meta name="og:image" content="https://artlessdevices.com/twitter.png">
<meta name="og:site" content="Artless Devices">
<style>
main {
font-family: sans-serif;
font-size: 147%;
margin: 0 auto;
padding: 3rem;
text-align: center;
text-transform: uppercase;
width: 600px;
}
.small {
font-size: 75%;
}
dl {
margin-top: 1rem;
border-top: 1px solid black;
border-bottom: 1px solid black;
padding-top: 1rem;
padding-bottom: 2rem;
text-transform: none;
}
dt {
padding: 1rem 0;
}
dd {
width: 66%;
margin: 0 auto;
}
a {
border-bottom: 1px dashed #999;
color: black;
text-decoration: none;
}
</style>
</head>
<body>
<main>
<img src=logo.png alt=logotype>
<h1>Artless Devices</h1>
<p>a conspiracy for the laity</p>
<dl>
<dt><a href=https://fastpathlicense.com>Fast Path</a></dt>
<dd>cutting-edge legal terms for software license sales</dd>
<dt><a href=https://paritylicense.com>Parity</a></dt>
<dd>the free for open source license</dd>
<dt><a href=https://prosperitylicense.com>Prosperity</a></dt>
<dd>the all-in-one noncommercial software license</dd>
<dt><a href=https://duallicensing.com>DualLicensing.com</a></dt>
<dd>intro and showcase for the business model that will not die</dd>
</dl>
<p><a href=mailto:[email protected]>[email protected]</a></p>
</main>
</body>
</html>