Skip to content

Commit

Permalink
Deploy to GitHub pages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Jun 6, 2024
0 parents commit 2e95bcc
Show file tree
Hide file tree
Showing 17 changed files with 5,579 additions and 0 deletions.
Binary file added images/blocks/coal_ore.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/blocks/copper_ore.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/blocks/deepslate.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/blocks/diamond_ore.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/blocks/emerald_ore.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/blocks/gold_ore.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/blocks/iron_ore.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/blocks/lapis_ore.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/blocks/redstone_ore.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/blocks/stone.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/title.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4,097 changes: 4,097 additions & 0 deletions index.html

Large diffs are not rendered by default.

811 changes: 811 additions & 0 deletions package-lock.json

Large diffs are not rendered by default.

20 changes: 20 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"name": "bedrock-tweaks-base-server",
"version": "1.0.0",
"description": "",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"body-parser": "^1.20.2",
"cors": "^2.8.5",
"express": "^4.19.2",
"fs": "^0.0.1-security",
"https": "^1.0.0",
"path": "^0.12.7",
"uuid": "^9.0.1"
}
}
235 changes: 235 additions & 0 deletions resource-pack-page.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,235 @@
@import url('https://fonts.googleapis.com/css2?family=Pixelify+Sans:[email protected]&display=swap');
a:link {
color: cyan;
background-color: transparent;
text-decoration: none;
}
a:visited {
color: pink;
background-color: transparent;
text-decoration: none;
}
a:hover {
color: hotpink;
background-color: transparent;
text-decoration: underline;
}
a:active {
color: yellow;
background-color: transparent;
text-decoration: underline;
}
body {
/* Because I can*/
font-family: "Pixelify Sans";
margin: 0;
padding: 0;
color: white;
}
header {
color: white;
padding: 10px 0;
text-align: center;
}
.category {
margin-bottom: 20px;
}
.category-label {
text-align: center;
font-size: 20px;
background-color: var(--dark-one);
padding: 5px;
border-radius: 5px;
cursor: pointer;
user-select: none;
border: opaque;
border-style: solid;
border-width: 5px;
border-color: var(--category-border);
transition: background-color 0.25s;
}
.category-label:active {
background-color: var(--green-1);
}
.category-label:hover {
background-color: rgb(83,84,85);
}
.comp-hover-text {
display: none;
position: absolute;
bottom: 100%;
left: 50%;
transform: translateX(-50%);
text-align: center;
background: rgb(144, 146, 74);
padding: 0px;
border-radius: 3px;
font-size: 13px;
z-index: 1;
}
.tweak:hover .comp-hover-text {
display: block;
}
.conf-hover-text {
display: none;
position: absolute;
top: 100%;
left: 50%;
transform: translateX(-50%);
text-align: center;
background: rgb(144, 73, 74);
padding: 7.5px;
border-radius: 3px;
font-size: 13px;
z-index: 1;
white-space: no-wrap;
}
.tweak:hover .conf-hover-text {
display: block;
}
.container {
padding: 20px;
position: relative;
z-index: 1;
}
.credits-footer {
border: solid;
border-radius: 5px;
border-color: var(--category-border);
padding: 20px;
background-image: url('images/blocks/deepslate.png');
background-repeat: repeat;
background-size: 100px 100px;
}
.download-selected-button {
font-family: "Pixelify Sans";
background: var(--dark-one);
padding: 10px 20px;
border: 2px solid #111;
border-radius: 5px;
cursor: pointer;
transition: background 0.3s;
display: block;
margin: 20px auto;
text-align: center;
color: white;
}
.download-selected-button:hover {
background: var(--green-1);
}
.download-selected-button:active {
background: rgb(53, 123, 29);
}
.file-download {
font-family: "Pixelify Sans";
margin: 20px 0;
text-align: center;
}
.file-download input[type="text"], .file-download button {
font-family: "Pixelify Sans";
margin: 5px;
padding: 10px;
font-size: 16px;
}
.footer {
text-align: center;
background: var(--dark-one);
position: fixed;
width: 100%;
bottom: 0;
padding: 20px;
}
.footer-container {
position: relative;
z-index: 1;
}
.image-container {
text-align: center;
size: cover;
position: relative;
z-index: 1;
}
.tile {
width: 100px;
height: 100px;
background-size: cover;
overflow: hidden;
}
.tweak {
background: var(--dark-one);
padding: 10px;
box-shadow: 0 0 10px rgba(49, 50, 51, 1);
cursor: pointer;
display: flex;
flex-direction: column;
position: relative;
border: 2px solid #111;
border-radius: 5px;
transition: background 0.375s;
}
.tweak.selected {
background: var(--green-1);
border: 2px solid #111;
}
.tweak-title {
font-size: 1.2em;
}
.tweak input[type="checkbox"] {
font-family: "Pixelify Sans";
display: none;
}
.tweaks {
display: none;
grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
gap: 10px;
margin-top: 10px;
align-items: top;
text-align: center;
}
:root {
--category-border: rgb(84,85,86) rgb(49,50,51) rgb(49,50,51) rgb(84,85,86);
--dark-one: rgb(72,73,74);
--green-1: rgb(63,146,39);
--margin: 237.5px;
}
#background-container {
grid-template-columns: repeat(auto-fill, 100px);
grid-template-rows: repeat(auto-fill, 100px);
width: 100%;
height: 100%;
background-size: cover;
position: fixed;
top: 0;
left: 0;
z-index: 0;
pointer-events: none;
overflow: visible;
display: flex;
flex-wrap: nowrap;
}
#title {
max-width: 100%;
height: auto;
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
@media (min-width: 768px) {
.category-label {
margin-right: var(--margin);
}
.tweaks {
margin-right: var(--margin);
}
body {
display: flex;
flex-direction: column;
justify-content: space-between;
}
.image-container {
margin-right: var(--margin);
}
.download-container {
position: fixed;
right: -20px;
top: 100px;
width: 300px;
}
}
Loading

0 comments on commit 2e95bcc

Please sign in to comment.