Skip to content

Commit 3379126

Browse files
Organize favicons
1 parent ab6634d commit 3379126

15 files changed

+38
-61
lines changed
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

index.html

+15-8
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,8 @@
4141

4242
<title>Judge0 IDE</title>
4343
<meta name="title" content="Judge0 IDE">
44-
<meta name="description" content="Free and open-source online code editor that allows you to write and execute code from a rich set of languages.">
44+
<meta name="description" content="Free and open-source online code editor and compiler">
45+
<meta name="author" content="Judge0 d.o.o.">
4546
<meta name="keywords" content="online editor, online code editor, online ide, online compiler, online interpreter, run code online, learn programming online,
4647
online debugger, programming in browser, online code runner, online code execution, debug online, debug C code online, debug C++ code online,
4748
programming online, snippet, snippets, code snippet, code snippets, pastebin, execute code, programming in browser, run c online, run C++ online,
@@ -52,22 +53,28 @@
5253
<meta property="og:title" content="Judge0 IDE">
5354
<meta property="og:image" content="https://raw.githubusercontent.com/judge0/ide/refs/heads/master/.github/wallpaper.png">
5455
<meta property="og:image:alt" content="Judge0 IDE">
55-
<meta property="og:description" content="Free and open-source online code editor that allows you to write and execute code from a rich set of languages.">
56+
<meta property="og:description" content="Free and open-source online code editor and compiler">
5657
<meta property="og:site_name" content="Judge0 IDE">
5758
<meta property="og:locale" content="en_US">
5859

5960
<meta property="twitter:url" content="https://ide.judge0.com">
6061
<meta property="twitter:card" content="summary_large_image">
6162
<meta property="twitter:title" content="Judge0 IDE">
6263
<meta property="twitter:image" content="https://raw.githubusercontent.com/judge0/ide/refs/heads/master/.github/wallpaper.png">
63-
<meta property="twitter:description" content="Free and open-source online code editor that allows you to write and execute code from a rich set of languages.">
64+
<meta property="twitter:description" content="Free and open-source online code editor and compiler">
6465

65-
<link rel="icon" type="image/png" href="/favicon-96x96.png" sizes="96x96" />
66-
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
67-
<link rel="shortcut icon" href="/favicon.ico" />
68-
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png" />
66+
<link rel="shortcut icon" href="/favicons/favicon.ico" />
67+
68+
<link rel="icon" type="image/svg+xml" href="/favicons/favicon.svg" />
69+
<link rel="icon" type="image/png" sizes="96x96" href="/favicons/favicon-96x96.png" />
70+
71+
<link rel="apple-touch-icon" sizes="180x180" href="/favicons/favicon-180x180.png" />
6972
<meta name="apple-mobile-web-app-title" content="Judge0 IDE" />
70-
<link rel="manifest" href="/site.webmanifest" />
73+
74+
<link rel="manifest" href="/manifest.json" />
75+
76+
<meta name="msapplication-TileColor" content="#ffffff">
77+
<meta name="theme-color" content="#ffffff">
7178
</head>
7279

7380
<body>

manifest.json

+23
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
{
2+
"name": "Judge0 IDE",
3+
"short_name": "Judge0 IDE",
4+
"description": "Free and open-source online code editor and compiler",
5+
"display": "standalone",
6+
"start_url": "/",
7+
"scope": "/",
8+
"theme_color": "#ffffff",
9+
"background_color": "#ffffff",
10+
"icons": [
11+
{
12+
"src": "/favicons/favicon-192x192.png",
13+
"sizes": "192x192",
14+
"type": "image/png"
15+
},
16+
{
17+
"src": "/favicons/favicon-512x512.png",
18+
"sizes": "512x512",
19+
"type": "image/png",
20+
"purpose": "any maskable"
21+
}
22+
]
23+
}

site.webmanifest

-53
This file was deleted.

web-app-manifest-128x128.png

-12.9 KB
Binary file not shown.

web-app-manifest-16x16.png

-4.72 KB
Binary file not shown.

web-app-manifest-32x32.png

-5.69 KB
Binary file not shown.

web-app-manifest-60x60.png

-7.98 KB
Binary file not shown.

web-app-manifest-64x64.png

-8.13 KB
Binary file not shown.

web-app-manifest-90x90.png

-10.3 KB
Binary file not shown.

0 commit comments

Comments
 (0)