Browse Source

Combine project list styling; 'status report' tag.

master
Ben Kurtovic 9 years ago
parent
commit
ca06bb9f0d
6 changed files with 30 additions and 51 deletions
  1. +1
    -1
      _posts/2011-06-23-oh-look-a-blog.md
  2. +1
    -1
      _posts/2011-08-05-earwigbot-progress-wiki-toolset.md
  3. +1
    -1
      _posts/2011-08-23-earwigbot-progress-page-editing.md
  4. +1
    -1
      _posts/2012-01-29-earwigbot-and-toolserver-updates.md
  5. +22
    -35
      index.html
  6. +4
    -12
      static/main.css

+ 1
- 1
_posts/2011-06-23-oh-look-a-blog.md View File

@@ -1,7 +1,7 @@
---
layout: post
title: Oh Look, A Blog!
tags: Wikipedia Misc
tags: ["Status report"]
description: Just kinda playing with the idea of my own site right now
---



+ 1
- 1
_posts/2011-08-05-earwigbot-progress-wiki-toolset.md View File

@@ -1,7 +1,7 @@
---
layout: post
title: EarwigBot Progress: Wiki Toolset
tags: Wikipedia
tags: ["Wikipedia", "Status report"]
description: YAWTF (Yet Another Wiki Tools Framework, or Yet Another... WTF?)
---



+ 1
- 1
_posts/2011-08-23-earwigbot-progress-page-editing.md View File

@@ -1,7 +1,7 @@
---
layout: post
title: EarwigBot Progress: Page Editing
tags: Wikipedia
tags: ["Wikipedia", "Status report"]
description: Exactly what it says on the tin
---



+ 1
- 1
_posts/2012-01-29-earwigbot-and-toolserver-updates.md View File

@@ -1,7 +1,7 @@
---
layout: post
title: EarwigBot and Toolserver Updates
tags: Wikipedia
tags: ["Wikipedia", "Status report"]
description: More progress on EarwigBot and the Toolserver site rewrite, including dynamic backgrounds
---



+ 22
- 35
index.html View File

@@ -28,40 +28,27 @@ title: Home
<tr>
<td>
<h2>Projects</h2>
<div class="project">
<div>
<a class="underlined" href="//github.com/earwig/mwparserfromhell">mwparserfromhell</a> <span class="subtitle"><i>(Python + C // started May 2012)</i></span>
</div>
<div>
An easy-to-use and outrageously powerful Python parser for <a href="//mediawiki.org/">MediaWiki</a> wikicode
</div>
</div>
<div class="project">
<div>
<a class="underlined" href="//github.com/earwig/earwigbot">earwigbot</a> <span class="subtitle"><i>(Python // started April 2009)</i></span>
</div>
<div>
A modular Python robot that edits <a href="//en.wikipedia.org/">Wikipedia</a> and interacts with people over <a href="//en.wikipedia.org/wiki/Internet_Relay_Chat">IRC</a>, with <a href="//github.com/earwig/earwigbot-plugins">a separate repository for plugins</a>
</div>
</div>
<div class="project">
<div>
<a class="underlined" href="//github.com/earwig/bitshift">bitshift</a> <span class="subtitle"><i>(Python + SQL + Web // started March 2014)</i></span>
</div>
<div>
<a href="http://bitshift.it/">A semantic search engine</a> for source code
</div>
</div>
<div class="project">
<div>
<a class="underlined" href="//github.com/earwig/copyvios">copyvios</a> <span class="subtitle"><i>(Python + Web // started July 2009)</i></span>
</div>
<div>
<a href="//tools.wmflabs.org/copyvios">A copyright violation detector</a> for Wikipedia articles running on <a href="//tools.wmflabs.org/">Wikimedia Labs</a>
</div>
</div>
<h3>Other projects</h2>
<ul id="project-list">
<h3>Highlights</h3>
<ul class="work-list">
<li>
<a class="underlined" href="//github.com/earwig/mwparserfromhell">mwparserfromhell</a> <span class="subtitle"><i>(Python + C // started May 2012)</i></span><br />
<span class="subtitle">An easy-to-use and outrageously powerful Python parser for <a href="//mediawiki.org/">MediaWiki</a> wikicode</span>
</li>
<li>
<a class="underlined" href="//github.com/earwig/earwigbot">earwigbot</a> <span class="subtitle"><i>(Python // started April 2009)</i></span><br />
<span class="subtitle">A modular robot that edits <a href="//en.wikipedia.org/">Wikipedia</a> and interacts with people over <a href="//en.wikipedia.org/wiki/Internet_Relay_Chat">IRC</a>, with <a href="//github.com/earwig/earwigbot-plugins">a separate repository for plugins</a></span>
</li>
<li>
<a class="underlined" href="//github.com/earwig/bitshift">bitshift</a> <span class="subtitle"><i>(Python + SQL + Web // started March 2014)</i></span><br />
<span class="subtitle"><a href="http://bitshift.it/">A semantic search engine</a> for source code</span>
</li>
<li>
<a class="underlined" href="//github.com/earwig/copyvios">copyvios</a> <span class="subtitle"><i>(Python + Web // started July 2009)</i></span><br />
<span class="subtitle"><a href="//tools.wmflabs.org/copyvios">A copyright violation detector</a> for Wikipedia articles running on <a href="//tools.wmflabs.org/">Wikimedia Labs</a></span>
</li>
</ul>
<h3>Other work</h3>
<ul class="work-list">
<li>
<a class="underlined" href="//github.com/VjiaoBlack/Oriadnos">oriadnos</a> <span class="subtitle"><i>(C // started May 2014)</i></span><br />
<span class="subtitle">A 3D maze exploration game written from scratch using matrix manipulation code, <a href="//en.wikipedia.org/wiki/UV_mapping">UV texture mapping</a>, <a href="//en.wikipedia.org/wiki/Z-buffering">z-buffering</a>, and simple lighting</span>
@@ -124,7 +111,7 @@ title: Home
<span class="tag">{{tag[0]}}</span>
{% endfor %}
</div>
<ul id="post-list">
<ul id="post-list" class="work-list">
{% for post in site.posts %}
<li data-tags="{{ post.tags | join: "|" }}">{{ post.date | date: "%b %-d, %Y" }}: <a class="underlined" href="{{ post.url }}">{{ post.title }}</a><br /><span class="subtitle">{{ post.description }}<br />{{ post.tags | join: ", " }} &middot; <a href="{{ post.url }}#disqus_thread" data-disqus-identifier="{{ post.id }}"></a></span></li>
{% endfor %}


+ 4
- 12
static/main.css View File

@@ -109,19 +109,11 @@ a.underlined:hover, a.underlined:active { text-decoration: none; }
padding-right: 0.5em;
}

.project {
margin-bottom: 1.25em;
}

.project div:nth-child(2) {
font-size: 14px;
}

#project-list, #post-list {
.work-list {
padding-left: 1em;
}

#project-list li, #post-list li {
.work-list li {
margin-bottom: 1.25em;
}

@@ -135,7 +127,7 @@ a.underlined:hover, a.underlined:active { text-decoration: none; }
color: #888;
cursor: pointer;
margin: 0 3px;
padding: 0 3px;
padding: 2px 3px;
}

.tag-selected {
@@ -166,7 +158,7 @@ a.underlined:hover, a.underlined:active { text-decoration: none; }
background-color: #f2f2f2;
border: 1px solid #e8e8e8;
margin: 0 3px;
padding: 0 3px;
padding: 2px 3px;
}

.post-tag:link, .post-tag:visited {


Loading…
Cancel
Save