From b486e9071a59bbe705c1b0dadf534acd9581e417 Mon Sep 17 00:00:00 2001 From: Soumili1818 <74952491+Soumili1818@users.noreply.github.com> Date: Wed, 13 Oct 2021 10:23:50 +0530 Subject: [PATCH 1/2] Create BIOTEMPLATE.html --- template/SOUMILI TAPADAR/BIOTEMPLATE.html | 133 ++++++++++++++++++++++ 1 file changed, 133 insertions(+) create mode 100644 template/SOUMILI TAPADAR/BIOTEMPLATE.html diff --git a/template/SOUMILI TAPADAR/BIOTEMPLATE.html b/template/SOUMILI TAPADAR/BIOTEMPLATE.html new file mode 100644 index 0000000..9082dee --- /dev/null +++ b/template/SOUMILI TAPADAR/BIOTEMPLATE.html @@ -0,0 +1,133 @@ + + + + + + + +
+
+
+

CV Highlights

+

+

+

+

Professional Experience

+

Wingify Software Pvt Ltd

+

Support Engineer (Technical Support)

+

Job Responsbilities

+

+

+

+

Educational Qualifications

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
QualificationBoardPercentage / GradesYear
S.S.CG.S.E.B India75.57%2004
............
G......A Grade...
B.Sc. (Hons) - Applied AccountingOxford Brookes University2:1 – Upper Second Class Honours2012
Chartered Accounting - ACCAACCA Glasgow, UKPassed (1st Attempt)2013
+

Independent Courses

+

+

+

Technical Skills

+

+

+

+

Certifications / Awards:

+

+

+

+

Personal Information:

+

+

+

+

Other Information

+

+

+

+

Declaration

+

+ I hereby declare that the details furnished above are true and correct to the best of my knowledge and belief.

+
+ + + From 2d1ccd0a2f0cdae6d349b63f500726aaf312ff61 Mon Sep 17 00:00:00 2001 From: Soumili1818 <74952491+Soumili1818@users.noreply.github.com> Date: Wed, 13 Oct 2021 10:24:29 +0530 Subject: [PATCH 2/2] Create biotemplate.css --- template/SOUMILI TAPADAR/biotemplate.css | 120 +++++++++++++++++++++++ 1 file changed, 120 insertions(+) create mode 100644 template/SOUMILI TAPADAR/biotemplate.css diff --git a/template/SOUMILI TAPADAR/biotemplate.css b/template/SOUMILI TAPADAR/biotemplate.css new file mode 100644 index 0000000..5c5f40c --- /dev/null +++ b/template/SOUMILI TAPADAR/biotemplate.css @@ -0,0 +1,120 @@ +div +{a + border-radius: 5px; + } +#header +{ + position: fixed; + z-index: 1; + height:40px; + width: 98%; + background-color: #668284; + margin-bottom: 10px + } + +#name { + float:left; + margin-left: 20px; + padding-bottom: 10px; + font-size: 16px; + font-family: Verdana, sans-serif; + color: #ffffff; +} + +#email{ + float:right; + margin-right: 20px; + padding-bottom: 10px; + font-size: 16px; + font-family: Verdana, sans-serif; + color: #ffffff; +} + +#contact +{ + margin-left:45%; + padding-bottom: 10px; + font-size: 16px; + font-family: Verdana, sans-serif; + color: #ffffff; + } + +a:hover { + font-weight: bold; +} + +.right +{ + float: left; + margin-top: 50px; + padding-left:5px; + /*margin-right: -10px; + margin-left: 14%;*/ + height: auto; + width: 99%; + background-color: #E3EDD8; + } + +/*.left +{ + float: left; + margin-top: 50px; + /*margin-right: -90px; + height: relative; + width: 10%; + background-color: #4160E8; + }*/ + +#footer +{ + height:40px; + clear:both; + position: relative; + background-color: #C1E3E1; + } + +h3 +{ + text-decoration: underline; + } + +#job-responsibilities +{ + padding: 1px; + } +.job-title +{ + font-weight: bold; + } +table +{ + border: 1px dashed black; + } +td +{ + padding: 2px; + border: 1px solid #E88741; + } + +#course-name +{ + font-weight:bold; + } + +#company-name +{ + height:2px; + text-decoration:underline; + } +#job-title +{ + height: 5px; + } +.job-duration +{ + float:right; + } +#heading +{ + font-weight:bold; + }