Viewing File: /home/ubuntu/codegama-ui-revamp/contact-us.html

<!DOCTYPE html>
<html lang="en">

<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1.0">
    <title>CodeGama</title>
    <meta name="author" content="CodeGama Pvt Ltd">
    <meta name="description" content="">
    <meta name="keywords" content="Mobile App Design,Flutter Developers,React Native Developers,Swift Developers,Web Development Company,Web Designing Service,Web Designing Company,Mobile App Development,IOS App Development,Interacion Design,IOS Developers,Android Developers,Iconic Developers,Cross Browser Testing,Compatibility Testing,Desktop Application Testing">
    <link rel="canonical" href="">
    <meta name="theme-color" content="#4ebc9e">

    <meta property="og:title" content="Create Innovative Solutions for Web, Mobile, and Cloud with CodeGama's Experienced Designers and Developers" />
    <meta property="og:description" content="Unlock your digital potential with advanced solutions curated according to your business and market needs." />
    <meta property="og:image" content="https://codegama.com/assets/img/preview-social.png" />
    <!-- Favicon -->
   <link rel="apple-touch-icon" sizes="57x57" href="assets/img/favicon/apple-icon-57x57.png">
   <link rel="apple-touch-icon" sizes="60x60" href="assets/img/favicon/apple-icon-60x60.png">
   <link rel="apple-touch-icon" sizes="72x72" href="assets/img/favicon/apple-icon-72x72.png">
   <link rel="apple-touch-icon" sizes="76x76" href="assets/img/favicon/apple-icon-76x76.png">
   <link rel="apple-touch-icon" sizes="114x114" href="assets/img/favicon/apple-icon-114x114.png">
   <link rel="apple-touch-icon" sizes="120x120" href="assets/img/favicon/apple-icon-120x120.png">
   <link rel="apple-touch-icon" sizes="144x144" href="assets/img/favicon/apple-icon-144x144.png">
   <link rel="apple-touch-icon" sizes="152x152" href="assets/img/favicon/apple-icon-152x152.png">
   <link rel="apple-touch-icon" sizes="180x180" href="assets/img/favicon/apple-icon-180x180.png">
   <link rel="icon" type="image/png" sizes="192x192" href="assets/img/favicon/android-icon-192x192.png">
   <link rel="icon" type="image/png" sizes="32x32" href="assets/img/favicon/favicon-32x32.png">
   <link rel="icon" type="image/png" sizes="96x96" href="assets/img/favicon/favicon-96x96.png">
   <link rel="icon" type="image/png" sizes="16x16" href="assets/img/favicon/favicon-16x16.png">
   <link rel="manifest" href="assets/img/favicon/manifest.json">
   <meta name="msapplication-TileColor" content="#ffffff">
   <meta name="msapplication-TileImage" content="assets/img/favicon/ms-icon-144x144.png">
    <!-- Bootstrap CSS -->
    <link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">

    <!-- Fonts -->
    <link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.0.11/css/all.css" integrity="sha384-p2jx59pefphTFIpeqCcISO9MdVfIm4pNnsL08A6v5vaQc4owkQqxMV8kg4Yvhaw/" crossorigin="anonymous">
    <!-- Default Style CSS -->
    <link rel="stylesheet" type="text/css" href="assets/css/default.css">
    <!-- Responsive CSS -->
    <link rel="stylesheet" type="text/css" href="assets/css/responsive.css">
    <script src="assets/js/lazysizes.min.js" async></script>
    <style>
        .lazyload {
            opacity: 0;
            transform: scale(0.8);
        }
        
        .lazyloaded {
            opacity: 1;
            transition: all 700ms;
            transform: scale(1);
        }
    </style>
</head>

<body class="landing-page">
    <section class="home-banner-sec contact-us-banner-sec">
        <div id="header"></div>

        <div class="container">
            <div class="contact-us-banner-content-box">
                <h1>
                    Let’s talk business!
                </h1>
                <!-- <h2>We Can Help .</h2> -->
                <p>Have questions about your idea? Drop in your details to discuss with our solution consultants. We look forward to hearing from you.</p>
                <!-- <div class="input-group mb-0">
                    <input type="text" class="form-control" placeholder="Search Services....">
                    <span class="input-group-text" id="basic-addon2">
                        <div class="search-btn">
                            <img src="assets/img/contact/search-icon.svg" class="search-icon"/>
                        </div>
                    </span>
                </div> -->
            </div>
        </div>
    </section>

    <section class="service-we-offer-you sm-padding">
        <div class="container">
            <div class="row">
                <div class="col-md-12 col-xl-5 col-lg-5">
                    <div class="service-we-offer-you-info">
                        <h2>Services <span>We Offer</span></h2>
                        <!-- <p>Lorem ipsum dolor sit amet . The graphic and typographic operators know this well, in reality all the professions dealing with the universe of.</p> -->
                    </div>
                </div>
            </div>
            <div class="service-we-offer-you-box">
                <div class="service-we-offer-you-card">
                    <div class="service-we-offer-you-img-sec">
                        <picture>
                            <source class="lazyload service-we-offer-you-img" type="image/svg" srcset="assets/img/contact/icon/web-development.svg" />
                            <img data-src="assets/img/contact/icon/web-development.svg" class="lazyload service-we-offer-you-img" alt="App development company" />
                        </picture>
                    </div>
                    <div class="service-we-offer-you-info">
                        <div class="service-we-offer-you-details">
                            <h4>Web Development</h4>
                        </div>
                        <ul class="service-we-offer-you-list-sec list-unstyled">
                            <li>Node JS</li>
                            <li>React JS</li>
                            <li>Laravel</li>
                            <li>Python</li>
                            <li>Angular JS</li>
                        </ul>
                    </div>
                </div>
                <div class="service-we-offer-you-card">
                    <div class="service-we-offer-you-img-sec">
                        <picture>
                            <source class="lazyload service-we-offer-you-img" type="image/svg" srcset="assets/img/contact/icon/mobile-development.svg" />
                            <img data-src="assets/img/contact/icon/mobile-development.svg" class="lazyload service-we-offer-you-img" alt="App development company" />
                        </picture>
                    </div>
                    <div class="service-we-offer-you-info">
                        <div class="service-we-offer-you-details">
                            <h4>Apps Development</h4>
                        </div>
                        <ul class="service-we-offer-you-list-sec list-unstyled">
                            <li>Swift</li>
                            <li>Java</li>
                            <li>Flutter</li>
                            <li>React Native</li>
                            <li>Kotlin</li>
                        </ul>
                    </div>
                </div>
                <div class="service-we-offer-you-card">
                    <div class="service-we-offer-you-img-sec">
                        <picture>
                            <source class="lazyload service-we-offer-you-img" type="image/svg" srcset="assets/img/contact/icon/devops-solutions.svg" />
                            <img data-src="assets/img/contact/icon/devops-solutions.svg" class="lazyload service-we-offer-you-img" alt="App development company" />
                        </picture>
                    </div>
                    <div class="service-we-offer-you-info">
                        <div class="service-we-offer-you-details">
                            <h4>DevOps Solutions</h4>
                        </div>
                        <ul class="service-we-offer-you-list-sec list-unstyled">
                            <li>Azure</li>
                            <li>Kubernetes</li>
                            <li>AWS</li>
                            <li>Digital Ocean</li>
                            <li>Cloud Flare</li>
                        </ul>
                    </div>
                </div>
                <div class="service-we-offer-you-card">
                    <div class="service-we-offer-you-img-sec">
                        <picture>
                            <source class="lazyload service-we-offer-you-img" type="image/svg" srcset="assets/img/contact/icon/ux-design.svg" />
                            <img data-src="assets/img/contact/icon/ux-design.svg" class="lazyload service-we-offer-you-img" alt="App development company" />
                        </picture>
                    </div>
                    <div class="service-we-offer-you-info">
                        <div class="service-we-offer-you-details">
                            <h4>UI/UX Design</h4>
                        </div>
                        <ul class="service-we-offer-you-list-sec list-unstyled">
                            <li>Figma</li>
                            <li>Illustrator</li>
                            <li>Photoshop</li>
                            <li>After Effects</li>
                            <li>XD</li>
                        </ul>
                    </div>
                </div>
                <div class="service-we-offer-you-card">
                    <div class="service-we-offer-you-img-sec">
                        <picture>
                            <source class="lazyload service-we-offer-you-img" type="image/svg" srcset="assets/img/contact/icon/blockchain-development.svg" />
                            <img data-src="assets/img/contact/icon/blockchain-development.svg" class="lazyload service-we-offer-you-img" alt="App development company" />
                        </picture>
                    </div>
                    <div class="service-we-offer-you-info">
                        <div class="service-we-offer-you-details">
                            <h4>Blockchain Development</h4>
                        </div>
                        <ul class="service-we-offer-you-list-sec list-unstyled">
                            <li>Solidity</li>
                            <li>Web3</li>
                            <li>Rust</li>
                            <li>Ethereum</li>
                            <li>NFT</li>
                        </ul>
                    </div>
                </div>
                <div class="service-we-offer-you-card">
                    <div class="service-we-offer-you-img-sec">
                        <picture>
                            <source class="lazyload service-we-offer-you-img" type="image/svg" srcset="assets/img/contact/icon/marketing-services.svg" />
                            <img data-src="assets/img/contact/icon/marketing-services.svg" class="lazyload service-we-offer-you-img" alt="App development company" />
                        </picture>
                    </div>
                    <div class="service-we-offer-you-info">
                        <div class="service-we-offer-you-details">
                            <h4>Marketing Services</h4>
                        </div>
                        <ul class="service-we-offer-you-list-sec list-unstyled">
                            <li>google adwords</li>
                            <li>Wordpress</li>
                            <li>Google Ads</li>
                            <li>Buffer</li>
                        </ul>
                    </div>
                </div>
            </div>
        </div>
    </section>

   <div id="contact"></div>

    <!-- <section class="most-popular-sec sm-padding">
        <div class="container">
            <div class="row justify-content-md-center">
                <div class="col-md-8 col-lg-9 text-center">
                    <div class="section-title mb-0">
                        <div class="title-before">
                            <h2>The most popular questions answered</h2>
                        </div>
                    </div>
                </div>
            </div>
            <div class="most-popular-question-sec">
                <div class="row justify-content-md-center">
                    <div class="col-md-6 col-xl-5 col-lg-5">
                        <div class="most-popular-question-card">
                            <div class="most-popular-question-icon-sec">
                                <img src="assets/img/icon/question-icon.svg" class="most-popular-question-icon">
                            </div>
                            <div class="most-popular-question-info">
                                <h4>What is included in the first consultation?</h4>
                                <p>With our marketing and technology solutions, we will help you achieve your company's goals.</p>
                            </div>
                        </div>
                        <div class="most-popular-question-card">
                            <div class="most-popular-question-icon-sec">
                                <img src="assets/img/icon/question-icon.svg" class="most-popular-question-icon">
                            </div>
                            <div class="most-popular-question-info">
                                <h4>How much will my site cost?</h4>
                                <p>With our marketing and technology solutions, we will help you achieve your company's goals.</p>
                            </div>
                        </div>
                        <div class="most-popular-question-card">
                            <div class="most-popular-question-icon-sec">
                                <img src="assets/img/icon/question-icon.svg" class="most-popular-question-icon">
                            </div>
                            <div class="most-popular-question-info">
                                <h4>Do you provide support services for an existing website?</h4>
                                <p>With our marketing and technology solutions, we will help you achieve your company's goals.</p>
                            </div>
                        </div>
                    </div>
                    <div class="col-md-6 col-xl-5 col-lg-5">
                        <div class="most-popular-question-card">
                            <div class="most-popular-question-icon-sec">
                                <img src="assets/img/icon/question-icon.svg" class="most-popular-question-icon">
                            </div>
                            <div class="most-popular-question-info">
                                <h4>Do you provide any kind of outsource services?</h4>
                                <p>With our marketing and technology solutions, we will help you achieve your company's goals.</p>
                            </div>
                        </div>
                        <div class="most-popular-question-card">
                            <div class="most-popular-question-icon-sec">
                                <img src="assets/img/icon/question-icon.svg" class="most-popular-question-icon">
                            </div>
                            <div class="most-popular-question-info">
                                <h4>Can you speed up my site?</h4>
                                <p>With our marketing and technology solutions, we will help you achieve your company's goals.</p>
                            </div>
                        </div>
                        <div class="most-popular-question-card">
                            <div class="most-popular-question-icon-sec">
                                <img src="assets/img/icon/question-icon.svg" class="most-popular-question-icon">
                            </div>
                            <div class="most-popular-question-info">
                                <h4>What is included in the first consultation?</h4>
                                <p>With our marketing and technology solutions, we will help you achieve your company's goals.</p>
                            </div>
                        </div>
                    </div>
                </div>
            </div>
        </div>
    </section> -->

    <div id="footer"></div>

    <!-- jQuery -->
    <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
    <!-- Bootstrap  -->
    <script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
    <!-- Custom Scripts -->
    <script type="text/javascript" src="assets/js/script.js"></script>

    <!-- Google tag (gtag.js) -->
    <script async src="https://www.googletagmanager.com/gtag/js?id=G-LYM5KHMCD9"></script>
    <script>
      window.dataLayer = window.dataLayer || [];
      function gtag(){dataLayer.push(arguments);}
      gtag('js', new Date());

      gtag('config', 'G-LYM5KHMCD9');
    </script>

</body>

</html>
Back to Directory File Manager