Skip to content

Commit

Permalink
resume update
Browse files Browse the repository at this point in the history
  • Loading branch information
Souvik06 committed Feb 14, 2023
1 parent be4246d commit 947ee52
Show file tree
Hide file tree
Showing 2 changed files with 163 additions and 32 deletions.
23 changes: 22 additions & 1 deletion Documents/resume.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
@import url('https://fonts.googleapis.com/css?family=Roboto');
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.2.1/css/all.css');
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.3.0/css/all.css');


html{
Expand Down Expand Up @@ -111,6 +111,27 @@ html,body,h1,h2,h3,h4,h5,h6 {
box-shadow:0 4px 10px 0 rgba(0,0,0,0.2),0 4px 20px 0 rgba(0,0,0,0.19)
}

.skills,.soft-skills,.certificates{
margin-bottom: 10px;
}

.skill-types{
margin: 0;
font-weight: bold;
}

.skill-names{
margin: 0;
}

.soft-skills span{
margin-bottom: 5px;
}

.certificate-name{
margin: 0;
}

.experience,.education{
margin-bottom: 25px;
}
Expand Down
172 changes: 141 additions & 31 deletions Documents/resume.html
Original file line number Diff line number Diff line change
Expand Up @@ -42,61 +42,171 @@ <h3>Souvik Chatterjee</h3>
<!-- End Contact Section -->
<hr>

<!-- Skill Section -->
<p class="large"><b><i class="fa fa-asterisk fa-fw margin-right text-teal"></i>Skills</b></p>
<table style="width: 100%">
<!-- Technical Skills Section -->
<p class="large"><b><i class="fa fa-gears fa-fw margin-right text-teal"></i>TECHNICAL SKILLS</b></p>
<table>
<tbody>
<tr>
<td style="width: 25%"><p>Java</p></td>
<td style="width: 75%">
<div class="light-grey round-xlarge small">
<div class="container center round-xlarge teal" style="width:80%">80%</div>
<td>
<div class="skills">
<p class="skill-types">Programming Languages:</p>
<p class="skill-names">Java, Python, C/C++</p>
</div>
</td>
</tr>
<tr>
<td style="width: 25%"><p>Python</p></td>
<td style="width: 75%">
<div class="light-grey round-xlarge small">
<div class="container center round-xlarge teal" style="width:80%">80%</div>
<td>
<div class="skills">
<p class="skill-types">Web Designing Languages:</p>
<p class="skill-names">HTML, CSS, JavaScript</p>
</div>
</td>
</tr>
<tr>
<td style="width: 25%"><p>HTML</p></td>
<td style="width: 75%">
<div class="light-grey round-xlarge small">
<div class="container center round-xlarge teal" style="width:60%">60%</div>
<td>
<div class="skills">
<p class="skill-types">Automation Framework:</p>
<p class="skill-names">Selenium with TestNG</p>
</div>
</td>
</tr>
<tr>
<td style="width: 25%"><p>JavaScript</p></td>
<td style="width: 75%">
<div class="light-grey round-xlarge small">
<div class="container center round-xlarge teal" style="width:30%">30%</div>
<td>
<div class="skills">
<p class="skill-types">Cloud Infrastructure:</p>
<p class="skill-names">Azure</p>
</div>
</td>
</td>
</tr>
<tr>
<td style="width: 25%"><p>CSS</p></td>
<td style="width: 75%">
<div class="light-grey round-xlarge small">
<div class="container center round-xlarge teal" style="width:30%">30%</div>
<td>
<div class="skills">
<p class="skill-types">Databases:</p>
<p class="skill-names">MySQL</p>
</div>
</td>
</tr>
<tr>
<td style="width: 25%"><p>C/C++</p></td>
<td style="width: 75%">
<div class="light-grey round-xlarge small">
<div class="container center round-xlarge teal" style="width:75%">75%</div>
<td>
<div class="skills">
<p class="skill-types">Testing:</p>
<p class="skill-names">Functional(Manual), Automation</p>
</div>
</td>
</tr>
<tr>
<td>
<div class="skills">
<p class="skill-types">Tools:</p>
<p class="skill-names">JIRA, Notion, Asana, Browser Stack</p>
</div>
</td>
</tr>
<tr>
<td>
<div class="skills">
<p class="skill-types">Products:</p>
<p class="skill-names">Shopify</p>
</div>
</td>
</tr>
</tbody>
</table>
<!-- End Technical Skills Section -->
<hr>

<!-- Soft Skills Section -->
<p class="large"><b><i class="fa fa-screwdriver-wrench fa-fw margin-right text-teal"></i>SOFT SKILLS</b></p>
<div class="soft-skills">
<span class="tag blue-grey round-xlarge">
Verbal and Written Communication
</span>
<span class="tag blue-grey round-xlarge">
Teamwork
</span>
<span class="tag blue-grey round-xlarge">
Time Management
</span>
<span class="tag blue-grey round-xlarge">
Flexibility
</span>
<span class="tag blue-grey round-xlarge">
Problem-solving
</span>
</div>
<!-- End Soft Skills Section -->
<hr>

<!-- Certification Section -->
<p class="large"><b><i class="fa fa-certificate fa-fw margin-right text-teal"></i>CERTIFICATIONS</b></p>
<table>
<tbody>
<tr>
<td>
<div class="certificates">
<p class="certificate-name">Microsoft Certified: Azure Administrator Associate <a class="fa-solid fa-arrow-up-right-from-square" href="https://www.credly.com/badges/983c116d-8376-4c31-8d67-578389f70b74/"></a></p>
</div>
</td>
</tr>
<tr>
<td>
<div class="certificates">
<p class="certificate-name">Microsoft Certified: Azure Fundamentals <a class="fa-solid fa-arrow-up-right-from-square" href="https://www.credly.com/badges/7e7a5f69-8585-46c2-8c4b-3fea0466c6cd/"></a></p>
</div>
</td>
</tr>
<tr>
<td>
<div class="certificates">
<p class="certificate-name">Python(Basic) from HackerRank <a class="fa-solid fa-arrow-up-right-from-square" href="https://www.hackerrank.com/certificates/95aca6839137"></a></p>
</div>
</td>
</tr>
<tr>
<td>
<div class="certificates">
<p class="certificate-name">SQL(Intermediate) from HackerRank <a class="fa-solid fa-arrow-up-right-from-square" href="https://www.hackerrank.com/certificates/09ea18867588"></a></p>
</div>
</td>
</tr>
<tr>
<td>
<div class="certificates">
<p class="certificate-name">SQL(Basic) from HackerRank <a class="fa-solid fa-arrow-up-right-from-square" href="https://www.hackerrank.com/certificates/7f8aea56e7c5"></a></p>
</div>
</td>
</tr>
<tr>
<td>
<div class="certificates">
<p class="certificate-name">Java(Basic) from HackerRank <a class="fa-solid fa-arrow-up-right-from-square" href="https://www.hackerrank.com/certificates/28cd2c73a7f1"></a></p>
</div>
</td>
</tr>
<tr>
<td>
<div class="certificates">
<p class="certificate-name">JavaScript(Basic) from HackerRank <a class="fa-solid fa-arrow-up-right-from-square" href="https://www.hackerrank.com/certificates/982ef1d40674"></a></p>
</div>
</td>
</tr>
<tr>
<td>
<div class="certificates">
<p class="certificate-name">C(Intermediate) from HackerRank <a class="fa-solid fa-arrow-up-right-from-square" href="https://www.hackerrank.com/certificates/faa5717d0f3a"></a></p>
</div>
</td>
</tr>
<tr>
<td>
<div class="certificates">
<p class="certificate-name">C(Basic) from HackerRank <a class="fa-solid fa-arrow-up-right-from-square" href="https://www.hackerrank.com/certificates/ec1713c64bfb"></a></p>
</div>
</td>
</tr>
</tbody>
</table>
<!-- End Skill Section -->
<!-- End Certification Section -->
<hr>

<!-- Language Section -->
Expand Down Expand Up @@ -142,7 +252,7 @@ <h3>Souvik Chatterjee</h3>
<div class="container card white margin-bottom">

<h2 class="text-grey padding-16">
<i class="fa fa-suitcase fa-fw margin-right xxlarge text-teal"></i>
<i class="fa fa-briefcase fa-fw margin-right xxlarge text-teal"></i>
Work Experience
</h2>

Expand Down Expand Up @@ -238,7 +348,7 @@ <h6 class="positionDuration text-grey">
<div class="container card white">

<h2 class="text-grey padding-16">
<i class="fa fa-book fa-fw margin-right xxlarge text-teal"></i>
<i class="fas fa-graduation-cap fa-fw margin-right xxlarge text-teal"></i>
Education
</h2>

Expand Down

0 comments on commit 947ee52

Please sign in to comment.