summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--common/img/icon_discord.pngbin1456 -> 1094 bytes
-rw-r--r--common/img/icon_twitch.pngbin2195 -> 628 bytes
-rw-r--r--common/img/icon_twitter.pngbin969 -> 913 bytes
-rw-r--r--common/main.css11
-rw-r--r--images/contribute/patreon.pngbin3584 -> 1889 bytes
-rw-r--r--images/networks/discord.pngbin2316 -> 2903 bytes
-rw-r--r--images/networks/twitch.pngbin1062 -> 2082 bytes
-rw-r--r--images/networks/twitter.pngbin2243 -> 2682 bytes
-rw-r--r--index.html2
-rw-r--r--license.html52
10 files changed, 37 insertions, 28 deletions
diff --git a/common/img/icon_discord.png b/common/img/icon_discord.png
index f6e4d5f..4268543 100644
--- a/common/img/icon_discord.png
+++ b/common/img/icon_discord.png
Binary files differ
diff --git a/common/img/icon_twitch.png b/common/img/icon_twitch.png
index 4d27579..7e2f42b 100644
--- a/common/img/icon_twitch.png
+++ b/common/img/icon_twitch.png
Binary files differ
diff --git a/common/img/icon_twitter.png b/common/img/icon_twitter.png
index da59d1c..5a26ac8 100644
--- a/common/img/icon_twitter.png
+++ b/common/img/icon_twitter.png
Binary files differ
diff --git a/common/main.css b/common/main.css
index 57d929b..fd6b131 100644
--- a/common/main.css
+++ b/common/main.css
@@ -79,14 +79,21 @@ h2 {
line-height: 24px;
}
+h2::before {
+ content: '';
+ display: block;
+ width: 100%;
+ height: 144px;
+ margin: -144px 0px 0px;
+}
+
.page {
width: min(var(--content-width), 100vw);
- min-height: 100vh;
+ min-height: fit-content;
margin: 0 auto;
padding-top: 128px;
background-color: #f5f5f5;
- /* border: 2px solid #c8c8c8; */
display: flex;
flex-direction: column;
diff --git a/images/contribute/patreon.png b/images/contribute/patreon.png
index be98c68..a20b1ef 100644
--- a/images/contribute/patreon.png
+++ b/images/contribute/patreon.png
Binary files differ
diff --git a/images/networks/discord.png b/images/networks/discord.png
index 8bcb657..d687925 100644
--- a/images/networks/discord.png
+++ b/images/networks/discord.png
Binary files differ
diff --git a/images/networks/twitch.png b/images/networks/twitch.png
index a13094c..e935b70 100644
--- a/images/networks/twitch.png
+++ b/images/networks/twitch.png
Binary files differ
diff --git a/images/networks/twitter.png b/images/networks/twitter.png
index 3fc6555..2becee9 100644
--- a/images/networks/twitter.png
+++ b/images/networks/twitter.png
Binary files differ
diff --git a/index.html b/index.html
index 74be9e9..8398646 100644
--- a/index.html
+++ b/index.html
@@ -98,7 +98,7 @@
</div>
</div>
<br>
- <h2 id="platforms"><a class="anchor-link" href="#platforms"></a>raylib supported platforms</h2>
+ <h2 id="supported-platforms"><a class="anchor-link" href="#supported-platforms"></a>raylib supported platforms</h2>
<br>
<p>raylib supports multiple target platforms, it has been tested in the following ones but, technically, any platform that supports C language and OpenGL graphics (or similar) can run raylib or it can be very easily ported to.</p>
<br>
diff --git a/license.html b/license.html
index 190e3db..2536256 100644
--- a/license.html
+++ b/license.html
@@ -23,35 +23,37 @@
</head>
<body>
- <div class="page">
- <!--[if lt IE 7]>
- <p class="chromeframe">You are using an <strong>outdated</strong> browser. Please <a href="https://browsehappy.com/">upgrade your browser</a> or <a href="https://www.google.com/chromeframe/?redirect=true">activate Google Chrome Frame</a> to improve your experience.</p>
- <![endif]-->
-
+ <div class="header-container">
<div class="header">
<a id="logo" href="index.html"></a>
- <div id="social">
- <a id="twitter" href="https://www.twitter.com/raysan5" target="_blank"></a>
- <a id="discord" href="https://discord.gg/raylib" target="_blank"></a>
- <a id="twitch" href="https://www.twitch.tv/raysan5" target="_blank"></a>
- <a id="kofi" href="https://ko-fi.com/raysan5" target="_blank"></a>
- <a id="itchio" href="https://raysan5.itch.io" target="_blank"></a>
- <a id="handmade" href="https://raylib.handmade.network/" target="_blank"></a>
- <a id="reddit" href="https://www.reddit.com/r/raylib/" target="_blank"></a>
- <a id="youtube" href="https://www.youtube.com/c/raylib" target="_blank"></a>
- <a id="patreon" href="https://www.patreon.com/raylib" target="_blank"></a>
- <a id="redbubble" href="https://www.redbubble.com/shop/ap/78130012" target="_blank"></a>
- <a id="github" href="https://github.com/raysan5/raylib" target="_blank"></a>
- </div>
- <div class="menu">
- <a href="index.html">about</a>
- <a href="examples.html">examples</a>
- <a href="games.html">games</a>
- <a href="cheatsheet/cheatsheet.html">cheatsheet</a>
- <a id="wiki" href="https://github.com/raysan5/raylib/wiki">wiki</a>
+ <div class="nav-container">
+ <div id="social">
+ <a id="twitter" href="https://www.twitter.com/raysan5" target="_blank"></a>
+ <a id="discord" href="https://discord.gg/raylib" target="_blank"></a>
+ <a id="twitch" href="https://www.twitch.tv/raysan5" target="_blank"></a>
+ <a id="kofi" href="https://ko-fi.com/raysan5" target="_blank"></a>
+ <a id="itchio" href="https://raysan5.itch.io" target="_blank"></a>
+ <a id="handmade" href="https://raylib.handmade.network/" target="_blank"></a>
+ <a id="reddit" href="https://www.reddit.com/r/raylib/" target="_blank"></a>
+ <a id="youtube" href="https://www.youtube.com/c/raylib" target="_blank"></a>
+ <a id="patreon" href="https://www.patreon.com/raylib" target="_blank"></a>
+ <a id="redbubble" href="https://www.redbubble.com/shop/ap/78130012" target="_blank"></a>
+ <a id="github" href="https://github.com/raysan5/raylib" target="_blank"></a>
+ </div>
+ <div class="menu">
+ <a href="index.html">about</a>
+ <a href="examples.html">examples</a>
+ <a href="games.html">games</a>
+ <a href="cheatsheet/cheatsheet.html">cheatsheet</a>
+ <a id="wiki" href="https://github.com/raysan5/raylib/wiki">wiki</a>
+ </div>
</div>
</div>
-
+ </div>
+ <div class="page">
+ <!--[if lt IE 7]>
+ <p class="chromeframe">You are using an <strong>outdated</strong> browser. Please <a href="https://browsehappy.com/">upgrade your browser</a> or <a href="https://www.google.com/chromeframe/?redirect=true">activate Google Chrome Frame</a> to improve your experience.</p>
+ <![endif]-->
<div class="content">
<strong>license</strong>
<br><br>