Skip to content

Commit 9ef3d59

Browse files
committed
Compressed Images and changed formats
Fixed Darkmode button on chrome , minor changes
1 parent f4f09ea commit 9ef3d59

32 files changed

+350
-42
lines changed

images/about-icon.png

-10.9 KB
Binary file not shown.

images/about-icon.webp

3.77 KB
Binary file not shown.

images/contact-icon.png

-22.5 KB
Binary file not shown.

images/contact-icon.webp

7.13 KB
Binary file not shown.

images/django-logo.png

-17.5 KB
Binary file not shown.

images/django-logo.webp

4.31 KB
Binary file not shown.

images/fiverr-logo.png

-7.98 KB
Binary file not shown.

images/fiverr-logo.webp

3.05 KB
Binary file not shown.

images/home-icon.png

-6.11 KB
Binary file not shown.

images/home-icon.webp

3.11 KB
Binary file not shown.

images/instagram-logo.png

-3.49 KB
Binary file not shown.

images/instagram-logo.webp

1.15 KB
Binary file not shown.

images/mail-logo.png

-41.1 KB
Binary file not shown.

images/mail-logo.webp

3.14 KB
Binary file not shown.

images/moon-icon.png

-18.9 KB
Binary file not shown.

images/moon-icon.webp

1.3 KB
Binary file not shown.

images/php-logo.png

-18.8 KB
Binary file not shown.

images/php-logo.webp

3.09 KB
Binary file not shown.

images/projects-icon.png

-3.99 KB
Binary file not shown.

images/projects-icon.webp

542 Bytes
Binary file not shown.

images/python-logo.png

-9.49 KB
Binary file not shown.

images/python-logo.webp

1.33 KB
Binary file not shown.

images/sun-icon.png

-4.13 KB
Binary file not shown.

images/sun-icon.webp

620 Bytes
Binary file not shown.

images/telegram-logo.png

-8 KB
Binary file not shown.

images/telegram-logo.webp

1.47 KB
Binary file not shown.

images/twitter-logo.png

-6.85 KB
Binary file not shown.

images/twitter-logo.webp

1.72 KB
Binary file not shown.

index.html

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -3,28 +3,28 @@
33
<head>
44
<meta charset="UTF-8">
55
<meta name="viewport" content="width=device-width, initial-scale=1.0">
6-
<meta http-equiv="Cache-control" content="max-age=31536000">
7-
<link rel="stylesheet" href="./main.css" defer>
6+
<meta name="Description" content="Portfolio of Salman Shaikh(salmannotkhan) Python Dev Web Dev">
7+
<link rel="stylesheet" href="./main.css">
88
<title>Salman Shaikh's Portfolio</title>
99
</head>
1010
<body>
1111
<nav>
1212
<div id="button">
13-
<img src="images/moon-icon.png" alt="darkmode">
13+
<img src="images/moon-icon.webp" alt="darkmode">
1414
</div>
1515
<div class="links">
1616
<div class="active">&nbsp;</div>
1717
<a data-target="#home">
18-
<img src="images/home-icon.png" alt="home" height="20" width="20"><span>Home</span>
18+
<img src="images/home-icon.webp" alt="home" height="20" width="20"><span>Home</span>
1919
</a>
2020
<a data-target="#projects">
21-
<img src="images/projects-icon.png" alt="projects" height="20" width="20"><span>Projects</span>
21+
<img src="images/projects-icon.webp" alt="projects" height="20" width="20"><span>Projects</span>
2222
</a>
2323
<a data-target="#about">
24-
<img src="images/about-icon.png" alt="about" height="20" width="20"><span>About</span>
24+
<img src="images/about-icon.webp" alt="about" height="20" width="20"><span>About</span>
2525
</a>
2626
<a data-target="#contact">
27-
<img src="images/contact-icon.png" alt="contact" height="20" width="20"><span>Contact</span>
27+
<img src="images/contact-icon.webp" alt="contact" height="20" width="20"><span>Contact</span>
2828
</a>
2929
</div>
3030
</nav>
@@ -35,9 +35,9 @@ <h1>Hi, I'm Salman</h1>
3535
</div>
3636
<div id="projects">
3737
<div class="lang-logos">
38-
<img src="images/python-logo.png" alt="python">
39-
<img src="images/django-logo.png" alt="django">
40-
<img src="images/php-logo.png" alt="php">
38+
<img src="images/python-logo.webp" alt="python">
39+
<img src="images/django-logo.webp" alt="django">
40+
<img src="images/php-logo.webp" alt="php">
4141
</div>
4242
<div class="projects-list">
4343
<div class="project">
@@ -73,23 +73,23 @@ <h1>Hi, I'm Salman</h1>
7373
</div>
7474
<div id="contact">
7575
<a href="https://www.fiverr.com/ss131099">
76-
<img src="images/fiverr-logo.png" alt="fiverr" defer>
76+
<img src="images/fiverr-logo.webp" alt="fiverr">
7777
<div>Fiverr</div>
7878
</a>
7979
<a href="https://www.instagram.com/salman_not_khan">
80-
<img src="images/instagram-logo.png" alt="instagram" defer>
80+
<img src="images/instagram-logo.webp" alt="instagram">
8181
<div>Instagram</div>
8282
</a>
8383
<a href="https://www.twitter.com/salman_not_khan">
84-
<img src="images/twitter-logo.png" alt="twitter" defer>
84+
<img src="images/twitter-logo.webp" alt="twitter">
8585
<div>Twitter</div>
8686
</a>
8787
<a href="mailto:tony903212@gmail.com">
88-
<img src="images/mail-logo.png" alt="email" defer>
88+
<img src="images/mail-logo.webp" alt="email">
8989
<div>Mail</div>
9090
</a>
9191
<a href="https://t.me/salmannotkhan">
92-
<img src="images/telegram-logo.png" alt="telegram" defer>
92+
<img src="images/telegram-logo.webp" alt="telegram">
9393
<div>Telegram</div>
9494
</a>
9595
</div>

0 commit comments

Comments
 (0)