Web site meant to accompany a virtual machine setup specific to ProjPad.

index.html 2.5KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  1. <!doctype html>
  2. <!--[if lt IE 7 ]> <html lang="en" class="no-js ie6"> <![endif]-->
  3. <!--[if IE 7 ]> <html lang="en" class="no-js ie7"> <![endif]-->
  4. <!--[if IE 8 ]> <html lang="en" class="no-js ie8"> <![endif]-->
  5. <!--[if IE 9 ]> <html lang="en" class="no-js ie9"> <![endif]-->
  6. <!--[if (gt IE 9)|!(IE)]><!--> <html lang="en" class="no-js"> <!--<![endif]-->
  7. <head>
  8. <meta charset="UTF-8">
  9. <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
  10. <title>ProjPad</title>
  11. <meta name="description" content="">
  12. <meta name="author" content="Bryan M. Allred">
  13. <meta name="viewport" content="width=device-width, initial-scale=1.0">
  14. <link rel="shortcut icon" href="/favicon.ico">
  15. <link rel="apple-touch-icon" href="/apple-touch-icon.png">
  16. <link rel="stylesheet" href="css/style.css?v=2">
  17. <link rel="stylesheet" media="handheld" href="css/handheld.css?v=2">
  18. <script src="js/libs/modernizr-1.7.min.js"></script>
  19. </head>
  20. <body>
  21. <div id="container">
  22. <header class="center">
  23. <a href="index.html" title="ProjPad" class="noline"><span id="logo">ProjPad</span></a>
  24. <div class="quote">An example of OpenSource raiding parties...</div>
  25. </header>
  26. <div id="main" role="main">
  27. <a href="trac/" title="Projects" class="noline"><span class="stylize">Projects</span></a>
  28. <p class="description">
  29. Easily manage and communicate across multiple projects using the combined power of <span class="quote">"an enhanced wiki and issue tracking system"</span> coupled with a <span class="quote">"flexible Scrum tool"</span> and a distributed concurrent versions system.
  30. </p>
  31. <a href="hg/" title="Code Browser" class="noline"><span class="stylize">Code</span><span class="stylize">Browser</span></a>
  32. <p class="description">
  33. Browse through your project code's history quickly and easily from anywhere!
  34. </p>
  35. </div>
  36. <footer class="center">
  37. <span class="visuallyhidden">An <a href="http://www.enderspsyche.com">EndersPsyche.com</a> production.</span>
  38. </footer>
  39. </div>
  40. <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.5.1/jquery.min.js"></script>
  41. <script>!window.jQuery && document.write(unescape('%3Cscript src="js/libs/jquery-1.5.1.min.js"%3E%3C/script%3E'))</script>
  42. <script src="js/plugins.js"></script>
  43. <script src="js/jquery.lettering.js"></script>
  44. <script src="js/script.js"></script>
  45. <!--[if lt IE 7 ]>
  46. <script src="js/libs/dd_belatedpng.js"></script>
  47. <script> DD_belatedPNG.fix('img, .png_bg');</script>
  48. <![endif]-->
  49. </body>
  50. </html>