Skip to content

Commit b92b4da

Browse files
committed
Cosmetic
1 parent 961a58b commit b92b4da

3 files changed

Lines changed: 15 additions & 16 deletions

File tree

-1.23 KB
Binary file not shown.

projects/cv_generator/src/generateCV.py

Lines changed: 2 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ def footer(mail, name, gen_time):
1616
return \
1717
'''
1818
<footer>
19-
<p align="middle">The html/pdf is generated by python project hosted on \
19+
<p align="middle">The html/pdf is generated by my python project hosted on \
2020
<a href="https://github.com/Kalinga/pythonLearning/tree/master/projects/cv_generator">GitHub</a> at {2}
2121
</p>
2222
<!--p align="middle">Contact \
@@ -312,19 +312,6 @@ def skeleton():
312312

313313
f.write(message)
314314

315-
def mailBody():
316-
'''
317-
Hello,
318-
319-
Please find the attached Profile matching the advertised job along with the cover letter.
320-
321-
The most recent profile can be found at: https://github.com/Kalinga/pythonLearning/blob/master/projects/cv_generator/cv/KALINGA_RAY_2017.pdf
322-
323-
Best Regards,
324-
Kalinga
325-
'''
326-
327-
328315
def mycover(manager_name, company_name):
329316
hiring_manager = manager_name if manager_name else "Hiring Manager"
330317
org_name = company_name if company_name else "Organisation"
@@ -369,7 +356,7 @@ def mycover(manager_name, company_name):
369356
def myAddress():
370357
return '''
371358
Kalinga Bhusan Ray <br>
372-
#1, Kamakshya Nilaya <br>
359+
#1, Kamakshi Nilaya <br>
373360
1st Cross, 3rd Main Road <br>
374361
Pukhraj Layout, Adugodi <br>
375362
Bangalore, Karnataka, India <br>

projects/cv_generator/src/input.py

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,16 @@
1414
company_long_name = ''
1515
company_address = ''
1616
company_zip_town = ''
17-
company_state_country = ''
17+
company_state_country = ''
18+
19+
def mailBody():
20+
'''
21+
Hello,
22+
23+
Please find the attached Profile matching the advertised job along with the cover letter.
24+
25+
The most recent profile can be found at: https://github.com/Kalinga/pythonLearning/blob/master/projects/cv_generator/cv/KALINGA_RAY_2017.pdf
26+
27+
Best Regards,
28+
Kalinga
29+
'''

0 commit comments

Comments
 (0)