diff --git a/CDC_Backend.zip b/CDC_Backend.zip deleted file mode 100644 index c170b6a..0000000 Binary files a/CDC_Backend.zip and /dev/null differ diff --git a/CDC_Backend/templates/company_email_verification.html b/CDC_Backend/templates/company_email_verification.html index 035f21e..9c12f7e 100644 --- a/CDC_Backend/templates/company_email_verification.html +++ b/CDC_Backend/templates/company_email_verification.html @@ -1,90 +1,137 @@ - + - - + Email Template - - + + - - - - - -
- - - - - - - - - - -
- -
- - - - - - - -
- -

- We have received your {{opening_type}} Notification for {{ designation }}. Kindly verify your email by clicking here. -

-
- - - - -
- - -
-
-
- - - - - - - -
-

- ® CDC,IIT Dharwad,2021
-

-
-
-
+ +
+ + + + + +
- \ No newline at end of file + diff --git a/CDC_Backend/templates/company_jnf_response.html b/CDC_Backend/templates/company_jnf_response.html index 7a145ed..9c12dd7 100644 --- a/CDC_Backend/templates/company_jnf_response.html +++ b/CDC_Backend/templates/company_jnf_response.html @@ -5,69 +5,188 @@ - Document + Notification - + -
cdc logo
-

{{type}} Notification Form Response

- - {% for key, value in data.items %} - - - - - {% endfor %} -
- {{ key }} - - {% if 'list' in value.type %} +
-

In case of any descripency regarding above details, please contact cdc@iitdh.ac.in +

+
+ Notification Logo +

{{type}} Notification Form Response

+

+ + + + + + + + + {% for key, value in data.items %} + + + + + {% endfor %} + +
KeyValue
{{ key }} + {% if 'list' in value.type %} +
    + {% for item in value.details %} +
  • + {% if 'link' in value.type and value.link %} + {{ item|slice:"16:" }} + {% elif 'link' in value.type %} + {{ item }} + {% else %} + {{ item }} + {% endif %} +
  • + {% endfor %} +
+ {% else %} + {% if 'link' in value.type %} + {{ value.details }} + {% else %} + {{ value }} + {% endif %} + {% endif %} +
+ In case of any discrepancy regarding the above details, please contact cdc@iitdh.ac.in. +

+
+
-

+ + + + diff --git a/CDC_Backend/templates/company_opening_submitted.html b/CDC_Backend/templates/company_opening_submitted.html index c19374a..669449d 100644 --- a/CDC_Backend/templates/company_opening_submitted.html +++ b/CDC_Backend/templates/company_opening_submitted.html @@ -18,118 +18,146 @@ - - - -
- - - - - -
- -
- - -
-

Thank You for filling the form

-

- We have received your {{ opening_type }} notification for a - {{ designation }} offer at - {{ company_name }}. -

-

- We will keep you informed with the updates. If you have any queries, please - feel to - write to - cdc@iitdh.ac.in -

- - {% for key, value in data.items %} - - - - + +
- {{ key }} - - {% if 'list' in value.type %} - - {% for item in value.details %} -
  • - {% if 'link' in value.type and value.link %} - {{ item }} - {% elif 'link' in value.type %} - {{ item }} - {% else %} - {{ item }} - {% endif %} -
  • - {% endfor %} - {% else %} - {% if 'link' in value.type %} - {{ value.details }} - {% else %} - {{ value }} - {% endif %} - {% endif %} - -
    + + + + + - \ No newline at end of file + diff --git a/CDC_Backend/templates/image.png b/CDC_Backend/templates/image.png deleted file mode 100644 index ce9d82e..0000000 Binary files a/CDC_Backend/templates/image.png and /dev/null differ diff --git a/CDC_Backend/templates/images/Approved.png b/CDC_Backend/templates/images/Approved.png new file mode 100644 index 0000000..8b04467 Binary files /dev/null and b/CDC_Backend/templates/images/Approved.png differ diff --git a/CDC_Backend/templates/images/CDC-Logo.png b/CDC_Backend/templates/images/CDC-Logo.png new file mode 100644 index 0000000..8601f68 Binary files /dev/null and b/CDC_Backend/templates/images/CDC-Logo.png differ diff --git a/CDC_Backend/templates/images/Confirmed.png b/CDC_Backend/templates/images/Confirmed.png new file mode 100644 index 0000000..2cf7d4e Binary files /dev/null and b/CDC_Backend/templates/images/Confirmed.png differ diff --git a/CDC_Backend/templates/images/Instagram_icon.png b/CDC_Backend/templates/images/Instagram_icon.png new file mode 100644 index 0000000..61c75cb Binary files /dev/null and b/CDC_Backend/templates/images/Instagram_icon.png differ diff --git a/CDC_Backend/templates/images/LinkedIn_logo_initials.png b/CDC_Backend/templates/images/LinkedIn_logo_initials.png new file mode 100644 index 0000000..f00664f Binary files /dev/null and b/CDC_Backend/templates/images/LinkedIn_logo_initials.png differ diff --git a/CDC_Backend/templates/images/Rejected.png b/CDC_Backend/templates/images/Rejected.png new file mode 100644 index 0000000..ee3a79c Binary files /dev/null and b/CDC_Backend/templates/images/Rejected.png differ diff --git a/CDC_Backend/templates/images/email_2058176.png b/CDC_Backend/templates/images/email_2058176.png new file mode 100644 index 0000000..83318e5 Binary files /dev/null and b/CDC_Backend/templates/images/email_2058176.png differ diff --git a/CDC_Backend/templates/images/image3.jpg b/CDC_Backend/templates/images/image3.jpg new file mode 100644 index 0000000..5d4bd9e Binary files /dev/null and b/CDC_Backend/templates/images/image3.jpg differ diff --git a/CDC_Backend/templates/images/message.png b/CDC_Backend/templates/images/message.png new file mode 100644 index 0000000..de30dbf Binary files /dev/null and b/CDC_Backend/templates/images/message.png differ diff --git a/CDC_Backend/templates/images/mobile.png b/CDC_Backend/templates/images/mobile.png new file mode 100644 index 0000000..169c3d3 Binary files /dev/null and b/CDC_Backend/templates/images/mobile.png differ diff --git a/CDC_Backend/templates/images/notification.png b/CDC_Backend/templates/images/notification.png new file mode 100644 index 0000000..df84a49 Binary files /dev/null and b/CDC_Backend/templates/images/notification.png differ diff --git a/CDC_Backend/templates/images/reminder.png b/CDC_Backend/templates/images/reminder.png new file mode 100644 index 0000000..fd6925c Binary files /dev/null and b/CDC_Backend/templates/images/reminder.png differ diff --git a/CDC_Backend/templates/images/tracking.png b/CDC_Backend/templates/images/tracking.png new file mode 100644 index 0000000..5f71443 Binary files /dev/null and b/CDC_Backend/templates/images/tracking.png differ diff --git a/CDC_Backend/templates/images/twitter.png b/CDC_Backend/templates/images/twitter.png new file mode 100644 index 0000000..ec84b19 Binary files /dev/null and b/CDC_Backend/templates/images/twitter.png differ diff --git a/CDC_Backend/templates/notify_students_new_opening.html b/CDC_Backend/templates/notify_students_new_opening.html index 2b5e98b..6a18c88 100644 --- a/CDC_Backend/templates/notify_students_new_opening.html +++ b/CDC_Backend/templates/notify_students_new_opening.html @@ -18,70 +18,133 @@ - - + +
    - - - + \ No newline at end of file diff --git a/CDC_Backend/templates/reps_issue_submitted.html b/CDC_Backend/templates/reps_issue_submitted.html index 48fcc86..403651c 100644 --- a/CDC_Backend/templates/reps_issue_submitted.html +++ b/CDC_Backend/templates/reps_issue_submitted.html @@ -18,100 +18,145 @@ - - + +
    - - - + \ No newline at end of file diff --git a/CDC_Backend/templates/student_application_status_not_selected.html b/CDC_Backend/templates/student_application_status_not_selected.html index d56fd84..25cde2b 100644 --- a/CDC_Backend/templates/student_application_status_not_selected.html +++ b/CDC_Backend/templates/student_application_status_not_selected.html @@ -18,69 +18,126 @@ - - + +
    - - - + diff --git a/CDC_Backend/templates/student_application_status_selected.html b/CDC_Backend/templates/student_application_status_selected.html index 806dfe3..1527263 100644 --- a/CDC_Backend/templates/student_application_status_selected.html +++ b/CDC_Backend/templates/student_application_status_selected.html @@ -18,68 +18,122 @@ - - + +
    - - - + diff --git a/CDC_Backend/templates/student_application_submitted.html b/CDC_Backend/templates/student_application_submitted.html index 68a9e26..4e0401b 100644 --- a/CDC_Backend/templates/student_application_submitted.html +++ b/CDC_Backend/templates/student_application_submitted.html @@ -18,101 +18,146 @@ - - + +
    - - - + \ No newline at end of file diff --git a/CDC_Backend/templates/student_application_updated.html b/CDC_Backend/templates/student_application_updated.html index 2cb0246..1ba043f 100644 --- a/CDC_Backend/templates/student_application_updated.html +++ b/CDC_Backend/templates/student_application_updated.html @@ -18,107 +18,152 @@ - - + +
    - - - + \ No newline at end of file diff --git a/CDC_Backend/templates/student_issue_submitted.html b/CDC_Backend/templates/student_issue_submitted.html index 8ea16d2..d03e919 100644 --- a/CDC_Backend/templates/student_issue_submitted.html +++ b/CDC_Backend/templates/student_issue_submitted.html @@ -18,101 +18,145 @@ - - + +
    - - - + \ No newline at end of file diff --git a/CDC_Backend/templates/students_opening_reminder.html b/CDC_Backend/templates/students_opening_reminder.html index dd0b9d2..e605a36 100644 --- a/CDC_Backend/templates/students_opening_reminder.html +++ b/CDC_Backend/templates/students_opening_reminder.html @@ -18,60 +18,128 @@ - - - - - -
    - + +
    - - - - - - - -
    + \ No newline at end of file