From 5cbce14c3d78b25b0321772423663aa6ca7e9265 Mon Sep 17 00:00:00 2001 From: BALaka-18 Date: Mon, 5 Oct 2020 11:22:22 +0530 Subject: [PATCH] Modified web design --- resume/templates/account.html | 20 +++++----- resume/templates/acheive.html | 12 +++--- resume/templates/education.html | 26 +++++++------ resume/templates/experience.html | 28 ++++++++------ resume/templates/home.html | 66 +++++++++++++++++--------------- resume/templates/layout.html | 32 ++++++++-------- resume/templates/login.html | 24 ++++++------ resume/templates/posts.html | 18 +++++---- resume/templates/projects.html | 28 ++++++++------ resume/templates/register.html | 16 ++++---- resume/templates/resume.html | 43 ++------------------- resume/templates/skills.html | 16 +++++--- 12 files changed, 161 insertions(+), 168 deletions(-) diff --git a/resume/templates/account.html b/resume/templates/account.html index 9307bf7..6a3964c 100644 --- a/resume/templates/account.html +++ b/resume/templates/account.html @@ -1,20 +1,20 @@ {% extends "layout.html" %} {% block content %} -
+
- -

{{ current_user.email }}

+ +

{{ current_user.email }}

{{ form.hidden_tag() }}
- About You + About You
- {{ form.new_username.label(class="form-control-label") }} + {{ form.new_username.label(class="form-control-label", style="color: #264653; font-weight: 540; margin: 10px;") }} {% if form.new_username.errors %} {{ form.new_username(class="form-control form-control-lg is-invalid") }} @@ -30,7 +30,7 @@
- {{ form.new_email.label(class="form-control-label") }} + {{ form.new_email.label(class="form-control-label", style="color: #264653; font-weight: 540; margin-right: 29px; margin-left: 10px") }} {% if form.new_email.errors %} {{ form.new_email(class="form-control form-control-lg is-invalid") }} @@ -45,8 +45,8 @@
- {{ form.picture.label() }} - {{ form.picture(class="form-control-file") }} + {{ form.picture.label(style="color: #264653; font-weight: 540; margin-right: 29px; margin-left: 10px") }} + {{ form.picture(class="form-control-file", style="color: #264653; font-weight: 540; margin-right: 29px; margin-left: 10px") }} {% if form.picture.errors %} {% for error in form.picture.errors %} {{ error }}
@@ -54,7 +54,9 @@ {% endif %}
- {{ form.submit(class="btn btn-outline-info") }} + {{ form.submit(class="btn", style="background-color: #264653; border-radius: 5px; border-color: white; color: white; font-weight: 700; margin-top: 45px; margin-left: 10px;", + onmouseover="this.style.background='#22223b'", + onmouseout="this.style.background='#264653'") }}
diff --git a/resume/templates/acheive.html b/resume/templates/acheive.html index 5111e6d..ede914f 100644 --- a/resume/templates/acheive.html +++ b/resume/templates/acheive.html @@ -2,13 +2,13 @@ {% block content %} -
+
{{ form.hidden_tag() }}
- Make Resume -
+ CREATE YOUR RESUME +
{{ form.achname.label(class="form-control-label") }} {% if form.achname.errors %} @@ -24,7 +24,7 @@ {{ form.achname(class="form-control form-control-lg") }} {% endif %}
-
+
{{ form.achdesc.label(class="form-control-label") }} {% if form.achdesc.errors %} @@ -48,7 +48,9 @@
- {{ form.submit(class="btn btn-outline-info") }} + {{ form.submit(class="btn", style="background-color: #264653; border-radius: 5px; border-color: white; color: white; font-weight: 700;", + onmouseover="this.style.background='#22223b'", + onmouseout="this.style.background='#264653'") }}
diff --git a/resume/templates/education.html b/resume/templates/education.html index 37bb207..ab5e545 100644 --- a/resume/templates/education.html +++ b/resume/templates/education.html @@ -2,14 +2,14 @@ {% block content %} -
+
{{ form.hidden_tag() }}
- Make Resume -

Education Details

+ CREATE YOUR RESUME +
EDUCATION DETAILS
-
+
{{ form.college.label(class="form-control-label") }} {% if form.college.errors %} @@ -24,7 +24,7 @@

Education Details

{% endif %}
-
+
{{ form.start.label(class="form-control-label") }} {% if form.start.errors %} @@ -39,7 +39,7 @@

Education Details

{% endif %}
-
+
{{ form.end.label(class="form-control-label") }} {% if form.end.errors %} @@ -54,7 +54,7 @@

Education Details

{% endif %}
-
+
{{ form.cgpa.label(class="form-control-label") }} {% if form.cgpa.errors %} @@ -70,9 +70,13 @@

Education Details

- Go to Work Experience + Go to Work Experience
- {{ form.submit(class="btn btn-outline-info") }} + {{ form.submit(class="btn", style="background-color: #264653; border-radius: 5px; border-color: white; color: white; font-weight: 700;", + onmouseover="this.style.background='#22223b'", + onmouseout="this.style.background='#264653'") }}
@@ -81,11 +85,11 @@

Education Details

{% if eduadded and title=="Education"%}
-

Education Added

+

EDUCATION ADDED

{% for education in eduadded %}
-

{{ education.name }}

+
{{ education.name }}

Student

{{ education.start }} - {{ education.end }}

CGPA - {{ education.cgpa }}

diff --git a/resume/templates/experience.html b/resume/templates/experience.html index 19d46cc..51a5d7b 100644 --- a/resume/templates/experience.html +++ b/resume/templates/experience.html @@ -2,15 +2,15 @@ {% block content %} -
+
{{ form.hidden_tag() }}
- Make Resume -

Work Experience

+ CREATE YOUR RESUME +
WORK EXPERIENCE
-
+
{{ form.company.label(class="form-control-label") }} {% if form.company.errors %} @@ -25,7 +25,7 @@

Work Experience

{% endif %}
-
+
{{ form.position.label(class="form-control-label") }} {% if form.position.errors %} @@ -40,7 +40,7 @@

Work Experience

{% endif %}
-
+
{{ form.startexp.label(class="form-control-label") }} {% if form.startexp.errors %} @@ -55,7 +55,7 @@

Work Experience

{% endif %}
-
+
{{ form.endexp.label(class="form-control-label") }} {% if form.endexp.errors %} @@ -70,7 +70,7 @@

Work Experience

{% endif %}
-
+
{{ form.content.label(class="form-control-label") }} {% if form.content.errors %} @@ -87,9 +87,13 @@

Work Experience

- Go to Projects + Go to Projects
- {{ form.submit(class="btn btn-outline-info") }} + {{ form.submit(class="btn", style="background-color: #264653; border-radius: 5px; border-color: white; color: white; font-weight: 700;", + onmouseover="this.style.background='#22223b'", + onmouseout="this.style.background='#264653'") }}
@@ -102,11 +106,11 @@

Work Experience

{% if expadded and title== "Experience" %}
-

Experience Added

+

EXPERIENCE ADDED

{% for experience in expadded %}
-

{{ experience.company }}

+
{{ experience.company }}

{{ experience.startexp }} - Present

{{ experience.content }}

diff --git a/resume/templates/home.html b/resume/templates/home.html index b1477e8..7c57a71 100644 --- a/resume/templates/home.html +++ b/resume/templates/home.html @@ -1,40 +1,46 @@ {% extends "layout.html" %} {% block content %} -

Welcome to Resume Generator

-

- -
+
+

WELCOME TO THE RESUME GENERATOR

+
-

Welcome to Resume Generator , create stunning resume

-

easily and fast , login and create your resume now

+

Welcome to Resume Generator ! Create stunning resume.

+

Easy, fast and convenient. Just login and create your resume now !

- - {% if current_user.is_authenticated %} - Update Account details Here -
-
-
- Create Resume -
-
-
- Generate PDF of Resume -

-
- Share Resume - - + {% if current_user.is_authenticated %} + +
+
+
+ - - {% else %} - Login to Continue - Register Here - - + + {% endif %}
@@ -43,6 +49,4 @@

Welcome to Resume Generator

{% endblock content %} - - - \ No newline at end of file + \ No newline at end of file diff --git a/resume/templates/layout.html b/resume/templates/layout.html index d4f39a5..042a223 100644 --- a/resume/templates/layout.html +++ b/resume/templates/layout.html @@ -19,26 +19,26 @@