You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

51 lines
2.3KB

  1. <?php
  2. $CURRENT_PAGE = "about";
  3. include dirname(__FILE__) . DIRECTORY_SEPARATOR . "inc_header.php";
  4. ?>
  5. <div class="main-box"><div class="container"><div class="inside"><div class="wrapper">
  6. <table><tr><td>
  7. <!-- intro -->
  8. <aside class="homeAside">
  9. <h2>About <span>The Project</span></h2>
  10. <p>DISTRHO is an open-source project that provides Cross-Platform Audio Plugins.</p>
  11. <p>Our main target platform is Linux, but we support Windows and Mac too.</p>
  12. <p>Our entire source code is available in GitHub: <a href="https://github.com/DISTRHO/" target="_blank">https://github.com/DISTRHO/</a></p>
  13. <p>Third parties are welcome to share their code with us if they want to see a Linux port. Contact the project leader, falkTX, if you're interested on this.</p>
  14. </aside>
  15. </td><td>
  16. <!-- content -->
  17. <section id="content">
  18. <article>
  19. <h2>About <span>The Team</span></h2>
  20. <!-- team-list -->
  21. <table>
  22. <tr><td>
  23. <img src="images/falktx.jpg" width="80px" alt="">
  24. &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
  25. </td><td>
  26. <h3><a href="http://www.falktx.com" target="blank">Filipe Coelho (aka 'falkTX')</a></h3>
  27. <p><b>Project leader</b>, does the main code and overall management.<br/>
  28. He's also the leader of DISTRHO's parent project <a href="http://kxstudio.linuxaudio.org">KXStudio</a>.<br/>
  29. Contact: <a href="mailto:falktx@falktx.com">falktx@falktx.com</a></p>
  30. </td></tr>
  31. <tr><td><p><br/></p></td><td><p><br/></p></td></tr>
  32. <tr><td>
  33. <img src="images/melmaquiano.jpg" width="80px" alt="">
  34. &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
  35. </td><td>
  36. <h3><a href="http://www.facebook.com/melmaquiano" target="blank">Ant&oacute;nio Saraiva (aka 'nieee')</a></h3>
  37. <p><b>Colaborator</b>, does the graphics and design of the plugins.<br/>
  38. Contact: <a href="mailto:melmac_tree@hotmail.com">melmac_tree@hotmail.com</a></p>
  39. </td></tr>
  40. </table>
  41. <!-- /team-list -->
  42. </article>
  43. </section>
  44. </td></tr></table>
  45. </div></div></div></div>
  46. <?php
  47. include dirname(__FILE__) . DIRECTORY_SEPARATOR . "inc_footer.php";
  48. ?>