File: /var/www/html/old-beta-ccc/v2/contact-us.php
<?php include 'header.php' ?>
<section class="contact-header-section">
<div class="container">
<div class="row">
<div class="col-lg-6">
<h4>Contact</h4>
<h2>Get In Touch</h2>
<p>For customized business solutions fueling growth through innovation and expertise. Consulting,
Implementation, Integration, and more.</p>
<img src="assets/images/contact-header-image.png" alt="contact-header-image" class="responsive">
</div>
<div class="col-lg-6 text-end form-col-contact-page">
<form>
<div>
<input type="text" class="form-control name-input" id="exampleInputEmail1"
aria-describedby="emailHelp" style="height: 65px" placeholder="Name">
</div>
<div class="mb-3">
<input type="email" class="form-control" id="exampleInputPassword1" placeholder="Email Address"
style="height: 65px">
</div>
<div class="mb-3">
<textarea class="form-control" placeholder="Message Now" id="floatingTextarea2"
style="height: 120px">
</textarea>
</div>
<button type="submit" class="btn btn-primary text-end">Submit</button>
</form>
</div>
</div>
</div>
</section>
<section class="how-can-we-help-section">
<div class="container text-center">
<h2>How can we <span>Help You</span>
<hr class="border-line">
</h2>
<div class="row" style="gap:12%">
<div class="col-lg-3 text-center">
<div class="start-project">
<img src="assets/images/start-a-project-image.png" alt="start-a-project-image">
<h3>
Start A Project
</h3>
<p>
Want to discuss a Project with us ?
</p>
</div>
<a href="#0">
Let's Begin <img src="assets/images/arrow-white-icon.png" alt="arrow-white-icon">
</a>
</div>
<div class="col-lg-3 text-center">
<div class="start-project">
<img src="assets/images/start-a-project-image.png" alt="start-a-project-image">
<h3>
Join Our Team
</h3>
<p>
Want to be a part of our team ?
</p>
</div>
<a href="#0">
Check Careers <img src="assets/images/arrow-white-icon.png" alt="arrow-white-icon">
</a>
</div>
<div class="col-lg-3 text-center">
<div class="start-project">
<img src="assets/images/start-a-project-image.png" alt="start-a-project-image">
<h3>
General
</h3>
<p>
Unable to find what you are looking for ?
</p>
</div>
<a href="#0">
Say Hi ! <img src="assets/images/arrow-white-icon.png" alt="arrow-white-icon">
</a>
</div>
</div>
</div>
</section>
<section class="visit-our-section">
<div class="container">
<div class="row" style="background-image:url('assets/images/visit-our-office-bg-image.png'); background-position:center; background-size:contain; background-repeat:no-repeat; ">
<div class="col-lg-7">
<h2>
Visit our Office Place
</h2>
<p>
Experience our workplace firsthand. Visit our office to discover innovative solutions and meet our dedicated team in person
</p>
<a href="#0">
Get Directions <img src="assets/images/get-direction-icon.png" alt="get-direction-icon">
</a>
</div>
<div class="col-lg-2 "></div>
<div class="col-lg-3 visit-us-col">
<button >
Visit Us
</button>
<div class="opening-days">
<h4>Monday - Friday</h4>
<p>10:00 - 19:00</p>
<h4>Saturday - Sunday</h4>
<p>Closed</p>
</div>
</div>
</div>
</div>
</section>
<section class="faq-section">
<div class="container">
<h3>Frequently Asked Questions
<hr class="border-line">
</h3>
<div class="row">
<div class="col-lg-7">
<div class="accordion">
<div class="accordion-item">
<div class="accordion-item-header">
What is Web Development?
</div>
<div class="accordion-item-body">
<div class="accordion-item-body-content">
Web Development broadly refers to the tasks associated with developing functional
websites and applications for the Internet. The web development process includes web
design, web content development, client-side/server-side scripting and network security
configuration, among other tasks.
</div>
</div>
</div>
<div class="accordion-item">
<div class="accordion-item-header">
What is HTML?
</div>
<div class="accordion-item-body">
<div class="accordion-item-body-content">
HTML, aka HyperText Markup Language, is the dominant markup language for creating
websites and anything that can be viewed in a web browser.
</div>
</div>
</div>
<div class="accordion-item">
<div class="accordion-item-header">
What are some basic technical skills of a Front-End developer?
</div>
<div class="accordion-item-body">
<div class="accordion-item-body-content">
<ul style="padding-left: 1rem;">
<li>HTML, CSS, JavaScript</li>
<li>Frameworks (CSS and JavaScript frameworks)</li>
<li>Responsive Design</li>
<li>Version Control/Git</li>
<li>Testing/Debugging</li>
<li>Browser Developer Tools</li>
<li>Web Performance</li>
<li>SEO (Search Engine Optimization)</li>
<!-- <li>CSS Preprocessing</li> -->
<li>Command Line</li>
<li>CMS (Content Management System)</li>
</ul>
</div>
</div>
</div>
<div class="accordion-item">
<div class="accordion-item-header">
What is HTTP?
</div>
<div class="accordion-item-body">
<div class="accordion-item-body-content">
HTTP, aka HyperText Transfer Protocol, is the underlying protocol used by the World Wide
Web and this protocol defines how messages are formatted and transmitted, and what
actions Web servers and browsers should take in response to various commands.
</div>
</div>
</div>
<div class="accordion-item">
<div class="accordion-item-header">
What is CORS?
</div>
<div class="accordion-item-body">
<div class="accordion-item-body-content">
CORS, aka Cross-Origin Resource Sharing, is a mechanism that enables many resources
(e.g. images, stylesheets, scripts, fonts) on a web page to be requested from another
domain outside the domain from which the resource originated.
</div>
</div>
</div>
</div>
</div>
<div class="col-lg-5 text-end form-col">
<h4 class="text-start">Ask a different question</h4>
<form>
<div class="mb-3 ">
<input type="text" class="form-control" id="exampleInputEmail1" aria-describedby="emailHelp"
style="height: 65px" placeholder="Name">
</div>
<div class="mb-3">
<input type="email" class="form-control" id="exampleInputPassword1" placeholder="Email Address"
style="height: 65px">
</div>
<div class="mb-3">
<textarea class="form-control" placeholder="Message" cols="20" rows="5"></textarea>
</div>
<button type="submit" class="btn btn-primary text-end">Submit</button>
</form>
</div>
</div>
</div>
</section>
<script src="assets/js/custom.js"></script>
<?php include 'footer.php' ?>