<?php header('Location: https://blink.emtel.com/');?>
<!DOCTYPE html>
<html>
    <head>
        <title>Emtel Cash | Downloads</title>
        <?php include ('inc/assets.php'); ?>
	    <link rel="shortcut icon" type="images/icon" href="<?php echo site_path; ?>/assets/img/favicon.ico" sizes="16x16"/>
    </head>
    <body>
        <?php include('inc/header_new.php');?>
        <div class="container">
        <div class="navigation">
        <div class="navigation___logo">
            <a href="<?php echo site_path; ?>/"><img src="<?php echo site_path; ?>/assets/img/emtel_cash_logo.png" alt="Emtel cash logo"/></a>
        </div>
        <div class="mobile__menu">
            <img src="<?php echo site_path; ?>/assets/img/hamburger_menu.png"/>
        </div>
        <div class="navigation__menu">
            <ul>
				<li><a href="<?php echo site_path; ?>/">Home</a></li>
                <li><a href="<?php echo site_path; ?>/get-started.php"> get started </a></li>
				<!--<li><a href="<?php echo site_path; ?>/merchants.php"> Merchants </a></li>-->
                <li><a href="<?php echo site_path; ?>/security.php"> security </a></li>
                <li class="active"><a href="downloads.php"> downloads </a></li>
                <li><a href="<?php echo site_path; ?>/faq.php"> faq </a></li>
            </ul>
        </div>
    </div>

</div>
       
        <div class="container">
            <div class="default__wrapper">
                <h1 style ="text-align: center;">Downloads</h1><br>
                
				<!--
				<div class="download__boxwrapper">
                    <div class="download__box">
                        <a href="<?php echo site_path; ?>/assets/files/leaflet.pdf" target="_blank"><img src="<?php echo site_path; ?>/assets/img/leaflet.png"/></a>
                    </div>
					-->
					
                    <div class="download__box" style="width: 340px; margin:0 auto;">
                        <a href="<?php echo site_path; ?>/assets/files/Digital_Pocket_Guide_Emtel_Cash_070618.pdf" target="_blank"><img src="<?php echo site_path; ?>/assets/img/pocketguide.jpg"/></a>
						<p>
	        	<a href="<?php echo site_path; ?>/assets/files/termsandconditions.pdf" target="_blank">Terms & Conditions</a></p>
                    </div>
                </div>
            </div>
        </div>
        <?php include ('inc/footer_PR.php');?>