Skip to content

Commit

Permalink
better fantas
Browse files Browse the repository at this point in the history
  • Loading branch information
Lau Skeeter committed May 20, 2018
1 parent 712bd30 commit df6ad60
Show file tree
Hide file tree
Showing 7 changed files with 15 additions and 6 deletions.
2 changes: 1 addition & 1 deletion app.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ const app = require('./src/express.js');
const config = require('./.fantarc');

app.listen(config.ports.live, () =>
console.log(`Listening on port ${config.ports.live}!`)
console.log(`🍦 Running on http://localhost:${config.ports.live}/ !`)
);
Binary file added assets/can-cap.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 modified assets/can.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
14 changes: 12 additions & 2 deletions assets/css.css
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ body {
align-items: center;
justify-content: center;
position: absolute;
filter: saturate(1.75);
filter: saturate(1.5);
-webkit-font-smoothing: antialiased;
}

Expand All @@ -18,7 +18,18 @@ x-fanta {
-webkit-mask-size: contain;
}

x-fanta:before {
background: url(./can.png) no-repeat center;
mix-blend-mode: color-dodge;
z-index: 98;
}
x-fanta:after {
background: url(./can-cap.png) no-repeat center;
z-index: 99;
}

x-fanta:after,
x-fanta:before {
content: '';
position: absolute;
top: 0;
Expand All @@ -27,7 +38,6 @@ x-fanta:after {
bottom: 0;
width: 100%;
width: 100%;
background: url(./can.png) no-repeat center;
background-size: contain;
pointer-events: none;
}
Expand Down
2 changes: 1 addition & 1 deletion assets/words/edible-emoji.txt
Original file line number Diff line number Diff line change
Expand Up @@ -312,4 +312,4 @@
πŸ“
πŸ³οΈβ€πŸŒˆ
πŸ…°οΈ
πŸ…±οΈ
πŸ…±οΈ
2 changes: 1 addition & 1 deletion assets/words/tweets.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ Ever tried $1?
$1 is back for Summer! β˜€οΈπŸŒž
Try $1 today
πŸ• Time for a $1!
Enjoy $1
Enjoy $1
1 change: 0 additions & 1 deletion src/make-post.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
const maker = require('./make-product');
const fs = require('fs');
const { randomArrKey, txtToArr } = require('./lib/helper');

Expand Down

0 comments on commit df6ad60

Please sign in to comment.