switch around header levels

This commit is contained in:
Danny Berger
2014-03-15 14:58:16 +00:00
parent 7fbb9535ed
commit 8c2cd52002
24 changed files with 95 additions and 95 deletions

View File

@@ -5,14 +5,14 @@ description: I like tinkering with ideas and seeing where they end up. These are
---
<section>
<h2>Projects</h2>
<h1>Projects</h1>
<p>
I like tinkering with ideas and seeing where they end up. Some of my work ends up on
<a href="https://github.com/">GitHub</a> and these are a few of my personal favorites&hellip;
</p>
<h4>ti-debug</h4>
<h3>ti-debug</h3>
<p>
A browser client for debugging server-side code (like PHP) without an IDE.
@@ -26,7 +26,7 @@ description: I like tinkering with ideas and seeing where they end up. These are
<dd><a href="/blog/2013/05/16/ti-debug-a-browser-debugger-for-server-code.html">ti-debug: For Debugging Server Code in the Browser</a> (2013-05-16)</dd>
</dl>
<h4>PHP Diff Engine</h4>
<h3>PHP Diff Engine</h3>
<p>
A language-aware diff engine for changes in PHP classes/interfaces/functions over time.
@@ -40,7 +40,7 @@ description: I like tinkering with ideas and seeing where they end up. These are
<dd><a href="/blog/2013/03/07/comparing-php-application-definitions.html">Comparing PHP Application Definitions</a> (2013-03-07)</dd>
</dl>
<h4>CLI for OpenGrok</h4>
<h3>CLI for OpenGrok</h3>
<p>
Command line interface (&agrave; la <code>grep</code>) for getting results from an OpenGrok server.
@@ -55,7 +55,7 @@ description: I like tinkering with ideas and seeing where they end up. These are
</dl>
<h3>Contributions</h3>
<h1>Contributions</h1>
<p>
I would not and could not be the developer I am without the time others have invested in publishing open source