index.htm 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta charset="utf-8" />
  5. <title>JonLandrum.com</title>
  6. <style type="text/css">
  7. pre {
  8. margin-top: 1em;
  9. padding: 1em 1em 0;
  10. background: #aaa;
  11. color: #333;
  12. }
  13. code, pre {
  14. font-family: "DejaVu Sans Mono",
  15. Menlo,
  16. Consolas,
  17. "Liberation Mono",
  18. Monaco,
  19. "Lucida Console",
  20. monospace;
  21. }
  22. </style>
  23. </head>
  24. <body>
  25. <header>
  26. <h1>JonLandrum.com</h1>
  27. <hr />
  28. </header>
  29. <p>The website of software craftsman Jonathan Landrum.</p>
  30. <pre>
  31. *** ***
  32. *** * * ***
  33. * * * * * *
  34. * * * * * *
  35. * * * * * * | . _ | _ _ _
  36. * * * * * * |__|\/(-' |(_)| )(_)
  37. * * * * *** _/
  38. * * * *
  39. * * * * _ _ _| _ _ _ _ _ _ _
  40. * * * (_|| )(_| |_)| (_)_)|_)(-'|
  41. * * | |
  42. * *
  43. * *
  44. * *
  45. * * * * * *
  46. </pre>
  47. <hr />
  48. <h2><code><a href="collections"
  49. title="com.jonlandrum.collections">com.jonlandrum.collections</a></code></h2>
  50. <p>This is a collection of collections I have written in Java. They are
  51. made available through the Maven central repository.</p>
  52. <footer>
  53. <hr />
  54. <address>
  55. Copyright &copy; 2017 Jonathan Landrum. All rights reserved.
  56. </address>
  57. </footer>
  58. </body>
  59. </html>