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.

79 lines
2.8KB

  1. <?php
  2. $CURRENT_PAGE = "index";
  3. include dirname(__FILE__) . DIRECTORY_SEPARATOR . "inc_header.php";
  4. ?>
  5. <!-- #gallery -->
  6. <section id="gallery">
  7. <div class="container" style="padding-top:60px">
  8. <div class="rslides_container">
  9. <ul class="rslides" id="slider1">
  10. <li><img src="images/slider/mini-series.jpg" alt=""></li>
  11. <li><img src="images/slider/drowaudio.jpg" alt=""></li>
  12. <li><img src="images/slider/klangfalter.jpg" alt=""></li>
  13. <li><img src="images/slider/pitcheddelay.jpg" alt=""></li>
  14. <li><img src="images/slider/tal-plugins.jpg" alt=""></li>
  15. </ul>
  16. </div>
  17. </div>
  18. </section>
  19. <!-- /#gallery -->
  20. <div class="main-box"><div class="container"><div class="inside"><div class="wrapper">
  21. <!-- aside (left) -->
  22. <aside class="homeAside">
  23. <h2>Recent <span>News</span></h2>
  24. <!-- .news -->
  25. <ul class="news">
  26. <li>
  27. <figure><strong>13 Mar</strong><p>2018<p></figure>
  28. <h3>New release and fixes</h3>
  29. <p>New plugins, lots of internal changes.</p>
  30. </li>
  31. <li>
  32. <figure><strong>26 Aug</strong><p>2014<p></figure>
  33. <h3>New plugins and minor fixing</h3>
  34. <p>4 new Linux ports and minor fixes.</p>
  35. </li>
  36. <li>
  37. <figure><strong>16 July</strong><p>2014<p></figure>
  38. <h3>New release pack</h3>
  39. <p>Lots of new plugins and fixes!</p>
  40. </li>
  41. <li>
  42. <figure><strong>18 May</strong><p>2012<p></figure>
  43. <h3>New release pack</h3>
  44. <p>We just released our own custom plugins and more ports now with LV2 versions.</p>
  45. </li>
  46. </ul>
  47. <!-- /.news -->
  48. </aside>
  49. <!-- /aside (left) -->
  50. <!-- content -->
  51. <section id="content">
  52. <article>
  53. <h2>Welcome to <span>DISTRHO</span></h2>
  54. <p>
  55. DISTRHO is an open-source project for <b>Cross-Platform Audio Plugins</b>.<br/>
  56. </p>
  57. <p>
  58. We provide our own <b><a href="<?php echo $ROOT; ?>/plugins">plugins</a></b> and <b><a href="<?php echo $ROOT; ?>/ports">Linux ports</a></b>, everything being <b>open-source</b>.<br/>
  59. LV2 and VST versions are always available, sometimes with LADSPA and DSSI as well.
  60. </p>
  61. <p>
  62. The last release is '2018-05-10'.<br/>
  63. You can find the entire <b>source code at <a href="https://github.com/DISTRHO/" target="_blank">https://github.com/DISTRHO/</a></b>.
  64. </p>
  65. <p>
  66. Check the <b><a href="<?php echo $ROOT; ?>/plugins">plugins</a></b> and <b><a href="<?php echo $ROOT; ?>/ports">(Linux) ports</a></b> sections to see the full list or download binaries.<br/>
  67. </p>
  68. </article>
  69. </section>
  70. <!-- /content -->
  71. </div></div></div></div>
  72. <?php
  73. include dirname(__FILE__) . DIRECTORY_SEPARATOR . "inc_footer.php";
  74. ?>