From b754157713b79024793c3571f2dba8c688851796 Mon Sep 17 00:00:00 2001 From: Andrew Lee Date: Thu, 27 Aug 2020 22:40:07 -0400 Subject: Inital rewrite --- components/Footer.js | 38 --------------------------------- components/Header.js | 59 --------------------------------------------------- components/Layout.js | 31 --------------------------- components/Scripts.js | 32 ---------------------------- 4 files changed, 160 deletions(-) delete mode 100644 components/Footer.js delete mode 100644 components/Header.js delete mode 100644 components/Layout.js delete mode 100644 components/Scripts.js (limited to 'components') diff --git a/components/Footer.js b/components/Footer.js deleted file mode 100644 index 4740b0a..0000000 --- a/components/Footer.js +++ /dev/null @@ -1,38 +0,0 @@ -/* - Alee Productions Website: Website for Alee Productions - Copyright (C) 2019 Alee - - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program. If not, see . - -*/ - -const Footer = () => ( -
-
-
- © Copyright 2017-2020, Alee Productions. Licensed with GPL-3.0. - View the credits to see our stack. -
-
-
- Please note that this website is under active development and bugs may occur.
If there are any, report it - here. - -
-
-); - -export default Footer; diff --git a/components/Header.js b/components/Header.js deleted file mode 100644 index 6ed6271..0000000 --- a/components/Header.js +++ /dev/null @@ -1,59 +0,0 @@ -/* - Alee Productions Website: Website for Alee Productions - Copyright (C) 2019 Alee - - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program. If not, see . -*/ - -import Head from "next/head"; - -const Header = (page) => ( - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - {/* Fix this part */} - - Alee Productions - - -); - -export default Header; \ No newline at end of file diff --git a/components/Layout.js b/components/Layout.js deleted file mode 100644 index 107b1c2..0000000 --- a/components/Layout.js +++ /dev/null @@ -1,31 +0,0 @@ -/* - Alee Productions Website: Website for Alee Productions - Copyright (C) 2020 Alee - - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program. If not, see . - -*/ - -import Header from "./Header"; -import Scripts from "./Scripts"; - -const Layout = (props) => ( -
-
- {props.children} - -
-); - -export default Layout; \ No newline at end of file diff --git a/components/Scripts.js b/components/Scripts.js deleted file mode 100644 index 036ebf4..0000000 --- a/components/Scripts.js +++ /dev/null @@ -1,32 +0,0 @@ -/* - Alee Productions Website: Website for Alee Productions - Copyright (C) 2019 Alee - - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program. If not, see . - -*/ - -const Scripts = () => ( -
-