summaryrefslogtreecommitdiffhomepage
path: root/index.html
diff options
context:
space:
mode:
authorRay <[email protected]>2019-02-05 23:59:47 +0100
committerRay <[email protected]>2019-02-05 23:59:47 +0100
commit930b6fdaa11de309051033ec6d759c77f6040949 (patch)
tree628ece075b0980c9f8511d4a94b82153b3071438 /index.html
parent097d0f047b892da2ed48819ee8d858143ea59528 (diff)
downloadraylib.com-930b6fdaa11de309051033ec6d759c77f6040949.tar.gz
raylib.com-930b6fdaa11de309051033ec6d759c77f6040949.zip
Added links!
Diffstat (limited to 'index.html')
-rw-r--r--index.html32
1 files changed, 16 insertions, 16 deletions
diff --git a/index.html b/index.html
index 09b2337..42a3fe7 100644
--- a/index.html
+++ b/index.html
@@ -77,14 +77,14 @@
<br>
<div style="display: flex;">
<div id="platforms" style="margin: 0 auto;">
- <img src="images/platforms/windows.png" title="windows" style="margin-right:8px;" alt="windows platform" width="84" height="84"/>
- <img src="images/platforms/linux.png" title="linux" style="margin-right:8px;" alt="linux platform" width="84" height="84"/>
- <img src="images/platforms/macos.png" title="macos" style="margin-right:8px;" alt="macos platform" width="84" height="84"/>
- <img src="images/platforms/freebsd.png" title="freebsd" style="margin-right:8px;" alt="freebsd platform" width="84" height="84"/>
- <img src="images/platforms/rpi_native.png" title="raspberry pi" style="margin-right:8px;" alt="raspberrypi platform" width="84" height="84"/>
- <img src="images/platforms/rpi_desktop.png" title="raspberry pi desktop" style="margin-right:8px;" alt="raspberrypi desktop platform" width="84" height="84"/>
- <img src="images/platforms/android.png" title="android" style="margin-right:8px;" alt="android platform" width="84" height="84"/>
- <img src="images/platforms/html5.png" title="html5 (web)" style="margin-right:8px;" alt="html5 platform" width="84" height="84"/>
+ <a href="https://github.com/raysan5/raylib/wiki/Working-on-Windows" target="_blank"><img class="icon" src="images/platforms/windows.png" title="windows" alt="windows platform" width="84" height="84"/></a>
+ <a href="https://github.com/raysan5/raylib/wiki/Working-on-GNU-Linux" target="_blank"><img class="icon" src="images/platforms/linux.png" title="linux" alt="linux platform" width="84" height="84"/></a>
+ <a href="https://github.com/raysan5/raylib/wiki/Working-on-macOS" target="_blank"><img class="icon" src="images/platforms/macos.png" title="macos" alt="macos platform" width="84" height="84"/></a>
+ <a href="https://github.com/raysan5/raylib/wiki/Working-on-FreeBSD" target="_blank"><img class="icon" src="images/platforms/freebsd.png" title="freebsd" alt="freebsd platform" width="84" height="84"/></a>
+ <a href="https://github.com/raysan5/raylib/wiki/Working-on-Raspberry-Pi" target="_blank"><img class="icon" src="images/platforms/rpi_native.png" title="raspberry pi" alt="raspberrypi platform" width="84" height="84"/></a>
+ <a href="https://github.com/raysan5/raylib/wiki/Working-on-Raspberry-Pi" target="_blank"><img class="icon" src="images/platforms/rpi_desktop.png" title="raspberry pi desktop" alt="raspberrypi desktop platform" width="84" height="84"/></a>
+ <a href="https://github.com/raysan5/raylib/wiki/Working-for-Android" target="_blank"><img class="icon" src="images/platforms/android.png" title="android" alt="android platform" width="84" height="84"/></a>
+ <a href="https://github.com/raysan5/raylib/wiki/Working-for-Web-(HTML5)" target="_blank"><img class="icon" src="images/platforms/html5.png" title="html5 (web)" alt="html5 platform" width="84" height="84"/></a>
</div>
</div>
<br>
@@ -95,14 +95,14 @@
<div style="display: flex;">
<div id="bindings" style="margin: 0 auto;">
<!--<a href="#"><img src="images/bindings/bind_cpp.png" title="windows" style="margin-right:8px;" alt="cpp raylib binding" width="84" height="84"/></a>-->
- <a href="https://github.com/ChrisDill/Raylib-cs" target="_blank"><img src="images/bindings/bind_csharp.png" style="margin-right:8px;" alt="c-sharp raylib binding" width="84" height="84"/></a>
- <a href="https://github.com/overdev/raylib-py" target="_blank"><img src="images/bindings/bind_python.png" style="margin-right:8px;" alt="python raylib binding" width="84" height="84"/></a>
- <a href="https://github.com/drezgames/raylib-pascal" target="_blank"><img src="images/bindings/bind_pascal.png" style="margin-right:8px;" alt="pascal raylib binding" width="84" height="84"/></a>
- <a href="https://github.com/D3nX/raylib-ruby-ffi" target="_blank"><img src="images/bindings/bind_ruby.png" style="margin-right:8px;" alt="ruby raylib binding" width="84" height="84"/></a>
- <a href="https://github.com/XoanaIO/raylib-java" target="_blank"><img src="images/bindings/bind_java.png" style="margin-right:8px;" alt="java raylib binding" width="84" height="84"/></a>
- <a href="https://github.com/raysan5/raylib-lua" target="_blank"><img src="images/bindings/bind_lua.png" style="margin-right:8px;" alt="lua raylib binding" width="84" height="84"/></a>
- <a href="https://github.com/gen2brain/raylib-go" target="_blank"><img src="images/bindings/bind_go.png" style="margin-right:8px;" alt="go raylib binding" width="84" height="84"/></a>
- <a href="https://github.com/raysan5/raylib/blob/master/CONTRIBUTING.md#raylib-bindings" target="_blank"><img src="images/bindings/bind_more.png" style="margin-right:8px;" alt="more raylib bindings" width="84" height="84"/></a>
+ <a href="https://github.com/ChrisDill/Raylib-cs" target="_blank"><img class="icon" src="images/bindings/bind_csharp.png" alt="c-sharp raylib binding" width="84" height="84"/></a>
+ <a href="https://github.com/overdev/raylib-py" target="_blank"><img class="icon" src="images/bindings/bind_python.png" alt="python raylib binding" width="84" height="84"/></a>
+ <a href="https://github.com/drezgames/raylib-pascal" target="_blank"><img class="icon" src="images/bindings/bind_pascal.png" alt="pascal raylib binding" width="84" height="84"/></a>
+ <a href="https://github.com/D3nX/raylib-ruby-ffi" target="_blank"><img class="icon" src="images/bindings/bind_ruby.png" alt="ruby raylib binding" width="84" height="84"/></a>
+ <a href="https://github.com/XoanaIO/raylib-java" target="_blank"><img class="icon" src="images/bindings/bind_java.png" alt="java raylib binding" width="84" height="84"/></a>
+ <a href="https://github.com/raysan5/raylib-lua" target="_blank"><img class="icon" src="images/bindings/bind_lua.png" alt="lua raylib binding" width="84" height="84"/></a>
+ <a href="https://github.com/gen2brain/raylib-go" target="_blank"><img class="icon" src="images/bindings/bind_go.png" alt="go raylib binding" width="84" height="84"/></a>
+ <a href="https://github.com/raysan5/raylib/blob/master/CONTRIBUTING.md#raylib-bindings" target="_blank"><img class="icon" src="images/bindings/bind_more.png" alt="more raylib bindings" width="84" height="84"/></a>
</div>
</div>
<br>