diff --git a/templates/kwoc/mentor_inactivity.html b/templates/kwoc/mentor_inactivity.html new file mode 100644 index 0000000..be12012 --- /dev/null +++ b/templates/kwoc/mentor_inactivity.html @@ -0,0 +1,13 @@ +Urgent: Action Needed - Mentor Inactivity at Kharagpur Winter of Code {year} + +
Dear {name},
+ +We are writing to express our concern regarding your recent inactivity as a mentor for the {project_name} project. We understand that unforeseen circumstances can arise, but your absence has unfortunately impacted the project's progress and affected the student's learning experience.
+ +Therefore, we kindly request your immediate attention to the following: +
We look forward to your prompt response and a positive resolution to this matter. Should you have any questions or require any assistance, please do not hesitate to reach out to us.
diff --git a/templates/kwoc/registration_begins.html b/templates/kwoc/registration_begins.html new file mode 100644 index 0000000..d499f8b --- /dev/null +++ b/templates/kwoc/registration_begins.html @@ -0,0 +1,49 @@ +KWoC {year} Registrations has begun! + +Dear {name},
+ ++ Buckle up for your next amazing development journey as KOSS unveils KWoC {year}. + As a past participant of KWoC, we are reaching out to you with great excitement and enthusiasm to invite you to join this year's edition of Kharagpur Winter of Code {year} an incredible opportunity to deepen your involvement in open source collaboration and take your programming skills to new heights. +
+ ++
Explore the World of Open Source:
+Master Git and GitHub:
+Guided Contributions with Mentors:
+Build a Stunning Portfolio:
++
If you're ready to amplify your coding journey and explore the world of open source, visit our website here for more details and the Registration process.
+We believe that your passion for open source and past experience make you the perfect candidate to thrive in KWoC {year}. Join us in making this winter a season of growth, collaboration, and rewarding experiences.
+Looking forward to having you on board for KWoC {year}!
+ diff --git a/templates/variable_mappings.py b/templates/variable_mappings.py index 32a6dab..2182226 100644 --- a/templates/variable_mappings.py +++ b/templates/variable_mappings.py @@ -6,7 +6,7 @@ variable_column_mapping = { "name": ["Name", "Name ", " Name", " Name ", "name", "name", " name", " name "], "taskURL": ["Tentative Task that you want to allot"], - "email": ["Email", "Email ", " Email", " Email " "email", "email ", " email", " email " "Email Address", "Email address"], + "email": ["Email", "Email ", " Email", " Email ", "email", "email ", " email", " email ", "Email Address", "Email address"], "project_link": ["project_link"], "project_name": ["project_name"], "rejection_reason": ["rejection_reason"]