mirror of
https://github.com/bodyrep/bodyrep-symphony2.git
synced 2026-04-13 00:13:05 +00:00
Initial symfony commit
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
{% extends "BodyRep::layout.html.twig" %}
|
||||
|
||||
{% block title "BodyRep - About Us" %}
|
||||
|
||||
{% block content %}
|
||||
{% include 'BodyRep:Landing:navbar.html.twig' %}
|
||||
|
||||
About
|
||||
{% endblock %}
|
||||
12
sandbox/src/BodyRep/Resources/views/Landing/index.html.twig
Normal file
12
sandbox/src/BodyRep/Resources/views/Landing/index.html.twig
Normal file
@@ -0,0 +1,12 @@
|
||||
{% extends 'BodyRep::layout.html.twig' %}
|
||||
|
||||
{% block title %}BodyRep - Welcome{% endblock %}
|
||||
|
||||
{% block content_header '' %}
|
||||
|
||||
|
||||
{% block content %}
|
||||
{% include 'BodyRep:Landing:navbar.html.twig' %}
|
||||
|
||||
Landing Page
|
||||
{% endblock %}
|
||||
18
sandbox/src/BodyRep/Resources/views/Landing/navbar.html.twig
Normal file
18
sandbox/src/BodyRep/Resources/views/Landing/navbar.html.twig
Normal file
@@ -0,0 +1,18 @@
|
||||
<div class="navbar navbar-fixed-top">
|
||||
<div class="navbar-inner">
|
||||
<div class="container-fluid">
|
||||
<a class="btn btn-navbar" data-toggle="collapse" data-target=".nav-collapse">
|
||||
<span class="icon-bar"></span>
|
||||
<span class="icon-bar"></span>
|
||||
<span class="icon-bar"></span>
|
||||
</a>
|
||||
<img src="/img/logo-nav.png" class='pull-left' style='padding-right : 5px; margin-top : 10px;' />
|
||||
<a class="brand" href="#">BODY<b>REP</b></a>
|
||||
<div class="btn-group pull-right">
|
||||
<a class="btn " href="{{ path('_member') }}" style="background : transparent; color : white; text-shadow : none; border : none; box-shadow : 0 0 0 #fff;">
|
||||
<i class="icon-user icon-white"></i> Login
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
Reference in New Issue
Block a user