Skip to content

Commit 14f913a

Browse files
committed
Added download Resume button
1 parent c4e609f commit 14f913a

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

downloadables/resume.pdf

122 KB
Binary file not shown.

index.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,7 @@ <h1 class="hero-greeting">
9494
<span class="hero-typing-prefix">I am </span>
9595
<span id="typed" class="hero-typed"></span>
9696
</div>
97+
<a href="downloadables/resume.pdf" class="btn btn-primary" download><i class="bi bi-download"></i> Resume</a>
9798
<a href="#contact" class="btn btn-primary">Hire Me</a>
9899
</div>
99100
<div class="hero-image-wrapper">
@@ -125,8 +126,8 @@ <h2 class="section-title">About Me</h2>
125126
I believe in writing clean, maintainable code and staying updated with the latest technologies in the rapidly evolving field of AI/ML.
126127
</p>
127128
<div class="about-buttons">
129+
<a href="downloadables/resume.pdf" class="btn btn-primary" download><i class="bi bi-download"></i> Resume</a>
128130
<a href="#contact" class="btn btn-primary">Hire Me</a>
129-
<a href="#" class="btn btn-secondary"><i class="bi bi-download"></i> Download Resume</a>
130131
</div>
131132
</div>
132133
<div class="about-image-container">

0 commit comments

Comments
 (0)