From 1f011023abc9bf71be7dc9c47122b4d822c57db3 Mon Sep 17 00:00:00 2001 From: Ray Date: Mon, 8 Apr 2019 17:44:44 +0200 Subject: Update webpage, added links --- common/css/main.css | 6 +++--- examples.html | 16 ++++++++-------- games.html | 16 ++++++++-------- index.html | 53 +++++++++++++++++++++++++++++++---------------------- license.html | 18 +++++++++--------- 5 files changed, 59 insertions(+), 50 deletions(-) diff --git a/common/css/main.css b/common/css/main.css index ec8bb5f..d96173f 100644 --- a/common/css/main.css +++ b/common/css/main.css @@ -22,7 +22,7 @@ a{text-decoration: none; color:black;} body{background-color:#f5f5f5;} p a:hover{text-decoration: none; color:gray;} -.page{width:840px; margin:0 auto;} +.page{width:880px; margin:0 auto;} .header{width:100%; float:left; position:relative; height:128px; font-size:10pt; margin-top:40px; margin-left:10px;} .content{font-size:8pt; width:840px; padding:10px; padding-top:30px; float:left; position:relative; padding-bottom:50px;} @@ -38,7 +38,7 @@ p a:hover{text-decoration: none; color:gray;} .list, .list strong {font-family: Courier New, Verdana, Arial!important; font-size: medium; line-height: 200%; } #logo{width:128px; height:128px; float:left; position:relative; background-image:url(../img/raylib_logo.png);} -.menu{width:680px; height:39px; text-align:right; right:0px; bottom:7px; position:relative; float:left; margin-left: 30px;} +.menu{width:740px; height:39px; text-align:right; right:0px; bottom:7px; position:relative; float:left; margin-left:0px; margin-top:10px;} .menu a{padding:5px 20px; color:black; font-size:12pt; float:left; position:relative; border-bottom:1px solid black;} .menu a:hover{margin-top:-20px; padding:15px 15px; background: rgb(254,255,255); background: -moz-linear-gradient(top, rgba(245,245,245,1) 0%, rgba(224,224,224,1) 100%); @@ -109,7 +109,7 @@ p a:hover{text-decoration: none; color:gray;} .help{ font-size:8px; margin-left: 25px; } #paypalbox{ width:200px; height:50px; border:12px solid; border-color:#d0d0d0; background-color:#e4e4e4; margin:0 auto; } #paypalform input { margin-top: 12px; margin-left: 50px; } -#forum{ color: maroon; } +#license{ color: maroon; } #itchioframe{ display:block; text-align:center; } diff --git a/examples.html b/examples.html index 0d8ae7a..38a87f3 100644 --- a/examples.html +++ b/examples.html @@ -41,23 +41,23 @@
- - - - + - - + + + + +
diff --git a/games.html b/games.html index aa2af61..8fd8eab 100644 --- a/games.html +++ b/games.html @@ -41,23 +41,23 @@
- - - - + - - + + + + +
diff --git a/index.html b/index.html index 354a220..f650b9c 100644 --- a/index.html +++ b/index.html @@ -40,23 +40,23 @@
- - - - + - - + + + + +
@@ -67,7 +67,7 @@

-

raylib is highly inspired by Borland BGI graphics lib and by XNA framework. Allegro and SDL have also been used as reference.

+

raylib is highly inspired by Borland BGI graphics lib and by XNA framework.


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!


@@ -106,20 +106,33 @@
+ 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!

+
+
+
+ raylib discord server + raylib twitch channel + raylib creator twitter + raylib reddit channel + raylib youtube channel + raylib handmade.network project + raylib on GitHub +
+
+
raylib contributions
-

I'm working hard on raylib but my resources are limited. If you enjoy raylib and want to help/contribute

+

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!


- - c-sharp raylib binding - go raylib binding - python raylib binding - ruby raylib binding - lua raylib binding - rust raylib binding - odin raylib binding + PayPal donation + Patreon contributor + Ko-fi donation + raylib on itch.io + raylib on GitHub

@@ -144,10 +157,6 @@
raylib architechture
-
-

Wanna see all functions available in raylib? CHECK CHEATSHEET

-

raylib is open-source and free to use. View license.

-
@@ -60,7 +60,7 @@ source software. It is reproduced in its entirety below.


-

Copyright (c) 2013-2016 Ramon Santamaria (@raysan5)

+

Copyright (c) 2013-2019 Ramon Santamaria (@raysan5)

This software is provided "as-is", without any express or implied warranty. In no event will the authors be held liable for any damages arising from the use of this software.

Permission is granted to anyone to use this software for any purpose, including commercial -- cgit v1.2.3