mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2025-04-26 14:03:28 -04:00
Improved page title. Fixed Twitter card image.
This commit is contained in:
parent
f0640dd2e8
commit
4bc1e6805b
3 changed files with 2 additions and 2 deletions
app
BIN
app/assets/images/pages/base/logo_square_250.png
Normal file
BIN
app/assets/images/pages/base/logo_square_250.png
Normal file
Binary file not shown.
After ![]() (image error) Size: 22 KiB |
|
@ -10,7 +10,7 @@
|
|||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width,initial-scale=1">
|
||||
|
||||
<title>CodeCombat</title>
|
||||
<title>CodeCombat - Learn how to code by playing a game</title>
|
||||
<meta name="description" content="Learn programming with a multiplayer live coding strategy game. You're a wizard, and your spells are JavaScript. Free, open source HTML5 game!">
|
||||
|
||||
<meta property="og:title" content="CodeCombat: Multiplayer Programming">
|
||||
|
|
|
@ -5,7 +5,7 @@ body
|
|||
.content.clearfix
|
||||
.navbar-header
|
||||
a.navbar-brand(href='/')
|
||||
img(src="/images/pages/base/logo.png", title="CodeCombat", alt="CodeCombat")
|
||||
img(src="/images/pages/base/logo.png", title="CodeCombat - Learn how to code by playing a game", alt="CodeCombat")
|
||||
|
||||
select.language-dropdown
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue