templates/hosting/wordpress.html.twig line 1

  1. {% extends 'core/__skeleton.html.twig' %}
  2. {% block main %}
  3.     <section id="wordpressHeader" class="wordpress__heading">
  4.         <div class="wrap">
  5.             <div class="wordpress__columns--2">
  6.                 <div class="wordpress__heading__column">
  7.                     <h1>Professional WordPress Hosting in Wales</h1>
  8.                     <h2>High Quality <span>WordPress</span> Hosting</h2>
  9.                     {#}
  10.                     <p>
  11.                         Are you looking to use one of the World's most famous CMS Apps? We have got the best designed
  12.                         hosting packages for your WordPress site, here in Wales. Use your local Welsh WordPress experts to
  13.                         manage your WordPress Blog, Ecommerce or Standard Website.
  14.                     </p>
  15.                     {#}
  16.                     <ul>
  17.                         <li>
  18.                             <box-icon name="check"></box-icon> Supported Hosting Management
  19.                         </li>
  20.                         <li>
  21.                             <box-icon name="check"></box-icon> 99.9% Uptime Guarantee
  22.                         </li>
  23.                         <li>
  24.                             <box-icon name="check"></box-icon> WP-CLI Enabled
  25.                         </li>
  26.                         <li>
  27.                             <box-icon name="check"></box-icon> Tech Support
  28.                         </li>
  29.                         <li>
  30.                             <box-icon name="check"></box-icon> Staging Environment
  31.                         </li>
  32.                         <li>
  33.                             <box-icon name="check"></box-icon> SSH & SFTP Access
  34.                         </li>
  35.                         <li>
  36.                             <box-icon name="check"></box-icon> DDoS Protection
  37.                         </li>
  38.                         <li>
  39.                             <box-icon name="check"></box-icon> 24/7 Site Monitoring
  40.                         </li>
  41.                         <li>
  42.                             <box-icon name="check"></box-icon> GIT Installed Ready-To-Go
  43.                         </li>
  44.                         <li>
  45.                             <box-icon name="check"></box-icon> Automatic Updates
  46.                         </li>
  47.                     </ul>
  48.                     <p>
  49.                         <button type="button" id="wordpressBtn" data-id="wordpressPricing" class="button button--wordpress--cta button--large">
  50.                             Get Started
  51.                         </button>
  52.                     </p>
  53.                 </div>
  54.                 <div class="wordpress__heading__column">
  55.                     <div class="wordpress__heading__pricing__column">
  56.                         {% if featured.popular %}
  57.                             <div class="wordpress__heading__pricing__column--popular">
  58.                                 Most Popular
  59.                             </div>
  60.                         {% endif %}
  61.                         <h4>{{ featured.name }}</h4>
  62.                         <div class="wordpress__heading__pricing__column--price">
  63.                             &pound;{{ featured.registerPrice|number_format(2) }}<small>/month</small>
  64.                         </div>
  65.                         {{ featured.shortDescription|raw }}
  66.                         {{ featured.features|raw }}
  67.                         <button type="button" class="button button--wordpress" data-modal="orderModal" data-type="wordpress-hosting-monthly" data-value="{{ featured.name }}">
  68.                             Purchase Plan
  69.                         </button>
  70.                     </div>
  71.                 </div>
  72.             </div>
  73.         </div>
  74.     </section>
  75.     <section id="wordpressPricing" class="wordpress__pricing">
  76.         <div class="wrap">
  77.             <div class="wordpress__pricing__content">
  78.                 <h2>WordPress Hosting Packages</h2>
  79.                 <h3>Choose the Best WordPress Hosting Plan for Your Site</h3>
  80.                 <div class="wordpress__pricing--container">
  81.                     <label class="wordpress__pricing__period">
  82.                         <input type="checkbox" id="period" name="period" role="switch">
  83.                         <span class="wordpress__pricing__slider"></span>
  84.                     </label>
  85.                     <span class="wordpress__pricing__label">
  86.                     <strong>Annual Billing</strong> (Save 10%)
  87.                 </span>
  88.                 </div>
  89.             </div>
  90.         </div>
  91.         <div class="wrap">
  92.             <div id="hostingMonthly" class="wordpress__pricing__columns">
  93.                 {% for row in products %}
  94.                     {% if row.period == 1 %}
  95.                         <div class="wordpress__pricing__column">
  96.                             {% if row.popular %}
  97.                                 <div class="wordpress__pricing__column--popular">
  98.                                     Most Popular
  99.                                 </div>
  100.                             {% endif %}
  101.                             <h4>{{ row.name }}</h4>
  102.                             <div class="wordpress__pricing__column--price">
  103.                                 &pound;{{ row.registerPrice|number_format(2) }}<small>/month</small>
  104.                             </div>
  105.                             {{ row.shortDescription|raw }}
  106.                             {{ row.features|raw }}
  107.                             <button type="button" class="button button--wordpress button--full" data-modal="orderModal" data-type="wordpress-hosting-monthly" data-value="{{ row.name }}">
  108.                                 Purchase Plan
  109.                             </button>
  110.                         </div>
  111.                     {% endif %}
  112.                 {% endfor %}
  113.             </div>
  114.             <div id="hostingAnnually" class="wordpress__pricing__columns hidden">
  115.                 {% for row in products %}
  116.                     {% if row.period == 12 %}
  117.                         <div class="wordpress__pricing__column">
  118.                             {% if row.popular %}
  119.                                 <div class="wordpress__pricing__column--popular">
  120.                                     Most Popular
  121.                                 </div>
  122.                             {% endif %}
  123.                             <h4>{{ row.name }}</h4>
  124.                             <div class="wordpress__pricing__column--price">
  125.                                 &pound;{{ row.registerPrice|number_format(2) }}<small>/year</small>
  126.                             </div>
  127.                             {{ row.shortDescription|raw }}
  128.                             {{ row.features|raw }}
  129.                             <button type="button" class="button button--wordpress button--full" data-modal="orderModal" data-type="wordpress-hosting-yearly" data-value="{{ row.name }}">
  130.                                 Purchase Plan
  131.                             </button>
  132.                         </div>
  133.                     {% endif %}
  134.                 {% endfor %}
  135.             </div>
  136.         </div>
  137.     </section>
  138.     <section class="hosting__section hosting__grey">
  139.         <div class="wrap">
  140.             <div class="hosting__section__content">
  141.                 <h2>The Little Welsh Hosting Company</h2>
  142.                 <h3>4 Reasons To Choose Us</h3>
  143.                 <p>
  144.                     We may be a <strong>"Little"</strong> Welsh Hosting Company but our expertise and knowledge is far
  145.                     from <em><u>"small"</u></em>. We have constructed and put together the very best resources to
  146.                     provide you with the very <strong>BEST</strong> service.<br> Give us a try and use your local company.
  147.                 </p>
  148.             </div>
  149.             <div class="hosting__columns hosting__columns--4">
  150.                 <div class="hosting__column wordpress__column">
  151.                     <box-icon name="time-five" size="lg"></box-icon>
  152.                     <h4>100% Uptime</h4>
  153.                     <p>
  154.                         We are proud to boast that our systems have been up 100% of the time. We use robust, quality
  155.                         systems to ensure the best uptime.
  156.                     </p>
  157.                 </div>
  158.                 <div class="hosting__column wordpress__column">
  159.                     <box-icon name="support" size="lg"></box-icon>
  160.                     <h4>Excellent Support</h4>
  161.                     <p>
  162.                         Our technical support team is ready to help you as soon as we can. If you're stuck with an issue
  163.                         at 3am, drop us a message on our platform.
  164.                     </p>
  165.                 </div>
  166.                 <div class="hosting__column wordpress__column">
  167.                     <box-icon name="target-lock" size="lg"></box-icon>
  168.                     <h4>Great Security</h4>
  169.                     <p>
  170.                         We take security very seriously and our systems reflect that. We provide great protection from
  171.                         DDoS attacks and more.
  172.                     </p>
  173.                 </div>
  174.                 <div class="hosting__column wordpress__column">
  175.                     <box-icon name="map" size="lg"></box-icon>
  176.                     <h4>Welsh Company</h4>
  177.                     <p>
  178.                         Based in Ammanford, Carmarthenshire, you will be supporting a growing Welsh business that is
  179.                         looking to do more for its community.
  180.                     </p>
  181.                 </div>
  182.             </div>
  183.         </div>
  184.     </section>
  185.     <section class="wordpress__section">
  186.         <div class="wrap">
  187.             <div class="hosting__section__content">
  188.                 <h2>WordPress Hosting</h2>
  189.                 <h3>Our WordPress Hosting Features</h3>
  190.                 <p>
  191.                     These features come standard in all of our WordPress Hosting plans. We want to ensure that our
  192.                     WordPress Hosting packages match your expectations and more.
  193.                 </p>
  194.             </div>
  195.             <div class="hosting__columns hosting__columns--3">
  196.                 <div class="hosting__column wordpress__column__side-icons">
  197.                     <div class="icons">
  198.                         <box-icon name="wordpress" type="logo" size="lg"></box-icon>
  199.                     </div>
  200.                     <div class="content">
  201.                         <h4>Simple WordPress Install</h4>
  202.                         <p>
  203.                             Instantly deploy the latest WordPress software with a few clicks directly within your
  204.                             Account Manager.
  205.                         </p>
  206.                     </div>
  207.                 </div>
  208.                 <div class="hosting__column wordpress__column__side-icons">
  209.                     <div class="icons">
  210.                         <box-icon name="terminal" size="lg"></box-icon>
  211.                     </div>
  212.                     <div class="content">
  213.                         <h4>WP-CLI Enabled</h4>
  214.                         <p>
  215.                             WP-CLI provides a command-line interface for many actions you might perform in the
  216.                             WordPress admin.
  217.                         </p>
  218.                     </div>
  219.                 </div>
  220.                 <div class="hosting__column wordpress__column__side-icons">
  221.                     <div class="icons">
  222.                         <box-icon name="refresh" size="lg"></box-icon>
  223.                     </div>
  224.                     <div class="content">
  225.                         <h4>Automatic Updates</h4>
  226.                         <p>
  227.                             We provide automate plugin upgrades to keep your website optimal and up to date.
  228.                         </p>
  229.                     </div>
  230.                 </div>
  231.                 <div class="hosting__column wordpress__column__side-icons">
  232.                     <div class="icons">
  233.                         <box-icon name="glasses" size="lg"></box-icon>
  234.                     </div>
  235.                     <div class="content">
  236.                         <h4>24/7 Site Monitoring</h4>
  237.                         <p>
  238.                             Our network is monitored 24/7 allowing you to rest assured that your site is in the best
  239.                             hands.
  240.                         </p>
  241.                     </div>
  242.                 </div>
  243.                 <div class="hosting__column wordpress__column__side-icons">
  244.                     <div class="icons">
  245.                         <box-icon name="window-alt" size="lg"></box-icon>
  246.                     </div>
  247.                     <div class="content">
  248.                         <h4>Website Caching</h4>
  249.                         <p>
  250.                             Reduce your webpage’s load time and improve your overall UX with quick access to
  251.                             temporarily stored data.
  252.                         </p>
  253.                     </div>
  254.                 </div>
  255.                 <div class="hosting__column wordpress__column__side-icons">
  256.                     <div class="icons">
  257.                         <box-icon name="transfer" size="lg"></box-icon>
  258.                     </div>
  259.                     <div class="content">
  260.                         <h4>SSH & SFTP Access</h4>
  261.                         <p>
  262.                             Securely upload your website, images and other files using any FTP client and also login
  263.                             with SSH.
  264.                         </p>
  265.                     </div>
  266.                 </div>
  267.                 <div class="hosting__column wordpress__column__side-icons">
  268.                     <div class="icons">
  269.                         <box-icon name="cloud-upload" size="lg"></box-icon>
  270.                     </div>
  271.                     <div class="content">
  272.                         <h4>One-click Backup Restore</h4>
  273.                         <p>
  274.                             Recover lost files and return to previous settings with a single click when crashes or
  275.                             accidents happen.
  276.                         </p>
  277.                     </div>
  278.                 </div>
  279.                 <div class="hosting__column wordpress__column__side-icons">
  280.                     <div class="icons">
  281.                         <box-icon name="network-chart" size="lg"></box-icon>
  282.                     </div>
  283.                     <div class="content">
  284.                         <h4>DDoS Protection</h4>
  285.                         <p>
  286.                             Our DDoS protection defends you against external attacks, which can cause site and email
  287.                             outages.
  288.                         </p>
  289.                     </div>
  290.                 </div>
  291.                 <div class="hosting__column wordpress__column__side-icons">
  292.                     <div class="icons">
  293.                         <box-icon name="time-five" size="lg"></box-icon>
  294.                     </div>
  295.                     <div class="content">
  296.                         <h4>99.9% Uptime Guarantee</h4>
  297.                         <p>
  298.                             The availability of your WordPress site is our top priority. We stand by that fact with our
  299.                             uptime guarantee policy.
  300.                         </p>
  301.                     </div>
  302.                 </div>
  303.             </div>
  304.         </div>
  305.     </section>
  306.     <section class="wordpress__section hosting__wordpress">
  307.         <div class="wrap">
  308.             <div class="wordpress__section__content">
  309.                 <h3>30 Day Money Back Guarantee</h3>
  310.                 <p>
  311.                     If you’re not entirely happy with your purchase then simply let us know within 30 days, and we’ll
  312.                     refund you in full, minus any domain name costs. (Domain names are non-refundable and are yours to
  313.                     keep even if things don’t work out.)
  314.                 </p>
  315.             </div>
  316.         </div>
  317.     </section>
  318. {% endblock %}