Skip to content

Commit a6a7030

Browse files
Merge pull request #2 from muhammadowaismushtaq/enhancement/ui-update
Replace the download CV button with view resume on another tab.
2 parents 001fca1 + 35cc0cc commit a6a7030

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

index.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -181,21 +181,21 @@ <h2 class="h3 section-title">Looking for Scalable, Production-Ready Software? I
181181
</p>
182182
<div class="btn-group">
183183
<a class="btn btn-secondary" href="#contact">Let’s Connect</a>
184-
<a class="btn btn-primary" download
185-
href="assets/resume/Resume%20-%20Muhammad%20Owais%20Mushtaq.pdf">Download CV</a>
184+
<a class="btn btn-primary"
185+
href="assets/resume/Resume%20-%20Muhammad%20Owais%20Mushtaq.pdf" target="_blank">Unlock My RÉSUMÉ</a>
186186
</div>
187187
</div>
188188
</section>
189189

190190
<section class="skills" id="skills">
191191
<div class="skills-content section-content">
192192
<p class="section-subtitle">My skills</p>
193-
<h2 class="h3 section-title">What My Programming Skills Included?</h2>
193+
<h2 class="h3 section-title">My Code-to-Cloud Engineering Ecosystem</h2>
194194
<p class="section-text">
195195
I build clean, intuitive, and responsive full-stack applications that help users and teams get
196196
things done efficiently.
197-
My work spans frontend and backend development, API design, automation, and cloud-native deployments
198-
all driven by Agile practices.
197+
My work spans frontend and backend development, API design,
198+
automation, and cloud-native deployments, all driven by Agile practices.
199199
</p>
200200
<div class="skills-toggle" data-toggle-box>
201201
<button class="toggle-btn active" data-toggle-btn>Tech</button>

0 commit comments

Comments
 (0)