/index.html

https://github.com/pmariano/dynjs.github.com · HTML · 43 lines · 39 code · 4 blank · 0 comment · 0 complexity · e278e9eee63dca5b2a8ac1653b216369 MD5 · raw file

  1. ---
  2. layout: main
  3. title: home
  4. ---
  5. <div id="logo">
  6. <a href="https://github.com/dynjs/dyn.js"><img src="img/logo.png" border="0"/></a>
  7. </div>
  8. <div class="row centered">
  9. <div class="span4 box">
  10. <p class="boxtitle">
  11. <img src="img/icons/octocat50x50.png"/>
  12. <strong class="highlight">Github</strong>
  13. </p>
  14. <p class="description">
  15. <a href="https://github.com/dynjs/dyn.js">dyn.js</a> repository is open for contribution and evaluation. Don't be shy!
  16. </p>
  17. </div>
  18. <div class="span4 box">
  19. <p class="boxtitle">
  20. <img src="img/icons/googlegroups50x50.png"/>
  21. <strong class="highlight">dev mailing list</strong>
  22. </p>
  23. <p>Subscribe our <a href="http://groups.google.com/group/dynjs-dev">mailing list</a> and join us for technical discussions and suggestions. We appreciate feedback.</p>
  24. </div>
  25. <div class="span4 box">
  26. <p class="boxtitle">
  27. <img src="img/icons/cloudbees101x50.png"/>
  28. <strong class="highlight">CloudBees</strong>
  29. </p>
  30. <p><a href="http://dynjs.ci.cloudbees.com">Our continuous integration (CI) server</a> is hosted by <a href="http://www.cloudbees.com/">CloudBees</a>, a nice cloud-hosted version of the Jenkins tooling to keep us sane.</p>
  31. </div>
  32. <div class="span4 box">
  33. <p class="boxtitle">
  34. <img src="img/icons/twitter50x50.png"/>
  35. <strong class="highlight">Twitter</strong>
  36. </p>
  37. <p>Follow <a href="http://twitter.com/dynjs">@dynjs</a> for news and updates.</p>
  38. </div>
  39. </div>