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

projects.html 9.4KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194
  1. <!DOCTYPE html>
  2. <!--[if lt IE 7 ]> <html lang="en" class="no-js ie6" xmlns="http://www.w3.org/1999/xhtml" xmlns:py="http://genshi.edgewall.org/" xmlns:xi="http://www.w3.org/2001/XInclude"> <![endif]-->
  3. <!--[if IE 7 ]> <html lang="en" class="no-js ie7" xmlns="http://www.w3.org/1999/xhtml" xmlns:py="http://genshi.edgewall.org/" xmlns:xi="http://www.w3.org/2001/XInclude"> <![endif]-->
  4. <!--[if IE 8 ]> <html lang="en" class="no-js ie8" xmlns="http://www.w3.org/1999/xhtml" xmlns:py="http://genshi.edgewall.org/" xmlns:xi="http://www.w3.org/2001/XInclude"> <![endif]-->
  5. <!--[if IE 9 ]> <html lang="en" class="no-js ie9" xmlns="http://www.w3.org/1999/xhtml" xmlns:py="http://genshi.edgewall.org/" xmlns:xi="http://www.w3.org/2001/XInclude"> <![endif]-->
  6. <!--[if (gt IE 9)|!(IE)]><!--> <html lang="en" class="no-js" xmlns="http://www.w3.org/1999/xhtml" xmlns:py="http://genshi.edgewall.org/" xmlns:xi="http://www.w3.org/2001/XInclude"> <!--<![endif]-->
  7. <head>
  8. <title>ProjPad - Projects</title>
  9. <!-- NOTE: Removed due to Genshi
  10. <meta charset="UTF-8">
  11. <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
  12. <meta name="description" content="">
  13. <meta name="author" content="Bryan M. Allred">
  14. <meta name="viewport" content="width=device-width, initial-scale=1.0">
  15. <link rel="shortcut icon" href="/favicon.ico">
  16. <link rel="apple-touch-icon" href="/apple-touch-icon.png">
  17. <link rel="stylesheet" href="css/style.css?v=2">
  18. <link rel="stylesheet" media="handheld" href="css/handheld.css?v=2">
  19. -->
  20. <!-- css/style.css -->
  21. <style>
  22. html, body, div, span, object, iframe,
  23. h1, h2, h3, h4, h5, h6, p, blockquote, pre,
  24. abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,
  25. small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
  26. fieldset, form, label, legend,
  27. table, caption, tbody, tfoot, thead, tr, th, td,
  28. article, aside, canvas, details, figcaption, figure,
  29. footer, header, hgroup, menu, nav, section, summary,
  30. time, mark, audio, video {
  31. margin: 0;
  32. padding: 0;
  33. border: 0;
  34. font-size: 100%;
  35. font: inherit;
  36. vertical-align: baseline;
  37. }
  38. article, aside, details, figcaption, figure,
  39. footer, header, hgroup, menu, nav, section {
  40. display: block;
  41. }
  42. blockquote, q { quotes: none; }
  43. blockquote:before, blockquote:after,
  44. q:before, q:after { content: ''; content: none; }
  45. ins { background-color: #ff9; color: #000; text-decoration: none; }
  46. mark { background-color: #ff9; color: #000; font-style: italic; font-weight: bold; }
  47. del { text-decoration: line-through; }
  48. abbr[title], dfn[title] { border-bottom: 1px dotted; cursor: help; }
  49. table { border-collapse: collapse; border-spacing: 0; }
  50. hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
  51. input, select { vertical-align: middle; }
  52. body { font:13px/1.231 sans-serif; *font-size:small; }
  53. select, input, textarea, button { font:99% sans-serif; }
  54. pre, code, kbd, samp { font-family: monospace, sans-serif; }
  55. html { overflow-y: scroll; }
  56. a:hover, a:active { outline: none; }
  57. ul, ol { margin-left: 2em; }
  58. ol { list-style-type: decimal; }
  59. nav ul, nav li { margin: 0; list-style:none; list-style-image: none; }
  60. small { font-size: 85%; }
  61. strong, th { font-weight: bold; }
  62. td { vertical-align: top; }
  63. sub, sup { font-size: 75%; line-height: 0; position: relative; }
  64. sup { top: -0.5em; }
  65. sub { bottom: -0.25em; }
  66. pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; padding: 15px; }
  67. textarea { overflow: auto; }
  68. .ie6 legend, .ie7 legend { margin-left: -7px; }
  69. input[type="radio"] { vertical-align: text-bottom; }
  70. input[type="checkbox"] { vertical-align: bottom; }
  71. .ie7 input[type="checkbox"] { vertical-align: baseline; }
  72. .ie6 input { vertical-align: text-bottom; }
  73. label, input[type="button"], input[type="submit"], input[type="image"], button { cursor: pointer; }
  74. button, input, select, textarea { margin: 0; }
  75. input:valid, textarea:valid { }
  76. input:invalid, textarea:invalid { border-radius: 1px; -moz-box-shadow: 0px 0px 5px red; -webkit-box-shadow: 0px 0px 5px red; box-shadow: 0px 0px 5px red; }
  77. .no-boxshadow input:invalid, .no-boxshadow textarea:invalid { background-color: #f0dddd; }
  78. ::-moz-selection{ background: #FF5E99; color:#fff; text-shadow: none; }
  79. ::selection { background:#FF5E99; color:#fff; text-shadow: none; }
  80. a:link { -webkit-tap-highlight-color: #FF5E99; }
  81. button { width: auto; overflow: visible; }
  82. .ie7 img { -ms-interpolation-mode: bicubic; }
  83. body, select, input, textarea { color: #fff; /*#444*/; }
  84. h1, h2, h3, h4, h5, h6 { font-weight: bold; }
  85. a, a:active, a:visited { color: #607890; }
  86. a:hover { color: #036; }
  87. body { background-color: #2f3c45; }
  88. .center { text-align: center; }
  89. .description { margin: 2em 0 2em 1.5em; }
  90. .noline { text-decoration: none; }
  91. .quote { font-style: italic; font-size: smaller; padding: 0.25em; }
  92. .stylize { font-size: 40px; font-weight: normal; font-variant: small-caps; font-family: 'FranchiseRegular', 'HelveticaNeue-Bold', 'League Gothic', 'Impact', sans-serif; margin-bottom: -32px; margin-left: 10px; color:#c44032; text-shadow: #863027 -3px 3px 0; margin-top: 60px; }
  93. .stylize span { display: inline-block; position: relative; letter-spacing: -1px; -webkit-transition: all 0.2s ease-out; }
  94. .stylize span:hover { top: 3px }
  95. #logo { font-size: 160px; font-weight: normal; font-variant: small-caps; font-family: 'FranchiseRegular', 'HelveticaNeue-Bold', 'League Gothic', 'Impact', sans-serif; margin-bottom: -32px; margin-left: 10px; color:#c44032; text-shadow: #863027 -3px 3px 0; margin-top: 60px; }
  96. #logo span { display: inline-block; position: relative; letter-spacing: -1px; -webkit-transition: all 0.2s ease-out; }
  97. #logo span:hover { top: 3px }
  98. .char2, .char11, .char12 { color: #e36b23; text-shadow: #9b4d1f -3px 3px 0; }
  99. .char3, .char10, .char13 { z-index: 10; color: #e6c92e; text-shadow: #9c8b26 -3px 3px 0; }
  100. .char4, .char9 { color: #5da028; text-shadow: #427021 -3px 3px 0; }
  101. .char5, .char8 { color: #4584be; text-shadow: #2f597f -3px 3px 0; }
  102. .char6, .char7 { color: #7073cf; text-shadow: #4a4d88 -3px 3px 0; }
  103. .char1 { -webkit-transform: rotate(-3deg) }
  104. .char3 { top: -1px; -webkit-transform: rotate(2deg); }
  105. .char4 { top: -7px; }
  106. .char6 { top: -7px; -webkit-transform: rotate(2deg); }
  107. .char7 { }
  108. .char8 { -webkit-transform: rotate(-3deg) }
  109. .char10 { top: -1px; -webkit-transform: rotate(2deg); }
  110. .char11 { top: -7px; }
  111. .char13 { top: -7px; -webkit-transform: rotate(2deg); }
  112. .char14 { }
  113. #main { margin: 5em 10em 5em 10em; }
  114. .ir { display: block; text-indent: -999em; overflow: hidden; background-repeat: no-repeat; text-align: left; direction: ltr; }
  115. .hidden { display: none; visibility: hidden; }
  116. .visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
  117. .visuallyhidden.focusable:active,
  118. .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
  119. .invisible { visibility: hidden; }
  120. .clearfix:before, .clearfix:after { content: "\0020"; display: block; height: 0; overflow: hidden; }
  121. .clearfix:after { clear: both; }
  122. .clearfix { zoom: 1; }
  123. @media all and (orientation:portrait) {
  124. }
  125. @media all and (orientation:landscape) {
  126. }
  127. @media screen and (max-device-width: 480px) {
  128. /* html { -webkit-text-size-adjust:none; -ms-text-size-adjust:none; } */
  129. }
  130. @media print {
  131. * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important;
  132. -ms-filter: none !important; }
  133. a, a:visited { color: #444 !important; text-decoration: underline; }
  134. a[href]:after { content: " (" attr(href) ")"; }
  135. abbr[title]:after { content: " (" attr(title) ")"; }
  136. .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }
  137. pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  138. thead { display: table-header-group; }
  139. tr, img { page-break-inside: avoid; }
  140. @page { margin: 0.5cm; }
  141. p, h2, h3 { orphans: 3; widows: 3; }
  142. h2, h3{ page-break-after: avoid; }
  143. }
  144. </style>
  145. <script src="/js/libs/modernizr-1.7.min.js"></script>
  146. <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.5.1/jquery.min.js"></script>
  147. <script src="/js/plugins.js"></script>
  148. <script src="/js/jquery.lettering.js"></script>
  149. <script src="/js/script.js"></script>
  150. <!--[if lt IE 7 ]>
  151. <script src="/js/libs/dd_belatedpng.js"></script>
  152. <script> DD_belatedPNG.fix('img, .png_bg');</script>
  153. <![endif]-->
  154. </head>
  155. <body>
  156. <div id="container">
  157. <header class="center">
  158. <a href="/index.html" title="ProjPad" class="noline"><span id="logo">ProjPad</span></a>
  159. <div class="quote">An example of OpenSource raiding parties...</div>
  160. </header>
  161. <div id="main" role="main">
  162. <div py:for="project in projects" py:choose="">
  163. <a py:when="project.href" href="..$project.href" title="$project.name" class="noline"><span class="stylize">$project.name</span></a>
  164. <p class="description">$project.description</p>
  165. <py:otherwise>
  166. <small>$project.name: <em>Error</em> <br /> ($project.description)</small>
  167. </py:otherwise>
  168. </div>
  169. </div>
  170. <footer class="center">
  171. <span class="visuallyhidden">An <a href="http://www.enderspsyche.com">EndersPsyche.com</a> production.</span>
  172. </footer>
  173. </div>
  174. </body>
  175. </html>