PageRenderTime 49ms CodeModel.GetById 21ms RepoModel.GetById 0ms app.codeStats 0ms

/db2/about/next.php

https://bitbucket.org/DB2UAdmin/db2_on_campus
PHP | 32 lines | 29 code | 3 blank | 0 comment | 1 complexity | 7e5790b22b62d913158b331764b65253 MD5 | raw file
  1. <?php include("../includes/header.php") ?>
  2. <div id="content">
  3. <div id="content_left">
  4. <div id="content_left_main">
  5. <h2>Whats next?</h2>
  6. <p>
  7. Find out who is the <a href="../ambassadors/introduction.php">DB2 Ambassador</a> in your institution or company, and participate in the events he or she organizes!. If you cannot find a DB2 ambassador in your area, why not <a href="../ambassadors/introduction.php">become one?!</a>
  8. </p>
  9. <p>
  10. The more you participate, the more benefits you can get. See our <a href="../testimonials/testimonials.php">testimonials</a> section for examples.
  11. </p>
  12. </div>
  13. </div>
  14. <div id="content_right">
  15. <!--<select name="langselection" class="langselection" id="LangSel" onchange="setLang(event);">
  16. </select>-->
  17. <img src="../site_media/pics/people.gif" style="margin-top:80px" />
  18. <div id="content_right_menu">
  19. <ul>
  20. <li><a href="about.php">About the program</a></li>
  21. <li><a href="DB2.php">What is DB2?</a></li>
  22. <li><a href="DataStudio.php">What is Data Studio?</a></li>
  23. <li><a href="IDA.php">What is IDA?</a></li>
  24. <li><a href="next.php" class="curentity">Whats next?</a></li>
  25. </ul>
  26. </div>
  27. </div>
  28. </div>
  29. <?php include("../includes/footer.php") ?>