From 4904d93a1b84b1b4a2213e93b62f168e34962bbc Mon Sep 17 00:00:00 2001 From: karthik mv Date: Mon, 25 Apr 2022 13:35:27 +0530 Subject: [PATCH] added two templates: (#105) - notify students on new opening - reminder for them. --- .../notify_students_new_opening.html | 85 +++++++++++++++++++ .../templates/students_opening_reminder.html | 75 ++++++++++++++++ 2 files changed, 160 insertions(+) create mode 100644 CDC_Backend/templates/notify_students_new_opening.html create mode 100644 CDC_Backend/templates/students_opening_reminder.html diff --git a/CDC_Backend/templates/notify_students_new_opening.html b/CDC_Backend/templates/notify_students_new_opening.html new file mode 100644 index 0000000..96d4e64 --- /dev/null +++ b/CDC_Backend/templates/notify_students_new_opening.html @@ -0,0 +1,85 @@ + + + + + + + + + + + + + + + + + + +
+ + + + + + + + + + +
+ +
+ + + + + +
+

{{opening_type}} Opportunity at {{company_name}}

+

+ Greetings of the day. Hope you are fine and doing well ! +

+

+ CDC is excited to announce that {{company_name}} is interested in recruiting {{designation}} from IIT Dharwad. + More details can be found in the CDC-webportal. +

+ +

+ Interested students can apply before {{deadline}} in the CDC-webportal. +

+
+
+ + + + + + + +
+

+ ® CDC,IIT Dharwad,2022
+

+
+
+
+ + \ No newline at end of file diff --git a/CDC_Backend/templates/students_opening_reminder.html b/CDC_Backend/templates/students_opening_reminder.html new file mode 100644 index 0000000..e6fa9ed --- /dev/null +++ b/CDC_Backend/templates/students_opening_reminder.html @@ -0,0 +1,75 @@ + + + + + + + + + + + + + + + + + + +
+ + + + + + + + + + +
+ +
+ + + + + +
+

{{opening_type}} Opportunity at {{company_name}}

+

+ Gentle reminder for the same. + Interested students can apply before {{deadline}} in the CDC-webportal. +

+
+
+ + + + +
+

+ ® CDC,IIT Dharwad,2022
+

+
+
+
+ + \ No newline at end of file