Much better homepage. Plus the beginnings of my new secret article.

master
Anthony Zhang 2013-03-16 23:55:33 -04:00
parent f47ac2bf35
commit 0c400fb8de
5 changed files with 36 additions and 8 deletions

View File

@ -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;
}

View File

@ -16,11 +16,30 @@
<p>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.</p>
<p>This site has a Minetest <a href="">forum topic</a> too!</p>
<p>All articles assume basic knowlege of how Mesecons work, and some may also assume some proficiency in the <a href="http://www.lua.org/about.html">Lua programming language</a>.</p>
<img src="projects/DoublePiston/img/DoublePiston.gif" alt="Double sticky piston extend/retract animation" class="preview">
<h2>The Double Sticky Piston Driver</h2>
<h3>15/3/13 - Uberi</h3>
<p>The iconic symbol of piston madness, now available as a breakdown!</p>
<a href="projects/DoublePiston/index.html" class="post">Read on...</a>
<table class="entry"><tr>
<td>
<h2>Tic-Tac-Toe Machine</h2>
<h3>16/3/13 - Uberi</h3>
<p>A new spin on an old classic, including an investigation into various techniques for circuit optimization.</p>
<a href="projects/TicTacToe/index.html" class="post">Read on...</a>
</td>
<td>
<img src="projects/TicTacToe/img/Machine.png" alt="Post preview" class="preview">
</td>
</tr></table>
<table class="entry"><tr>
<td>
<h2>The Double Sticky Piston Driver</h2>
<h3>15/3/13 - Uberi</h3>
<p>The iconic symbol of piston madness, now available as a breakdown!</p>
<a href="projects/DoublePiston/index.html" class="post">Read on...</a>
</td>
<td>
<img src="projects/DoublePiston/img/DoublePiston.gif" alt="Post preview" class="preview">
</td>
</tr></table>
</div>
</body>
</html>

View File

@ -8,7 +8,7 @@
</head>
<body>
<div id="content">
<h1><a href="index.html" class="title">Mesecons Laboratory</a></h1>
<h1><a href="../../index.html" class="title">Mesecons Laboratory</a></h1>
<p id="subtitle">Adventures in digital circuitry.</p>
<br>
<h2>The Double Sticky Piston Driver</h2>

Binary file not shown.

After

Width:  |  Height:  |  Size: 107 KiB

View File

@ -8,12 +8,12 @@
</head>
<body>
<div id="content">
<h1><a href="index.html" class="title">Mesecons Laboratory</a></h1>
<h1><a href="../../index.html" class="title">Mesecons Laboratory</a></h1>
<p id="subtitle">Adventures in digital circuitry.</p>
<br>
<h2>Tic-Tac-Toe Machine</h2>
<h3>16/3/13 - Uberi</h3>
<p></p>
</div>
</body>
</html>