forked from KnpLabs/KnpBundles
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Introduce brand new design of website
- Loading branch information
Showing
125 changed files
with
3,711 additions
and
2,118 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
27 changes: 20 additions & 7 deletions
27
app/Resources/HWIOAuthBundle/views/Connect/login.html.twig
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,24 @@ | ||
{% extends 'KnpBundlesBundle::layout.html.twig' %} | ||
{% extends 'KnpBundlesBundle::layout/900px.html.twig' %} | ||
|
||
{% block body_attributes %}id="developer-show"{% endblock %} | ||
{% block title %}Sign-in{% endblock %} | ||
|
||
{% block content %} | ||
<h1 class="developer-name">Login via</h1> | ||
<div class="actions"> | ||
<a class="button github" href="{{ hwi_oauth_login_url('github') }}">GitHub</a> | ||
<a class="button github" href="{{ hwi_oauth_login_url('sensio') }}">Sensio Connect</a> | ||
{% block intro %} | ||
<div id="intro"> | ||
<h1>Sign in to KnpBundles.com</h1> | ||
<h2>Action you want to perform, require from you to sign-in</h2> | ||
</div> | ||
{% endblock %} | ||
|
||
{% block left %} | ||
<div class="content-box"> | ||
<hgroup> | ||
<h2>No "Sign up" form?</h2> | ||
<h4>Yep, there is no sign-up form, but why you ask? We don't like them it same as you! All sign-up job is done automatically in background when you choose which way you want to sign in into <strong>KnpBundles.com</strong></h4> | ||
</hgroup> | ||
|
||
<section> | ||
<a class="btn btn-large" href="{{ hwi_oauth_login_url('github') }}">GitHub</a> | ||
<a class="btn btn-large" href="{{ hwi_oauth_login_url('sensio') }}">Sensio Connect</a> | ||
</section> | ||
</div> | ||
{% endblock %} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,22 @@ | ||
{% extends 'KnpBundlesBundle::layout.html.twig' %} | ||
{% extends 'KnpBundlesBundle::layout/960px.html.twig' %} | ||
|
||
{% block body_attributes %}class="error"{% endblock %} | ||
{% block title %}ERROR - {% trans %}error.500.title{% endtrans %}{% endblock %} | ||
|
||
{% block title %}{% trans %}error.500.title{% endtrans %}{% endblock %} | ||
{% block content_header %}{% endblock %} | ||
|
||
{% block content %} | ||
<div id="main"> | ||
<h1>{% trans %}error.500.title{% endtrans %}</h1> | ||
<p>{% trans %}error.500.content{% endtrans %}</p> | ||
</div> | ||
{% block content_holder %} | ||
<div id="error"> | ||
<h1>ERROR 500</h1> | ||
|
||
<section id="error-crap"> | ||
<span>O<br>H<br><span>!</span></span> | ||
<span>C<br>R<br>A<br>P</span> | ||
</section> | ||
|
||
<section id="error-desc"> | ||
<p>An error occurred</p> | ||
<p>Edgar found some issue at this page<br>and reported it to our ninja developers.</p> | ||
<p id="error-sorry">(we're terribly sorry about this)</p> | ||
</section> | ||
</div> | ||
{% endblock %} |
26 changes: 18 additions & 8 deletions
26
app/Resources/TwigBundle/views/Exception/error404.html.twig
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,22 @@ | ||
{% extends 'KnpBundlesBundle::layout.html.twig' %} | ||
{% extends 'KnpBundlesBundle::layout/960px.html.twig' %} | ||
|
||
{% block body_attributes %}class="error"{% endblock %} | ||
{% block title %}ERROR 404 - {% trans %}error.404.title{% endtrans %}{% endblock %} | ||
|
||
{% block title %}{% trans %}error.404.title{% endtrans %}{% endblock %} | ||
{% block content_header %}{% endblock %} | ||
|
||
{% block content %} | ||
<div id="main"> | ||
<h1>{% trans %}error.404.title{% endtrans %}</h1> | ||
<p>{% trans %}error.404.content{% endtrans %}</p> | ||
</div> | ||
{% block content_holder %} | ||
<div id="error"> | ||
<h1>ERROR 404</h1> | ||
|
||
<section id="error-crap"> | ||
<span>O<br>H<br><span>!</span></span> | ||
<span>C<br>R<br>A<br>P</span> | ||
</section> | ||
|
||
<section id="error-desc"> | ||
<p>Edgar and hid Jedi friends</p> | ||
<p>Can't find page you're lookign for.</p> | ||
<p id="error-sorry">(we're terribly sorry about this)</p> | ||
</section> | ||
</div> | ||
{% endblock %} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.