styling/printing

This commit is contained in:
Danny Berger
2013-03-10 16:24:26 -06:00
parent e16f3937ba
commit 60e40ebce1
7 changed files with 109 additions and 32 deletions

View File

@@ -1,6 +1,6 @@
---
title: Projects
layout: default
layout: content
---
<section>
@@ -11,16 +11,10 @@ layout: default
<a href="https://github.com/">GitHub</a> and these are a few of my personal favorites&hellip;
</p>
<h3>Personal</h3>
<p>
A few personal projects I've invested in&hellip;
</p>
<h4>PHP Diff Engine</h4>
<p>
A language-aware diff engine for comparing PHP classes/interfaces/functions.
A language-aware diff engine for changes in PHP classes/interfaces/functions over time.
</p>
<dl>
@@ -34,7 +28,7 @@ layout: default
<h4>CLI for OpenGrok</h4>
<p>
Command line interface for getting results from an OpenGrok server.
Command line interface (&agrave; la <code>grep</code>) for getting results from an OpenGrok server.
</p>
<dl>
@@ -49,13 +43,13 @@ layout: default
<h3>Contributions</h3>
<p>
I would not and could not be the developer I am today without the time others have invested in producing
quality, open source software. For my modest part, I've been able to contribute to the following&hellip;
I would not and could not be the developer I am without the time others have invested in publishing open source
software. For my modest part, I've been able to contribute back to&hellip;
</p>
<ul>
<li><a href="https://github.com/composer/composer/commits?author=dpb587">composer/composer</a> &ndash; small enhancements and bug fixes</li>
<li><a href="https://github.com/symfony/symfony/commits?author=dpb587">symfony/symfony</a> &ndash; small enhancements and bug fixes</li>
<li><a href="https://github.com/composer/composer/commits?author=dpb587">composer/composer</a> &ndash; small enhancements, bug fixes</li>
<li><a href="https://github.com/symfony/symfony/commits?author=dpb587">symfony/symfony</a> &ndash; small enhancements, bug fixes</li>
<li><a href="https://github.com/doctrine/dbal/commits?author=dpb587">doctrine/dbal</a> &ndash; oracle bug fixes</li>
</ul>
</section>