[web] Added new social networks
Replaced tabs by spaces
This commit is contained in:
parent
836c1636a2
commit
42d5e3bd24
8 changed files with 334 additions and 322 deletions
|
@ -61,8 +61,10 @@ p a:hover{text-decoration: none; color:gray;}
|
|||
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#e0e0e0',GradientType=0 );
|
||||
}
|
||||
|
||||
#social{ width:300px; height:50px; position:relative; float:right; margin-right:8px; margin-top:20px; margin-bottom:20px; }
|
||||
#social{ width:372px; 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;}
|
||||
#twitch{ width:36px; height:36px; float:left; position:relative; background-image: url(../img/icon_twitch.png); cursor: pointer; background-repeat:no-repeat; background-position: 0 0;}
|
||||
#patreon{ width:36px; height:36px; float:left; position:relative; background-image: url(../img/icon_patreon.png); cursor: pointer; background-repeat:no-repeat; background-position: 0 0;}
|
||||
#itchio{ width:36px; height:36px; float:left; position:relative; background-image: url(../img/icon_itchio.png); cursor: pointer; background-repeat:no-repeat; background-position: 0 0;}
|
||||
|
|
BIN
docs/common/img/icon_handmade.png
Normal file
BIN
docs/common/img/icon_handmade.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.3 KiB |
BIN
docs/common/img/icon_youtube.png
Normal file
BIN
docs/common/img/icon_youtube.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.4 KiB |
|
@ -41,6 +41,7 @@
|
|||
<a id="logo" href="index.html"></a>
|
||||
<div id="social">
|
||||
<a id="itchio" href="https://raysan5.itch.io" target="_blank"></a>
|
||||
<a id="handmade" href="https://raylib.handmade.network/" target="_blank"></a>
|
||||
<a id="patreon" href="https://www.patreon.com/raysan5" target="_blank"></a>
|
||||
<a id="twitch" href="http://www.twitch.tv/raysan5" target="_blank"></a>
|
||||
<a id="reddit" href="https://www.reddit.com/r/raylib/" target="_blank"></a>
|
||||
|
@ -48,6 +49,7 @@
|
|||
<a id="facebook" href="http://www.facebook.com/raylibgames" target="_blank"></a>
|
||||
<a id="twitter" href="http://www.twitter.com/raysan5" target="_blank"></a>
|
||||
<a id="github" href="http://github.com/raysan5/raylib" target="_blank"></a>
|
||||
<a id="youtube" href="https://www.youtube.com/channel/UC8WIBkhYb5sBNqXO1mZ7WSQ" target="_blank"></a>
|
||||
</div>
|
||||
<div class="menu">
|
||||
<a href="index.html">about</a>
|
||||
|
|
|
@ -41,6 +41,7 @@
|
|||
<a id="logo" href="index.html"></a>
|
||||
<div id="social">
|
||||
<a id="itchio" href="https://raysan5.itch.io" target="_blank"></a>
|
||||
<a id="handmade" href="https://raylib.handmade.network/" target="_blank"></a>
|
||||
<a id="patreon" href="https://www.patreon.com/raysan5" target="_blank"></a>
|
||||
<a id="twitch" href="http://www.twitch.tv/raysan5" target="_blank"></a>
|
||||
<a id="reddit" href="https://www.reddit.com/r/raylib/" target="_blank"></a>
|
||||
|
@ -48,6 +49,7 @@
|
|||
<a id="facebook" href="http://www.facebook.com/raylibgames" target="_blank"></a>
|
||||
<a id="twitter" href="http://www.twitter.com/raysan5" target="_blank"></a>
|
||||
<a id="github" href="http://github.com/raysan5/raylib" target="_blank"></a>
|
||||
<a id="youtube" href="https://www.youtube.com/channel/UC8WIBkhYb5sBNqXO1mZ7WSQ" target="_blank"></a>
|
||||
</div>
|
||||
<div class="menu">
|
||||
<a href="index.html">about</a>
|
||||
|
|
|
@ -32,6 +32,7 @@
|
|||
<a id="logo" href="index.html"></a>
|
||||
<div id="social">
|
||||
<a id="itchio" href="https://raysan5.itch.io" target="_blank"></a>
|
||||
<a id="handmade" href="https://raylib.handmade.network/" target="_blank"></a>
|
||||
<a id="patreon" href="https://www.patreon.com/raysan5" target="_blank"></a>
|
||||
<a id="twitch" href="http://www.twitch.tv/raysan5" target="_blank"></a>
|
||||
<a id="reddit" href="https://www.reddit.com/r/raylib/" target="_blank"></a>
|
||||
|
@ -39,6 +40,7 @@
|
|||
<a id="facebook" href="http://www.facebook.com/raylibgames" target="_blank"></a>
|
||||
<a id="twitter" href="http://www.twitter.com/raysan5" target="_blank"></a>
|
||||
<a id="github" href="http://github.com/raysan5/raylib" target="_blank"></a>
|
||||
<a id="youtube" href="https://www.youtube.com/channel/UC8WIBkhYb5sBNqXO1mZ7WSQ" target="_blank"></a>
|
||||
</div>
|
||||
<div class="menu">
|
||||
<a href="index.html">about</a>
|
||||
|
|
|
@ -60,6 +60,7 @@
|
|||
<a id="logo" href="index.html"></a>
|
||||
<div id="social">
|
||||
<a id="itchio" href="https://raysan5.itch.io" target="_blank"></a>
|
||||
<a id="handmade" href="https://raylib.handmade.network/" target="_blank"></a>
|
||||
<a id="patreon" href="https://www.patreon.com/raysan5" target="_blank"></a>
|
||||
<a id="twitch" href="http://www.twitch.tv/raysan5" target="_blank"></a>
|
||||
<a id="reddit" href="https://www.reddit.com/r/raylib/" target="_blank"></a>
|
||||
|
@ -67,6 +68,7 @@
|
|||
<a id="facebook" href="http://www.facebook.com/raylibgames" target="_blank"></a>
|
||||
<a id="twitter" href="http://www.twitter.com/raysan5" target="_blank"></a>
|
||||
<a id="github" href="http://github.com/raysan5/raylib" target="_blank"></a>
|
||||
<a id="youtube" href="https://www.youtube.com/channel/UC8WIBkhYb5sBNqXO1mZ7WSQ" target="_blank"></a>
|
||||
</div>
|
||||
<div class="menu">
|
||||
<div id="active">about</div>
|
||||
|
|
|
@ -32,6 +32,7 @@
|
|||
<a id="logo" href="index.html"></a>
|
||||
<div id="social">
|
||||
<a id="itchio" href="https://raysan5.itch.io" target="_blank"></a>
|
||||
<a id="handmade" href="https://raylib.handmade.network/" target="_blank"></a>
|
||||
<a id="patreon" href="https://www.patreon.com/raysan5" target="_blank"></a>
|
||||
<a id="twitch" href="http://www.twitch.tv/raysan5" target="_blank"></a>
|
||||
<a id="reddit" href="https://www.reddit.com/r/raylib/" target="_blank"></a>
|
||||
|
@ -39,6 +40,7 @@
|
|||
<a id="facebook" href="http://www.facebook.com/raylibgames" target="_blank"></a>
|
||||
<a id="twitter" href="http://www.twitter.com/raysan5" target="_blank"></a>
|
||||
<a id="github" href="http://github.com/raysan5/raylib" target="_blank"></a>
|
||||
<a id="youtube" href="https://www.youtube.com/channel/UC8WIBkhYb5sBNqXO1mZ7WSQ" target="_blank"></a>
|
||||
</div>
|
||||
<div class="menu">
|
||||
<a href="index.html">about</a>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue