-
Notifications
You must be signed in to change notification settings - Fork 22
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
8 changed files
with
74 additions
and
49 deletions.
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
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,6 @@ | ||
* Stripe | ||
* Test ID `pk_test_OmNve9H1OuORlmD4rblpjgzh` | ||
* Prod ID `pk_live_xrnwdLNXbt20LMxpIDffJnnC` | ||
* API integration (test backend `https://lit-plateau-4689.herokuapp.com/`) | ||
* Hero video | ||
* Deployment | ||
- Stripe | ||
- Test ID `pk_test_OmNve9H1OuORlmD4rblpjgzh` | ||
- Prod ID `pk_live_xrnwdLNXbt20LMxpIDffJnnC` | ||
- API integration (test backend `https://lit-plateau-4689.herokuapp.com/`) | ||
- Hero video | ||
- Deployment |
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
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
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,31 +1,31 @@ | ||
const sponsors = [ | ||
{ | ||
name: "Futurice", | ||
href: "https://futurice.com/", | ||
}, | ||
{ | ||
name: "Metosin", | ||
href: "https://www.metosin.fi/", | ||
}, | ||
{ | ||
name: "Solita", | ||
href: "https://www.solita.fi/", | ||
}, | ||
{ | ||
name: "Wakeone", | ||
href: "https://wakeone.co/", | ||
}, | ||
{ | ||
name: "Nordea", | ||
href: "https://www.nordea.fi/", | ||
}, | ||
{ | ||
name: "Idean", | ||
href: "https://www.idean.com/", | ||
}, | ||
{ | ||
name: "Rare", | ||
href: "https://rare.fi/", | ||
}, | ||
]; | ||
export default sponsors; | ||
const sponsors = [ | ||
{ | ||
name: "Futurice", | ||
href: "https://futurice.com/", | ||
}, | ||
{ | ||
name: "Metosin", | ||
href: "https://www.metosin.fi/", | ||
}, | ||
{ | ||
name: "Solita", | ||
href: "https://www.solita.fi/", | ||
}, | ||
{ | ||
name: "Wakeone", | ||
href: "https://wakeone.co/", | ||
}, | ||
{ | ||
name: "Nordea", | ||
href: "https://www.nordea.fi/", | ||
}, | ||
{ | ||
name: "Idean", | ||
href: "https://www.idean.com/", | ||
}, | ||
{ | ||
name: "Rare", | ||
href: "https://rare.fi/", | ||
}, | ||
]; | ||
export default sponsors; |
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,4 +1,4 @@ | ||
const withStylus = require('@zeit/next-stylus'); | ||
const withLess = require('@zeit/next-less'); | ||
const withFonts = require('next-fonts'); | ||
const withStylus = require("@zeit/next-stylus"); | ||
const withLess = require("@zeit/next-less"); | ||
const withFonts = require("next-fonts"); | ||
module.exports = withFonts(withLess(withStylus())); |
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
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 +1,19 @@ | ||
{"name":"","short_name":"","icons":[{"src":"/android-chrome-192x192.png","sizes":"192x192","type":"image/png"},{"src":"/android-chrome-512x512.png","sizes":"512x512","type":"image/png"}],"theme_color":"#ffffff","background_color":"#ffffff","display":"standalone"} | ||
{ | ||
"name": "", | ||
"short_name": "", | ||
"icons": [ | ||
{ | ||
"src": "/android-chrome-192x192.png", | ||
"sizes": "192x192", | ||
"type": "image/png" | ||
}, | ||
{ | ||
"src": "/android-chrome-512x512.png", | ||
"sizes": "512x512", | ||
"type": "image/png" | ||
} | ||
], | ||
"theme_color": "#ffffff", | ||
"background_color": "#ffffff", | ||
"display": "standalone" | ||
} |