+
+ NOT FOUND
+ You just hit a route that doesn't exist... the sadness.
+
+)
+
+export default NotFoundPage
diff --git a/app/src/pages/advanced.js b/app/src/pages/advanced.js
new file mode 100644
index 00000000..cf21ba3d
--- /dev/null
+++ b/app/src/pages/advanced.js
@@ -0,0 +1,38 @@
+import React from 'react';
+import { graphql } from 'gatsby';
+
+import Layout from '../components/main-layout/layout.component';
+import SEO from '../components/seo/seo.component';
+
+import IdeaList from '../components/idea-list/idea-list.component';
+
+const AdvancedPage = ({ data }) => {
+ return (
+