Skip to content

Commit

Permalink
first commit
Browse files Browse the repository at this point in the history
  • Loading branch information
anjala-shetty committed Jan 25, 2024
1 parent 064df21 commit c87cd24
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 2 deletions.
9 changes: 7 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -60,15 +60,18 @@ <h1 class="sub-headings">EDUCATION</h1>
<i class='bx bx-briefcase design'></i>
<h1 class="sub-headings">EXPERIENCE</h1>
<p class="sub-title">Hr Intern |<span> KnowMerit</span></p>
<p class="paragraph"> May 2023 - July 2023 </p>
<p class="duration"> May 2023 - July 2023 </p>
<ul class="paragraph">
<li>Screening and calling the candidates </li>
<li>Scheduled interview for selected candidates</li>
<li>Updating the employee database</li>
</ul>
<ul class="paragraph">
<li>Took attendances and listing the demos</li>
<li>Sending offer letters to selected candidates</li>
<li>Sending scripts and scheduling training for selected candidates</li>
</ul>


</div>

Expand All @@ -80,8 +83,10 @@ <h1 class="sub-headings">Skills</h1>
<li>HTML & CSS</li>
<li>Bootstrap</li>
<li>JavaScript</li>
<li>Basic of Python</li>
</ul>
<ul class="paragraph">
<li>Ms Office</li>
<li>Basic of Python</li>
</ul>
</div>
<!-- activities -->
Expand Down
8 changes: 8 additions & 0 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -62,11 +62,19 @@
font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;

}

.duration{
color: gray;
font-size: 18px;
margin-left: 100px;
padding: 5px;
}
.paragraph{
color: gray;
font-size: 18px;
margin-left: 100px;
padding: 5px;
display: inline-block;
}
.sub-title{
color: purple;
Expand Down

0 comments on commit c87cd24

Please # to comment.