Skip to content

Commit

Permalink
Update index.html (#4)
Browse files Browse the repository at this point in the history
* Update index.html

* Update styles.css (#5)
  • Loading branch information
lakhdeepjawandha authored Sep 25, 2024
1 parent c62809b commit ae26b53
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
1 change: 1 addition & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Lakhdeep Singh Jawandha - Senior iOS Software Engineer</title>
<a href="https://drive.google.com/file/d/1-6tQhaHrOGvk9xjNCAEykrdciDlOeRLf/view?usp=sharing" class="download-resume-button" download>Download Resume</a>
<link rel="stylesheet" href="styles.css">
</head>
<body>
Expand Down
13 changes: 13 additions & 0 deletions styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,19 @@ h1 {
font-weight: 700;
}

.download-resume-button {
display: inline-block;
margin-top: 10px;
padding: 10px 20px;
background-color: #001744;
color: white;
text-decoration: none;
border-radius: 5px;
font-size: 16px;
}
.download-resume-button:hover {
background-color: #0056b3;
}
.job-title {
font-size: 1.3em;
margin-bottom: 30px;
Expand Down

0 comments on commit ae26b53

Please sign in to comment.