Skip to content

Commit

Permalink
Add favicon and logo
Browse files Browse the repository at this point in the history
  • Loading branch information
methminug committed Apr 23, 2024
1 parent 14b969d commit 3a02fae
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 4 deletions.
Binary file added android-chrome-192x192.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added android-chrome-512x512.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added apple-touch-icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added favicon-16x16.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added favicon-32x32.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added favicon.ico
Binary file not shown.
Binary file added images/jsonx.webp
Binary file not shown.
12 changes: 8 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,12 @@
property="og:title"
content="JSON X - Visualize, Parse and Format JSON"
/>
<meta property="og:type" content="website" />
<meta property="og:url" content="http://sithum.online/json_x/" />
<link rel="icon" href="favicon.png" />
<meta property="og:type" content="website" />
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png" />
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png" />
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png" />
<link rel="manifest" href="/site.webmanifest" />
<link rel="stylesheet" href="css/style.css" />
<link href="css/bootstrap.min.css" rel="stylesheet" />
</head>
Expand All @@ -24,7 +27,7 @@
<a class="navbar-brand" href="#"
><img
id="nav-logo"
src="images/jsonx.svg"
src="images/jsonx.webp"
alt="JSON visualizer, parser and formatter."
/></a>
<button
Expand Down Expand Up @@ -85,8 +88,9 @@
</svg>
<p>with</p>
<img
src="images/jsonx.svg"
src="images/jsonx.webp"
alt="JSON visualizer, parser and formatter."
width="300"
/>
</section>
<section id="features" class="container px-4">
Expand Down
1 change: 1 addition & 0 deletions site.webmanifest
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"name":"","short_name":"","icons":[{"src":"/android-chrome-192x192.png","sizes":"192x192","type":"image/png"},{"src":"/android-chrome-512x512.png","sizes":"512x512","type":"image/png"}],"theme_color":"#ffffff","background_color":"#ffffff","display":"standalone"}

0 comments on commit 3a02fae

Please sign in to comment.