Skip to content

Commit

Permalink
new card image
Browse files Browse the repository at this point in the history
  • Loading branch information
gjtorikian committed Aug 14, 2018
1 parent 87ee4f3 commit 6610426
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 3 deletions.
Binary file added assets/card.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/favicon-16x16.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/favicon-32x32.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/favicon.ico
Binary file not shown.
Binary file removed favicon.ico
Binary file not shown.
7 changes: 4 additions & 3 deletions index.html
Expand Up @@ -4,7 +4,8 @@
<title>Earthbound Battle Backgrounds</title>
<link rel="stylesheet" href="https://unpkg.com/tachyons/css/tachyons.min.css">
<link rel="stylesheet" href="assets/styles.css">
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon">
<link rel="icon" type="image/png" href="assets/favicon-32x32.png" sizes="32x32" />
<link rel="icon" type="image/png" href="assets/favicon-16x16.png" sizes="16x16" />
<script src="assets/utils.js"></script>
<script src="assets/form.js"></script>
<script src="assets/history.js"></script>
Expand All @@ -28,12 +29,12 @@
<link rel="canonical" href="https://www.gjtorikian.com/Earthbound-Battle-Backgrounds-JS/" />
<meta property="og:url" content="https://www.gjtorikian.com/Earthbound-Battle-Backgrounds-JS/" />
<meta property="og:site_name" content="Earthbound Battle Backgrounds" />
<meta property="og:image" content="https://www.gjtorikian.com/assets/images/card_banner.png" />
<meta property="og:image" content="https://www.gjtorikian.com/Earthbound-Battle-Backgrounds-JS/assets/card.png" />
<meta property="og:type" content="website" />
<meta name="twitter:card" content="summary" />
<meta name="twitter:site" content="@gjtorikian" />
<script type="application/ld+json">
{"@context":"http://schema.org","@type":"WebSite","name":"Earthbound Battle Backgrounds","headline":"Garen J. Torikian","image":"https://www.gjtorikian.com/assets/images/card_banner.png","description":"The battle backgrounds from the SNES RPG Earthbound/Mother 2, rendered entirely in client-side JavaScript.","sameAs":["https://twitter.com/gjtorikian","https://github.com/gjtorikian"],"url":"https://www.gjtorikian.com/Earthbound-Battle-Backgrounds-JS/"}
{"@context":"http://schema.org","@type":"WebSite","name":"Earthbound Battle Backgrounds","headline":"Garen J. Torikian","image":"https://www.gjtorikian.com/Earthbound-Battle-Backgrounds-JS/assets/card.png","description":"The battle backgrounds from the SNES RPG Earthbound/Mother 2, rendered entirely in client-side JavaScript.","sameAs":["https://twitter.com/gjtorikian","https://github.com/gjtorikian"],"url":"https://www.gjtorikian.com/Earthbound-Battle-Backgrounds-JS/"}
</script>

</head>
Expand Down

0 comments on commit 6610426

Please sign in to comment.