templates/servers/dedicated.html.twig line 98

  1. {% extends 'core/__skeleton.html.twig' %}
  2. {% block main %}
  3.     <section id="hostingHeader" class="hosting__heading hosting__heading--full dedicated">
  4.         <div class="wrap">
  5.             <h1>Dedicated Servers in Wales</h1>
  6.             <h2>Powerful & Secure<br><span>Dedicated</span> Servers</h2>
  7.             <p>
  8.                 Deploy your Dedicated Server within 24 hours.<br>
  9.                 Grow your business with security and confidence.
  10.             </p>
  11.         </div>
  12.     </section>
  13.     <section id="dedicatedPricing" class="dedicated__pricing">
  14.         <div class="wrap">
  15.             <div class="dedicated__purchase">
  16.                 <div class="dedicated__purchase__options">
  17.                     <h3>Choose Your Server</h3>
  18.                     <div class="dedicated__slider">
  19.                         {% for row in featured %}
  20.                             {% if row.isFeatured == true %}
  21.                                 <div class="dedicated__slide{% if loop.index == 1 %} active{% endif %}" data-option="dedicated{{ loop.index }}" data-name="{{ row.name }}" data-price="{{ row.sellPrice }}">
  22.                                     <div class="dedicated__purchase__row">
  23.                                         <div class="dedicated__purchase__icon">
  24.                                             {% if row.processorType.name == 'Intel' %}
  25.                                                 <img src="{{ asset('assets/img/dedicated/intel-xeon.svg') }}" alt="Intel Xeon Logo" width="50px">
  26.                                             {% elseif row.processorType.name == 'AMD' and 'Ryzen' in row.name %}
  27.                                                 <img src="{{ asset('assets/img/dedicated/amd-ryzen.png') }}" alt="AMD Ryzen Logo" width="50px">
  28.                                             {% else %}
  29.                                                 <img src="{{ asset('assets/img/dedicated/amd-epyc.png') }}" alt="AMD EPYC Logo" width="50px">
  30.                                             {% endif %}
  31.                                         </div>
  32.                                         <div class="dedicated__purchase__content">
  33.                                             <p><small>{{ row.processorType.name}} Processor</small></p>
  34.                                             <h4>{{ row.name }}</h4>
  35.                                         </div>
  36.                                     </div>
  37.                                     <div class="dedicated__purchase__row">
  38.                                         <hr>
  39.                                     </div>
  40.                                     <div class="dedicated__purchase__row">
  41.                                         <div class="dedicated__purchase__icon">
  42.                                             <i class="fab fa-linux fa-3x"></i>
  43.                                         </div>
  44.                                         <div class="dedicated__purchase__content">
  45.                                             <strong>Latest OS Available</strong><br>
  46.                                             <small>CentOS, AlmaLinux, RockyLinux, Debian & Ubuntu</small>
  47.                                         </div>
  48.                                     </div>
  49.                                     <div class="dedicated__purchase__row">
  50.                                         <div class="dedicated__purchase__icon">
  51.                                             <i class="fas fa-microchip fa-3x"></i>
  52.                                         </div>
  53.                                         <div class="dedicated__purchase__content">
  54.                                             <strong>{{ row.processorType.name ~ " " ~ row.processor }}</strong><br>
  55.                                             <small>{{ row.cores }} cores x {{ row.speed }}GHz</small>
  56.                                         </div>
  57.                                     </div>
  58.                                     <div class="dedicated__purchase__row">
  59.                                         <div class="dedicated__purchase__icon">
  60.                                             <i class="fas fa-memory fa-3x"></i>
  61.                                         </div>
  62.                                         <div class="dedicated__purchase__content">
  63.                                             <strong>{{ row.memory }}GB RAM</strong><br>
  64.                                             <small>{{ row.ram }}</small>
  65.                                         </div>
  66.                                     </div>
  67.                                     <div class="dedicated__purchase__row">
  68.                                         <div class="dedicated__purchase__icon">
  69.                                             <i class="fas fa-hard-drive fa-3x"></i>
  70.                                         </div>
  71.                                         <div class="dedicated__purchase__content">
  72.                                             {% if row.storage >= 1000 %}
  73.                                                 <strong>{{ row.storage / 1000 }}TB {{ row.hddType.name }}</strong><br>
  74.                                                 <small>(2x {{ row.storage / 1000 }}TB) {{ row.raid }}</small>
  75.                                             {% else %}
  76.                                                 <strong>{{ row.storage }}GB {{ row.hddType.name }}</strong><br>
  77.                                                 <small>(2x {{ row.storage }}GB) {{ row.raid }}</small>
  78.                                             {% endif %}
  79.                                         </div>
  80.                                     </div>
  81.                                 </div>
  82.                             {% endif %}
  83.                         {% endfor %}
  84.                     </div>
  85.                     <div class="dedicated__slider__actions">
  86.                         <button type="button" id="slideLeft" class="button button--slide">
  87.                             <i class="fas fa-chevron-left"></i>
  88.                         </button>
  89.                         <button type="button" id="slideRight" class="button button--slide">
  90.                             <i class="fas fa-chevron-right"></i>
  91.                         </button>
  92.                     </div>
  93.                 </div>
  94.                 <div class="dedicated__purchase__calculations">
  95.                     <p class="dedicated__purchase__calculations__price">
  96.                         <span>£{{ featured[0].sellPrice }}</span><small>/month</small>
  97.                     </p>
  98.                     <p>
  99.                         <button type="button" class="button button--green button--full button--xlarge" data-modal="orderModal" data-type="dedicated-hosting" data-value="{{ featured[0].name }}">
  100.                             Order Now
  101.                         </button>
  102.                     </p>
  103.                     <hr>
  104.                     <p>
  105.                         <strong>Includes:</strong> Our Professional Server Management Service. (Plus, a FREE .uk domain
  106.                         for lifetime of the server)
  107.                     </p>
  108.                     <p>
  109.                         Ready within 24 hours (usually same day)
  110.                     </p>
  111.                 </div>
  112.             </div>
  113.         </div>
  114.     </section>
  115.     <section class="dedicated-info">
  116.         <div class="wrap">
  117.             <div class="dedicated-info__content">
  118.                 <h2>Dedicated Servers</h2>
  119.                 <h3>What Our Dedicated Servers Come With</h3>
  120.                 <p>
  121.                     Purchase your brand new Dedicated Server for your Welsh Business today with a Local Welsh Hosting
  122.                     Company, based in Wales. Why buy with the big guys when you can buy your dedicated server with a
  123.                     local Welsh business?
  124.                 </p>
  125.             </div>
  126.             <div class="dedicated-info__box-wrap">
  127.                 <div class="dedicated-info__box">
  128.                     <i class="fas fa-microchip fa-3x"></i>
  129.                     <h4>Intel/AMD Processors</h4>
  130.                     <p>
  131.                         We use the very best Intel Xeon and AMD Epyc Processors to ensure your server has the power it
  132.                         needs to meet the demand of your business.
  133.                     </p>
  134.                 </div>
  135.                 <div class="dedicated-info__box">
  136.                     <i class="fas fa-memory fa-3x"></i>
  137.                     <h4>Up to 256GB RAM</h4>
  138.                     <p>
  139.                         Starting at 16GB rising to 256GB of memory, our Dedicated Servers are scalable to your business
  140.                         needs. Just pick what you need to make it work.
  141.                     </p>
  142.                 </div>
  143.                 <div class="dedicated-info__box">
  144.                     <i class="fas fa-hard-drive fa-3x"></i>
  145.                     <h4>NVMe, SSD or HDD Hard Drives</h4>
  146.                     <p>
  147.                         Choose from 3 different types of Hard Drives to store your files on. We can provide standard HDD
  148.                         RAID drives right up to NVMe RAID Drives, up to 4TB in size.
  149.                     </p>
  150.                 </div>
  151.                 <div class="dedicated-info__box">
  152.                     <i class="fas fa-ethernet fa-3x"></i>
  153.                     <h4>1Gbps Network Speeds</h4>
  154.                     <p>
  155.                         1 GBit/s applies to public facing connections. Some private networks will be able to connect
  156.                         via a 10Gbit/s bandwidth.
  157.                     </p>
  158.                 </div>
  159.                 <div class="dedicated-info__box">
  160.                     <box-icon name="terminal" type="solid" size="lg"></box-icon>
  161.                     <h4>Full Root Access</h4>
  162.                     <p>
  163.                         Get complete admin control with root-level access and fully manage your server’s configuration in
  164.                         any way you need to for your project.
  165.                     </p>
  166.                 </div>
  167.                 <div class="dedicated-info__box">
  168.                     <i class="fab fa-linux fa-3x"></i>
  169.                     <h4>Latest Operating Systems</h4>
  170.                     <p>
  171.                         Our Dedicated Servers have the latest versions of AlmaLinux, CentOS, Rocky Linux, Ubuntu and
  172.                         Debian for you to choose from.
  173.                     </p>
  174.                 </div>
  175.             </div>
  176.         </div>
  177.     </section>
  178. {% endblock %}