File tree Expand file tree Collapse file tree 4 files changed +18
-8
lines changed Expand file tree Collapse file tree 4 files changed +18
-8
lines changed Original file line number Diff line number Diff line change @@ -393,7 +393,7 @@ footer {
393
393
width : 180px ;
394
394
height : 180px ;
395
395
border-radius : var (--radius-full );
396
- animation : float 6s ease-in-out infinite;
396
+ /* animation: float 6s ease-in-out infinite; */
397
397
}
398
398
399
399
.profile-image {
Original file line number Diff line number Diff line change @@ -206,9 +206,10 @@ function initParticleAnimation() {
206
206
}
207
207
}
208
208
209
- /* / / Get particle color based on theme
209
+ // Get particle color based on theme
210
210
function getParticleColor ( ) {
211
- const darkColors = [
211
+ const darkColors = 0 ;
212
+ /* [
212
213
"#7c3aed",
213
214
"#a78bfa",
214
215
"#c4b5fd",
@@ -229,11 +230,11 @@ function initParticleAnimation() {
229
230
"#10b981",
230
231
"#ec4899",
231
232
"#f59e0b",
232
- ];
233
+ ]; */
233
234
234
235
const colors = isDarkMode ? darkColors : lightColors ;
235
236
return colors [ Math . floor ( Math . random ( ) * colors . length ) ] ;
236
- } */
237
+ }
237
238
238
239
// Track mouse position
239
240
document . addEventListener ( "mousemove" , ( e ) => {
Original file line number Diff line number Diff line change @@ -466,6 +466,7 @@ <h1>Muhammad S.A. Iqbal</h1>
466
466
</ div >
467
467
468
468
<!-- 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 >
470
471
</ body >
471
472
</ html >
Original file line number Diff line number Diff line change 146
146
< span class ="tooltip "> Toggle Theme</ span >
147
147
</ button >
148
148
</ div >
149
- < div class ="header-actions ">
149
+ <!-- < div class="header-actions">
150
150
<a
151
151
href="https://drive.google.com/file/d/1VqzirCncvWZc_5hgmu_1wl3zjYm-l2K1/view?usp=sharing"
152
152
class="download-resume"
155
155
>
156
156
<i class="fas fa-download"></i> Get Resume
157
157
</a>
158
- </ div >
158
+ </div> -->
159
159
</ header >
160
160
161
161
<!-- Table of Contents -->
@@ -181,6 +181,14 @@ <h1 class="resume-title">My Resume</h1>
181
181
< p class ="resume-subtitle ">
182
182
Professional Experience & Qualifications
183
183
</ 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 >
184
192
</ div >
185
193
186
194
<!-- Career Objective Section -->
You can’t perform that action at this time.
0 commit comments