Fixed Sign up H2 margin , Added Login Headline, Added Header Background, Changed ungleich logo, Fixed Landing title style, Fixed billing form goes out of background image, Fixed billing address page amount field seems broken, Changed authentication page fonts

This commit is contained in:
Levi 2016-08-15 20:45:08 -05:00
parent 5675c402fa
commit d4e2e43d0b
8 changed files with 27 additions and 15 deletions

View File

@ -155,7 +155,7 @@ header {
background-size: cover;
-o-background-size: cover;
background-position: center;
background-image: url('../img/header.jpg');
background-image: url('../img/bg-price.png');
text-align: center;
color: white;
}
@ -206,6 +206,8 @@ header .header-content .header-content-inner p {
max-width: 80%;
margin-left: auto;
margin-right: auto;
letter-spacing: 0.015em;
font-family: 'Roboto','Helvetica Neue', Arial, sans-serif;
}
}
.section-heading {

View File

@ -5,9 +5,10 @@ form{
}
.donation-container {
header.donation-container {
margin-top:0% !important;
padding-top:0% !important;
height: 1100px;
}
@ -32,3 +33,14 @@ form{
.white-font {
color:white;
}
.form-heading {
margin-bottom: 20px;
}
.roboto-font {
font-family: Roboto, Helvetica Neue, Helvetica, sanserif;
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 MiB

View File

@ -50,7 +50,7 @@
<span class="sr-only">Toggle navigation</span> Menu <i class="fa fa-bars"></i>
</button>
<a class="navbar-brand page-scroll" href="{% url 'nosystemd:landing' %}"><img src="{% static 'hosting/img/logo_black.svg' %}"></a>
<a class="navbar-brand page-scroll" href="{% url 'nosystemd:landing' %}">no more systemd</a>
</div>
<!-- Collect the nav links, forms, and other content for toggling -->

View File

@ -3,8 +3,8 @@
{% block content %}
<!-- Credit card form -->
<header>
<div class="header-content donation-container">
<header class="donation-container">
<div class="header-content ">
<div class="header-content-inner ">
<div class="container">
@ -17,10 +17,8 @@
<div class="row">
<div class="col-xs-9 col-md-4 col-md-offset-4">
<div class="form-group">
<div class="input-group">
{% bootstrap_field form.donation_amount show_label=False type='fields'%}
<!-- <input type="number" class="form-control" placeholder="Amount to donate" name="donation" /> -->
</div>
</div>
</div>
</div>
@ -55,7 +53,7 @@
<div class="form-group">
<div class="input-group">
<input type="text" class="form-control" name="cardName" placeholder="Name on card" required autofocus data-stripe="name" />
<span class="input-group-addon"><i class="fa fa-credit-card"></i></span>
<span class="input-group-addon"><i class="fa fa-user" aria-hidden="true"></i></span>
</div>
</div>
</div>

View File

@ -27,7 +27,7 @@
<h2 class="section-heading form-heading">{% trans "Log in "%}</h2>
<form action="{% url 'nosystemd:login' %}" method="post" class="form" novalidate>
{% csrf_token %}
<input type="hidden" name="" value="{{ request.GET.next }}">
@ -41,9 +41,9 @@
</button>
{% endbuttons %}
</form>
<span>{% trans "Don't have an account yet ? "%}<a class="unlink" href="{% url 'nosystemd:signup' %}">{% trans "Sign up"%}</a></span>
<span class="roboto-font">{% trans "Don't have an account yet ? "%}<a class="unlink" href="{% url 'nosystemd:signup' %}">{% trans "Sign up"%}</a></span>
<br/>
<span> <a class="unlink" href="{% url 'nosystemd:reset_password' %}">{% trans "Forgot your password ? "%}</a></span>
<span> <a class="unlink roboto-font" href="{% url 'nosystemd:reset_password' %}">{% trans "Forgot your password ? "%}</a></span>
</div>

View File

@ -26,7 +26,7 @@
</button>
{% endbuttons %}
</form>
<span>{% trans "Already have an account ?"%} <a class="unlink" href="{% url 'nosystemd:login' %}">{% trans "Login"%} </a></span>
<span class="roboto-font">{% trans "Already have an account ?"%} <a class="unlink" href="{% url 'nosystemd:login' %}">{% trans "Login"%} </a></span>
<ul class="list-inline intro-social-buttons">
</ul>
</div>

View File

@ -14,7 +14,7 @@
<div class="col-md-3 col-sm-4 col-xs-4">&nbsp;</div>
<div class="col-md-4 col-sm-6 col-xs-6">
<div class="intro-message">
<h2 class="section-heading">{% trans "Sign up"%}</h2>
<h2 class="section-heading form-heading">{% trans "Sign up"%}</h2>
<form action="{% url 'nosystemd:signup' %}" method="post" class="form" novalidate>
{% if request.GET.next %}
@ -30,7 +30,7 @@
</button>
{% endbuttons %}
</form>
<span>{% trans "Already have an account ?"%} <a class="unlink" href="{% url 'nosystemd:login' %}">{% trans "Login"%}</a></span>
<span class="roboto-font">{% trans "Already have an account ?"%} <a class="unlink" href="{% url 'nosystemd:login' %}">{% trans "Login"%}</a></span>
<ul class="list-inline intro-social-buttons">
</ul>
</div>