65 lines
2.1 KiB
PHP
65 lines
2.1 KiB
PHP
|
<?php
|
||
|
|
||
|
/* header.html */
|
||
|
class __TwigTemplate_211b6f47c3fbf8a611de5282c00b4bcce9ec5d3c045dd73ef8e3a587fbf76e79 extends Twig_Template
|
||
|
{
|
||
|
public function __construct(Twig_Environment $env)
|
||
|
{
|
||
|
parent::__construct($env);
|
||
|
|
||
|
$this->parent = false;
|
||
|
|
||
|
$this->blocks = array(
|
||
|
);
|
||
|
}
|
||
|
|
||
|
protected function doDisplay(array $context, array $blocks = array())
|
||
|
{
|
||
|
// line 1
|
||
|
echo "<header id=\"header\">
|
||
|
<div class=\"bg\"></div>
|
||
|
<div id=\"logo\" class=\"jumbotron\">
|
||
|
<div id=\"logo_text\">
|
||
|
|
||
|
<!-- class=\"logo_colour\", allows you to change the colour of the text -->
|
||
|
<h1 class=\"title\"><a href=\"/\"><!--<span class=\"logo_init\">GGD</span>--><span class=\"logo_colour\"> Workshop on<br/> Group Geometry and Dynamics</span></a></h1>
|
||
|
<br/>
|
||
|
<h2 class=\"subtitle\">
|
||
|
<strong>With a homage to Ricardo Mañé</strong><br>
|
||
|
<strong>23 - 27, July 2018</strong>
|
||
|
</h2>
|
||
|
</div>
|
||
|
</div>
|
||
|
<nav class=\"navbar navbar-inverse \" id=\"menubar\">
|
||
|
<div class=\"container\">
|
||
|
<ul class=\"nav navbar-nav\" id=\"menu\">
|
||
|
<!--<li id=\"home\" class=\"selected\"><a href=\"/\">Home</a></li>-->
|
||
|
<li id=\"program\" class=\"selected\"><a href=\"program\">Program</a></li>
|
||
|
<li id=\"registro\" class=\"selected\"><a href=\"registration\">Registration</a></li>
|
||
|
<li id=\"program\" class=\"selected\"><a href=\"participants\">Participants</a></li>
|
||
|
<li id=\"program\" class=\"selected\"><a href=\"committess\">Committees</a></li>
|
||
|
|
||
|
<li id=\"mapa\" class=\"selected\"><a href=\"location\">Practical Information</a></li>
|
||
|
<li id=\"contacto\" class=\"selected\"><a href=\"contact\">Contact</a></li>
|
||
|
</ul>
|
||
|
</div>
|
||
|
</nav>
|
||
|
</header>";
|
||
|
}
|
||
|
|
||
|
public function getTemplateName()
|
||
|
{
|
||
|
return "header.html";
|
||
|
}
|
||
|
|
||
|
public function getDebugInfo()
|
||
|
{
|
||
|
return array ( 19 => 1,);
|
||
|
}
|
||
|
|
||
|
public function getSourceContext()
|
||
|
{
|
||
|
return new Twig_Source("", "header.html", "/home/germanc/dev/composer/ggdworkshop/templates/header.html");
|
||
|
}
|
||
|
}
|