| @@ -24,31 +24,31 @@ if (isset($_POST['changeColorNow'])) | |||
| <head> | |||
| <title>DISTRHO - Cross-Platform Audio Plugins</title> | |||
| <meta charset="utf-8"> | |||
| <link rel="stylesheet" href="css-<?php echo $GLOBALS["THEME"]; ?>/reset.css" type="text/css" media="all"> | |||
| <link rel="stylesheet" href="css-<?php echo $GLOBALS["THEME"]; ?>/style.css" type="text/css" media="all"> | |||
| <link rel="stylesheet" href="/css-<?php echo $GLOBALS["THEME"]; ?>/reset.css" type="text/css" media="all"> | |||
| <link rel="stylesheet" href="/css-<?php echo $GLOBALS["THEME"]; ?>/style.css" type="text/css" media="all"> | |||
| <?php if ($CURRENT_PAGE == "index") { ?> | |||
| <link rel="stylesheet" href="css-<?php echo $GLOBALS["THEME"]; ?>/style-mini-news.css" type="text/css" media="all"> | |||
| <link rel="stylesheet" href="/css-<?php echo $GLOBALS["THEME"]; ?>/style-mini-news.css" type="text/css" media="all"> | |||
| <?php } ?> | |||
| <script type="text/javascript" src="js/jquery-1.4.2.min.js" ></script> | |||
| <script type="text/javascript" src="/js/jquery-1.4.2.min.js" ></script> | |||
| <link href='http://fonts.googleapis.com/css?family=Raleway:200,300' rel='stylesheet' type='text/css'> | |||
| <!--<link href='http://fonts.googleapis.com/css?family=Cutive+Mono' rel='stylesheet' type='text/css'>--> | |||
| <?php if ($CURRENT_PAGE == "index") { ?> | |||
| <script type="text/javascript" src="js/roundabout.js"></script> | |||
| <script type="text/javascript" src="js/roundabout_shapes.js"></script> | |||
| <script type="text/javascript" src="js/gallery_init.js"></script> | |||
| <script type="text/javascript" src="js/responsiveslides.min.js"></script> | |||
| <script type="text/javascript" src="/js/roundabout.js"></script> | |||
| <script type="text/javascript" src="/js/roundabout_shapes.js"></script> | |||
| <script type="text/javascript" src="/js/gallery_init.js"></script> | |||
| <script type="text/javascript" src="/js/responsiveslides.min.js"></script> | |||
| <?php } else if ($CURRENT_PAGE == "plugins" || $CURRENT_PAGE == "ports") { ?> | |||
| <script type="text/javascript" src="js/prototype.js"></script> | |||
| <script type="text/javascript" src="js/lightbox.js"></script> | |||
| <script type="text/javascript" src="js/scriptaculous.js?load=effects,builder"></script> | |||
| <script type="text/javascript" src="/js/prototype.js"></script> | |||
| <script type="text/javascript" src="/js/lightbox.js"></script> | |||
| <script type="text/javascript" src="/js/scriptaculous.js?load=effects,builder"></script> | |||
| <script type="text/javascript"> | |||
| <?php | |||
| if ($CURRENT_PAGE == "plugins") | |||
| $menu_classes = array("distrho"); | |||
| $menu_classes = array("distrho"); | |||
| else if ($CURRENT_PAGE == "ports") | |||
| $menu_classes = array("arctican", "drowaudio", "juced", "tal", "highlife", "hybridreverb2", "wolpertinger"); | |||
| $menu_classes = array("arctican", "drowaudio", "juced", "tal", "highlife", "hybridreverb2", "wolpertinger"); | |||
| else | |||
| $menu_classes = array(); | |||
| $menu_classes = array(); | |||
| ?> | |||
| jQuery(document).ready(function() { | |||
| <?php for ($i = 0; $i < count($menu_classes); $i++) { ?> | |||
| @@ -59,17 +59,17 @@ if (isset($_POST['changeColorNow'])) | |||
| }); | |||
| </script> | |||
| <?php } ?> | |||
| <script> | |||
| <script> | |||
| $(function () { | |||
| // Slideshow 1 | |||
| $(".rslides").responsiveSlides({ | |||
| nav: false, | |||
| pager: true, | |||
| namespace: "centered-btns" | |||
| nav: false, | |||
| pager: true, | |||
| namespace: "centered-btns" | |||
| }); | |||
| }); | |||
| </script> | |||
| </script> | |||
| <!--[if lt IE 7]> | |||
| <link rel="stylesheet" href="css/ie/ie6.css" type="text/css" media="all"> | |||
| <![endif]--> | |||
| @@ -81,14 +81,14 @@ if (isset($_POST['changeColorNow'])) | |||
| <body> | |||
| <header> | |||
| <div class="container"> | |||
| <h1><a href="index.html"><img src="images/distrho-logo.png" alt="DISTRHO"/></a></h1> | |||
| <h1><a href="/index.html"><img src="/images/distrho-logo.png" alt="DISTRHO"/></a></h1> | |||
| <nav> | |||
| <ul> | |||
| <li><a href="index.php" <?php if ($CURRENT_PAGE == "index") { ?> class="current" <?php } ?>>Home</a></li> | |||
| <li><a href="news.php" <?php if ($CURRENT_PAGE == "news") { ?> class="current" <?php } ?>>News</a></li> | |||
| <li><a href="plugins.php" <?php if ($CURRENT_PAGE == "plugins") { ?> class="current" <?php } ?>>Plugins</a></li> | |||
| <li><a href="ports.php" <?php if ($CURRENT_PAGE == "ports") { ?> class="current" <?php } ?>>Ports</a></li> | |||
| <li><a href="about.php" <?php if ($CURRENT_PAGE == "about") { ?> class="current" <?php } ?>>About</a></li> | |||
| <li><a href="/index.php" <?php if ($CURRENT_PAGE == "index") { ?> class="current" <?php } ?>>Home</a></li> | |||
| <li><a href="/news.php" <?php if ($CURRENT_PAGE == "news") { ?> class="current" <?php } ?>>News</a></li> | |||
| <li><a href="/plugins.php" <?php if ($CURRENT_PAGE == "plugins") { ?> class="current" <?php } ?>>Plugins</a></li> | |||
| <li><a href="/ports.php" <?php if ($CURRENT_PAGE == "ports") { ?> class="current" <?php } ?>>Ports</a></li> | |||
| <li><a href="/about.php" <?php if ($CURRENT_PAGE == "about") { ?> class="current" <?php } ?>>About</a></li> | |||
| </ul> | |||
| </nav> | |||
| </div> | |||
| @@ -0,0 +1,111 @@ | |||
| <?php | |||
| $CURRENT_PAGE = "ports"; | |||
| include dirname(__FILE__) . DIRECTORY_SEPARATOR . ".." . DIRECTORY_SEPARATOR . "inc_header.php"; | |||
| ?> | |||
| <section id="gallery_plugins"> | |||
| <div class="container" style="padding-top:60px;"> | |||
| <div class="individual_plugin_container"><img src="/images/individual-plugin.jpg" alt=""></div> | |||
| <div class="text_download"><p>Downloads:<a href="#"> Linux-32bit;</a><a href="#"> Linux-64bit</a></p></div> | |||
| </div> | |||
| </section> | |||
| <div class="main-box"><div class="container"> | |||
| <div class="inside"><div class="wrapper"> | |||
| <section class="content_463"> | |||
| <article> | |||
| <h2 class="linuxLogo">Tal Dub 3</h2> | |||
| <p> | |||
| <a href="/screenshots/tal-dub-3.png" rel="lightbox"><img style="float: left; margin: 0px 15px 5px 0px;" src="/images/plugins/tal_dub_3.png" alt="" height="90" width="90"/></a> These are simple but useful plugins, "developed as there was nothing similar out there". | |||
| In the pack you will find 2 Arctican plugins - "The Function" and "The Pilgrim". These are simple but useful plugins, "developed as there was nothing similar out there". | |||
| In the pack you will find 2 Arctican plugins - "The Function" and "The Pilgrim". | |||
| </p> | |||
| </article> | |||
| </section> | |||
| <section class="content_463 padlef50"> | |||
| <article> | |||
| <h2 class="linuxLogo">Tal Filter</h2> | |||
| <p> | |||
| <a href="/screenshots/tal-filter.png" rel="lightbox"><img style="float: left; margin: 0px 15px 5px 0px;" src="/images/plugins/tal_filter.jpg" alt="" height="90" width="90"/></a> These are simple but useful plugins, "developed as there was nothing similar out there".<br> | |||
| In the pack you will find 2 Arctican plugins - "The Function" and "The Pilgrim". | |||
| </p> | |||
| <p>Official website - <a href="http://arcticanaudio.com" target="_blank">http://arcticanaudio.com</a></p> | |||
| </article> | |||
| </section> | |||
| </div></div> | |||
| <div class="inside"><div class="wrapper"> | |||
| <section class="content_463"> | |||
| <article> | |||
| <h2 class="linuxLogo">Tal Filter 2</h2> | |||
| <p> | |||
| <a href="/screenshots/tal-filter-2.png" rel="lightbox"><img style="float: left; margin: 0px 15px 5px 0px;" src="/images/plugins/tal_filter_2.jpg" alt="" height="90" width="90"/></a> These are simple but useful plugins, "developed as there was nothing similar out there". | |||
| In the pack you will find 2 Arctican plugins - "The Function" and "The Pilgrim". | |||
| </p> | |||
| </article> | |||
| </section> | |||
| <section class="content_463 padlef50"> | |||
| <article> | |||
| <h2 class="linuxLogo">Tal NoiseMaker</h2> | |||
| <p> | |||
| <a href="/screenshots/tal-noisemaker.png" rel="lightbox"><img style="float: left; margin: 0px 15px 5px 0px;" src="/images/plugins/noisemaker.jpg" alt="" height="90" width="90"/></a> These are simple but useful plugins, "developed as there was nothing similar out there".<br/> | |||
| In the pack you will find 2 Arctican plugins - "The Function" and "The Pilgrim". | |||
| </p> | |||
| </article> | |||
| </section> | |||
| </div></div> | |||
| <div class="inside"><div class="wrapper"> | |||
| <section class="content_463"> | |||
| <article> | |||
| <h2 class="linuxLogo">Tal Reverb</h2> | |||
| <p> | |||
| <a href="/screenshots/tal-reverb.png" rel="lightbox"><img style="float: left; margin: 0px 15px 5px 0px;" src="/images/plugins/tal_reverb.jpg" alt="" height="90" width="90"/></a> These are simple but useful plugins, "developed as there was nothing similar out there". | |||
| In the pack you will find 2 Arctican plugins - "The Function" and "The Pilgrim". | |||
| </p> | |||
| </article> | |||
| </section> | |||
| <section class="content_463 padlef50"> | |||
| <article> | |||
| <h2 class="linuxLogo">Tal Reverb 2</h2> | |||
| <p> | |||
| <a href="/screenshots/tal-reverb-2.png" rel="lightbox"><img style="float: left; margin: 0px 15px 5px 0px;" src="/images/plugins/tal_reverb_2.jpg" alt="" height="90" width="90"/></a> These are simple but useful plugins, "developed as there was nothing similar out there".<br> | |||
| In the pack you will find 2 Arctican plugins - "The Function" and "The Pilgrim". | |||
| </p> | |||
| <p>Official website - <a href="http://arcticanaudio.com" target="_blank">http://arcticanaudio.com</a></p> | |||
| </article> | |||
| </section> | |||
| </div></div> | |||
| <div class="inside"><div class="wrapper"> | |||
| <section class="content_463"> | |||
| <article> | |||
| <h2 class="linuxLogo">Tal Reverb 3</h2> | |||
| <p> | |||
| <a href="/screenshots/tal-reverb-3.png" rel="lightbox"><img style="float: left; margin: 0px 15px 5px 0px;" src="/images/plugins/tal_reverb_3.jpg" alt="" height="90" width="90"/></a> These are simple but useful plugins, "developed as there was nothing similar out there". | |||
| In the pack you will find 2 Arctican plugins - "The Function" and "The Pilgrim". | |||
| </p> | |||
| </article> | |||
| </section> | |||
| <section class="content_463 padlef50"> | |||
| <article> | |||
| <h2 class="linuxLogo">Tal Vocoder 2</h2> | |||
| <p> | |||
| <a href="/screenshots/tal-vocoder-2.png" rel="lightbox"><img style="float: left; margin: 0px 15px 5px 0px;" src="/images/plugins/tal_vocoder_2.jpg" alt="" height="90" width="90"/></a> These are simple but useful plugins, "developed as there was nothing similar out there".<br> | |||
| In the pack you will find 2 Arctican plugins - "The Function" and "The Pilgrim". | |||
| </p> | |||
| <p>Official website - <a href="http://arcticanaudio.com" target="_blank">http://arcticanaudio.com</a></p> | |||
| </article> | |||
| </section> | |||
| </div></div> | |||
| </div></div> | |||
| <?php | |||
| include dirname(__FILE__) . DIRECTORY_SEPARATOR . ".." . DIRECTORY_SEPARATOR . "inc_footer.php"; | |||
| ?> | |||
| @@ -1,110 +0,0 @@ | |||
| <?php | |||
| $CURRENT_PAGE = "ports"; | |||
| include dirname(__FILE__) . DIRECTORY_SEPARATOR . "inc_header.php"; | |||
| ?> | |||
| <section id="gallery_plugins"> | |||
| <div class="container" style="padding-top:60px;"> | |||
| <div class="individual_plugin_container"><img src="images/individual-plugin.jpg" alt=""></div> | |||
| <div class="text_download"><p>Downloads:<a href="#"> Linux-32bit;</a><a href="#"> Linux-64bit</a></p></div> | |||
| </div> | |||
| </section> | |||
| <div class="main-box"><div class="container"> | |||
| <!-- Arctican Plugins --> | |||
| <div class="inside"><div class="wrapper" id="arctican"> | |||
| <section class="content_463"> | |||
| <article> | |||
| <h2 class="linuxLogo">Tal Dub 3</h2> | |||
| <p> <a href="screenshots/tal-dub-3.png" rel="lightbox"><img style="float: left; margin: 0px 15px 5px 0px;" src="images/plugins/tal_dub_3.png" alt="" height="90" width="90"/></a> These are simple but useful plugins, "developed as there was nothing similar out there". | |||
| In the pack you will find 2 Arctican plugins - "The Function" and "The Pilgrim". These are simple but useful plugins, "developed as there was nothing similar out there". | |||
| In the pack you will find 2 Arctican plugins - "The Function" and "The Pilgrim"</p> | |||
| </article> | |||
| </section> | |||
| <section class="content_463 padlef50"> | |||
| <article> | |||
| <h2 class="linuxLogo">Tal Filter</h2> | |||
| <p><a href="screenshots/tal-filter.png" rel="lightbox"><img style="float: left; margin: 0px 15px 5px 0px;" src="images/plugins/tal_filter.jpg" alt="" height="90" width="90"/></a> These are simple but useful plugins, "developed as there was nothing similar out there".<br> | |||
| In the pack you will find 2 Arctican plugins - "The Function" and "The Pilgrim".</p> | |||
| <p>Official website - <a href="http://arcticanaudio.com" target="_blank">http://arcticanaudio.com</a></p> | |||
| </article> | |||
| </section> | |||
| </div></div> | |||
| <div class="inside"><div class="wrapper" id="arctican"> | |||
| <section class="content_463"> | |||
| <article> | |||
| <h2 class="linuxLogo">Tal Filter 2</h2> | |||
| <p><a href="screenshots/tal-filter-2.png" rel="lightbox"><img style="float: left; margin: 0px 15px 5px 0px;" src="images/plugins/tal_filter_2.jpg" alt="" height="90" width="90"/></a> These are simple but useful plugins, "developed as there was nothing similar out there". | |||
| In the pack you will find 2 Arctican plugins - "The Function" and "The Pilgrim".</p> | |||
| </article> | |||
| </section> | |||
| <section class="content_463 padlef50"> | |||
| <article> | |||
| <h2 class="linuxLogo">Tal NoiseMaker</h2> | |||
| <p><a href="screenshots/tal-noisemaker.png" rel="lightbox"><img style="float: left; margin: 0px 15px 5px 0px;" src="images/plugins/noisemaker.jpg" alt="" height="90" width="90"/></a> These are simple but useful plugins, "developed as there was nothing similar out there".<br> | |||
| In the pack you will find 2 Arctican plugins - "The Function" and "The Pilgrim".</p> | |||
| </article> | |||
| </section> | |||
| </div></div> | |||
| <div class="inside"><div class="wrapper" id="arctican"> | |||
| <section class="content_463"> | |||
| <article> | |||
| <h2 class="linuxLogo">Tal Reverb</h2> | |||
| <p> <a href="screenshots/tal-reverb.png" rel="lightbox"><img style="float: left; margin: 0px 15px 5px 0px;" src="images/plugins/tal_reverb.jpg" alt="" height="90" width="90"/></a> These are simple but useful plugins, "developed as there was nothing similar out there". | |||
| In the pack you will find 2 Arctican plugins - "The Function" and "The Pilgrim".</p> | |||
| </article> | |||
| </section> | |||
| <section class="content_463 padlef50"> | |||
| <article> | |||
| <h2 class="linuxLogo">Tal Reverb 2</h2> | |||
| <p><a href="screenshots/tal-reverb-2.png" rel="lightbox"><img style="float: left; margin: 0px 15px 5px 0px;" src="images/plugins/tal_reverb_2.jpg" alt="" height="90" width="90"/></a> These are simple but useful plugins, "developed as there was nothing similar out there".<br> | |||
| In the pack you will find 2 Arctican plugins - "The Function" and "The Pilgrim".</p> | |||
| <p>Official website - <a href="http://arcticanaudio.com" target="_blank">http://arcticanaudio.com</a></p> | |||
| </article> | |||
| </section> | |||
| </div></div> | |||
| <div class="inside"><div class="wrapper" id="arctican"> | |||
| <section class="content_463"> | |||
| <article> | |||
| <h2 class="linuxLogo">Tal Reverb 3</h2> | |||
| <p> <a href="screenshots/tal-reverb-3.png" rel="lightbox"><img style="float: left; margin: 0px 15px 5px 0px;" src="images/plugins/tal_reverb_3.jpg" alt="" height="90" width="90"/></a> These are simple but useful plugins, "developed as there was nothing similar out there". | |||
| In the pack you will find 2 Arctican plugins - "The Function" and "The Pilgrim".</p> | |||
| </article> | |||
| </section> | |||
| <section class="content_463 padlef50"> | |||
| <article> | |||
| <h2 class="linuxLogo">Tal Vocoder 2</h2> | |||
| <p><a href="screenshots/tal-vocoder-2.png" rel="lightbox"><img style="float: left; margin: 0px 15px 5px 0px;" src="images/plugins/tal_vocoder_2.jpg" alt="" height="90" width="90"/></a> These are simple but useful plugins, "developed as there was nothing similar out there".<br> | |||
| In the pack you will find 2 Arctican plugins - "The Function" and "The Pilgrim".</p> | |||
| <p>Official website - <a href="http://arcticanaudio.com" target="_blank">http://arcticanaudio.com</a></p> | |||
| </article> | |||
| </section> | |||
| </div></div> | |||
| </div></div> | |||
| <?php | |||
| include dirname(__FILE__) . DIRECTORY_SEPARATOR . "inc_footer.php"; | |||
| ?> | |||