Skip to content

Commit

Permalink
feat: change all image to webp
Browse files Browse the repository at this point in the history
  • Loading branch information
tuanngocptn committed Dec 19, 2024
1 parent 7ea1253 commit 37fa2bd
Show file tree
Hide file tree
Showing 9 changed files with 7 additions and 7 deletions.
Binary file added assets/webp/buy-me-a-coffee.webp
Binary file not shown.
Binary file added assets/webp/github.webp
Binary file not shown.
Binary file added assets/webp/npm.webp
Binary file not shown.
Binary file added assets/webp/nport-logo-dark.webp
Binary file not shown.
Binary file added assets/webp/nport-logo-light.webp
Binary file not shown.
Binary file added assets/webp/nport-logo.webp
Binary file not shown.
Binary file added assets/webp/nport-site.webp
Binary file not shown.
12 changes: 6 additions & 6 deletions home.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@
<meta property="og:url" content="https://nport.link/" />
<meta property="og:title" content="NPort - Local Tunnel Made Easy" />
<meta property="og:description" content="A tool that tunnels HTTP(s) connections straightforward access to localhost via public URLs" />
<meta property="og:image" content="https://nport.link/assets/imgs/nport-site.png" />
<meta property="og:image" content="https://nport.link/assets/webp/nport-site.webp" />

<!-- Twitter -->
<meta property="twitter:card" content="summary_large_image" />
<meta property="twitter:url" content="https://nport.link/" />
<meta property="twitter:title" content="NPort - Local Tunnel Made Easy" />
<meta property="twitter:description" content="A tool that tunnels HTTP(s) connections straightforward access to localhost via public URLs" />
<meta property="twitter:image" content="https://nport.link/assets/imgs/nport-site.png" />
<meta property="twitter:image" content="https://nport.link/assets/webp/nport-site.webp" />

<!-- Favicon -->
<link rel="apple-touch-icon" sizes="180x180" href="https://nport.link/assets/favicon_io/apple-touch-icon.png" />
Expand All @@ -35,7 +35,7 @@
<body>
<a href="https://nport.link" class="logo">
<img
src="./assets/imgs/nport-logo-dark.png"
src="./assets/webp/nport-logo-dark.webp"
alt="NPort logo"
height="30"
width="30"
Expand All @@ -55,19 +55,19 @@
target="_blank"
class="button github"
>
<img src="./assets/imgs/github.png" alt="Github NPort" />
<img src="./assets/webp/github.webp" alt="Github NPort" />
<span>GitHub</span>
</a>
<a
href="https://www.npmjs.com/package/nport"
target="_blank"
class="button npm"
>
<img src="./assets/imgs/npm.png" alt="NPM NPort" />
<img src="./assets/webp/npm.webp" alt="NPM NPort" />
<span>npm</span>
</a>
<a href="https://buymeacoffee.com/tuanngocptn" target="_blank" class="coffee-button">
<img src="./assets/imgs/buy-me-a-coffee.png" alt="Coffee cup icon" height="24" width="18">
<img src="./assets/webp/buy-me-a-coffee.webp" alt="Coffee cup icon" height="24" width="18">
<span class="desktop-text">Buy me a coffee</span>
<span class="mobile-text">Coffee</span>
</a>
Expand Down
2 changes: 1 addition & 1 deletion index.html

Large diffs are not rendered by default.

0 comments on commit 37fa2bd

Please sign in to comment.