styling/printing
This commit is contained in:
@@ -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…
|
||||
</p>
|
||||
|
||||
<h3>Personal</h3>
|
||||
|
||||
<p>
|
||||
A few personal projects I've invested in…
|
||||
</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 (à 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…
|
||||
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…
|
||||
</p>
|
||||
|
||||
<ul>
|
||||
<li><a href="https://github.com/composer/composer/commits?author=dpb587">composer/composer</a> – small enhancements and bug fixes</li>
|
||||
<li><a href="https://github.com/symfony/symfony/commits?author=dpb587">symfony/symfony</a> – small enhancements and bug fixes</li>
|
||||
<li><a href="https://github.com/composer/composer/commits?author=dpb587">composer/composer</a> – small enhancements, bug fixes</li>
|
||||
<li><a href="https://github.com/symfony/symfony/commits?author=dpb587">symfony/symfony</a> – small enhancements, bug fixes</li>
|
||||
<li><a href="https://github.com/doctrine/dbal/commits?author=dpb587">doctrine/dbal</a> – oracle bug fixes</li>
|
||||
</ul>
|
||||
</section>
|
||||
|
||||
Reference in New Issue
Block a user