summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorRay <[email protected]>2022-02-11 19:12:48 +0100
committerRay <[email protected]>2022-02-11 19:12:48 +0100
commit38bb1d6ee8c554da8cdb27158ec19a56fd3fe9d2 (patch)
tree27d66936c5dc74918ce9faa1a95cc458b24b536b
parentd0e31189888bc2a0144c9c8b70b9902c30f86bd1 (diff)
downloadraylib.com-38bb1d6ee8c554da8cdb27158ec19a56fd3fe9d2.tar.gz
raylib.com-38bb1d6ee8c554da8cdb27158ec19a56fd3fe9d2.zip
REMOVED: raylib 5k gamejam banner
-rw-r--r--common/banner.css93
-rw-r--r--index.html27
2 files changed, 0 insertions, 120 deletions
diff --git a/common/banner.css b/common/banner.css
deleted file mode 100644
index 32ae08f..0000000
--- a/common/banner.css
+++ /dev/null
@@ -1,93 +0,0 @@
-.gamejam-2022-banner {
- min-width: 880px;
- background-color: white;
- padding: 1em;
- display: flex;
- justify-content: center;
- align-items: center;
- flex-direction: row;
-}
-
-.gamejam-2022-banner * {
- box-sizing: border-box;
-}
-
-.gamejam-2022-banner .banner-content {
- width: 835.5px;
- display: flex;
- flex-direction: row;
- align-items: flex-start;
- justify-content: flex-start;
-}
-
-.gamejam-2022-banner .banner-image {
- height: 205px;
- width: auto;
-}
-
-.gamejam-2022-banner .end-cap .big {
- font-size: 26px;
-}
-
-.gamejam-2022-banner .column {
- width: 100px;
- display: flex;
- flex-direction: column;
- margin-left: 5px;
-}
-
-.gamejam-2022-banner .block:first-child, .gamejam-2022-banner .color-block:first-child {
- margin-bottom: 5px;
-}
-
-.gamejam-2022-banner .block, .gamejam-2022-banner .color-block {
- width: 100px;
- height: 100px;
- margin: 0;
- display: flex;
- align-items: flex-end;
- justify-content: flex-end;
- padding: 5px;
- flex-direction: column;
-}
-
-.gamejam-2022-banner .block *, .gamejam-2022-banner .color-block * {
- text-align: right;
-}
-
-.gamejam-2022-banner .block .big, .gamejam-2022-banner .color-block .big {
- font-size: 300%;
-}
-
-.gamejam-2022-banner .color-block {
-
- border: 6.25px solid #0e0e0e;
- background-color: white;
- font-size: 13px;
- font-weight: bold;
-}
-
-.gamejam-2022-banner .color-block.red {
- border-color: #b50000;
- color: #b50000;
-}
-
-.gamejam-2022-banner .color-block.wasm {
- border-color: #654ff0;
- color: #654ff0;
-}
-
-.gamejam-2022-banner .color-block.green {
- border-color: green;
- color: green;
-}
-
-.gamejam-2022-banner .color-block.yellow {
- border-color: rgb(211, 166, 16);
- color: rgb(211, 166, 16);
-}
-
-.gamejam-2022-banner .color-block.turquoise {
- border-color: turquoise;
- color: turquoise;
-} \ No newline at end of file
diff --git a/index.html b/index.html
index 53f35d5..3dff7e5 100644
--- a/index.html
+++ b/index.html
@@ -25,37 +25,11 @@
<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>
@@ -89,7 +63,6 @@
<h1>raylib is a simple and easy-to-use library to enjoy videogames programming.</h1>
<br>
<br>
- <!--<a href="https://github.com/raysan5/raylib/releases/download/1.5.0/raylib_installer_v1.5.exe"><div class="downloadButtonInstaller" id="btnlib">Download raylib Windows Installer (v1.5.0)</div></a>-->
<div id="itchioframe"><iframe frameborder="0" src="https://itch.io/embed/85331?bg_color=f5f5f5" width="640" height="170"></iframe></div>
<br>
<p>raylib is highly inspired by Borland BGI graphics lib and by XNA framework. Do you want to see all functions available in raylib? <a class="simplelink" href="cheatsheet/cheatsheet.html">Check raylib cheatsheet</a></p>