HEX
Server: Apache/2.4.46 (Ubuntu)
System: Linux localhost 5.11.0-49-generic #55-Ubuntu SMP Wed Jan 12 17:36:34 UTC 2022 x86_64
User: root (0)
PHP: 7.4.16
Disabled: pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare,
Upload Files
File: /var/www/html/cloudcreatix/website-design.php
<?php require 'header.php'; ?>
<style>
  .hero {
    min-height: 60vh !important;
  }

  .single-service-menu ul li {
    border-bottom: 1px solid #ededed;
  }

  .single-service-menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }

  .single-service-menu ul li a {
    color: #404040;
    font-weight: 500;
    font-size: 15px;
    padding: 12px 0 12px 30px;
    display: block;
    text-transform: uppercase;
    background-color: transparent;
    position: relative;
  }

  .single-service-menu ul li a:hover {
    background-color: rgb(41 52 144);
    color: #ffffff;
    padding-left: 45px;
  }
  .single-service-menu {
    background-color: #f8f8f8;
    margin-bottom: 45px;
}
</style>
<main>
  <!-- Hero Section -->
  <section id="hero" class="hero section">
    <div class="container">
      <div class="row gy-4">
        <div class="col-lg-7 order-2 order-lg-1 d-flex flex-column justify-content-center" data-aos="zoom-out">
          <h1 style="color:#fff;">Website Design</h1>
          <p>We recognize the fact that usability, functionality, and visualization</p>
          <div class="d-flex">
            <a href="about.php" class="btn-get-started">Get Started</a>
            <a href="javascript:void(0);" class="glightbox btn-watch-video d-flex align-items-center"><i
                class="bi bi-play-circle"></i><span>Watch Video</span></a>
          </div>
        </div>
        <div class="col-lg-5 order-1 order-lg-2 hero-img text-end" data-aos="zoom-out" data-aos-delay="200">
          <img src="assets/images/about-us.png" class="img-fluid w-100 animated" alt="">
        </div>
      </div>
    </div>
  </section>
  <!-- /Hero Section -->

  <section>
    <div class="container">
      <div class="row">
        <div class="col-lg-3 col-md-5">
          <div class="single-service-menu ">
            <ul>
              <li><a href="crm-support.php">CRM Support</a></li>
              <li><a href="app-development.php">App Development</a></li>
              <li><a href="crm-development.php">CRM Development</a></li>
              <li><a href="consulting-services.php">Consulting Services</a></li>
              <li><a href="mobile-application.php">Mobile Application</a></li>
              <li><a href="website-design.php">Website Design</a></li>
              <li><a href="ecommerce-design.php">e-Commerce Design</a></li>
            </ul>
          </div>
        </div>
        <div class="col-lg-9 col-md-7">
          <div class="single-page-service px-xl-5">
            <img src="https://www.cloudconics.com/assets/img/website-design.jpg" alt="">
            <h2 class="my-4">Website Design</h2>
            <p>Website is the most important component of CloudCreatix marketing plan. It’s the central hub for your messaging and content marketing efforts. As website design and development technology has progressed over the years, now CloudCreatix have more digital marketing tools than ever before.</p>
            <p>Social media, blogs and mobile allow businesses and nonprofits to easily target and convert users by driving them to a well-designed website with a positive user experience.</p>
            <p>We recognize the fact that usability, functionality, and visualization are the three important factors of an application interface or website design. We work to ensure that our digital marketing goals are realized with the designs we create. Our team of developers transforms designs into rich, interactive websites that are easy for visitors to use and easy for clients to maintain.</p>
            <p>Here is 10 benefits of good website design:</p>
            <div class="container">
									<div class="row">
										<div class="col-md-6">
											<ul>
												<li>Online Presence 24X7</li>
												<li>Information Exchange</li>
												<li>Credibility</li>
												<li>Cost Cutting</li>
												<li>Market Expansion</li>
											</ul>
										</div>
										<div class="col-md-6">
											<ul>
												<li>Consumer Insight</li>
												<li>Advertising</li>
												<li>Competitors Online</li>
												<li>Online Customer Service</li>
												<li>Growth in Opportunity</li>
											</ul>
										</div>
									</div>
								</div>
          </div>
        </div>
      </div>
    </div>

  </section>
</main>
<?php require 'footer.php'; ?>