diff --git a/Style.css b/Style.css index f415c93..75e0285 100644 --- a/Style.css +++ b/Style.css @@ -81,4 +81,13 @@ a.title { a.post { font-size: 1.5em; text-decoration: none; +} + +.entry { + width: 100%; + border-top: dotted black 1px; +} + +.entry td { + padding: 1em; } \ No newline at end of file diff --git a/index.html b/index.html index bdc3115..bd8fe07 100644 --- a/index.html +++ b/index.html @@ -16,11 +16,30 @@

The primary subject is the design and construction of larger or more advanced machines, a topic not very well covered elsewhere. For a simpler introduction to Mesecons, see the main site linked above.

This site has a Minetest forum topic too!

All articles assume basic knowlege of how Mesecons work, and some may also assume some proficiency in the Lua programming language.

- Double sticky piston extend/retract animation -

The Double Sticky Piston Driver

-

15/3/13 - Uberi

-

The iconic symbol of piston madness, now available as a breakdown!

- Read on... + + + + +
+

Tic-Tac-Toe Machine

+

16/3/13 - Uberi

+

A new spin on an old classic, including an investigation into various techniques for circuit optimization.

+ Read on... +
+ Post preview +
+ + + + +
+

The Double Sticky Piston Driver

+

15/3/13 - Uberi

+

The iconic symbol of piston madness, now available as a breakdown!

+ Read on... +
+ Post preview +
\ No newline at end of file diff --git a/projects/DoublePiston/index.html b/projects/DoublePiston/index.html index fa3f81b..bc132f5 100644 --- a/projects/DoublePiston/index.html +++ b/projects/DoublePiston/index.html @@ -8,7 +8,7 @@
-

Mesecons Laboratory

+

Mesecons Laboratory

Adventures in digital circuitry.


The Double Sticky Piston Driver

diff --git a/projects/TicTacToe/img/Machine.png b/projects/TicTacToe/img/Machine.png new file mode 100644 index 0000000..7a7ceea Binary files /dev/null and b/projects/TicTacToe/img/Machine.png differ diff --git a/projects/TicTacToe/index.html b/projects/TicTacToe/index.html index 5283cd3..59d0d87 100644 --- a/projects/TicTacToe/index.html +++ b/projects/TicTacToe/index.html @@ -8,12 +8,12 @@
-

Mesecons Laboratory

+

Mesecons Laboratory

Adventures in digital circuitry.


Tic-Tac-Toe Machine

16/3/13 - Uberi

- +

\ No newline at end of file