-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathabout.html
38 lines (31 loc) · 1.66 KB
/
about.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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<title> About PT Element Coder </title>
<link rel="stylesheet" href="css/style.css" />
</head>
<body class="about">
<h1>About Powder Toy Element Coder</h1>
It started off as something I created with enthusiasm back in summer 2012. I had overthought the entire thing and used loads of unnecessary techniques (such as PHP, AJAX and Server-side Includes) when creating it. The rewrite uses only three files and technologies and it looks minimalistic. I like minimalistic.
The colour scheme has been worked through with <a href="http://colorschemedesigner.com/">colorschemedesigner.com</a>.
The text scheme is here: <a href="http://colorschemedesigner.com/#3u21TbFuVw0w0">#3u21TbFuVw0w0</a>
and the background is a single color anyways.
The code provided is from The Powder Toy by various developers, hosted on
GitHub. <a href="https://github.com/FacialTurd/The-Powder-Toy/">The-Powder-Toy</a>
(The default code is extracted from src/simulation/elements/BCOL.cpp)
By <a href="http://github.com/boxmein/">boxmein.</a>
This code is also hosted on GitHub. <a href="http://github.com/boxmein/TPTElements/">[See here]</a>
<a href="index.html"><- Back</a>
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-34425443-1']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
</body>
</html>