/app/templates/html/pages/contact.tmpl

https://github.com/thatcher/recordsofexistence · Go Template · 59 lines · 57 code · 2 blank · 0 comment · 0 complexity · e2b9b4f9a7ee9b9ed3ab276f9aeecbab MD5 · raw file

  1. {{ extend $.env("templates")+"html/base.tmpl" }}
  2. {{ block title }}
  3. Records of Existence Contact
  4. {{ /block }}
  5. {{block main }}
  6. <div class="span-16 column first">
  7. <div id='contact'>
  8. <h3>contact</h3>
  9. <div class='prepend-1'>
  10. <p>
  11. <img src='${ $.env("root")+"images/goldrecord.png" }'
  12. alt='records of existence'
  13. height='70px'/>
  14. If you'ld like to get in touch, please do. We will try to respond quickly.
  15. We gladly accept submissions. However, keep in mind that we are a small
  16. label with a limited amount of resources and time to put into our releases.
  17. So many of our releases are done by hand with sizable investment of time.
  18. This is a labor of love that we do to make the releases as unique as the
  19. bands they showcase. So if we LOVE it, we will put it out if we think
  20. its a good fit.
  21. </p>
  22. <p>
  23. We mostly focus on projects from our regional area in
  24. the mid-atlantic as these are more often those we have come to call friends.
  25. Our interests and tastes are diverse. If you're a fan of what we do, we may
  26. very well be a good match. stop by sometime.
  27. </p>
  28. <p align="center">
  29. <em>
  30. Records of Existence<br/>
  31. P.O. Box 995<br/>
  32. Shepherdstown, WV 25443
  33. </em><br/>
  34. <!--/**a href="mailto:info@recordsofexistence.org">
  35. info@recordsofexistence.org
  36. </a*/-->
  37. </p>
  38. </div>
  39. </div>
  40. </div>
  41. <div class="span-7 column last">
  42. <div id='mailing_list'>
  43. <h3>mailing list</h3>
  44. <p>Please join our list to keep up to date!</p>
  45. <span>
  46. <a href="mailto:recordsofexistence@hotmail.com"
  47. target="new">
  48. recordsofexistence mailing list
  49. </a>
  50. </span>
  51. <!--/**form action="mailinglist/subscribe" method="get">
  52. <input name="email" size="13" value="you@it.com" type="text"/>
  53. <input class="button" value="ok" type="submit"/>
  54. </form*/-->
  55. </div>
  56. </div>
  57. {{ /block }}