File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 {
Original file line number Diff line number Diff 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 ) => {
Original file line number Diff line number Diff 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 >
Original file line number Diff line number Diff line change 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"
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 -->
You can’t perform that action at this time.
0 commit comments