From 35374c7162cc02c66dcffb98f0f1e7a01822b482 Mon Sep 17 00:00:00 2001 From: raysan5 Date: Sat, 24 Apr 2021 20:36:43 +0200 Subject: Some tweaks to improve SEO --- common/games.css | 2 +- common/main.css | 2 ++ games.html | 6 +++--- index.html | 24 +++++++++++++----------- 4 files changed, 19 insertions(+), 15 deletions(-) diff --git a/common/games.css b/common/games.css index cc66fe9..f019f60 100644 --- a/common/games.css +++ b/common/games.css @@ -3,7 +3,7 @@ #filter_menu { width: 820px; height: 80px; margin-left: 2px; } -.legendButton { padding:5px 15px; float:left; margin-left:10px; margin-right:10px; margin-bottom:20px; width:130px; text-align:center; } +.legendButton { padding:5px 15px; float:left; margin-left:10px; margin-right:10px; margin-bottom:20px; width:150px; text-align:center; } #sample { cursor:pointer; background-color:#e1e1e1; color:#5c5a5a; border:3px solid #898888; } #game { cursor:pointer; background-color:#f0d6d6; color:#c55757; border:3px solid #e66666; } #user { cursor:pointer; background-color:#bedce8; color:#417794; border:3px solid #5d9cbd; } diff --git a/common/main.css b/common/main.css index e6667a8..7e4a27b 100644 --- a/common/main.css +++ b/common/main.css @@ -21,6 +21,8 @@ body{background-color:#f5f5f5;} a{text-decoration: none; color:black;} p a:hover{text-decoration: none; color:gray;} +h1{font-family: Courier New, Verdana, Arial; font-weight: bold; font-size: 18px; line-height:24px;} +h2{font-family: Courier New, Verdana, Arial; font-weight: bold; font-size: 18px; line-height:24px;} .page{width:880px; margin:0 auto;} diff --git a/games.html b/games.html index 74951c7..7149c50 100644 --- a/games.html +++ b/games.html @@ -61,11 +61,11 @@
-

Games are organized in two categories:

+

raylib games are organized in two categories:


-
sample games
-
full games
+
template games
+
sample games
diff --git a/index.html b/index.html index 1a676f9..9894dd7 100644 --- a/index.html +++ b/index.html @@ -60,17 +60,18 @@
- raylib is a simple and easy-to-use library to enjoy videogames programming. +

raylib is a simple and easy-to-use library to enjoy videogames programming.




-

raylib is highly inspired by Borland BGI graphics lib and by XNA framework. Do you want to see all functions available in raylib? Check cheatsheet

+

raylib is highly inspired by Borland BGI graphics lib and by XNA framework. Do you want to see all functions available in raylib? Check raylib cheatsheet


-

NOTE for ADVENTURERS: raylib is a programming library to enjoy videogames programming; no fancy interface, no visual helpers, no auto-debugging... just coding in the most pure spartan-programmers way. Are you ready to learn? Jump to code examples!

+

NOTE for ADVENTURERS: raylib is a programming library to enjoy videogames programming; no fancy interface, no visual helpers, no auto-debugging... just coding in the most pure spartan-programmers way. Are you ready to learn? Jump to raylib code examples!

+
+

raylib awards


- raylib awards

raylib has received several recognitions in the last years and many people has written about the library. Here there are the main awards received from Google and Epic Games.


@@ -81,7 +82,7 @@

- raylib supported platforms +

raylib supported platforms


raylib supports multiple target platforms, it has been tested in the following platforms but, technically, any platform that supports C language and OpenGL graphics is valid for raylib or can be very easily ported to.


@@ -98,7 +99,7 @@
- raylib language bindings +

raylib language bindings


You can code using raylib in multiple languages! Some raylib users have created raylib bindings to multiple languages. Here's a list of the bindings I'm aware of


@@ -116,7 +117,7 @@
- raylib technologies tools +

raylib technologies tools


raylib is the base technology for raylib technologies tools! Several multiplatform portable standalone user-friendly tools have been developed using raylib and raygui. Check them out!


@@ -132,7 +133,7 @@
- raylib community +

raylib community


Do you need help with raylib? Do you want to keep updated with latest news? Do you want to show your raylib creations? Join our amazing community of raylib developers! Choose the network you prefer! You are welcome!


@@ -148,7 +149,7 @@
- raylib contributions +

raylib contributions


I'm working hard on raylib but my resources are limited. If you enjoy raylib and want to help, consider a small donation or contributing to the project on GitHub. Thanks!


@@ -162,7 +163,7 @@
- raylib features +

raylib features


- NO external dependencies, all required libraries included with raylib
@@ -185,7 +186,8 @@


- raylib architecture +

raylib architecture

+

raylib is a highly modular library. Everything is contained within a small number of well defined, specific and self-contained modules, named accordingly to its primary functionality. Note that some of those modules can be used in standalone mode.

raylib architecture
-- cgit v1.2.3