Skip to content

Commit

Permalink
add dinamyc meetups, speakers & sponsors
Browse files Browse the repository at this point in the history
  • Loading branch information
Carlos Rufo committed May 6, 2020
1 parent 59bd943 commit bb2b91a
Show file tree
Hide file tree
Showing 7 changed files with 6,046 additions and 4,282 deletions.
Binary file added src/images/graphql-hongkong-2.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 src/images/graphql-hongkong-3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 2 additions & 3 deletions src/pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@ import Layout from "../components/layout";
import SEO from "../components/seo";
// Utils
import HelmetCustom from "./HelmetCustom";
import Meetup2 from "./meetups/meetup-2";

import Landing from "./landing";

require("../../assets/css/bootstrap.min.css");
require("../../assets/fonts/line-icons.css");
Expand All @@ -22,7 +21,7 @@ export default function IndexPage() {
<Layout>
<SEO title="Home" />
<HelmetCustom />
<Meetup2 />
<Landing />
</Layout>
);
}
Loading

0 comments on commit bb2b91a

Please sign in to comment.