From 5290247ee973cad75afb0acf8e7542206b8fb20a Mon Sep 17 00:00:00 2001 From: Ray Date: Wed, 8 May 2019 12:43:57 +0200 Subject: Review top bar icons Removed helpme page --- README.md | 3 -- common/css/main.css | 6 +-- common/img/icon_github.old.png | Bin 0 -> 1136 bytes common/img/icon_github.png | Bin 1136 -> 1048 bytes common/img/icon_reddit.old.png | Bin 0 -> 2220 bytes common/img/icon_reddit.png | Bin 2220 -> 1602 bytes common/img/icon_twitter.old.png | Bin 0 -> 856 bytes common/img/icon_twitter.png | Bin 856 -> 969 bytes common/img/icon_youtube.old.png | Bin 0 -> 1456 bytes common/img/icon_youtube.png | Bin 1456 -> 1014 bytes examples.html | 13 +++--- games.html | 13 +++--- helpme.html | 100 ---------------------------------------- index.html | 16 +++---- license.html | 13 +++--- 15 files changed, 29 insertions(+), 135 deletions(-) create mode 100644 common/img/icon_github.old.png create mode 100644 common/img/icon_reddit.old.png create mode 100644 common/img/icon_twitter.old.png create mode 100644 common/img/icon_youtube.old.png delete mode 100644 helpme.html diff --git a/README.md b/README.md index 20395b4..26f5b5f 100644 --- a/README.md +++ b/README.md @@ -33,15 +33,12 @@ contact * Webpage: [https://www.raylib.com](https://www.raylib.com) * Twitter: [https://www.twitter.com/raysan5](https://www.twitter.com/raysan5) - * Facebook: [https://www.facebook.com/raylibgames](https://www.facebook.com/raylibgames) * Reddit: [https://www.reddit.com/r/raylib](https://www.reddit.com/r/raylib) * Twitch: [https://www.twitch.tv/raysan5](https://www.twitch.tv/raysan5) * Patreon: [https://www.patreon.com/raysan5](https://www.patreon.com/raysan5) If you are using raylib and you enjoy it, please, [let me know][raysan5]. -If you feel you can help, then, [helpme!](https://www.raylib.com/helpme.html) - license ------- diff --git a/common/css/main.css b/common/css/main.css index d96173f..b5a60f7 100644 --- a/common/css/main.css +++ b/common/css/main.css @@ -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:740px; height:39px; text-align:right; right:0px; bottom:7px; position:relative; float:left; margin-left:0px; margin-top:10px;} +.menu{width:740px; height:39px; text-align:right; right:0px; left:30px; 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%); @@ -61,7 +61,7 @@ p a:hover{text-decoration: none; color:gray;} filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#e0e0e0',GradientType=0 ); } -#social{ width:420px; height:50px; position:relative; float:right; margin-right:8px; margin-top:20px; margin-bottom:20px; } +#social{ width:390px; height:50px; position:relative; float:right; margin-right:8px; margin-top:20px; margin-bottom:20px; } #social a:hover{ background-position: 0 -36px;} #youtube{ width:36px; height:36px; float:left; position:relative; background-image: url(../img/icon_youtube.png); cursor: pointer; background-repeat:no-repeat; background-position: 0 0;} #handmade{ width:36px; height:36px; float:left; position:relative; background-image: url(../img/icon_handmade.png); cursor: pointer; background-repeat:no-repeat; background-position: 0 0;} @@ -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; } -#license{ color: maroon; } +#wiki{ color: maroon; } #itchioframe{ display:block; text-align:center; } diff --git a/common/img/icon_github.old.png b/common/img/icon_github.old.png new file mode 100644 index 0000000..6dad0b9 Binary files /dev/null and b/common/img/icon_github.old.png differ diff --git a/common/img/icon_github.png b/common/img/icon_github.png index 6dad0b9..63840cb 100644 Binary files a/common/img/icon_github.png and b/common/img/icon_github.png differ diff --git a/common/img/icon_reddit.old.png b/common/img/icon_reddit.old.png new file mode 100644 index 0000000..0fea100 Binary files /dev/null and b/common/img/icon_reddit.old.png differ diff --git a/common/img/icon_reddit.png b/common/img/icon_reddit.png index 0fea100..6606afc 100644 Binary files a/common/img/icon_reddit.png and b/common/img/icon_reddit.png differ diff --git a/common/img/icon_twitter.old.png b/common/img/icon_twitter.old.png new file mode 100644 index 0000000..a8c79c9 Binary files /dev/null and b/common/img/icon_twitter.old.png differ diff --git a/common/img/icon_twitter.png b/common/img/icon_twitter.png index a8c79c9..da59d1c 100644 Binary files a/common/img/icon_twitter.png and b/common/img/icon_twitter.png differ diff --git a/common/img/icon_youtube.old.png b/common/img/icon_youtube.old.png new file mode 100644 index 0000000..b12f0d2 Binary files /dev/null and b/common/img/icon_youtube.old.png differ diff --git a/common/img/icon_youtube.png b/common/img/icon_youtube.png index b12f0d2..d50240c 100644 Binary files a/common/img/icon_youtube.png and b/common/img/icon_youtube.png differ diff --git a/examples.html b/examples.html index 38a87f3..90e6085 100644 --- a/examples.html +++ b/examples.html @@ -40,16 +40,15 @@
+ - - - + + + - -
@@ -98,7 +97,7 @@ diff --git a/games.html b/games.html index 8fd8eab..09a74c4 100644 --- a/games.html +++ b/games.html @@ -40,16 +40,15 @@
+ - - - + + + - -
@@ -76,7 +75,7 @@ diff --git a/helpme.html b/helpme.html deleted file mode 100644 index f276b5f..0000000 --- a/helpme.html +++ /dev/null @@ -1,100 +0,0 @@ - - - - - - - raylib - helpme - - - - - - - - - - - - - - - - - - -
- - -
- -
- - - - - - - - - - - -
- -
- -
-

I’m working hard on raylib but my resources are quite limited. - If you enjoy raylib and want to help / contribute, please, let me know.

-
-

The following help is highly appreciated:

-
-

- C programming - Can you write / review / test / improve the code?

-

- Documentation / Tutorials writters - Can you write some tutorial?

-

- Linux, OSX, consoles... - Can you compile and test raylib on another system?

-

- Testers of current features - Can you find some bug on raylib?

-

- Web Development - Can you help with the web?

-
-

If you can not help on any of the above points but you still want to contribute... - please, consider helping with a small donation or contributing with raylib patreon. - It will really motivate to continue improving this project.

-
-
-
- - - - -
-
-
- - - -
- - - - - diff --git a/index.html b/index.html index e9abe15..15152ba 100644 --- a/index.html +++ b/index.html @@ -12,7 +12,7 @@ - + @@ -39,16 +39,15 @@
+ - - - + + + - -
@@ -153,6 +152,7 @@ - Powerful math module for Vector, Matrix and Quaternion operations: [raymath]
- Audio loading and playing with streaming support (WAV, OGG, MP3, FLAC, XM, MOD)
- VR stereo rendering support with configurable HMD device parameters
+ - Free and open source. Check [LICENSE].

raylib architechture @@ -160,7 +160,7 @@ diff --git a/license.html b/license.html index a362734..16952c2 100644 --- a/license.html +++ b/license.html @@ -31,16 +31,15 @@
+ - - - + + + - -
@@ -76,7 +75,7 @@ -- cgit v1.2.3