Skip to content

Commit

Permalink
Deploying to gh-pages from @ f44c95b 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
KhafraDev committed Jan 19, 2025
1 parent 2f754dd commit 31a0754
Show file tree
Hide file tree
Showing 18 changed files with 174 additions and 72 deletions.
Binary file added Pictures/PseudoShop/ascended-monthly-sub.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 Pictures/PseudoShop/omega-monthly-sub.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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 Pictures/PseudoShop/transcended-monthly-sub.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 Pictures/ascended-monthly-sub.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes
File renamed without changes
File renamed without changes
Binary file added Pictures/omega-monthly-sub.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes
Binary file added Pictures/reincarnated-monthly-sub.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes
Binary file added Pictures/transcended-monthly-sub.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
48 changes: 47 additions & 1 deletion Synergism.css
Original file line number Diff line number Diff line change
Expand Up @@ -3995,17 +3995,53 @@ form input:hover {
margin: 0 auto;
}

.pseudoSubscriptionContainer {
display: flex;
flex-direction: column;
align-items: center;
}

.pseudoSubscriptionContainer > form {
display: flex;
flex-direction: column;
justify-content: center;
margin-top: 10px;
}

.pseudoSubscriptionContainer > form > input[type="submit"] {
border: 2px solid gold;
width: 200px;
height: 40px;
}

.pseudoSubscriptionContainer > #sub-section-holder {
display: grid;
grid-template-columns: repeat(4, 1fr);
}

.pseudoCoinContainer {
margin: 10px 10px 0 0;
border: 1px solid #ccc;
border: 2px solid orchid;
text-align: center;
}

.subscriptionContainer {
margin: 10px 10px 0 0;
border: 1px solid lightgoldenrodyellow;
border: 2px solid gold;
text-align: center;
}

#pseudoCoins > #productContainer > section > * > .pseudoCoinImage {
margin-top: 8px;
}

.pseudoCoinSubImage {
height: 48px;
width: 48px;
}

.pseudoCoinText {
width: 90%;
height: 80px;
Expand All @@ -4017,8 +4053,18 @@ form input:hover {
margin: 5px auto;
}

.pseudoSubscriptionText {
width: 100%;
height: 80px;
padding: 10px;
box-sizing: border-box;
text-align: center;
box-shadow: 0 0 10px rgb(0 0 0 / 10%);
margin: 5px auto;
}

.pseudoCoinButton {
width: 50%;
width: 75%;
padding: 10px;
background-color: black;
color: white;
Expand Down
181 changes: 114 additions & 67 deletions dist/out.js

Large diffs are not rendered by default.

12 changes: 10 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4696,12 +4696,17 @@ <h1>Artists</h1>
></button>
<button
id="cartSubTab2"
style="border: 2px solid gold"
i18n="tabs.pseudocoins.subscriptions"
></button>
<button
id="cartSubTab3"
style="border: 2px solid cyan"
i18n="tabs.pseudocoins.upgrades"
></button>
<span style="position:relative">
<button
id="cartSubTab3"
id="cartSubTab4"
style="display: flex; align-items: center; justify-content: center; border: 2px solid cornflowerblue; width: 100%"
>
<p style="margin: 0">Checkout</p>
Expand All @@ -4713,13 +4718,16 @@ <h1>Artists</h1>
></span>
</span>
<button
id="cartSubTab4"
id="cartSubTab5"
style="border: 2px solid white"
i18n="tabs.pseudocoins.merch"
></button>
</div>
<div id="productContainer" class="pseudoUpgradeContainer">
</div>
<div id="subscriptionsContainer" class="pseudoSubscriptionContainer">
<div id="sub-section-holder"></div>
</div>
<div id="upgradesContainer">
<div id="pseudoCoinAmounts">
<img src="Pictures/PseudoShop/PseudoCoins.png" alt="PseudoCoins">
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@
"csslint": "npx stylelint Synergism.css",
"csslint:fix": "npx stylelint Synergism.css --fix",
"htmllint": "npx htmlhint index.html",
"build:esbuild": "npx esbuild src/Synergism.ts --bundle --minify --target=\"chrome58,firefox57,safari11,edge29\" --outfile=\"./dist/out.js\"",
"watch:esbuild": "npx esbuild src/Synergism.ts --bundle --minify --target=\"chrome58,firefox57,safari11,edge29\" --outfile=\"./dist/out.js\" --watch --sourcemap",
"build:esbuild": "npx esbuild src/Synergism.ts --bundle --minify --target=\"chrome58,firefox57,safari11,edge29\" --outfile=\"./dist/out.js\" --define:PROD=true",
"watch:esbuild": "npx esbuild src/Synergism.ts --bundle --minify --target=\"chrome58,firefox57,safari11,edge29\" --outfile=\"./dist/out.js\" --watch --sourcemap --define:PROD=false",
"check:tsc": "npx -p typescript tsc",
"watch:tsc": "npx -p typescript tsc --watch",
"prepare": "husky install",
Expand Down
1 change: 1 addition & 0 deletions translations/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -2537,6 +2537,7 @@
},
"pseudocoins": {
"buy": "Purchase Coins",
"subscriptions": "Subscriptions",
"upgrades": "Buy Upgrades",
"merch": "Purchase Merch"
}
Expand Down

0 comments on commit 31a0754

Please sign in to comment.