Skip to content

Commit 7ba6be2

Browse files
Bug fix, cover art policy change, and added art
1 parent 8ca14dc commit 7ba6be2

9 files changed

Lines changed: 103 additions & 91 deletions

File tree

img/cover-art/007.jpg

47.2 KB
Loading

img/cover-art/README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ To maintain a clean, professional, and consistent look for **Jet Yehs Unblocked
1515
### 1. No Text on Art
1616
The game title is already displayed in the website UI directly beneath the image. To avoid redundancy and visual clutter, **cover art images MUST NOT contain any text.**
1717

18+
- **Exception: Retro Cartridge Art** > This exception is granted for games originally released on handheld consoles (e.g., **GameBoy Advance**). For these titles, using the **original cartridge label art** is encouraged to maintain authenticity. In these cases, the game title appearing on the sticker is acceptable. Art for these games can be found at https://gamefaqs.gamespot.com/
19+
1820
### 2. Accurate Representation
1921
The artwork must directly represent the actual gameplay or the main theme of the game. Avoid using "clickbait" images or unrelated generic art.
2022

@@ -34,6 +36,13 @@ Choose images that are clean and easy to recognize even at a small size. Since t
3436
![Good Example](examples/good-example.jpg)
3537
</div>
3638

39+
* **GBA Exception:** The GBA cover art from the cartridge, this exception is included becuase the best way to display these games is the original art.
40+
41+
<div align=center>
42+
43+
![Good Example](examples/gba-example.jpg)
44+
</div>
45+
3746
## AI Policy
3847

3948
* **Allowed:** Using AI tools (like upscalers or "generative fill") to resize, sharpen, or remove text from an existing game screenshot or game art.

img/cover-art/advance-wars-2.jpg

60.1 KB
Loading

img/cover-art/advance-wars.jpg

63.5 KB
Loading

img/cover-art/alien-hominid.jpg

56.8 KB
Loading
47.2 KB
Loading

index.html

Lines changed: 89 additions & 80 deletions
Original file line numberDiff line numberDiff line change
@@ -1,93 +1,102 @@
1-
<!DOCTYPE html>
1+
<!doctype html>
22
<html lang="en">
3-
<head>
4-
<meta charset="UTF-8" />
5-
<meta name="viewport" content="width=device-width, initial-scale=1" />
6-
<title>Jet Yeh's</title>
7-
<meta name="description" content="Play free unblocked games anytime and anywhere! Enjoy a wide selection of fun, exciting, and safe games for school or work" />
8-
<link rel="icon" href="/img/favicon-32x32.png" />
9-
<link rel="stylesheet" href="/css/style.css" />
10-
<link rel="stylesheet" href="/css/index.css" />
11-
<link rel="stylesheet" href="/css/gameGrid.css" />
12-
<link rel="stylesheet" href="/css/seasonal.css" />
13-
</head>
143

15-
<body>
16-
<div id="loading-bar"></div>
4+
<head>
5+
<meta charset="UTF-8" />
6+
<meta name="viewport" content="width=device-width, initial-scale=1" />
7+
<title>Jet Yeh's</title>
8+
<meta name="description"
9+
content="Play free unblocked games anytime and anywhere! Enjoy a wide selection of fun, exciting, and safe games for school or work" />
10+
<link rel="icon" href="/img/favicon-32x32.png" />
11+
<link rel="stylesheet" href="/css/style.css" />
12+
<link rel="stylesheet" href="/css/index.css" />
13+
<link rel="stylesheet" href="/css/gameGrid.css" />
14+
<link rel="stylesheet" href="/css/seasonal.css" />
15+
</head>
1716

18-
<div class="wrapper">
19-
<div class="sidebar">
20-
<h2>Jet Yeh's</h2>
17+
<body>
18+
<div id="loading-bar"></div>
2119

22-
<ul>
23-
<li onclick="location.href='index.html'" class="selectedButton"><i class="fa-solid fa-house"></i> Home</li>
24-
<li onclick="location.href='//github.com/dngaa/dngaa.github.io/issues/new?labels=bug&title=Bug%20Report&body=-%20**Describe%20the%20bug**%20A%20clear%20and%20concise%20description%20of%20what%20the%20bug%20is.%0A-%20**To%20Reproduce**%20Steps%20to%20reproduce%20the%20behavior%3A%0A%20%20%201.%20Go%20to%20...%0A%20%20%202.%20Click%20on%20...%0A%20%20%203.%20Scroll%20down%20to%20...%0A%20%20%204.%20See%20error%0A-%20**Expected%20behavior**%20A%20clear%20and%20concise%20description%20of%20what%20you%20expected%20to%20happen.%0A-%20**Screenshots**%20If%20applicable%2C%20add%20screenshots%20to%20help%20explain%20your%20problem.%0A-%20**Environment**%20(please%20complete%20the%20following%20information)%3A%0A%20%20%20-%20OS%3A%20%0A%20%20%20-%20Browser%3A%20%0A%20%20%20-%20Version%3A%20%0A-%20**Additional%20context**%20Add%20any%20other%20context%20about%20the%20problem%20here.'"><i class="fa-solid fa-bug"></i> Bug Report</li>
25-
<li onclick="location.href='//github.com/dngaa/dngaa.github.io/issues/new?labels=game%20request&title=Game%20Request&body=-%20**Game%20Title**%3A%20The%20name%20of%20the%20game%20you%20would%20like%20to%20request.%0A-%20**Description**%3A%20Why%20do%20you%20want%20this%20game%3F%20What%20features%20or%20gameplay%20elements%20are%20important%3F%0A-%20**Source%20Code**%3A%20If%20available%2C%20please%20provide%20a%20link%20to%20the%20original%20game%20source%20code.%0A-%20**Additional%20Notes**%3A%20Any%20extra%20details%20or%20context%20about%20the%20request.'"><i class="fa-solid fa-ghost"></i> Game Request</li>
26-
<li onclick="location.href='pages/settings.html'"><i class="fa-solid fa-gear"></i> Settings</li>
27-
<li id="go-to-top-button"><i class="fa-solid fa-up-long"></i> Top</li>
28-
</ul>
20+
<div class="wrapper">
21+
<div class="sidebar">
22+
<h2>Jet Yeh's</h2>
2923

30-
<div class="left-col">
31-
<img title="icon" src="/img/icon.png" width="199px" />
32-
</div>
33-
<div>
34-
<center>
35-
<img src="https://visit-counter.vercel.app/counter.png?page=dngaa.github.io&s=25&c=ffffff&bg=00000000&no=6&ff=digi&tb=&ta=" alt="visits" />
36-
</center>
37-
</div>
38-
</div>
24+
<ul>
25+
<li onclick="location.href = 'index.html'" class="selectedButton"><i class="fa-solid fa-house"></i> Home
26+
</li>
27+
<li
28+
onclick="location.href = '//github.com/dngaa/dngaa.github.io/issues/new?labels=bug&title=Bug%20Report&body=-%20**Describe%20the%20bug**%20A%20clear%20and%20concise%20description%20of%20what%20the%20bug%20is.%0A-%20**To%20Reproduce**%20Steps%20to%20reproduce%20the%20behavior%3A%0A%20%20%201.%20Go%20to%20...%0A%20%20%202.%20Click%20on%20...%0A%20%20%203.%20Scroll%20down%20to%20...%0A%20%20%204.%20See%20error%0A-%20**Expected%20behavior**%20A%20clear%20and%20concise%20description%20of%20what%20you%20expected%20to%20happen.%0A-%20**Screenshots**%20If%20applicable%2C%20add%20screenshots%20to%20help%20explain%20your%20problem.%0A-%20**Environment**%20(please%20complete%20the%20following%20information)%3A%0A%20%20%20-%20OS%3A%20%0A%20%20%20-%20Browser%3A%20%0A%20%20%20-%20Version%3A%20%0A-%20**Additional%20context**%20Add%20any%20other%20context%20about%20the%20problem%20here.'">
29+
<i class="fa-solid fa-bug"></i> Bug Report
30+
</li>
31+
<li
32+
onclick="location.href = '//github.com/dngaa/dngaa.github.io/issues/new?labels=game%20request&title=Game%20Request&body=-%20**Game%20Title**%3A%20The%20name%20of%20the%20game%20you%20would%20like%20to%20request.%0A-%20**Description**%3A%20Why%20do%20you%20want%20this%20game%3F%20What%20features%20or%20gameplay%20elements%20are%20important%3F%0A-%20**Source%20Code**%3A%20If%20available%2C%20please%20provide%20a%20link%20to%20the%20original%20game%20source%20code.%0A-%20**Additional%20Notes**%3A%20Any%20extra%20details%20or%20context%20about%20the%20request.'">
33+
<i class="fa-solid fa-ghost"></i> Game Request
34+
</li>
35+
<li onclick="location.href = 'pages/settings.html'"><i class="fa-solid fa-gear"></i> Settings</li>
36+
<li id="go-to-top-button"><i class="fa-solid fa-up-long"></i> Top</li>
37+
</ul>
3938

40-
<div class="main_content">
41-
<div class="alert">
42-
<span class="closebtn" onclick="this.parentElement.style.display='none';">&times;</span>
43-
<span id="random-quote">Loading...</span>
44-
</div>
45-
<div class="info">
46-
<header>
47-
<h1>
48-
<div class="title">Jet Yeh's Unblocked Games</div>
49-
</h1>
50-
<div class="right-col">
51-
<img title="music_icon" id="icon" src="/img/play.png" />
52-
</div>
53-
<audio id="mySong">
54-
<source src="/media/beet-juice.mp4" type="/audio/ogg" />
55-
</audio>
56-
</header>
57-
<br />
58-
</div>
39+
<div class="left-col">
40+
<img title="icon" src="/img/icon.png" width="199px" />
41+
</div>
42+
</div>
5943

60-
<ul id="navbar">
61-
<div class="search-bar" style="margin-top: -25px">
62-
<input type="text" name="search" value="" autocomplete="off" id="myinput" onkeyup="searchFunction()" placeholder="Search" />
63-
<br />
44+
<div class="main_content">
45+
<div class="alert">
46+
<span class="closebtn" onclick="this.parentElement.style.display = 'none'">&times;</span>
47+
<span id="random-quote">Loading...</span>
48+
</div>
49+
<div class="info">
50+
<header>
51+
<h1>
52+
<div class="title">Jet Yeh's Unblocked Games</div>
53+
</h1>
54+
<div class="right-col">
55+
<img title="music_icon" id="icon" src="/img/play.png" />
6456
</div>
65-
<li class="nav"><button name="all" onclick="switchGame('all');" class="selectedButton selectable">All</button></li>
66-
<li class="nav"><button name="new" onclick="switchGame('new');" class="selectButton selectable">New</button></li>
67-
<li class="nav"><button name="flash" onclick="switchGame('flash');" class="selectButton selectable">Flash</button></li>
68-
<li class="nav"><button name="gba" onclick="switchGame('gba');" class="selectButton selectable">GBA</button></li>
69-
<li class="nav"><button name="multi" onclick="switchGame('multi');" class="selectButton selectable">Multiplayer</button></li>
70-
</ul>
57+
<audio id="mySong">
58+
<source src="/media/beet-juice.mp4" type="/audio/ogg" />
59+
</audio>
60+
</header>
61+
<br />
62+
</div>
7163

72-
<div class="bodyMain">
73-
<div class="main">
74-
<div class="row" id="game-container"></div>
75-
<script src="/js/games.js"></script>
76-
<script src="/js/renderGames.js"></script>
77-
</div>
78-
<div id="progress">
79-
<span id="progress-value"></span>
80-
</div>
64+
<ul id="navbar">
65+
<div class="search-bar" style="margin-top: -25px">
66+
<input type="text" name="search" value="" autocomplete="off" id="myinput" onkeyup="searchFunction()"
67+
placeholder="Search" />
68+
<br />
8169
</div>
70+
<li class="nav"><button name="all" onclick="switchGame('all')"
71+
class="selectedButton selectable">All</button></li>
72+
<li class="nav"><button name="new" onclick="switchGame('new')" class="selectButton selectable">New</button>
73+
</li>
74+
<li class="nav"><button name="flash" onclick="switchGame('flash')"
75+
class="selectButton selectable">Flash</button></li>
76+
<li class="nav"><button name="gba" onclick="switchGame('gba')" class="selectButton selectable">GBA</button>
77+
</li>
78+
<li class="nav"><button name="multi" onclick="switchGame('multi')"
79+
class="selectButton selectable">Multiplayer</button></li>
80+
</ul>
8281

83-
<script src="/js/disguise.js"></script>
84-
<script type="text/javascript" src="/js/main.js"></script>
85-
<script type="text/javascript" src="/js/seasonal.js"></script>
86-
<!--tsParticles-->
87-
<div id="tsparticles"></div>
88-
<script src="https://cdn.jsdelivr.net/npm/tsparticles@3.8.1/tsparticles.bundle.min.js"></script>
89-
<!--tsParticles-->
82+
<div class="bodyMain">
83+
<div class="main">
84+
<div class="row" id="game-container"></div>
85+
<script src="/js/games.js"></script>
86+
<script src="/js/renderGames.js"></script>
87+
</div>
88+
<div id="progress">
89+
<span id="progress-value"></span>
90+
</div>
9091
</div>
92+
93+
<script src="/js/disguise.js"></script>
94+
<script type="text/javascript" src="/js/main.js"></script>
95+
<script type="text/javascript" src="/js/seasonal.js"></script>
96+
<div id="tsparticles"></div>
97+
<script src="https://cdn.jsdelivr.net/npm/tsparticles@3.8.1/tsparticles.bundle.min.js"></script>
9198
</div>
92-
</body>
93-
</html>
99+
</div>
100+
</body>
101+
102+
</html>

js/games.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ const games = [
1515
{
1616
// done
1717
name: "007",
18-
img: "img/place-holder.jpg",
18+
img: "img/cover-art/007.jpg",
1919
link: "/pages/player.html?src=/gba/launcher.html%23007",
2020
classes: "all gba",
2121
},
@@ -57,14 +57,14 @@ const games = [
5757
{
5858
// done
5959
name: "Advance Wars",
60-
img: "img/place-holder.jpg",
60+
img: "img/cover-art/advance-wars.jpg",
6161
link: "/pages/player.html?src=/gba/launcher.html%23advancewars",
6262
classes: "all gba",
6363
},
6464
{
6565
// done
6666
name: "Advance Wars 2",
67-
img: "img/place-holder.jpg",
67+
img: "img/cover-art/advance-wars-2.jpg",
6868
link: "/pages/player.html?src=/gba/launcher.html%23advancewars2",
6969
classes: "all gba",
7070
},
@@ -85,7 +85,7 @@ const games = [
8585
{
8686
// done
8787
name: "Alien Hominid",
88-
img: "img/place-holder.jpg",
88+
img: "img/cover-art/alien-hominid.jpg",
8989
link: "/pages/player.html?src=/gba/launcher.html%23alienhominid",
9090
classes: "all gba",
9191
},

pages/settings.html

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<div class="sidebar">
1616
<h2>Jet Yeh's</h2>
1717
<ul>
18-
<li onclick="location.href='/index.html'" class="selectedButton"><i class="fa-solid fa-house"></i> Home</li>
18+
<li onclick="location.href='/index.html'"><i class="fa-solid fa-house"></i> Home</li>
1919
<li onclick="location.href='//github.com/dngaa/dngaa.github.io/issues/new?labels=bug&title=Bug%20Report&body=-%20**Describe%20the%20bug**%20A%20clear%20and%20concise%20description%20of%20what%20the%20bug%20is.%0A-%20**To%20Reproduce**%20Steps%20to%20reproduce%20the%20behavior%3A%0A%20%20%201.%20Go%20to%20...%0A%20%20%202.%20Click%20on%20...%0A%20%20%203.%20Scroll%20down%20to%20...%0A%20%20%204.%20See%20error%0A-%20**Expected%20behavior**%20A%20clear%20and%20concise%20description%20of%20what%20you%20expected%20to%20happen.%0A-%20**Screenshots**%20If%20applicable%2C%20add%20screenshots%20to%20help%20explain%20your%20problem.%0A-%20**Environment**%20(please%20complete%20the%20following%20information)%3A%0A%20%20%20-%20OS%3A%20%0A%20%20%20-%20Browser%3A%20%0A%20%20%20-%20Version%3A%20%0A-%20**Additional%20context**%20Add%20any%20other%20context%20about%20the%20problem%20here.'"><i class="fa-solid fa-bug"></i> Bug Report</li>
2020
<li onclick="location.href='//github.com/dngaa/dngaa.github.io/issues/new?labels=game%20request&title=Game%20Request&body=-%20**Game%20Title**%3A%20The%20name%20of%20the%20game%20you%20would%20like%20to%20request.%0A-%20**Description**%3A%20Why%20do%20you%20want%20this%20game%3F%20What%20features%20or%20gameplay%20elements%20are%20important%3F%0A-%20**Source%20Code**%3A%20If%20available%2C%20please%20provide%20a%20link%20to%20the%20original%20game%20source%20code.%0A-%20**Additional%20Notes**%3A%20Any%20extra%20details%20or%20context%20about%20the%20request.'"><i class="fa-solid fa-ghost"></i> Game Request</li>
2121
<li onclick="location.href='/pages/settings.html'" class="selectedButton"><i class="fa-solid fa-gear"></i> Settings</li>
@@ -25,12 +25,6 @@ <h2>Jet Yeh's</h2>
2525
<div class="left-col">
2626
<img title="icon" src="/img/icon.png" width="199px" />
2727
</div>
28-
29-
<div>
30-
<center>
31-
<img src="https://visit-counter.vercel.app/counter.png?page=dngaa.github.io&s=25&c=ffffff&bg=00000000&no=6&ff=digi&tb=&ta=" alt="visits" />
32-
</center>
33-
</div>
3428
</div>
3529
</div>
3630
<div class="main_content">

0 commit comments

Comments
 (0)