templates/stores.html.twig line 1

Open in your IDE?
  1. {% extends 'base.html.twig' %}
  2. {% set title = 'Stores' %}
  3. {% block body %}
  4. <div class="store-img">
  5. <img src="{{ asset('build/Field_and_Sign.jpg') }}"
  6. alt="Looking across fertile farm fields of Northwest Ohio." width="252" height="180">
  7. <br>Looking across the fertile farm fields of Northwest Ohio.
  8. </div>
  9. {#<hr style="color:#795539">
  10. <div class="row-fluid">
  11. <h5>
  12. Visit our store in Ohio where the
  13. chocolates are made:
  14. </h5>
  15. </div>
  16. <p class="addresshours">
  17. <strong>Al-Meda Chocolates</strong><br>
  18. 23050 County Road E<br>
  19. PO Box 444<br>
  20. Archbold, OH&nbsp; 43502<br>
  21. 1-800-343-0333&nbsp; or&nbsp;&nbsp; 419-446-2676<br>
  22. Monday-Friday, 11 a.m. to 4 p.m.<br>
  23. <em>During the hot summer months, our hours may vary, please call ahead before visiting.</em><br>
  24. Saturday hours are the Saturday after Thanksgiving until Christmas, 10:30 a.m. to 1:30 p.m.<!--br>
  25. November and December, Saturday, 10:30 a.m. to 1:30 p.m.<br /--><br>
  26. </p>
  27. <div>
  28. <blockquote class="location">
  29. We are located in Northwest Ohio, one mile north of Archbold, at
  30. the corner of St. Rt. 66 &amp; St. Rt. 2.&nbsp; Or three miles
  31. south of the Ohio Turnpike Exit 25 (Interstate 80 &amp; 90).
  32. </blockquote>
  33. <p class="maps">
  34. <a href="{{ asset('build/map1.gif') }}">
  35. <img src="{{ asset('build/map1_small.gif') }}" alt="map1.gif (16498 bytes)"/></a>&nbsp;
  36. <a href="{{ asset('build/map2.gif') }}">
  37. <img src="{{ asset('build/map2_small.gif') }}" alt="map2.gif (8712 bytes)"/><br>
  38. </a><a href="http://www.mapquest.com"><img alt="mapquest map" src="{{ asset('build/logo_mapquest_3.gif') }}"/></a><br>
  39. <span style="font-size: xx-small; ">Click on Maps for larger view.</span>
  40. </p>
  41. </div>#}
  42. <table style="width: 95%;">
  43. <tbody>
  44. <tr>
  45. <td style="width:100%" colspan="2">
  46. <hr style="color:#795539">
  47. <p style="text-align: center; font-size: medium; font-weight: bold;">
  48. Stores in Michigan where Al-Meda Chocolate Stix are available:
  49. </p>
  50. </td>
  51. </tr>
  52. <tr>
  53. <td style="width:50%; text-align: center; font-size: 14px;">
  54. <strong>Harbor Springs IGA</strong><br>
  55. 300 West Lake Street<br>
  56. Harbor Springs, MI<br>
  57. 231-526-2101
  58. </td>
  59. <td style="width:50%; text-align: center; font-size: 14px;">
  60. <strong>Symons General Store</strong><br>
  61. 401 E. Lake Street<br>
  62. Petoskey, MI<br>
  63. 231-347-2438
  64. </td>
  65. </tr>
  66. <tr>
  67. <td style="width:50%; text-align: center; font-size: 14px; padding-top: 12px;">
  68. <strong>Toski Sands Meat &amp;
  69. Produce</strong><br>
  70. 2292 (M-119)<br>
  71. Petosky, MI<br>
  72. 231-347-1571
  73. </td>
  74. <td style="width:50%; text-align: center; font-size: 14px; padding-top: 12px;">
  75. {#<strong>Walloon Village General Store</strong><br>
  76. 4036 South Street<br>
  77. Walloon Lake, MI<br>
  78. 231-535-2471#}
  79. </td>
  80. </tr>
  81. </tbody>
  82. </table>
  83. {% endblock %}