PageRenderTime 60ms CodeModel.GetById 25ms RepoModel.GetById 0ms app.codeStats 0ms

/resources/welcome.html

http://github.com/semperos/clj-webdriver
HTML | 49 lines | 44 code | 5 blank | 0 comment | 0 complexity | 80f9eef5d6cd22f266fff860c802b609 MD5 | raw file
  1. <a href="#pages" style="display: none">Skip to Navigation</a>
  2. <h1>Welcome to Ministache!</h1>
  3. <p>This is an extremely mini <a class="external" href="https://github.com/cgrand/moustache">Moustache</a> application used to test my <a class="external" href="https://github.com/semperos/clj-webdriver">clj-webdriver</a> project. I've tried using other websites, but I'd rather not have an external dependency and no one site I've found sports all of the form elements needed for testing.</p>
  4. The pages (in order of creation) are:
  5. <ol id="pages">
  6. <li class="first odd">welcome.html</li>
  7. <li class="even">form.html</li>
  8. <li class="last odd">clojure.html</li>
  9. </ol>
  10. And in tabular form:
  11. <table id="pages-table" border="1">
  12. <thead>
  13. <tr>
  14. <th>File's Name</th>
  15. <th>Purpose of "File"</th>
  16. </tr>
  17. </thead>
  18. <tbody>
  19. <tr>
  20. <td>welcome.html (row 1, cell 1)</td>
  21. <td>Introduction, test generic HTML elements (row 1, cell 2)</td>
  22. </tr>
  23. <tr>
  24. <td>form.html (row 2, cell 1)</td>
  25. <td>Test HTML form elements (row 2, cell 2)</td>
  26. </tr>
  27. <tr>
  28. <td>clojure.html (row 3, cell 1)</td>
  29. <td>Test window handling (row 3, cell 2)</td>
  30. </tbody>
  31. </table>
  32. <p>By the way, Clojure <a href="/clojure" target="_blank">is amazing!</a> for the following reasons:</p>
  33. <ul id="clojure-reasons">
  34. <li>It's fun (<em>really</em> fun)</li>
  35. <li>It's a Lisp</li>
  36. <li>It's simple (thanks Lisp, see <a href="http://clojure.blip.tv/file/4824610/">Stuart</a> for more details)
  37. <li>It's hosted on the JVM and has excellent interop</li>
  38. <li>It encourages a functional style of programming</li>
  39. <li>It has reference data types with easy-to-use, built-in concurrency semantics</li>
  40. <li>It has a Sequence API that allows you to work with collections at a higher level of abstraction</li>
  41. <li>It encourages tactical use of laziness in evaluation</li>
  42. <li>There's a bunch of people smarter than you or me working on it</li>
  43. </ul>
  44. <p>Enjoy! See the links below.</p>