applications.html 3.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml">
  3. <head>
  4. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  5. <title>Bitnami: Open Source. Simplified</title>
  6. <link href="bitnami.css" media="all" rel="Stylesheet" type="text/css" />
  7. <link href="/dashboard/stylesheets/all.css" rel="stylesheet" type="text/css" />
  8. </head>
  9. <body>
  10. <div class="contain-to-grid">
  11. <nav class="top-bar" data-topbar>
  12. <ul class="title-area">
  13. <li class="name">
  14. <h1><a href="/dashboard/index.html">Apache Friends</a></h1>
  15. </li>
  16. <li class="toggle-topbar menu-icon">
  17. <a href="#">
  18. <span>Menu</span>
  19. </a>
  20. </li>
  21. </ul>
  22. <section class="top-bar-section">
  23. <!-- Right Nav Section -->
  24. <ul class="right">
  25. <li class="active"><a href="/applications.html">Applications</a></li>
  26. <li class=""><a href="/dashboard/faq.html">FAQs</a></li>
  27. <li class=""><a href="/dashboard/howto.html">HOW-TO Guides</a></li>
  28. <li class=""><a target="_blank" href="/dashboard/phpinfo.php">PHPInfo</a></li>
  29. <li class=""><a href="/phpmyadmin/">phpMyAdmin</a></li>
  30. </ul>
  31. </section>
  32. </nav>
  33. </div>
  34. <div id="wrapper">
  35. <div class="hero">
  36. <div class="row">
  37. <div class="large-12 columns">
  38. <p>Apache Friends and Bitnami are cooperating to make dozens of open source applications available on XAMPP, for free. Bitnami-packaged applications include Wordpress, Drupal, Joomla! and dozens of others and can be deployed with one-click installers. Visit the <a href="https://bitnami.com/xampp?utm_source=bitnami&utm_medium=installer&utm_campaign=XAMPP%2BModule" target="_blank">Bitnami XAMPP page</a> for details on the currently available apps.</p><br/>
  39. <p>Check out our <a href="https://www.apachefriends.org/bitnami_for_xampp.html" target="_blank" >Bitnami for XAMPP Start Guide</a> for more information about the applications installed.</p>
  40. </div>
  41. </div>
  42. </div>
  43. <div id="lowerContainer" class="row">
  44. <div id="content" class="large-12 columns">
  45. <!-- @@BITNAMI_MODULE_PLACEHOLDER@@ -->
  46. </div>
  47. </div>
  48. </div>
  49. <footer>
  50. <div class="row">
  51. <div class="large-12 columns">
  52. <div class="row">
  53. <div class="large-8 columns">
  54. <ul class="social">
  55. <li class="twitter"><a href="https://twitter.com/apachefriends">Follow us on Twitter</a></li>
  56. <li class="facebook"><a href="https://www.facebook.com/we.are.xampp">Like us on Facebook</a></li>
  57. <li class="google"><a href="https://plus.google.com/+xampp/posts">Add us to your G+ Circles</a></li>
  58. </ul>
  59. <ul class="inline-list">
  60. <li><a href="https://www.apachefriends.org/blog.html">Blog</a></li>
  61. <li><a href="https://www.apachefriends.org/privacy_policy.html">Privacy Policy</a></li>
  62. <li>
  63. <a target="_blank" href="http://www.fastly.com/"> CDN provided by
  64. <img width="48" data-2x="/dashboard/images/fastly-logo@2x.png" src="/dashboard/images/fastly-logo.png" />
  65. </a>
  66. </li>
  67. </ul>
  68. </div>
  69. <div class="large-4 columns">
  70. <p class="text-right">Copyright (c) 2015, Apache Friends</p>
  71. </div>
  72. </div>
  73. </div>
  74. </div>
  75. </footer>
  76. </body>
  77. </html>