Skip to content

Commit 7ba2265

Browse files
authored
Merge pull request #53 from JetYehs/test
good stuff
2 parents 683a194 + 9f294dd commit 7ba2265

22 files changed

Lines changed: 274 additions & 549 deletions

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@ name: Bug report
33
about: Create a report to help us improve
44
title: "[BUG]"
55
labels: bug
6-
assignees: ''
7-
6+
assignees: ""
87
---
98

109
**Describe the bug**
1110
A clear and concise description of what the bug is.
1211

1312
**To Reproduce**
1413
Steps to reproduce the behavior:
14+
1515
1. Go to '...'
1616
2. Click on '....'
1717
3. Scroll down to '....'
@@ -24,15 +24,17 @@ A clear and concise description of what you expected to happen.
2424
If applicable, add screenshots to help explain your problem.
2525

2626
**Desktop (please complete the following information):**
27-
- OS: [e.g. iOS]
28-
- Browser [e.g. chrome, safari]
29-
- Version [e.g. 22]
27+
28+
- OS: [e.g. iOS]
29+
- Browser [e.g. chrome, safari]
30+
- Version [e.g. 22]
3031

3132
**Smartphone (please complete the following information):**
32-
- Device: [e.g. iPhone6]
33-
- OS: [e.g. iOS8.1]
34-
- Browser [e.g. stock browser, safari]
35-
- Version [e.g. 22]
33+
34+
- Device: [e.g. iPhone6]
35+
- OS: [e.g. iOS8.1]
36+
- Browser [e.g. stock browser, safari]
37+
- Version [e.g. 22]
3638

3739
**Additional context**
3840
Add any other context about the problem here.

.github/ISSUE_TEMPLATE/feature_request.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@ name: Feature request
33
about: Suggest an idea for this project
44
title: "[FEATURE]"
55
labels: enhancement
6-
assignees: ''
7-
6+
assignees: ""
87
---
98

109
**Is your feature request related to a problem? Please describe.**

.github/ISSUE_TEMPLATE/game-request.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@ name: Game Request
33
about: Suggest a game to be added
44
title: "[GAME]"
55
labels: game request
6-
assignees: ''
7-
6+
assignees: ""
87
---
98

109
**Game Title**: The name of the game you would like to request.

.prettierrc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
2-
"printWidth": 999999,
3-
"tabWidth": 3
2+
"printWidth": 999999,
3+
"tabWidth": 3
44
}

.vscode/launch.json

Lines changed: 0 additions & 15 deletions
This file was deleted.

404.html

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!DOCTYPE html>
1+
<!doctype html>
22
<html lang="en">
33
<head>
44
<meta charset="UTF-8" />
@@ -22,11 +22,9 @@ <h3>BACK TO HOME?</h3>
2222
<a href="https://www.youtube.com/watch?v=G3AfIvJBcGo">NO</a>
2323
</div>
2424
</section>
25-
<script src="/js/disguise.js"></script>
26-
<script type="text/javascript" src="/js/seasonal.js"></script>
2725
</body>
28-
<!--tsParticles-->
26+
<script src="/js/disguise.js"></script>
27+
<script src="/js/seasonal.js"></script>
2928
<div id="tsparticles"></div>
3029
<script src="https://cdn.jsdelivr.net/npm/tsparticles@3.8.1/tsparticles.bundle.min.js"></script>
31-
<!--tsParticles-->
3230
</html>

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Originial Website:
44

5-
[Jet Yehs Unblocked Games](https://jetyehsunblocked.codehs.me/)
5+
[Jet Yehs Unblocked Games](https://jetyehsunblocked.codehs.me/)
66

77
<hr>
88

@@ -28,4 +28,3 @@ Originial Website:
2828

2929
<b>V7</b>
3030
![v7](img/archive/v7.png)<hr>
31-

css/gameGrid.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
}
1010

1111
.row > * {
12-
max-width: 300px; /* must be same px count as minmax */
12+
max-width: 300px;
1313
justify-self: center;
1414
}
1515

css/index.css

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,9 @@
5858
bottom: 0px;
5959
left: 230px;
6060
z-index: 105;
61-
transition: left 0.3s ease, bottom 0.3s ease;
61+
transition:
62+
left 0.3s ease,
63+
bottom 0.3s ease;
6264
border-radius: 50%;
6365
background-color: #212121;
6466
display: flex;
@@ -144,7 +146,7 @@ input[type="text"] {
144146
background-image: url("https://img.icons8.com/material-outlined/24/000000/search--v1.png");
145147
background-position: 10px 10px;
146148
background-repeat: no-repeat;
147-
padding: 12px 20px 12px 48px;
149+
padding: 14px 20px 14px 48px;
148150
transition: width 0.4s ease-in-out;
149151
}
150152

css/seasonal.css

Lines changed: 16 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
/* Christmas theme style */
21
body.christmas-theme body {
32
background: #00873e;
43
}
@@ -10,8 +9,8 @@ body.christmas-theme .title {
109

1110
body.christmas-theme .sidebar {
1211
background: repeating-linear-gradient(45deg, rgba(255, 59, 63, 0.7), rgba(255, 59, 63, 0.7) 10px, rgba(255, 255, 255, 0.7) 10px, rgba(255, 255, 255, 0.7) 20px);
13-
border-right: 5px solid #ffcc00; /* Gold border to enhance */
14-
box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); /* Adds a soft glowing effect */
12+
border-right: 5px solid #ffcc00;
13+
box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
1514
}
1615

1716
body.christmas-theme .sidebar::after {
@@ -29,16 +28,18 @@ body.christmas-theme .sidebar::after {
2928
}
3029

3130
body.christmas-theme .sidebar ul li {
32-
background: white; /* Black semi-transparent background */
31+
background: white;
3332
color: rgb(210, 38, 41);
3433
border-radius: 5px;
3534
}
3635

3736
body.christmas-theme .sidebar ul li:hover {
3837
background: rgba(255, 255, 255);
39-
color: rgb(210, 38, 41); /* Golden text on hover */
40-
transition: background 0.3s, color 0.3s;
41-
transform: scale(1.1); /* Slight zoom effect */
38+
color: rgb(210, 38, 41);
39+
transition:
40+
background 0.3s,
41+
color 0.3s;
42+
transform: scale(1.1);
4243
}
4344

4445
body.christmas-theme .sidebar h2 {
@@ -64,13 +65,13 @@ body.christmas-theme .sidebar h2::after {
6465
}
6566

6667
body.christmas-theme .wrapper .sidebar ul a li.selectedButton {
67-
background: rgb(210, 38, 41); /* Highlighted background for selected button */
68+
background: rgb(210, 38, 41);
6869
color: white;
6970
}
7071

7172
body.christmas-theme::-webkit-scrollbar-thumb {
7273
background: repeating-linear-gradient(45deg, rgba(255, 59, 63, 0.7), rgba(255, 59, 63, 0.7) 10px, rgba(255, 255, 255, 0.7) 10px, rgba(255, 255, 255, 0.7) 20px);
73-
border-left: 5px solid #ffcc00; /* Gold border to enhance */
74+
border-left: 5px solid #ffcc00;
7475
}
7576

7677
body.christmas-theme::-webkit-scrollbar-track {
@@ -108,8 +109,8 @@ body.christmas-theme .settings-content {
108109
}
109110

110111
body.christmas-theme .left-col img {
111-
border-radius: 50%; /* Circular frame */
112-
background-color: rgba(0, 0, 0, 0.5); /* Optional: Background behind the icon */
112+
border-radius: 50%;
113+
background-color: rgba(0, 0, 0, 0.5);
113114
}
114115

115116
@keyframes bounce {
@@ -127,11 +128,11 @@ body.christmas-theme .left-col img {
127128
}
128129

129130
body.christmas-theme .search-bar input[type="text"] {
130-
color: #dddddd; /* Change placeholder text color */
131-
opacity: 1; /* Ensure visibility */
131+
color: #dddddd;
132+
opacity: 1;
132133
}
133134

134135
body.christmas-theme .search-bar input[type="text"]::placeholder {
135-
color: #dddddd; /* Change placeholder text color */
136-
opacity: 1; /* Ensure visibility */
136+
color: #dddddd;
137+
opacity: 1;
137138
}

0 commit comments

Comments
 (0)