Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Portfolio1 #3

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 5 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
</head>

<body>
<!-- ------------------- HEADER ------------------- -->
<!--------------------- HEADER --------------------->
<header class="header" id="header">
<nav class="nav container">
<a href="#" class="nav__logo">My Portfolio</a>
Expand Down Expand Up @@ -175,12 +175,14 @@ <h2 class="section__title">About Me</h2>

<div>
<span class="about__info-title">Working</span>
<span class="about__info-name">.NET Developer </span>
<span class="about__info-name">.NET Developer @SDE </span>
</div>
</div>

<div class="about__buttons">
<a download="" href="img/Resume_Rakesh.pdf" class="button button--flex">
<!-- <a download="" href="img/Resume_Rakesh.pdf" class="button button--flex"> -->
<a download="" href="#" class="button button--flex">

Download CV<i class="uil uil-download-alt button__icon"></i>
</a>
</div>
Expand Down