Skip to content

Commit

Permalink
almost done
Browse files Browse the repository at this point in the history
  • Loading branch information
khanm206 committed Jan 7, 2024
1 parent a434f25 commit 9f994e0
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
8 changes: 8 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -122,12 +122,14 @@ <h4 class="resume-item-sub-title">Harvard University / 2015 - 2017</h4>
to any of the 1500+ FontAwesome 5 free icons available. Aenean commodo ligula eget dolor.
</p>
</div>
<hr>
<div class="resume-item">
<h3 class="resume-item-title">Master in Computer Engineering</h3>
<h4 class="resume-item-sub-title">Harvard University / 2015 - 2017</h4>
<p class="resume-text">List skill/technologies here. You can change the icon above
to any of the 1500+ FontAwesome 5 free icons available. Aenean commodo ligula eget dolor.</p>
</div>
<hr>
<div class="resume-item">
<h3 class="resume-item-title">Master in Computer Engineering</h3>
<h4 class="resume-item-sub-title">Harvard University / 2015 - 2017</h4>
Expand All @@ -145,12 +147,14 @@ <h4 class="resume-item-sub-title">Apple Inc / 2020 - Current</h4>
<p class="resume-text">List skill/technologies here. You can change the icon above
to any of the 1500+ FontAwesome 5 free icons available. Aenean commodo ligula eget dolor.</p>
</div>
<hr>
<div class="resume-item">
<h3 class="resume-item-title">Jr. Font End Developer</h3>
<h4 class="resume-item-sub-title">Dribbble Inc / 2018 - 2022</h4>
<p class="resume-text">List skill/technologies here. You can change the icon above
to any of the 1500+ FontAwesome 5 free icons available. Aenean commodo ligula eget dolor.</p>
</div>
<hr>
<div class="resume-item">
<h3 class="resume-item-title">HTML Developer</h3>
<h4 class="resume-item-sub-title">Adobe Inc / 2017 - 2018</h4>
Expand All @@ -159,6 +163,10 @@ <h4 class="resume-item-sub-title">Adobe Inc / 2017 - 2018</h4>
</div>

</div>
</div>
<div class="download-cv">
<button class="primary-button">Download CV</button>
</div>
</section>

</main>
Expand Down
10 changes: 9 additions & 1 deletion styles/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -208,5 +208,13 @@ main section {
font-weight: 700;
}
.resume-item{
margin-bottom: 50px;
/* margin-bottom: 50px; */
}
.resume-container hr{
margin: 30px;
}
.download-cv{
text-align: center;
margin-top: 50px;
margin-bottom: 100px;
}

0 comments on commit 9f994e0

Please sign in to comment.