12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758 |
- <!doctype html>
- <html lang="en" class="no-js">
- <head>
- <meta charset="UTF-8">
- <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
-
- <title>ProjPad</title>
- <meta name="description" content="">
- <meta name="author" content="Bryan M. Allred">
-
- <meta name="viewport" content="width=device-width, initial-scale=1.0">
-
- <link rel="shortcut icon" href="/favicon.ico">
- <link rel="apple-touch-icon" href="/apple-touch-icon.png">
- <link rel="stylesheet" href="css/style.css?v=2">
- <link rel="stylesheet" media="handheld" href="css/handheld.css?v=2">
- <script src="js/libs/modernizr-1.7.min.js"></script>
- </head>
- <body>
- <div id="container">
- <header class="center">
- <a href="index.html" title="ProjPad" class="noline"><span id="logo">ProjPad</span></a>
- <div class="quote">An example of OpenSource raiding parties...</div>
- </header>
- <div id="main" role="main">
-
- <a href="trac/" title="Projects" class="noline"><span class="stylize">Projects</span></a>
- <p class="description">
- 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.
- </p>
-
- <a href="hg/" title="Code Browser" class="noline"><span class="stylize">Code</span><span class="stylize">Browser</span></a>
- <p class="description">
- Browse through your project code's history quickly and easily from anywhere!
- </p>
- </div>
- <footer class="center">
- <span class="visuallyhidden">An <a href="http://www.enderspsyche.com">EndersPsyche.com</a> production.</span>
- </footer>
- </div>
- <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.5.1/jquery.min.js"></script>
- <script>!window.jQuery && document.write(unescape('%3Cscript src="js/libs/jquery-1.5.1.min.js"%3E%3C/script%3E'))</script>
- <script src="js/plugins.js"></script>
- <script src="js/jquery.lettering.js"></script>
- <script src="js/script.js"></script>
-
- <script src="js/libs/dd_belatedpng.js"></script>
- <script> DD_belatedPNG.fix('img, .png_bg');</script>
- <![endif]-->
- </body>
- </html>
|