EVOLUTION-NINJA
Edit File: about_us.php
<?php echo view('includes/header')?> <link rel="stylesheet" type="text/css" href="<?php echo base_url('public/assets/css/aboutusstyle.css')?>" /> <style> /* <!-- overview block-------------- --> */ .overviewblock { height: 400px; background-image: url("<?php echo base_url('public/assets/images/IMG.png');?>"); background-repeat: no-repeat; background-position: center; background-size: cover; display: flex; flex-direction: column; align-items: center; justify-content: center; } /* <!-- overview block end-------------- --> */ </style> <!-- overview block-------------- --> <section class="overviewblock"> <h2 class="overviewdetails">We Are Expert</h2> <p class="overviewpara text-center">Our main goal is to provide high end software solutions for web </br> applications, mobile applications and standalone applications using</br> our latest technologies & architectures.</p> </section> <!-- overview block end-------------- --> <section class="ourmission mb-5 mt-3"> <div class="missiondetails"> <div class="row"> <div class="col-lg-6 col-md-12 col-sm-12 missionimage"> <img src="<?php echo base_url('public/assets/images/Images.png');?>" alt="" class="misimage" /> </div> <div class="col-lg-6 col-md-12 col-sm-12"> <!-- block 1 --> <div class="miscontents "> <h4 class="misheading">A Clear Mission</h4> <img src="<?php echo base_url('public/assets/images/Line (8).png');?>" alt="line" /> <div class="mismainpara">Proactively envisioned multimedia based expertise and cross-media growth strategies. Seamlessly visualize quality intellectual capital without superior Collaboration and idea-sharing. Holistically pontificates installed base portals after maintainable products.</div> </div> <!-- block 2 --> <div class="miscontents"> <h4 class="misheading">What do we do</h4> <img src="<?php echo base_url('public/assets/images/Line (8).png');?>" alt="line" /> <div class="mismainpara">We are a web development, software & mobile app development company. We develop software’s in various domains and we very well have our own product; a software suite for dentistry. We also provide software support & services.</div> </div> <!-- block 3 --> <div class="miscontents"> <h4 class="misheading">Why Choose Us</h4> <img src="<?php echo base_url('public/assets/images/Line (8).png');?>" alt="line" /> <div class="mismainpara">We are adaptive and flexible with our clients at each stage of analysis to release to make sure our solution reaches perfection for our clients' with the ability to scale & adapt in the future.</div> </div> </div> </div> <!-- block 3 --> <div class="miscontents bl1"> <h4 class="misheading">Why Choose Us</h4> <img src="<?php echo base_url('public/assets/images/Line (8).png');?>" alt="line" /> <div class="mismainpara">We are adaptive and flexible with our clients at each stage of analysis to release to make sure our solution reaches perfection for our clients' with the ability to scale & adapt in the future.</div> </div> </div> </section> <!-- clients and finished projects ---- --> <?php echo view('includes/clientmanagement'); ?> <!-- clients and finished projects ---- --> <!-- faq client say about us -------- --> <?php echo view('includes/clientsay'); ?> <!-- faq client say about us -------- --> <?php echo view('includes/footer')?>