templates/pages/welsh.html.twig line 1

  1. {% extends 'core/__skeleton.html.twig' %}
  2. {% block main %}
  3.     <section id="welshHeader" class="welsh__heading">
  4.         <div class="wrap">
  5.             <div class="welsh__heading__content">
  6.                 <h1>Welsh Website Hosting</h1>
  7.                 <h2>We Are Working On Our Welsh Pages</h2>
  8.                 <button type="button" class="button button--large button--green">
  9.                     Cysylltwch รข Ni
  10.                 </button>
  11.             </div>
  12.         </div>
  13.     </section>
  14.     <section class="welsh__content">
  15.         <div class="wrap">
  16.             <div class="welsh__column">
  17.                 <h2>Not Only Are We Translating, But We're Also Learning!</h2>
  18.                 <p>
  19.                     Many apologies for not having a full translatable website at the moment, but we are currently
  20.                     working on translating our English pages into Welsh. The Welsh language is very important to us and
  21.                     not only are we looking to translate our pages, but we also want to learn the Welsh language to a
  22.                     proficient level.
  23.                 </p>
  24.                 <p>
  25.                     Our owner, was born and bred in a South Wales town where Welsh was very, very (we can't emphasize
  26.                     this enough) rarely spoken. After moving to Carmarthenshire and hearing the wonderful language being
  27.                     spoken by most of the population, he has started to learn the language and wants to adopt it into
  28.                     his business. He has settled in "Gods Country" and wishes to bring his young family up speaking both
  29.                     English and Welsh daily.
  30.                 </p>
  31.                 <p>
  32.                     Please be patient with us as we get the pages complete and also learn the language so that we can
  33.                     converse freely with you in either.
  34.                 </p>
  35.                 <p>
  36.                     Thank you, Diolch yn fawr!
  37.                 </p>
  38.             </div>
  39.         </div>
  40.     </section>
  41. {% endblock %}