-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* feat: update gnoland logo * feat: add favicon and og metadata * feat: update logo colors
- Loading branch information
1 parent
e6e01da
commit e5809e1
Showing
18 changed files
with
88 additions
and
244 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,30 +1,49 @@ | ||
<!DOCTYPE html> | ||
<html lang='en'> | ||
<head> | ||
<meta charset='utf-8' /> | ||
<link rel='icon' href='favicon.ico' /> | ||
<meta name='viewport' content='width=device-width, initial-scale=1' /> | ||
<meta | ||
name='description' | ||
content='Tutorials and snippets for learning Gnolang' | ||
/> | ||
<link rel='manifest' href='manifest.json' /> | ||
<link href='fonts/fonts.css' rel='stylesheet'> | ||
<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='mask-icon' href='/safari-pinned-tab.svg' color='#1c1c1c'> | ||
<meta name='msapplication-TileColor' content='#1c1c1c'> | ||
<meta name='theme-color' content='#ffffff'> | ||
<title>Gno By Example</title> | ||
</head> | ||
<body> | ||
<noscript>You need to enable JavaScript to run this app.</noscript> | ||
<div id='root'></div> | ||
<script type="module" src="/src/index.tsx"></script> | ||
<!-- 100% privacy-first analytics --> | ||
<script async defer src="https://scripts.simpleanalyticscdn.com/latest.js"></script> | ||
<noscript><img src="https://queue.simpleanalyticscdn.com/noscript.gif" alt="" referrerpolicy="no-referrer-when-downgrade" /></noscript> | ||
</body> | ||
<!doctype html> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="utf-8" /> | ||
<link rel="icon" href="favicon.ico" /> | ||
<meta name="viewport" content="width=device-width, initial-scale=1" /> | ||
<meta | ||
name="description" | ||
content="Tutorials and snippets for learning Gnolang" | ||
/> | ||
<link href="fonts/fonts.css" rel="stylesheet" /> | ||
<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="mask-icon" href="/safari-pinned-tab.svg" color="#1c1c1c" /> | ||
<meta name="msapplication-TileColor" content="#1c1c1c" /> | ||
<meta name="theme-color" content="#ffffff" /> | ||
<meta property="og:title" content="GnoLand - Gno By Example" /> | ||
<meta property="og:url" content="https://gno-by-example.com" /> | ||
<meta | ||
property="og:image" | ||
content="https://gno-by-example.com/og-gnoland.png" | ||
/> | ||
<meta property="og:site_name" content="gno-by-example" /> | ||
<meta | ||
property="og:description" | ||
content="Tutorials and snippets for learning Gnolang" | ||
/> | ||
<title>Gno By Example</title> | ||
</head> | ||
<body> | ||
<noscript>You need to enable JavaScript to run this app.</noscript> | ||
<div id="root"></div> | ||
<script type="module" src="/src/index.tsx"></script> | ||
<!-- 100% privacy-first analytics --> | ||
<script | ||
async | ||
defer | ||
src="https://scripts.simpleanalyticscdn.com/latest.js" | ||
></script> | ||
<noscript | ||
><img | ||
src="https://queue.simpleanalyticscdn.com/noscript.gif" | ||
alt="" | ||
referrerpolicy="no-referrer-when-downgrade" | ||
/></noscript> | ||
</body> | ||
</html> |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
This file was deleted.
Oops, something went wrong.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,19 @@ | ||
{ | ||
"name": "Gno By Example", | ||
"short_name": "Gno By Example", | ||
"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" | ||
"name": "gno by example", | ||
"short_name": "gno by example", | ||
"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" | ||
} |
Oops, something went wrong.