EVOLUTION-NINJA
Edit File: businessanalytics.php
<style> /* <!-- overview block-------------- --> */ .overviewblock { height: 400px; background-image: url("<?php echo base_url('public/assets/images/IMG (94343).png');?>"); background-repeat: no-repeat; background-position: center; background-size: cover; display: flex; flex-direction: column; align-items: center; justify-content: center; } .overviewdetails { font-size: 55px; font-weight: 700; color: #fff; font-family: "Barlow", sans-serif; } .overviewpara { font-size: 17px; font-weight: 500; color: #fff; font-family: "Barlow", sans-serif; } /* <!-- overview block end-------------- --> */ /* software development block */ .softwareimage { display: flex; justify-content: center; align-items: center; } .softwaredevelopment { width: 83%; margin: auto; } .manapara1 { font-family: "Barlow", sans-serif; font-size: 23px; font-weight: 700; color: #001740; margin: 5px; } .manapara2 { font-family: "Barlow", sans-serif; font-size: 16px; font-weight: 400; margin: 0; margin-top: 15px; color: #2B2B2B; } .managde { display: flex; flex-direction: column; justify-content: center; } @media (min-width:1001px) and (max-width:1356px) { .softimg { width: 100%; } } @media (min-width: 629px) and (max-width:1000px) { /* overview block */ .overviewdetails { font-size: 43px; } .overviewpara { font-size: 16px; } /* software development block */ .manapara1 { font-size: 21px; } .softimg { width: 72%; margin: auto; } .managde { margin-top: 10px; } } @media only screen and (max-width:628px) { /* <!-- overview block-------------- --> */ .overviewblock { border: 1px solid; height: auto; padding: 37px 12px; } .overviewdetails { font-size: 22px; } .overviewpara { font-size: 12px; } /* <!-- overview block-------------- --> */ /* software development block */ .manapara1 { font-size: 21px; } .softimg { width: 72%; margin: auto; } .managde { margin-top: 10px; } } </style> <?php echo view('includes/header') ?> <!-- overview block-------------- --> <section class="overviewblock"> <h2 class="overviewdetails">Business Analytics</h2> <p class="overviewpara text-center">Business analytics (BA) refers to the skills, technologies, practices for continuous iterative exploration and </br> investigation of past business performance to gain insight and drive business planning accordingly.</p> </section> <!-- overview block end-------------- --> <!-- software develop[ment block ] --> <section class="softwaredev mt-4"> <div class="softwaredevelopment "> <div class="row"> <div class="col-lg-5 col-md-12 col-sm-12 softwareimage"> <img src="<?php echo base_url('public/assets/images/Growth analytics-amico 1.png');?>" alt="" class="softimg"> </div> <div class="col-lg-7 col-md-12 col-sm-12 managde"> <h3 class="manapara1">Business Analytics</h3> <div class=""> <img class="" src="<?php echo base_url('public/assets/images/Line (11).png');?>" alt="line"> </div> <p class="manapara2">Business analytics (BA) refers to the skills, technologies, practices for continuous iterative exploration and investigation of past business performance to gain insight and drive business planning accordingly. Business analytics focuses on developing new insights and understanding of business performance based on data and statistical methods.</p> </div> </div> </div> </section> <!-- software develop[ment block ] end--> <!-- 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') ?>