summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorRay <[email protected]>2019-05-21 23:31:28 +0200
committerRay <[email protected]>2019-05-21 23:31:28 +0200
commitc12d0c359e85476dc2cdc3aa1d41ee41eedaa8db (patch)
treea5996faf05fbd81266302a22c23564b70792aa9d
parent87ef84e2933394815bf1cc3bd001a0607952be57 (diff)
downloadraylib.com-c12d0c359e85476dc2cdc3aa1d41ee41eedaa8db.tar.gz
raylib.com-c12d0c359e85476dc2cdc3aa1d41ee41eedaa8db.zip
Review metatags
-rw-r--r--cheatsheet/cheatsheet.html6
-rw-r--r--common/img/raylib_logo_64x64.pngbin1091 -> 0 bytes
-rw-r--r--common/main.css1
-rw-r--r--examples.html4
-rw-r--r--examples/web/audio/loader.html6
-rw-r--r--examples/web/core/loader.html6
-rw-r--r--examples/web/models/loader.html6
-rw-r--r--examples/web/physac/loader.html6
-rw-r--r--examples/web/shaders/loader.html6
-rw-r--r--examples/web/shapes/loader.html6
-rw-r--r--examples/web/text/loader.html6
-rw-r--r--examples/web/textures/loader.html6
-rw-r--r--games.html4
-rw-r--r--games/loader.html8
-rw-r--r--license.html2
15 files changed, 36 insertions, 37 deletions
diff --git a/cheatsheet/cheatsheet.html b/cheatsheet/cheatsheet.html
index f2246e7..6a95817 100644
--- a/cheatsheet/cheatsheet.html
+++ b/cheatsheet/cheatsheet.html
@@ -12,12 +12,12 @@
<meta name="keywords" content="raylib, videogames, programming, C, C++, library, learn, study, simple, easy, free, open source, raysan">
<meta name="viewport" content="width=device-width">
- <!-- Facebook metatags for sharing -->
+ <!-- Open Graph metatags for sharing -->
<meta property="og:title" content="raylib - cheatsheet"/>
- <meta property="og:image" content="https://www.raylib.com/common/img/fb_raylib_logo.png"/>
+ <meta property="og:image" content="https://www.raylib.com/common/img/raylib_logo_card.png"/>
<meta property="og:url" content="https://www.raylib.com" />
<meta property="og:site_name" content="raylib"/>
- <meta property="og:description" content="don't miss latest functions added to raylib... check raylib cheatsheet"/>
+ <meta property="og:description" content="Don't miss latest functions added to raylib... check raylib cheatsheet"/>
<!-- Add jQuery library -->
<script type="text/javascript" src="https://code.jquery.com/jquery-latest.min.js"></script>
diff --git a/common/img/raylib_logo_64x64.png b/common/img/raylib_logo_64x64.png
deleted file mode 100644
index 6a1d54d..0000000
--- a/common/img/raylib_logo_64x64.png
+++ /dev/null
Binary files differ
diff --git a/common/main.css b/common/main.css
index c09a546..d758e64 100644
--- a/common/main.css
+++ b/common/main.css
@@ -71,7 +71,6 @@ p a:hover{text-decoration: none; color:gray;}
#reddit{ width:36px; height:36px; float:left; position:relative; background-image: url(img/icon_reddit.png); cursor: pointer; background-repeat:no-repeat; background-position: 0 0;}
#freenode{ width:36px; height:36px; float:left; position:relative; background-image: url(img/icon_freenode_irc.png); cursor: pointer; background-repeat:no-repeat; background-position: 0 0;}
#gitter{ width:36px; height:36px; float:left; position:relative; background-image: url(img/icon_gitter.png); cursor: pointer; background-repeat:no-repeat; background-position: 0 0;}
-#facebook{ width:36px; height:36px; float:left; position:relative; background-image: url(img/icon_facebook.png); cursor: pointer; background-repeat:no-repeat; background-position: 0 0;}
#twitter{ width:36px; height:36px; float:left; position:relative; background-image: url(img/icon_twitter.png); cursor: pointer; background-repeat:no-repeat; background-position: 0 0;}
#github{ width:36px; height:36px; float:left; position:relative; background-image: url(img/icon_github.png); cursor: pointer; background-repeat:no-repeat; background-position: 0 0;}
#kofi{ width:36px; height:36px; float:left; position:relative; background-image: url(img/icon_kofi.png); cursor: pointer; background-repeat:no-repeat; background-position: 0 0;}
diff --git a/examples.html b/examples.html
index 6cfc386..7edefd9 100644
--- a/examples.html
+++ b/examples.html
@@ -11,12 +11,12 @@
<meta name="keywords" content="raylib, videogames, programming, C, C++, library, learn, study, simple, easy, free, open source, raysan">
<meta name="viewport" content="width=device-width">
- <!-- Facebook metatags for sharing -->
+ <!-- Open Graph metatags for sharing -->
<meta property="og:title" content="raylib - examples"/>
<meta property="og:image" content="https://www.raylib.com/common/img/raylib_logo_card.png"/>
<meta property="og:url" content="https://www.raylib.com" />
<meta property="og:site_name" content="raylib"/>
- <meta property="og:description" content="check the full set of raylib examples... they are amazing!"/>
+ <meta property="og:description" content="Check the full set of raylib examples... they are amazing!"/>
<link rel="stylesheet" type="text/css" href="common/main.css">
<link rel="icon" href="favicon.ico" />
diff --git a/examples/web/audio/loader.html b/examples/web/audio/loader.html
index 2c04fdf..33365bb 100644
--- a/examples/web/audio/loader.html
+++ b/examples/web/audio/loader.html
@@ -9,12 +9,12 @@
<meta name="keywords" content="raylib, videogames, programming, C, C++, library, learn, study, simple, easy, free, open source, raysan">
<meta name="viewport" content="width=device-width">
- <!-- Facebook metatags for sharing -->
+ <!-- Open Graph metatags for sharing -->
<meta property="og:title" content="raylib - example"/>
- <meta property="og:image" content="https://www.raylib.com/common/img/fb_raylib_logo.png"/>
+ <meta property="og:image" content="https://www.raylib.com/common/img/raylib_logo_card.png"/>
<meta property="og:url" content="https://www.raylib.com" />
<meta property="og:site_name" content="raylib"/>
- <meta property="og:description" content="This a small example of what you can do with raylib"/>
+ <meta property="og:description" content="This is a small example of what you can do with raylib"/>
<!-- Add jQuery library -->
<script type="text/javascript" src="https://code.jquery.com/jquery-latest.min.js"></script>
diff --git a/examples/web/core/loader.html b/examples/web/core/loader.html
index b46aa67..9ea70a5 100644
--- a/examples/web/core/loader.html
+++ b/examples/web/core/loader.html
@@ -9,12 +9,12 @@
<meta name="keywords" content="raylib, videogames, programming, C, C++, library, learn, study, simple, easy, free, open source, raysan">
<meta name="viewport" content="width=device-width">
- <!-- Facebook metatags for sharing -->
+ <!-- Open Graph metatags for sharing -->
<meta property="og:title" content="raylib - example"/>
- <meta property="og:image" content="https://www.raylib.com/common/img/fb_raylib_logo.png"/>
+ <meta property="og:image" content="https://www.raylib.com/common/img/raylib_logo_card.png"/>
<meta property="og:url" content="https://www.raylib.com" />
<meta property="og:site_name" content="raylib"/>
- <meta property="og:description" content="This a small example of what you can do with raylib"/>
+ <meta property="og:description" content="This is a small example of what you can do with raylib"/>
<!-- Add jQuery library -->
<script type="text/javascript" src="https://code.jquery.com/jquery-latest.min.js"></script>
diff --git a/examples/web/models/loader.html b/examples/web/models/loader.html
index 527d5f4..b0685ad 100644
--- a/examples/web/models/loader.html
+++ b/examples/web/models/loader.html
@@ -9,12 +9,12 @@
<meta name="keywords" content="raylib, videogames, programming, C, C++, library, learn, study, simple, easy, free, open source, raysan">
<meta name="viewport" content="width=device-width">
- <!-- Facebook metatags for sharing -->
+ <!-- Open Graph metatags for sharing -->
<meta property="og:title" content="raylib - example"/>
- <meta property="og:image" content="https://www.raylib.com/common/img/fb_raylib_logo.png"/>
+ <meta property="og:image" content="https://www.raylib.com/common/img/raylib_logo_card.png"/>
<meta property="og:url" content="https://www.raylib.com" />
<meta property="og:site_name" content="raylib"/>
- <meta property="og:description" content="This a small example of what you can do with raylib"/>
+ <meta property="og:description" content="This is a small example of what you can do with raylib"/>
<!-- Add jQuery library -->
<script type="text/javascript" src="https://code.jquery.com/jquery-latest.min.js"></script>
diff --git a/examples/web/physac/loader.html b/examples/web/physac/loader.html
index a31aec8..b02e891 100644
--- a/examples/web/physac/loader.html
+++ b/examples/web/physac/loader.html
@@ -9,12 +9,12 @@
<meta name="keywords" content="raylib, videogames, programming, C, C++, library, learn, study, simple, easy, free, open source, raysan">
<meta name="viewport" content="width=device-width">
- <!-- Facebook metatags for sharing -->
+ <!-- Open Graph metatags for sharing -->
<meta property="og:title" content="raylib - example"/>
- <meta property="og:image" content="https://www.raylib.com/common/img/fb_raylib_logo.png"/>
+ <meta property="og:image" content="https://www.raylib.com/common/img/raylib_logo_card.png"/>
<meta property="og:url" content="https://www.raylib.com" />
<meta property="og:site_name" content="raylib"/>
- <meta property="og:description" content="This a small example of what you can do with raylib"/>
+ <meta property="og:description" content="This is a small example of what you can do with raylib"/>
<!-- Add jQuery library -->
<script type="text/javascript" src="https://code.jquery.com/jquery-latest.min.js"></script>
diff --git a/examples/web/shaders/loader.html b/examples/web/shaders/loader.html
index 4ae2510..3d792ae 100644
--- a/examples/web/shaders/loader.html
+++ b/examples/web/shaders/loader.html
@@ -9,12 +9,12 @@
<meta name="keywords" content="raylib, videogames, programming, C, C++, library, learn, study, simple, easy, free, open source, raysan">
<meta name="viewport" content="width=device-width">
- <!-- Facebook metatags for sharing -->
+ <!-- Open Graph metatags for sharing -->
<meta property="og:title" content="raylib - example"/>
- <meta property="og:image" content="https://www.raylib.com/common/img/fb_raylib_logo.png"/>
+ <meta property="og:image" content="https://www.raylib.com/common/img/raylib_logo_card.png"/>
<meta property="og:url" content="https://www.raylib.com" />
<meta property="og:site_name" content="raylib"/>
- <meta property="og:description" content="This a small example of what you can do with raylib"/>
+ <meta property="og:description" content="This is a small example of what you can do with raylib"/>
<!-- Add jQuery library -->
<script type="text/javascript" src="https://code.jquery.com/jquery-latest.min.js"></script>
diff --git a/examples/web/shapes/loader.html b/examples/web/shapes/loader.html
index affc6c8..5a17387 100644
--- a/examples/web/shapes/loader.html
+++ b/examples/web/shapes/loader.html
@@ -9,12 +9,12 @@
<meta name="keywords" content="raylib, videogames, programming, C, C++, library, learn, study, simple, easy, free, open source, raysan">
<meta name="viewport" content="width=device-width">
- <!-- Facebook metatags for sharing -->
+ <!-- Open Graph metatags for sharing -->
<meta property="og:title" content="raylib - example"/>
- <meta property="og:image" content="https://www.raylib.com/common/img/fb_raylib_logo.png"/>
+ <meta property="og:image" content="https://www.raylib.com/common/img/raylib_logo_card.png"/>
<meta property="og:url" content="https://www.raylib.com" />
<meta property="og:site_name" content="raylib"/>
- <meta property="og:description" content="This a small example of what you can do with raylib"/>
+ <meta property="og:description" content="This is a small example of what you can do with raylib"/>
<!-- Add jQuery library -->
<script type="text/javascript" src="https://code.jquery.com/jquery-latest.min.js"></script>
diff --git a/examples/web/text/loader.html b/examples/web/text/loader.html
index affc6c8..5a17387 100644
--- a/examples/web/text/loader.html
+++ b/examples/web/text/loader.html
@@ -9,12 +9,12 @@
<meta name="keywords" content="raylib, videogames, programming, C, C++, library, learn, study, simple, easy, free, open source, raysan">
<meta name="viewport" content="width=device-width">
- <!-- Facebook metatags for sharing -->
+ <!-- Open Graph metatags for sharing -->
<meta property="og:title" content="raylib - example"/>
- <meta property="og:image" content="https://www.raylib.com/common/img/fb_raylib_logo.png"/>
+ <meta property="og:image" content="https://www.raylib.com/common/img/raylib_logo_card.png"/>
<meta property="og:url" content="https://www.raylib.com" />
<meta property="og:site_name" content="raylib"/>
- <meta property="og:description" content="This a small example of what you can do with raylib"/>
+ <meta property="og:description" content="This is a small example of what you can do with raylib"/>
<!-- Add jQuery library -->
<script type="text/javascript" src="https://code.jquery.com/jquery-latest.min.js"></script>
diff --git a/examples/web/textures/loader.html b/examples/web/textures/loader.html
index 9db5113..41b6b77 100644
--- a/examples/web/textures/loader.html
+++ b/examples/web/textures/loader.html
@@ -9,12 +9,12 @@
<meta name="keywords" content="raylib, videogames, programming, C, C++, library, learn, study, simple, easy, free, open source, raysan">
<meta name="viewport" content="width=device-width">
- <!-- Facebook metatags for sharing -->
+ <!-- Open Graph metatags for sharing -->
<meta property="og:title" content="raylib - example"/>
- <meta property="og:image" content="https://www.raylib.com/common/img/fb_raylib_logo.png"/>
+ <meta property="og:image" content="https://www.raylib.com/common/img/raylib_logo_card.png"/>
<meta property="og:url" content="https://www.raylib.com" />
<meta property="og:site_name" content="raylib"/>
- <meta property="og:description" content="This a small example of what you can do with raylib"/>
+ <meta property="og:description" content="This is a small example of what you can do with raylib"/>
<!-- Add jQuery library -->
<script type="text/javascript" src="https://code.jquery.com/jquery-latest.min.js"></script>
diff --git a/games.html b/games.html
index 38f26c2..aa8abe6 100644
--- a/games.html
+++ b/games.html
@@ -11,12 +11,12 @@
<meta name="keywords" content="raylib, videogames, programming, C, C++, library, learn, study, simple, easy, free, open source, raysan">
<meta name="viewport" content="width=device-width">
- <!-- Facebook metatags for sharing -->
+ <!-- Open Graph metatags for sharing -->
<meta property="og:title" content="raylib - games collection"/>
<meta property="og:image" content="https://www.raylib.com/common/img/raylib_logo_card.png"/>
<meta property="og:url" content="https://www.raylib.com" />
<meta property="og:site_name" content="raylib"/>
- <meta property="og:description" content="check the this collection of raylib games... they are amazing!"/>
+ <meta property="og:description" content="Check the this collection of raylib games... they are amazing!"/>
<link rel="stylesheet" type="text/css" href="common/main.css">
<link rel="icon" href="favicon.ico" />
diff --git a/games/loader.html b/games/loader.html
index e3ca357..dc81aae 100644
--- a/games/loader.html
+++ b/games/loader.html
@@ -4,14 +4,14 @@
<title>loading...</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
- <meta name="title" content="raylib - sample">
+ <meta name="title" content="raylib - sample game">
<meta name="description" content="raylib is a simple and easy-to-use library to enjoy videogames programming. This a small example of what you can do.">
<meta name="keywords" content="raylib, videogames, programming, C, C++, library, learn, study, simple, easy, free, open source, raysan">
<meta name="viewport" content="width=device-width">
- <!-- Facebook metatags for sharing -->
- <meta property="og:title" content="raylib - sample"/>
- <meta property="og:image" content="https://www.raylib.com/img/fb_raylib_logo.png"/>
+ <!-- Open Graph metatags for sharing -->
+ <meta property="og:title" content="raylib - sample game"/>
+ <meta property="og:image" content="https://www.raylib.com/img/raylib_logo_card.png"/>
<meta property="og:url" content="https://www.raylib.com" />
<meta property="og:site_name" content="raylib"/>
<meta property="og:description" content="This a small sample game showing what can be done with raylib"/>
diff --git a/license.html b/license.html
index 1365078..167d1b8 100644
--- a/license.html
+++ b/license.html
@@ -11,7 +11,7 @@
<meta name="keywords" content="raylib, videogames, programming, C, C++, library, learn, study, simple, easy, free, open source, raysan">
<meta name="viewport" content="width=device-width">
- <!-- Facebook metatags for sharing -->
+ <!-- Open Graph metatags for sharing -->
<meta property="og:title" content="raylib - license"/>
<meta property="og:image" content="https://www.raylib.com/common/img/raylib_logo_card.png"/>
<meta property="og:url" content="https://www.raylib.com" />