Skip to content

Commit 7ac49f6

Browse files
authored
Update index.html
1 parent 043ca1c commit 7ac49f6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ <h1>About Me</h1>
7171
<script type="text/javascript">
7272
var domains = ["Software Development", "Web Designing", "Android Applications", "Machine Learning", "UI / UX Designing"];
7373
var icons = ["desktop", "code", "android", "user", "pencil"];
74-
var urls = ["swe.html", "web.html", "android.html", "ml.html", "uiux.html"];
74+
var urls = ["swe.html", "https://codepen.io/MuLx10/pens/showcase", "android.html", "ml.html", "uiux.html"];
7575
var ids = [3, 4, 2, 1, 3];
7676
for (let i = 0; i < domains.length; i++) {
7777
var dir = (ids[i] % 2 == 0) ? "Right" : "Left";
@@ -303,4 +303,4 @@ <h1>Contact Me</h1>
303303

304304
</body>
305305

306-
</html>
306+
</html>

0 commit comments

Comments
 (0)