redesign user frontend
This commit is contained in:
@@ -1,14 +1,22 @@
|
||||
{% extends "::base.html.twig" %}
|
||||
|
||||
{% block header %}
|
||||
<h1>MineSeeker</h1>
|
||||
<h3>version 0.14.9beta</h3>
|
||||
<a href="{{ path('MineSeekerBundle_gamePlay') }}">Play now</a>
|
||||
<img src="{{ asset('bundles/mineseeker/images/homepage/mineseeker-2.png') }}" alt="" border="0">
|
||||
<section class="header-content">
|
||||
<div class="logo">
|
||||
<img src="{{ asset('bundles/mineseeker/images/mine-logo-txt.png') }}" alt="MineSeeker Logo w/ Txt" border="0"/>
|
||||
</div>
|
||||
<div>
|
||||
<h2>Egy aknakereső játék</h2>
|
||||
<h1>Újragondolva...</h1>
|
||||
<a href="{{ path('MineSeekerBundle_gamePlay') }}">Játszok!</a>
|
||||
<h3>version 0.16.11 (beta2) · MineSeeker© · <a href="http://www.laszlolang.com">www.laszlolang.com</a></h3>
|
||||
</div>
|
||||
<img src="{{ asset('bundles/mineseeker/images/mine-logo-logo.png') }}" alt="MineSeeker Logo" border="0"/>
|
||||
</section>
|
||||
{% endblock %}
|
||||
|
||||
{% block stylesheets %}
|
||||
<link href="https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300|Ravi+Prakash" rel="stylesheet">
|
||||
<link href="https://fonts.googleapis.com/css?family=Rajdhani:300,400,500,600,700&subset=latin-ext" rel="stylesheet">
|
||||
|
||||
{% stylesheets filter='?uglifycss'
|
||||
'@MineSeekerBundle/Resources/public/css/style.homepage.css' %}
|
||||
|
||||
Reference in New Issue
Block a user