Skip to content

Commit

Permalink
feat(sponsor): Add ReactJS Day
Browse files Browse the repository at this point in the history
  • Loading branch information
bebraw committed Apr 29, 2018
1 parent cea920e commit 8c192d5
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 0 deletions.
Binary file added images/sponsors/reactjsday.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 src/sponsors/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ module.exports = [
require("./react-day-berlin"),
require("./react-fest"),
require("./react-native-eu"),
require("./reactjsday"),
require("./reason-conf"),
require("./rohea"),
require("./solita"),
Expand Down
23 changes: 23 additions & 0 deletions src/sponsors/reactjsday.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
const enums = require("../enums");

module.exports = {
name: "ReactJs Day",
about:
"ReactJS Day is a one-day, single track conference in Verona",
image: "sponsors/reactjsday.png",
type: enums.PARTNER,
social: {
homepage: "http://reactjsday.it/",
facebook: "reactjsday",
vimeo: "grusp",
twitter: "reactjsday",
youtube: "UCdWnwC8nz_CCFQrmLBrLCVw",
},
location: {
country: {
name: "Italy",
code: "IT",
},
city: "Verona",
},
};

0 comments on commit 8c192d5

Please sign in to comment.