Skip to content

Commit 554ebda

Browse files
committed
Refine Cover Letter
1 parent a5e8f34 commit 554ebda

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

projects/cv_generator/src/generateCV.py

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -303,22 +303,23 @@ def mycover(manager_name, company_name):
303303
<p> Dear {0},<br><br>
304304
&nbsp;&nbsp;&nbsp;&nbsp;I found you are in search for a dynamic and highly motivated Software Engineer for
305305
your company. The job description is so exciting and very much closely matching my experience and ambitions.
306-
With around 10 years of experience in IT, i am confident that i can step in and make immediate contribution
307-
to the project and valuable contribution to {1}'s continued success.<p>
306+
With around 10 years of experience in IT, I am confident that I can step in and make immediate contribution
307+
to the project and valuable contribution to {1}'s continued success.</p>
308308
309309
<p>&nbsp;&nbsp;&nbsp;&nbsp;As a software engineer at {1}, I can collaborate closely with Customers,
310310
and help junior team members with my knowledge and experience. In addition, I consider myself a flexible,
311311
always wanted to take responsibility, take ownership of core components. I consider myself a quick learner
312-
and have motivation towards learning new technologies and apply them in solving real world problems.<p>
312+
and have motivation towards learning new technologies and apply them in solving real world problems.</p>
313313
314314
<p>&nbsp;&nbsp;&nbsp;&nbsp;I look forward to discuss further on details of this position. In the meantime,
315315
please take a look at my resume attached. Please feel free to contact for additional information
316316
required if any.
317-
<p><br>
318-
317+
</p><br><br>
318+
<p>Thank you for your time.</p><br><br>
319319
<p>Mit freundlichen Grüßen / Best regards,<br>
320320
Kalinga Bhusan Ray<br>
321-
+917795346374<br>
321+
+91 7795346374<br>
322+
322323
</p>
323324
324325
'''.format(hiring_manager, org_name).encode("utf-8")
@@ -347,7 +348,7 @@ def skeleton():
347348
f.write(message)
348349

349350
manager_name = ''
350-
company_name = ""
351+
company_name = "DIS AG"
351352

352353
def mailBody():
353354
'''

0 commit comments

Comments
 (0)