Skip to content

Commit 85fabec

Browse files
committed
(feat) updated
1 parent 10b42f9 commit 85fabec

File tree

4 files changed

+18
-8
lines changed

4 files changed

+18
-8
lines changed

assets/css/style.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -393,7 +393,7 @@ footer {
393393
width: 180px;
394394
height: 180px;
395395
border-radius: var(--radius-full);
396-
animation: float 6s ease-in-out infinite;
396+
/* animation: float 6s ease-in-out infinite; */
397397
}
398398

399399
.profile-image {

assets/js/utils/background.js

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -206,9 +206,10 @@ function initParticleAnimation() {
206206
}
207207
}
208208

209-
/* // Get particle color based on theme
209+
// Get particle color based on theme
210210
function getParticleColor() {
211-
const darkColors = [
211+
const darkColors = 0;
212+
/* [
212213
"#7c3aed",
213214
"#a78bfa",
214215
"#c4b5fd",
@@ -229,11 +230,11 @@ function initParticleAnimation() {
229230
"#10b981",
230231
"#ec4899",
231232
"#f59e0b",
232-
];
233+
]; */
233234

234235
const colors = isDarkMode ? darkColors : lightColors;
235236
return colors[Math.floor(Math.random() * colors.length)];
236-
} */
237+
}
237238

238239
// Track mouse position
239240
document.addEventListener("mousemove", (e) => {

index.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -466,6 +466,7 @@ <h1>Muhammad S.A. Iqbal</h1>
466466
</div>
467467

468468
<!-- JavaScript -->
469-
<script src="./assets/js/main.js"></script>
469+
<!-- <script src="./assets/js/main.js"></script> -->
470+
<script src="./assets/js/utils/background.js"></script>
470471
</body>
471472
</html>

pages/resume.html

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@
146146
<span class="tooltip">Toggle Theme</span>
147147
</button>
148148
</div>
149-
<div class="header-actions">
149+
<!-- <div class="header-actions">
150150
<a
151151
href="https://drive.google.com/file/d/1VqzirCncvWZc_5hgmu_1wl3zjYm-l2K1/view?usp=sharing"
152152
class="download-resume"
@@ -155,7 +155,7 @@
155155
>
156156
<i class="fas fa-download"></i> Get Resume
157157
</a>
158-
</div>
158+
</div> -->
159159
</header>
160160

161161
<!-- Table of Contents -->
@@ -181,6 +181,14 @@ <h1 class="resume-title">My Resume</h1>
181181
<p class="resume-subtitle">
182182
Professional Experience & Qualifications
183183
</p>
184+
<a
185+
href="https://drive.google.com/file/d/1VqzirCncvWZc_5hgmu_1wl3zjYm-l2K1/view?usp=sharing"
186+
class="download-resume"
187+
target="_blank"
188+
rel="noopener noreferrer"
189+
>
190+
<i class="fas fa-download"></i> Get Resume
191+
</a>
184192
</div>
185193

186194
<!-- Career Objective Section -->

0 commit comments

Comments
 (0)