Files
mirror-processhacker/misc/website/websitev2/about.php
T
wj32 61241f498b please pay a bit more attention to what you're doing
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@4736 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2011-10-14 08:28:11 +00:00

66 lines
2.2 KiB
PHP

<?php $pagetitle = "About"; include("header.php"); ?>
<div class="page">
<div class="yui-d0">
<div class="watermark-apps-portlet">
<div class="flowed-block">
<img alt="" width="64" height="64" src="/images/logo.png">
</div>
<div class="flowed-block wide">
<h2>Process Hacker</h2>
<ul class="facetmenu">
<li><a href="/">Overview</a></li>
<li><a href="/features.php">Features</a></li>
<li><a href="/screenshots.php">Screenshots</a></li>
<li><a href="/downloads.php">Downloads</a></li>
<li><a href="/faq.php">FAQ</a></li>
<li class="overview active"><a href="/about.php">About</a></li>
<li><a href="/forums/">Forum</a></li>
</ul>
</div>
</div>
</div>
<div class="yui-t4">
<div class="top-portlet">
<p>
Process Hacker was started in 2008 as an open source alternative to programs such as Task Manager and
Process Explorer.
</p>
<p>
Process Hacker is licensed under the GNU GPL, v3.
</p>
<p><strong>Maintainers:</strong></p>
<div class="yui-g" style="width: 80em;">
<div class="yui-u first">
<img style="float: left; margin: 0 10px 5px 0;" src="./forums/download/file.php?avatar=2_1295726184.jpg" width="128" height="128" alt="User avatar">
<li><a style="color:#AA0000" href="http://sourceforge.net/users/wj32/"><strong>wj32</strong></a></li>
<div class="portlet">
</div>
</div>
</div>
<div class="yui-g" style="width: 80em;">
<div class="yui-u first">
<img style="float: left; margin: 0 10px 5px 0;" src="./forums/download/file.php?avatar=54_1314248802.jpg" width="150" height="115" alt="User avatar">
<li><a style="color:#AA0000" href="http://sourceforge.net/users/dmex/"><strong>dmex</strong></a></li>
<div class="portlet">
</div>
</div>
</div>
<div class="yui-g" style="width: 80em;">
<div class="yui-u first">
<li><a style="color:#0000FF" href="http://sourceforge.net/users/xhmikosr/"><strong>XhmikosR</strong></a></li>
<div class="portlet">
</div>
</div>
</div>
</div>
</div>
</div>
<?php include("footer.php"); ?>