summaryrefslogtreecommitdiffhomepage
path: root/index.html
diff options
context:
space:
mode:
authorRay <[email protected]>2022-01-19 17:46:33 +0100
committerGitHub <[email protected]>2022-01-19 17:46:33 +0100
commitb72ca61ffabcb5ac2f362aabc98ce642141cfe73 (patch)
treefa7050acd4d4514a4e194227e261a6f30e9dd139 /index.html
parent319384984f79dc1aefe88c0207f55310db1565fb (diff)
parentd420cf304666e65af21bbe4609db8d2cce1f77e1 (diff)
downloadraylib.com-b72ca61ffabcb5ac2f362aabc98ce642141cfe73.tar.gz
raylib.com-b72ca61ffabcb5ac2f362aabc98ce642141cfe73.zip
Merge pull request #28 from michaelfiber/gamejam-2022-banner
Gamejam 2022 banner
Diffstat (limited to 'index.html')
-rw-r--r--index.html27
1 files changed, 26 insertions, 1 deletions
diff --git a/index.html b/index.html
index f364e02..53f35d5 100644
--- a/index.html
+++ b/index.html
@@ -25,12 +25,37 @@
<meta name="twitter:description" content="raylib is a simple and easy-to-use library to enjoy videogames programming." />
<meta name="twitter:image" content="https://www.raylib.com/common/img/raylib_logo_card.png" />
<meta name="twitter:url" content="https://www.raylib.com" />
-
+ <link rel="stylesheet" href="common/banner.css">
<link rel="stylesheet" href="common/main.css">
<link rel="shortcut icon" href="favicon.ico" />
</head>
<body>
+ <div class="gamejam-2022-banner">
+ <div class="banner-content">
+ <a href="https://itch.io/jam/raylib-5k-gamejam" target="_blank">
+ <img class="banner-image" src="images/gamejam-2022-banner.png" />
+ </a>
+ <div class="column">
+ <div class="color-block wasm">wasm</div>
+ <div class="color-block turquoise">priZes</div>
+ </div>
+ <div class="column">
+ <div class="color-block green">900px</div>
+ <div class="color-block">
+ <div>JAN</div>
+ <div>21-29</div>
+ </div>
+ </div>
+ <div class="column">
+ <div class="color-block yellow">32MB</div>
+ <a class="color-block red" href="https://itch.io/jam/raylib-5k-gamejam" target="_blank">
+ <div class="big">&rarr;</div>
+ <div>More Info</div>
+ </a>
+ </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>