diff options
| author | Michael Richardson <[email protected]> | 2022-01-19 11:22:49 -0500 |
|---|---|---|
| committer | Michael Richardson <[email protected]> | 2022-01-19 11:22:49 -0500 |
| commit | 0823125e4b11aecce586d360d393132f4c15e22f (patch) | |
| tree | b1c833a14f096c2279c763a8582096afb7f472e3 /index.html | |
| parent | 319384984f79dc1aefe88c0207f55310db1565fb (diff) | |
| download | raylib.com-0823125e4b11aecce586d360d393132f4c15e22f.tar.gz raylib.com-0823125e4b11aecce586d360d393132f4c15e22f.zip | |
Add quick and dirty gamejam banner
Diffstat (limited to 'index.html')
| -rw-r--r-- | index.html | 25 |
1 files changed, 24 insertions, 1 deletions
@@ -25,12 +25,35 @@ <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"> + <img class="banner-image" src="images/gamejam-2022-banner.png" /> + <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"> + <div class="big">→</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> |
