forked from quinton-ashley/p5play
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
50 lines (47 loc) · 1.28 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>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<style>
body {
max-width: 800px;
margin: 0 auto;
padding: 20px;
font-family: 'Open Sans', sans-serif;
font-size:20px;
color: #444;
}
a:link, a:visited {
color: #2D7BB6;
text-decoration: none;
}
a:active, a:hover, #reference a:hover {
color:#ED225D;
text-decoration: none;
padding-bottom: 0.11em;
border-bottom: 0.11em dashed;
border-bottom-color: #ED225D;
transition: border-bottom 30ms linear;
}
#navMenu, #navMenu a {
font-size:23px;
color: #ED225D;
}
</style>
<link href="http://fonts.googleapis.com/css?family=Open+Sans:400,600" rel="stylesheet">
<title>Welcome to p5.play development!</title>
<div id="navMenu">
<a href="examples/">Examples</a>
*
<a href="test/">Test Suite</a>
*
<a href="docs/">Reference</a>
*
<a href="https://github.com/molleindustria/p5.play/">GitHub</a>
</div>
<p>Welcome to <strong>p5.play</strong> development!</p>
<p>See the <a href="https://github.com/molleindustria/p5.play/#readme">README</a> for help on getting started.</p>
<p>
Initiated by <strong>Paolo Pedercini</strong> |
<a href="http://molleindustria.org/">molleindustria.org</a> |
<a href="https://twitter.com/molleindustria">@molleindustria</a>
</p>