-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
66 lines (53 loc) · 4.44 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
<!DOCTYPE html>
<html>
<head>
<title>Asphorisms</title>
<script src="http://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
<link href="http://fonts.googleapis.com/css?family=Rubik" rel="stylesheet" type="text/css" />
<link href="http://fonts.googleapis.com/css?family=Roboto+Mono" rel="stylesheet" type="text/css" />
<link rel="stylesheet" type="text/css" href="style.css">
<!-- favicon bs -->
<!-- <link rel="apple-touch-icon" sizes="57x57" href="/favicon/apple-icon-57x57.png">
<link rel="apple-touch-icon" sizes="60x60" href="/favicon/apple-icon-60x60.png">
<link rel="apple-touch-icon" sizes="72x72" href="/favicon/apple-icon-72x72.png">
<link rel="apple-touch-icon" sizes="76x76" href="/favicon/apple-icon-76x76.png">
<link rel="apple-touch-icon" sizes="114x114" href="/favicon/apple-icon-114x114.png">
<link rel="apple-touch-icon" sizes="120x120" href="/favicon/apple-icon-120x120.png">
<link rel="apple-touch-icon" sizes="144x144" href="/favicon/apple-icon-144x144.png">
<link rel="apple-touch-icon" sizes="152x152" href="/favicon/apple-icon-152x152.png">
<link rel="apple-touch-icon" sizes="180x180" href="/favicon/apple-icon-180x180.png">
<link rel="icon" type="image/png" sizes="192x192" href="/favicon/android-icon-192x192.png">
<link rel="icon" type="image/png" sizes="32x32" href="/favicon/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="96x96" href="/favicon/favicon-96x96.png">
<link rel="icon" type="image/png" sizes="16x16" href="/favicon/favicon-16x16.png">
<link rel="manifest" href="/favicon/manifest.json">
<meta name="msapplication-TileColor" content="#ffffff">
<meta name="msapplication-TileImage" content="/favicon/ms-icon-144x144.png"> -->
<meta name="theme-color" content="#ffffff">
<meta property="og:title" content="Asphorisms - Giving you the doubt to drive self-improvement">
<meta property="og:description" content="Asphorism -- an aspirational aphorism, often posted on the walls of offices to reframe technological work as an ennobling mental exercise that should be done for its own sake, regardless of conditions or impact.">
<meta property="og:image" content="http://ashporism.com/images/helping-matrix.jpg">
<meta property="og:url" content="http://ashporism.com">
<!-- favicon bs -->
</head>
<body>
<section id="hero">
<div>
<h1>Asphorism:</h1>
<h3>an aspirational aphorism, often posted on the walls of offices to reframe technological work as an ennobling mental exercise that should be done for its own sake, regardless of conditions or impact.</h3>
<h3>Asphorisms make you feel better about your work without having to do anything.</h3>
<p><a href="#about">about</a> // <a href="https://github.com/nimwunnan/asphorisms/blob/master/asphorisms.md">current spec</a> // <a href="mailto:[email protected]">get in touch</a> // <a href="/images/helping-matrix.jpg">the helping matrix</a></p>
</div>
</section>
<section id="about">
<div>
<h2>About</h2>
<p>This project is an attempt to collaboratively create a spec for a new set of aspirational aphorisms or “asphorisms” to post on the walls of offices full of people using computers.</p>
<p>So far, the most common high-level instructions we give to ourselves while working have been <a href="http://xkcd.com/1428/">written haphazardly</a>, distributed by <a href="http://www.keepcalmandcarryon.com/">fads</a> and memes, and often reflect an <a href="http://gizmodo.com/5878987/its-official-google-is-evil-now">unexamined position</a> in the society the authors claim to be helping make into a <a href="http://youtu.be/J-GVd_HLlps?t=37s">better place</a>. For example, “Move Fast and Break Things” works well for those with freedom of movement and spare things, but that type of work is not inherently better than work done by confined and impoverished workers.</p>
<p>This project is an attempt to create an open source set of new asphorisms, collaboratively written to reflect a set of ideas we and the people who use our work can live with. The first release will be considered Asphorisms 2.0</p>
<p>If you want to get involved, contribute to the <a href="https://github.com/nimwunnan/asphorisms">Github project</a> or <a href="mailto:[email protected]">get in touch</a></p>
<h3><a href="https://github.com/nimwunnan/asphorisms/blob/master/asphorisms.md">View the current spec</a></h3>
</div>
</section>
</body>
</html>