-
-
Not found
-
This page either doesn't exist or has been deleted
-
- Go back
-
+
+
+
+
Not found
+
This page either doesn't exist or has been deleted
+
+ Go back
+
+
-
-
+
);
diff --git a/pages/_app.tsx b/pages/_app.tsx
index 32dc688..f0a523e 100644
--- a/pages/_app.tsx
+++ b/pages/_app.tsx
@@ -4,6 +4,7 @@ import "../styles/raleway.css";
import "../styles/sass/index.scss";
import "../styles/sass/thanks.scss";
import "../styles/sass/binas.scss";
+import "../styles/sass/upload.scss";
function App({ Component, pageProps }) {
return
;
diff --git a/pages/binas.tsx b/pages/binas.tsx
index ca9d9a1..8e35aab 100644
--- a/pages/binas.tsx
+++ b/pages/binas.tsx
@@ -1,8 +1,7 @@
import Page from "../components/Page";
-import Footer from "../components/Footer";
-import Navbar from "../components/Navbar";
import LazyLoad from "react-lazyload";
import { Component } from "react";
+import Layout from "../components/Layout";
class Binas extends Component {
links: string[];
@@ -23,15 +22,15 @@ class Binas extends Component {
render() {
return (
-
-
- {this.links.map((link) => (
-
-
-
- ))}
-
-
+
+
+ {this.links.map((link) => (
+
+
+
+ ))}
+
+
);
}
diff --git a/pages/index.tsx b/pages/index.tsx
index 5a7c591..c43de2c 100644
--- a/pages/index.tsx
+++ b/pages/index.tsx
@@ -1,17 +1,16 @@
import Page from "../components/Page";
-import Navbar from "../components/Navbar";
import Landing from "../components/Landing";
import Projects from "../components/Projects";
import Contact from "../components/Contact";
-import Footer from "../components/Footer";
+import Layout from "../components/Layout";
const Home = () => (
-
-
-
-
-
+
+
+
+
+
);
diff --git a/pages/thanks.tsx b/pages/thanks.tsx
index 26672b1..86cc416 100644
--- a/pages/thanks.tsx
+++ b/pages/thanks.tsx
@@ -1,21 +1,20 @@
import Page from "../components/Page";
-import Navbar from "../components/Navbar";
-import Footer from "../components/Footer";
+import Layout from "../components/Layout";
const Thanks = () => (
-
-
-
-
❤️
-
Thank you!
-
Your submission is greatly appreciated!
-
- Go back
-
+
+
+
+
❤️
+
Thank you!
+
Your submission is greatly appreciated!
+
+ Go back
+
+
-
-
+
);
diff --git a/pages/upload.tsx b/pages/upload.tsx
new file mode 100644
index 0000000..53c7dc9
--- /dev/null
+++ b/pages/upload.tsx
@@ -0,0 +1,12 @@
+import Page from "../components/Page";
+import Layout from "../components/Layout";
+
+const Upload = () => (
+
+
+
+
+
+);
+
+export default Upload;
diff --git a/public/robots.txt b/public/robots.txt
index ee81536..3cf1db2 100644
--- a/public/robots.txt
+++ b/public/robots.txt
@@ -1 +1,2 @@
-Disallow /binas
\ No newline at end of file
+Disallow /binas
+Disallow /upload
\ No newline at end of file
diff --git a/styles/sass/upload.scss b/styles/sass/upload.scss
new file mode 100644
index 0000000..fe8ff80
--- /dev/null
+++ b/styles/sass/upload.scss
@@ -0,0 +1,3 @@
+.upload {
+ padding-top: 6rem;
+}