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