summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorraysan5 <[email protected]>2021-04-24 20:52:56 +0200
committerraysan5 <[email protected]>2021-04-24 20:52:56 +0200
commitf574724139c1e5fdf1798703bc379a8c9a04e28d (patch)
tree50a07e4b2a25f25f866a234c6cfbd72ae557f08f
parent35374c7162cc02c66dcffb98f0f1e7a01822b482 (diff)
downloadraylib.com-f574724139c1e5fdf1798703bc379a8c9a04e28d.tar.gz
raylib.com-f574724139c1e5fdf1798703bc379a8c9a04e28d.zip
Update index.html
-rw-r--r--index.html12
1 files changed, 6 insertions, 6 deletions
diff --git a/index.html b/index.html
index 9894dd7..20ec31f 100644
--- a/index.html
+++ b/index.html
@@ -1,5 +1,5 @@
<!DOCTYPE html>
-<html>
+<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
@@ -76,9 +76,9 @@
<br>
<div style="display: flex;">
<div id="platforms" style="margin: 0 auto;">
- <a href="https://opensource.googleblog.com/2019/04/google-open-source-peer-bonus-winners.html"><img src="images/Google_Open_Source_2019.png" alt="raylib Epic MegaGrant Recipient - Fall 2020" width="220" /></a>
- <a href="https://www.unrealengine.com/en-US/blog/epic-megagrants-fall-2020-update"><img src="images/Epic_MegaGrants_2020.png" alt="raylib Epic MegaGrant Recipient - Fall 2020" width="220" /></a>
- <a href="https://opensource.googleblog.com/2021/04/announcing-first-group-of-google-open-source-peer-bonus-winners.html"><img src="images/Google_Open_Source_2021.png" alt="raylib Epic MegaGrant Recipient - Fall 2020" width="220" /></a>
+ <a href="https://opensource.googleblog.com/2019/04/google-open-source-peer-bonus-winners.html"><img src="images/Google_Open_Source_2019.png" title="raylib Google Open Source Peer Bonus - 2019" alt="raylib Google Open Source Peer Bonus - 2019" width="220" /></a>
+ <a href="https://www.unrealengine.com/en-US/blog/epic-megagrants-fall-2020-update"><img src="images/Epic_MegaGrants_2020.png" title="raylib Epic MegaGrant Recipient - Fall 2020" alt="raylib Epic MegaGrant Recipient - Fall 2020" width="220" /></a>
+ <a href="https://opensource.googleblog.com/2021/04/announcing-first-group-of-google-open-source-peer-bonus-winners.html"><img src="images/Google_Open_Source_2021.png" title="raylib Google Open Source Peer Bonus - 2021" alt="raylib Google Open Source Peer Bonus - 2021" width="220" /></a>
</div>
</div>
<br>
@@ -156,7 +156,7 @@
<div style="display: flex;">
<div id="bindings" style="margin: 0 auto;">
<a href="https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=JB5CMEX9HXFKY&currency_code=EUR&source=url" target="_blank"><img class="icon" src="images/contribute/paypal.png" title="PayPal" alt="PayPal donation" width="84" height="84"/></a>
- <a href="https://github.com/sponsors/raysan5" target="_blank"><img class="icon" src="images/contribute/github.png" title="GitHub" alt="raylib on GitHub" width="84" height="84"/></a>
+ <a href="https://github.com/sponsors/raysan5" target="_blank"><img class="icon" src="images/contribute/github.png" title="GitHub" alt="raylib GitHub Sponsors" width="84" height="84"/></a>
<a href="https://www.patreon.com/raylib" target="_blank"><img class="icon" src="images/contribute/patreon.png" title="Patreon" alt="Patreon contributor" width="84" height="84"/></a>
<a href="https://ko-fi.com/raysan" target="_blank"><img class="icon" src="images/contribute/kofi.png" title="Ko-fi" alt="Ko-fi donation" width="84" height="84"/></a>
<a href="https://raysan5.itch.io/raylib" target="_blank"><img class="icon" src="images/contribute/itchio.png" title="itch.io" alt="raylib on itch.io" width="84" height="84"/></a>
@@ -189,7 +189,7 @@
<h2>raylib architecture</h2>
<br>
<p>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 <strong>standalone mode</strong>.</p>
- <a href="images/raylib_architecture_v3.7.png"><img src="images/raylib_architecture_v3.7.png" alt="raylib architecture" width="800" /></a>
+ <a href="images/raylib_architecture_v3.7.png"><img src="images/raylib_architecture_v3.7.png" title="raylib architecture" alt="raylib architecture" width="800" /></a>
<br>
</div>