Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
48 commits
Select commit Hold shift + click to select a range
150e339
add scraping script, and preliminary css
simeydotme Dec 11, 2022
5381882
add new data and masked image condition for styles
simeydotme Dec 12, 2022
77e2060
add new card data
simeydotme Dec 13, 2022
f9cdbe2
improve data and effects from masks
simeydotme Dec 15, 2022
1c6db17
improve foil effects for rainbow/rainbow-alt
simeydotme Dec 18, 2022
c89528b
massive improvements for rainbow/vmax-alts
simeydotme Dec 19, 2022
2d905e7
finish off the styling for rare-holo and trainer galleries
simeydotme Dec 20, 2022
62c00a6
improve holo foils again
simeydotme Dec 20, 2022
93fcd6e
start component refactoring
simeydotme Dec 21, 2022
cddcbb1
add pikachu trainer gallery, improve styles
simeydotme Dec 22, 2022
4dadcaa
final improvement for regular holo cards
simeydotme Dec 22, 2022
43f3e3c
add radiant holo standalone, improve variables and clips
simeydotme Dec 23, 2022
f68ed36
add trainer holo to standalone css file
simeydotme Dec 23, 2022
74feae2
add regular v-holo cards to separate file
simeydotme Dec 23, 2022
353d1e6
add v-full-art css standalone
simeydotme Dec 23, 2022
eab0433
add vmax, vstar, rainbow and alternate cards standalone css
simeydotme Dec 25, 2022
04101fb
improve vmax/vstar and unify colours
simeydotme Dec 26, 2022
f913f7e
improve vstar edge masking
simeydotme Dec 26, 2022
a7d46a7
add secret rare standalone css
simeydotme Dec 26, 2022
715e81f
TG v & vmax into separate file, fix TG Holo
simeydotme Dec 26, 2022
84a716a
improve secret rare
simeydotme Dec 26, 2022
fe998c0
fix clipping, improve holos, change trainer ful art data
simeydotme Dec 27, 2022
3d8fae1
remove test files
simeydotme Dec 27, 2022
259a8ef
big improvements / refactor of the card js/css
simeydotme Dec 28, 2022
4fe4a2f
add Amazing Rare, refactor "mask" names in app.svelte
simeydotme Dec 30, 2022
63b2c00
add new shiny rare, fix clip paths, improve some styles
simeydotme Jan 1, 2023
b24017c
improve shiny rares
simeydotme Jan 1, 2023
dbf12f7
change shiny cards, improve clippings
simeydotme Jan 1, 2023
ae44251
add a proxy card to populate certain fields, also non-masked css
simeydotme Jan 2, 2023
06a4ea8
add x-browser css
simeydotme Jan 3, 2023
74ddeb9
standardise the data, add "alternate arts" lookup
simeydotme Jan 3, 2023
e466df0
add proxy and app data to make cards work without foil/rarity
simeydotme Jan 3, 2023
d41933d
modif css to work with new 2x foils better
simeydotme Jan 5, 2023
3e97a4a
update proxy card to use cdn foils
simeydotme Jan 5, 2023
13671ea
cleanup image scraper script for new foil/mask adjustments
simeydotme Jan 8, 2023
e1cfed7
remove extra mask layers for new mask alpha
simeydotme Jan 8, 2023
a83d666
add new css to match new masking alpha, improve gold cards a lot
simeydotme Jan 8, 2023
4b4dba9
improve styles for gold cards
simeydotme Jan 9, 2023
fa5d964
update proxy svelte to use remote files again
simeydotme Jan 9, 2023
4b8af6d
fix glare on black secret
simeydotme Jan 9, 2023
7338322
clean up some math, update descriptions, improve mobile layout
simeydotme Jan 15, 2023
77d323e
some performance improvements
simeydotme Jan 15, 2023
750a353
fix z-index
simeydotme Jan 15, 2023
2c24cfd
improve styling for full-art cards, fix image rendering
simeydotme Jan 24, 2023
a104b56
add better non-masked styles
simeydotme Jan 24, 2023
caab991
split shiny css, improve no-mask shiny css
simeydotme Jan 25, 2023
4df26a3
improve vmax shine effect, fix all -webkit-
simeydotme Jan 25, 2023
d4cef39
change grain to be webp for performance
simeydotme Jan 25, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
start component refactoring
  • Loading branch information
simeydotme committed Dec 21, 2022
commit 93fcd6e06143de5ab1195b9fb69d6f2425f6b380
5 changes: 5 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<!DOCTYPE html>
<html lang="en">
<head>

<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />

Expand All @@ -14,7 +15,11 @@
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@700&family=Roboto:ital,wght@0,300;0,700;1,300;1,700&display=swap">
<link rel="stylesheet" href="css/global.css" />
<link rel="stylesheet" href="css/cards/base.css" />
<link rel="stylesheet" href="css/cards.css" />
<link rel="stylesheet" href="css/cards/basic.css" />
<link rel="stylesheet" href="css/cards/reverse-holo.css" />

</head>
<body>

Expand Down
Loading