summaryrefslogtreecommitdiffhomepage
path: root/index.html
diff options
context:
space:
mode:
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>