From 39cfc55c3beee210452291e4296afe652f3d6989 Mon Sep 17 00:00:00 2001 From: Swastik Sharma Date: Sun, 30 Jul 2023 23:33:34 +0530 Subject: [PATCH] Adjust Responsiveness Signed-off-by: Swastik Sharma --- .../0008_alter_registeration_resume.py | 22 +++++++++++++++++++ templates/base.html | 14 ++++++++++-- templates/index.html | 4 +++- 3 files changed, 37 insertions(+), 3 deletions(-) create mode 100644 forms/migrations/0008_alter_registeration_resume.py diff --git a/forms/migrations/0008_alter_registeration_resume.py b/forms/migrations/0008_alter_registeration_resume.py new file mode 100644 index 0000000..5341242 --- /dev/null +++ b/forms/migrations/0008_alter_registeration_resume.py @@ -0,0 +1,22 @@ +# Generated by Django 4.0.8 on 2023-07-30 17:42 + +import django.core.files.storage +import django.core.validators +from django.db import migrations, models +import forms.models +import pathlib + + +class Migration(migrations.Migration): + + dependencies = [ + ('forms', '0007_alter_registeration_resume'), + ] + + operations = [ + migrations.AlterField( + model_name='registeration', + name='resume', + field=models.FileField(blank=True, null=True, storage=django.core.files.storage.FileSystemStorage(location=pathlib.PurePosixPath('/home/swastik/Desktop/ISTE/join.istenith.com/media')), upload_to='resumes/', validators=[forms.models.file_size, django.core.validators.FileExtensionValidator(allowed_extensions=['pdf', 'docx'])]), + ), + ] diff --git a/templates/base.html b/templates/base.html index d77d3b2..3300953 100644 --- a/templates/base.html +++ b/templates/base.html @@ -824,6 +824,9 @@ .card00 { padding-top: 30px } + .card-detail-custom{ + display: none; + } .card1 { border: none; @@ -831,7 +834,6 @@ } .card2 { - border-bottom: 1px solid #F5F5F5; margin-bottom: 25px } @@ -849,7 +851,15 @@ } #progressbar { - left: -25px + left: -80px; + top: -312px; + } + .prev{ + left: 12px; + top: -89px; + } + .h3-reg{ + margin-bottom:80px ; } } diff --git a/templates/index.html b/templates/index.html index 608de90..2313c6e 100644 --- a/templates/index.html +++ b/templates/index.html @@ -20,7 +20,7 @@

{{template.bran

Go Back

-

Registration

+

Registration

@@ -31,10 +31,12 @@

Registration

  • +
    Personal Details
    Skills
    About ISTE?
    CV Upload
    +