diff --git a/nosystemd/static/nosystemd/css/creative.css b/nosystemd/static/nosystemd/css/creative.css index a2783afa..24e9347a 100755 --- a/nosystemd/static/nosystemd/css/creative.css +++ b/nosystemd/static/nosystemd/css/creative.css @@ -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 { diff --git a/nosystemd/static/nosystemd/css/nosystemd.css b/nosystemd/static/nosystemd/css/nosystemd.css index 28b7b7e6..5a4e2048 100644 --- a/nosystemd/static/nosystemd/css/nosystemd.css +++ b/nosystemd/static/nosystemd/css/nosystemd.css @@ -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; +} \ No newline at end of file diff --git a/nosystemd/static/nosystemd/img/bg-price.png b/nosystemd/static/nosystemd/img/bg-price.png new file mode 100644 index 00000000..91c3f0b8 Binary files /dev/null and b/nosystemd/static/nosystemd/img/bg-price.png differ diff --git a/nosystemd/templates/nosystemd/base.html b/nosystemd/templates/nosystemd/base.html index 802694ab..7fc16ec9 100644 --- a/nosystemd/templates/nosystemd/base.html +++ b/nosystemd/templates/nosystemd/base.html @@ -50,7 +50,7 @@ Toggle navigation Menu - + no more systemd diff --git a/nosystemd/templates/nosystemd/donation.html b/nosystemd/templates/nosystemd/donation.html index 0156db4d..fc478aa0 100644 --- a/nosystemd/templates/nosystemd/donation.html +++ b/nosystemd/templates/nosystemd/donation.html @@ -3,8 +3,8 @@ {% block content %} -
-
+
+
@@ -17,10 +17,8 @@
-
{% bootstrap_field form.donation_amount show_label=False type='fields'%} -
@@ -55,7 +53,7 @@
- +
diff --git a/nosystemd/templates/nosystemd/login.html b/nosystemd/templates/nosystemd/login.html index e24e6f62..059f261d 100644 --- a/nosystemd/templates/nosystemd/login.html +++ b/nosystemd/templates/nosystemd/login.html @@ -27,7 +27,7 @@ - +

{% trans "Log in "%}

{% csrf_token %} @@ -41,9 +41,9 @@ {% endbuttons %}
- {% trans "Don't have an account yet ? "%}{% trans "Sign up"%} + {% trans "Don't have an account yet ? "%}{% trans "Sign up"%}
- {% trans "Forgot your password ? "%} + {% trans "Forgot your password ? "%}
diff --git a/nosystemd/templates/nosystemd/reset_password.html b/nosystemd/templates/nosystemd/reset_password.html index 315ea78a..abffb2da 100644 --- a/nosystemd/templates/nosystemd/reset_password.html +++ b/nosystemd/templates/nosystemd/reset_password.html @@ -26,7 +26,7 @@ {% endbuttons %} - {% trans "Already have an account ?"%} {% trans "Login"%} + {% trans "Already have an account ?"%} {% trans "Login"%}
diff --git a/nosystemd/templates/nosystemd/signup.html b/nosystemd/templates/nosystemd/signup.html index 0a6a9dec..870e496b 100644 --- a/nosystemd/templates/nosystemd/signup.html +++ b/nosystemd/templates/nosystemd/signup.html @@ -14,7 +14,7 @@
 
-

{% trans "Sign up"%}

+

{% trans "Sign up"%}

{% if request.GET.next %} @@ -30,7 +30,7 @@ {% endbuttons %}
- {% trans "Already have an account ?"%} {% trans "Login"%} + {% trans "Already have an account ?"%} {% trans "Login"%}