/
home
/
obinna
/
html
/
mixchief_app
/
var
/
cache
/
prod
/
twig
/
ef
/
Upload File
HOME
<?php use Twig\Environment; use Twig\Error\LoaderError; use Twig\Error\RuntimeError; use Twig\Extension\SandboxExtension; use Twig\Markup; use Twig\Sandbox\SecurityError; use Twig\Sandbox\SecurityNotAllowedTagError; use Twig\Sandbox\SecurityNotAllowedFilterError; use Twig\Sandbox\SecurityNotAllowedFunctionError; use Twig\Source; use Twig\Template; /* base.html.twig */ class __TwigTemplate_862f5c8bbac93d37948cab63488a26204a1e8e7d38c460c05dee3c63f5d625a4 extends Template { private $source; private $macros = []; public function __construct(Environment $env) { parent::__construct($env); $this->source = $this->getSourceContext(); $this->parent = false; $this->blocks = [ 'stylesheets' => [$this, 'block_stylesheets'], 'content' => [$this, 'block_content'], 'footer' => [$this, 'block_footer'], 'javascripts' => [$this, 'block_javascripts'], ]; } protected function doDisplay(array $context, array $blocks = []) { $macros = $this->macros; // line 1 echo "<!doctype html> <html lang=\"en\"> <head> <meta charset=\"utf-8\"> <meta name=\"viewport\" content=\"width=device-width, initial-scale=1\"> <meta name=\"description\" content=\"Amply Sales and Inventory Management Application\" /> <meta name=\"keywords\" content=\"Inventory, sales, access, management, app, store, bar, supermarket, pos, point of sale, dashboard, real-time, analytics, restaurant, track, monitor, e-receipt\" /> <meta name=\"author\" content=\"Five Nines Technology\" /> <link rel=\"shortcut icon\" href=\"/img/favicon.ico\" /> <title>Amply - Sales and Inventory Management at your fingertips</title> <!-- Bootstrap core CSS --> "; // line 14 $this->displayBlock('stylesheets', $context, $blocks); // line 21 echo " </head> <body> <nav class=\"navbar navbar-expand-md navbar-dark fixed-top bg-dark home-nav\"> <a class=\"navbar-brand\" href=\""; // line 26 echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("homepage"); echo "\"> \t<img src=\""; // line 27 echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("images/logo_trans_white.png"), "html", null, true); echo "\" class=\"logo\" alt=\"Five Nines Logo\"> </a> <button class=\"navbar-toggler\" type=\"button\" data-toggle=\"collapse\" data-target=\"#navbarsExampleDefault\" aria-controls=\"navbarsExampleDefault\" aria-expanded=\"false\" aria-label=\"Toggle navigation\"> <span class=\"navbar-toggler-icon\"></span> </button> <div class=\"collapse navbar-collapse\" id=\"navbarsExampleDefault\"> <ul class=\"navbar-nav mx-auto\"> <li class=\"nav-item active\"> <a class=\"nav-link\" href=\"#\">Home</a> </li> <li class=\"nav-item\"> <a class=\"nav-link\" href=\"#about\">About</a> </li> <li class=\"nav-item\"> <a class=\"nav-link\" href=\"#features\">Features</a> </li> <li class=\"nav-item\"> <a class=\"nav-link\" href=\"#pricing\">Pricing</a> </li> "; // line 50 echo " "; // line 58 echo " </ul> "; // line 60 echo " <a href=\""; // line 61 echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("app_login"); echo "\" class=\"btn btn-outline-success my-2 my-sm-0\">Login</a> "; // line 63 echo " </div> </nav> "; // line 66 $this->displayBlock('content', $context, $blocks); // line 70 echo " "; // line 71 $this->displayBlock('footer', $context, $blocks); // line 77 echo "\t"; $this->displayBlock('javascripts', $context, $blocks); // line 98 echo " </body> </html>"; } // line 14 public function block_stylesheets($context, array $blocks = []) { $macros = $this->macros; // line 15 echo "\t\t<link href=\""; echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("css/bootstrap.min.css"), "html", null, true); echo "\" rel=\"stylesheet\"> \t\t<link rel=\"stylesheet\" href=\""; // line 16 echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("css/font-awesome.css"), "html", null, true); echo "\"> \t\t<!-- Custom styles --> \t\t<link href=\""; // line 19 echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("css/home.css"), "html", null, true); echo "\" rel=\"stylesheet\"> "; } // line 66 public function block_content($context, array $blocks = []) { $macros = $this->macros; // line 67 echo "\t\t \t "; } // line 71 public function block_footer($context, array $blocks = []) { $macros = $this->macros; // line 72 echo "\t\t<footer class=\"container\"> \t\t\t<hr> \t\t <p>© Five Nines Technology 2019</p> \t\t</footer> "; } // line 77 public function block_javascripts($context, array $blocks = []) { $macros = $this->macros; // line 78 echo "\t\t<script src=\""; echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("js/jquery.js"), "html", null, true); echo "\"></script> \t\t<script src=\""; // line 79 echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("js/popper.min.js"), "html", null, true); echo "\"></script> \t\t<script src=\""; // line 80 echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("js/bootstrap.min.js"), "html", null, true); echo "\"></script> <script> \$(\".nav-link\").on('click', function(event) { if (this.hash !== \"\") { event.preventDefault(); var hash = this.hash; \$('html, body').animate({ scrollTop: \$(hash).offset().top }, 800, function(){ window.location.hash = hash; }); } }); </script> \t"; } public function getTemplateName() { return "base.html.twig"; } public function isTraitable() { return false; } public function getDebugInfo() { return array ( 181 => 80, 177 => 79, 172 => 78, 168 => 77, 160 => 72, 156 => 71, 150 => 67, 146 => 66, 140 => 19, 134 => 16, 129 => 15, 125 => 14, 119 => 98, 116 => 77, 114 => 71, 111 => 70, 109 => 66, 104 => 63, 100 => 61, 97 => 60, 94 => 58, 92 => 50, 69 => 27, 65 => 26, 58 => 21, 56 => 14, 41 => 1,); } public function getSourceContext() { return new Source("", "base.html.twig", "/var/www/html/mixchief_app/templates/base.html.twig"); } }