-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathindex.html
More file actions
55 lines (43 loc) · 1.84 KB
/
index.html
File metadata and controls
55 lines (43 loc) · 1.84 KB
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
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<title>pi3d</title>
<link rel="stylesheet" href="stylesheets/styles.css">
<link rel="stylesheet" href="stylesheets/pygment_trac.css">
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
</head>
<body>
<div class="wrapper">
<header>
<h1>pi3d</h1>
<p>pi3d - an Python Open GL ES 2.0 library for the Raspberry Pi.</p>
<p class="view"><a href="https://github.com/pi3d">pi3d's GitHub profile</a></p>
</header>
<section>
<h3>Introduction to pi3d.</h3>
Our ReadMe is <a href="html/ReadMe.html">here</a>.<p>
<h3>Python documentation.</h3>
Python documentation is <a href="html/index.html">here</a>.<p>
<h3>Frequently-asked questions.</h3>
The <a href="html/FAQ.html">FAQ</a>.<p>
<h3>pi3d Book</h3>
<a href="http://paddywwoof.github.io/pi3d_book/">Introduction to 3D graphics with pi3d</a>.<p>
<h3>Authors and Contributors</h3>
<p><a href="https://github.com/tipam" class="user-mention">@tipam</a>
<a href="https://github.com/paddywwoof" class="user-mention">@paddywwoof</a>
<a href="https://github.com/rec" class="user-mention">@rec</a></p>
<h3>Contact</h3>
<p>Mail us at <a href="mailto:pi3d@googlegroups.com">pi3d@googlegroups.com</a> and we’ll help you sort it out.</p>
</section>
<footer>
<p><small>Hosted on GitHub Pages — Theme by <a href="https://github.com/orderedlist">orderedlist</a></small></p>
</footer>
</div>
<script src="javascripts/scale.fix.js"></script>
</body>
</html>