HEX
Server: nginx/1.27.1
System: Linux in-4 5.15.0-131-generic #141-Ubuntu SMP Fri Jan 10 21:18:28 UTC 2025 x86_64
User: ilikadirect (1186)
PHP: 7.4.33
Disabled: exec,passthru,shell_exec,system,proc_open,popen,parse_ini_file,show_source
Upload Files
File: /storage/v6964/avoxlive/public_html/application/views/backend/pricing.php
<?php
$system_name = $this->db->get_where('settings', array('type' => 'system_name'))->row()->description;
$system_title = $this->db->get_where('settings', array('type' => 'system_title'))->row()->description;
?>

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

<head>
 <?php include 'css-ui.php'; ?>

</head>

<body>
    <!-- Preloader -->
    <div class="preloader">
        <div class="cssload-speeding-wheel"></div>
    </div>
    <?php include 'header-head.php';?>



    <section class="pricing">
        <div class="container">
            <div class="heading">
                <h2>Pricing</h2>
            </div>
            <div class="pricing-sec">
                <div class="price-one">
                    <div class="price-img">
                        <img src="<?php echo base_url(); ?>optimum/plugins/images/price1.png" alt="img1" class="img-fluid">
                        <div class="text-on-image">BASIC</div>
                    </div>
                    <h2>Prefect for one quick projects</h2>
                    <h3>$0</h3>
                    <div class="btn-center">
                    <button class="btn btn-primary">Buy now</button>
                    </div>
                </div>

                <div class="price-one">
                    <div class="price-img">
                        <img src="<?php echo base_url(); ?>optimum/plugins/images/price2.png" alt="img1" class="img-fluid">
                        <div class="text-on-image">MEDIUM</div>

                    </div>
                    <h2>For individuals and small teams</h2>
                    <h3>$10</h3>
                    <div class="btn-center">
                    <button class="btn btn-primary">Buy now</button>
                    </div>
                </div>

                <div class="price-one">
                    <div class="price-img">
                        <img src="<?php echo base_url(); ?>optimum/plugins/images/price3.png" alt="img1" class="img-fluid">
                        <div class="text-on-image">ADVANCED</div>

                    </div>
                    <h2>Prefect for one quick projects</h2>
                    <h3>$0</h3>
                    <div class="btn-center">
                    <button class="btn btn-primary">Buy now</button>
                    </div>
                </div>


            </div>


        </div>
    </section>


<section class="bottom">
    <div class="container">
        <div class="footer-in">
            <div class="footer-left">
                <div class="footer-about">
                    <div class="logo">
                        <img src="<?php echo base_url(); ?>optimum/plugins/logo/logo-avox.png" alt="logo" class="img-fluid">
                    </div>
                    <div class="logo-content">
                        <h2>We are AVOX.LIVE provides a delightful video conferencing event platform with an immersive experience.</h2>
                    </div>
                </div>
                <div class="footer-link">
                    <div>
                        <h2>Useful links</h2>
                        <a>Home</a><br>
                        <a>Features</a><br>
                        <a>Pricing</a><br>
                        <a>Contact us</a>
                    </div>
                    <div>
                    <h2>Social media</h2>
                        <a>Linked In</a><br>
                        <a>Twitter</a><br>
                        <a>Instagram</a>
                    </div>
                    <div>
                    <h2>Use Cases</h2>
                        <a>Conferences</a><br>
                        <a>Events</a>
                    </div>
                </div>
            </div>
            <div class="footer-right">
               <h2>AVOX.LIVE</h2>
               <h3>“Focus on the core problem your business solves and put out lots of content and enthusiasm and ideas about how to solve that problem.”</h3>
               <div class="text-center">
               <button type="submit" class="btn btn-primary text-center"><i class="fa fa-play" aria-hidden="true"></i> Play Demo</button>
               </div>
               <h4><i class="fa fa-creative-commons" aria-hidden="true"></i> 2020. All Rights Reserved by AVOX.LIVE</h4>
            </div>
        </div>
    </div>

</section>

    <?php include 'js-ui.php'; ?>

</body>

</html>