Skip to content

Commit

Permalink
Add dist folder
Browse files Browse the repository at this point in the history
  • Loading branch information
dewey committed Jul 11, 2024
1 parent cdc1155 commit 29a1519
Show file tree
Hide file tree
Showing 17 changed files with 138 additions and 1 deletion.
1 change: 0 additions & 1 deletion web/.gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
.DS_Store
node_modules
/dist

# local env files
.env.local
Expand Down
Binary file added web/dist/android-chrome-192x192.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 web/dist/android-chrome-256x256.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 web/dist/apple-touch-icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions web/dist/css/app.75962299.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file added web/dist/favicon-16x16.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 web/dist/favicon-32x32.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 web/dist/favicon.ico
Binary file not shown.
1 change: 1 addition & 0 deletions web/dist/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
<!DOCTYPE html><html lang=en><head><meta charset=utf-8><meta http-equiv=X-UA-Compatible content="IE=edge"><meta name=viewport content="width=device-width,initial-scale=1"><link rel=apple-touch-icon sizes=180x180 href=/apple-touch-icon.png><link rel=icon type=image/png sizes=32x32 href=/favicon-32x32.png><link rel=icon type=image/png sizes=16x16 href=/favicon-16x16.png><link rel=manifest href=/site.webmanifest><link rel=mask-icon href=/safari-pinned-tab.svg color=#ff725c><meta name=msapplication-TileColor content=#da532c><meta name=theme-color content=#ffffff><meta name=description content="Paste My Taste is a generator to share your Last.FM taste with people."><meta property=og:title content="Paste My Taste"><meta property=og:image content=/preview.jpg><title>Paste My Taste for Last.FM</title><script defer data-domain=pastemytaste.site src=https://plausible.io/js/plausible.js></script><link href=/css/app.75962299.css rel=preload as=style><link href=/js/app.5f2d0a50.js rel=preload as=script><link href=/js/chunk-vendors.360a1c50.js rel=preload as=script><link href=/css/app.75962299.css rel=stylesheet></head><body><noscript><strong>We're sorry but Paste My Taste for Last.FM doesn't work properly without JavaScript enabled. Please enable it to continue.</strong></noscript><div id=app></div><script src=/js/chunk-vendors.360a1c50.js></script><script src=/js/app.5f2d0a50.js></script></body></html>
2 changes: 2 additions & 0 deletions web/dist/js/app.5f2d0a50.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions web/dist/js/app.5f2d0a50.js.map

Large diffs are not rendered by default.

15 changes: 15 additions & 0 deletions web/dist/js/chunk-vendors.360a1c50.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions web/dist/js/chunk-vendors.360a1c50.js.map

Large diffs are not rendered by default.

Binary file added web/dist/preview.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
23 changes: 23 additions & 0 deletions web/dist/safari-pinned-tab.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
19 changes: 19 additions & 0 deletions web/dist/site.webmanifest
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
"name": "",
"short_name": "",
"icons": [
{
"src": "/android-chrome-192x192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "/android-chrome-256x256.png",
"sizes": "256x256",
"type": "image/png"
}
],
"theme_color": "#ffffff",
"background_color": "#ffffff",
"display": "standalone"
}
75 changes: 75 additions & 0 deletions web/dist/style.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,75 @@
.bn {
border-style: none;
border-width: 0;
}

.flex {
display: flex;
}

.items-center {
align-items: center;
}

.fw7 {
font-weight: 700;
}

.lh-copy {
line-height: 1.5;
}

.pa4 {
padding: 2rem;
}

.mr2 {
margin-right: .5rem;
}

.mb2 {
margin-bottom: .5rem;
}

.bmc-button img {
width: 27px !important;
margin-bottom: 1px !important;
box-shadow: none !important;
border: none !important;
vertical-align: middle !important;
}

.bmc-button {
line-height: 36px !important;
height: 37px !important;
text-decoration: none !important;
display: inline-flex !important;
color: #ffffff !important;
background-color: #000000 !important;
border-radius: 3px !important;
border: 1px solid transparent !important;
padding: 0px 9px !important;
font-size: 17px !important;
letter-spacing: -0.08px !important;
box-shadow: 0px 1px 2px rgba(190, 190, 190, 0.5) !important;
-webkit-box-shadow: 0px 1px 2px 2px rgba(190, 190, 190, 0.5) !important;
margin: 0 auto !important;
font-family: 'Lato', sans-serif !important;
-webkit-box-sizing: border-box !important;
box-sizing: border-box !important;
-o-transition: 0.3s all linear !important;
-webkit-transition: 0.3s all linear !important;
-moz-transition: 0.3s all linear !important;
-ms-transition: 0.3s all linear !important;
transition: 0.3s all linear !important;
}

.bmc-button:hover,
.bmc-button:active,
.bmc-button:focus {
-webkit-box-shadow: 0px 1px 2px 2px rgba(190, 190, 190, 0.5) !important;
text-decoration: none !important;
box-shadow: 0px 1px 2px 2px rgba(190, 190, 190, 0.5) !important;
opacity: 0.85 !important;
color: #ffffff !important;
}

0 comments on commit 29a1519

Please sign in to comment.