-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
35 lines (28 loc) · 1.65 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
Hello World.
<p><a href="https://github.com/sirtom67">Me (sirtom67) on github</a></p>
<p><a href="http://sirtom67.github.io/jacobs">About life and computers and engineering</a> - a presentation
I prepared and gave to 4 sections of the
AP Computer Science class at my son's high school in May 2017.
<p><a href="foo.html">foo.html</a>
This is a simple, pure html file that I added to just test out github.io.
</p>
<p><a href="jotrdl.github.io/experiments/starfluid">jotrdl's star fluid</a>
Interesting "Chrome Experiment" created by <a href="https://github.com/JoTrdl">jotrdl</a>.
I imported the jotrdl.github.io repo as a submodule, so it is running within the sirtom67.github.io page.
</p>
<p><a href="coollines.html">coollines.html</a>
As seen on <a href="https://plus.google.com/107215652684109538720">Google+ in Sept. 2014</a>:
Bouncing lines in an HTML5 canvas using JQuery. This was very simple to put together and deploy.
I started with David Bau's <a href="http://davidbau.com/archives/2010/11/22/stuck_pixel_utility.html">stuck_pixel_utility.html</a>
and just added a couple of moveTo, lineTo calls.
</p>
<p><a href="https://git-man-page-generator.lokaltog.net/">git documentation</a> Essential reading for any git user!
</p>
<p><a href="canvas.html">canvas.html</a> Playing with
<a href="https://developer.mozilla.org/en-US/docs/Web/API/WebGL_API/Tutorial/Getting_started_with_WebGL">WebGL</a>
just for fun and to learn. A 2D rotating colorful square.
</p>
<p><a href="canvas3d.html">canvas3d.html</a> Moar
<a href="https://developer.mozilla.org/en-US/docs/Web/API/WebGL_API/Tutorial/Getting_started_with_WebGL">WebGL</a>
fun. A 3D rotating colorful cube.
</p>