-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
17 changed files
with
138 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,5 @@ | ||
.DS_Store | ||
node_modules | ||
/dist | ||
|
||
# local env files | ||
.env.local | ||
|
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.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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 not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
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.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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; | ||
} |