1
0
mirror of https://github.com/maximebf/php-debugbar.git synced 2025-06-09 15:45:25 +02:00

Update index.html

This commit is contained in:
Maxime Bouroumeau-Fuseau 2017-05-09 08:31:21 +02:00 committed by GitHub
parent deddca162a
commit d35e35f33d

View File

@ -115,32 +115,6 @@ $debugbar["messages"]->addMessage("hello world!");
</div>
</div>
<div id="footer">
<div class="container clearfix">
<div class="column">
<h2>An Open Source project by <a href="http://maximebf.com">maximebf</a></h2>
<p>
I'm a freelance web developer specialized in PHP, Python and Javascript.
I build well crafted components for backend development.
</p>
<p>
<a href="http://maximebf.com/freelancing">Hire me for your next project</a>
</p>
</div>
<div class="column">
<h2>Check out all my open source projects</h2>
<ul>
<li><a href="http://atomikframework.com">Atomik Framework</a></li>
<li><a href="http://phpdebugbar.com">PHP Debug Bar</a></li>
<li><a href="http://beautifuldocs.com">Beautiful Docs</a></li>
<li><a href="http://github.com/maximebf/events">Events</a></li>
<li><a href="http://github.com/maximebf/ConsoleKit">ConsoleKit</a></li>
<li><a href="http://github.com/maximebf/CacheCache">CacheCache</a></li>
</ul>
<p>
They are all <a href="http://github.com/maximebf">hosted on Github</a>
</p>
</div>
</div>
<div class="copy container">
&copy; Maxime Bouroumeau-Fuseau 2013
</div>