Difficulty levels for each article.

master
Anthony Zhang 2013-03-17 00:17:58 -04:00
parent 0c400fb8de
commit 8cd5592ec6
6 changed files with 68 additions and 0 deletions

View File

@ -83,6 +83,20 @@ a.post {
text-decoration: none;
}
.difficulty {
font-size: 1.3em;
}
.difficulty img {
width: auto;
height: 1em;
display: inline;
margin: 0;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
}
.entry {
width: 100%;
border-top: dotted black 1px;

BIN
img/Difficulty.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 170 B

BIN
img/DifficultyEmpty.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 137 B

View File

@ -22,6 +22,19 @@
<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>
<p class="difficulty">Difficulty level:
<img src="img/Difficulty.png">
<img src="img/Difficulty.png">
<img src="img/Difficulty.png">
<img src="img/Difficulty.png">
<img src="img/Difficulty.png">
<img src="img/DifficultyEmpty.png">
<img src="img/DifficultyEmpty.png">
<img src="img/DifficultyEmpty.png">
<img src="img/DifficultyEmpty.png">
<img src="img/DifficultyEmpty.png">
(5/10)
</p>
<a href="projects/TicTacToe/index.html" class="post">Read on...</a>
</td>
<td>
@ -34,6 +47,19 @@
<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>
<p class="difficulty">Difficulty level:
<img src="img/Difficulty.png">
<img src="img/Difficulty.png">
<img src="img/DifficultyEmpty.png">
<img src="img/DifficultyEmpty.png">
<img src="img/DifficultyEmpty.png">
<img src="img/DifficultyEmpty.png">
<img src="img/DifficultyEmpty.png">
<img src="img/DifficultyEmpty.png">
<img src="img/DifficultyEmpty.png">
<img src="img/DifficultyEmpty.png">
(2/10)
</p>
<a href="projects/DoublePiston/index.html" class="post">Read on...</a>
</td>
<td>

View File

@ -13,6 +13,19 @@
<br>
<h2>The Double Sticky Piston Driver</h2>
<h3>15/3/13 - Uberi</h3>
<p class="difficulty">Difficulty level:
<img src="../../img/Difficulty.png">
<img src="../../img/Difficulty.png">
<img src="../../img/DifficultyEmpty.png">
<img src="../../img/DifficultyEmpty.png">
<img src="../../img/DifficultyEmpty.png">
<img src="../../img/DifficultyEmpty.png">
<img src="../../img/DifficultyEmpty.png">
<img src="../../img/DifficultyEmpty.png">
<img src="../../img/DifficultyEmpty.png">
<img src="../../img/DifficultyEmpty.png">
(2/10)
</p>
<p>The double sticky piston driver is an important component of many circuits that need to push nodes farther than just one block.</p>
<p>Here's a quick picture of what we'll be making:</p>
<img src="img/DoublePiston.gif" alt="Double sticky piston extend/retract animation">

View File

@ -13,6 +13,21 @@
<br>
<h2>Tic-Tac-Toe Machine</h2>
<h3>16/3/13 - Uberi</h3>
<p class="difficulty">Difficulty level:
<img src="../../img/Difficulty.png">
<img src="../../img/Difficulty.png">
<img src="../../img/Difficulty.png">
<img src="../../img/Difficulty.png">
<img src="../../img/Difficulty.png">
<img src="../../img/DifficultyEmpty.png">
<img src="../../img/DifficultyEmpty.png">
<img src="../../img/DifficultyEmpty.png">
<img src="../../img/DifficultyEmpty.png">
<img src="../../img/DifficultyEmpty.png">
(5/10)
</p>
<p>Unless you've been living under a rock five hundred meters below the surface of Europa, you've probably heard of tic-tac-toe. Maybe. In any case, I won't be explaining how it's played; if you care to refresh your memory, here's a lovely <a href="http://en.wikipedia.org/wiki/Tic-tac-toe">Wikipedia article</a>. Better? Better.</p>
<img src="img/Machine.png" alt="Tic-tac-toe machine">
<p></p>
</div>
</body>