diff --git a/.DS_Store b/.DS_Store deleted file mode 100644 index c88a062..0000000 Binary files a/.DS_Store and /dev/null differ diff --git a/.gitignore b/.gitignore index d73fab0..aa7cfbd 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ +.DS_Store .netlify dist node_modules diff --git a/client/layouts/Footer.tsx b/client/layouts/Footer.tsx index d69c21f..7994613 100644 --- a/client/layouts/Footer.tsx +++ b/client/layouts/Footer.tsx @@ -13,7 +13,7 @@ const Footer: React.FC<{}> = () => {
-
© 2020-{new Date().getFullYear()} Nguyen Huu Phuoc.
+
© 2019-{new Date().getFullYear()} Nguyen Huu Phuoc.
All rights reserved
diff --git a/client/layouts/ProductHuntBadge.tsx b/client/layouts/ProductHuntBadge.tsx deleted file mode 100644 index 662b604..0000000 --- a/client/layouts/ProductHuntBadge.tsx +++ /dev/null @@ -1,26 +0,0 @@ -/** - * A collection of popular layouts and patterns made with CSS (https://csslayout.io) - * (c) 2019 - 2020 Nguyen Huu Phuoc - */ - -import React from 'react'; - -const ProductHuntBadge: React.FC<{}> = () => { - return ( - - CSS Layout - Most popular layouts and patterns that can be built with CSS | Product Hunt Embed - - ); -}; - -export default ProductHuntBadge; diff --git a/client/layouts/SubscribeForm.tsx b/client/layouts/SubscribeForm.tsx deleted file mode 100644 index 13136af..0000000 --- a/client/layouts/SubscribeForm.tsx +++ /dev/null @@ -1,59 +0,0 @@ -/** - * A collection of popular layouts and patterns made with CSS (https://csslayout.io) - * (c) 2019 - 2020 Nguyen Huu Phuoc - */ - -import React from 'react'; - -const SubscribeForm: React.FC<{}> = () => { - return ( -
-
- Hit the Subscribe button for the latest news on my tools. No spam. Ever! -
-
- - - -
-
- ); -}; - -export default SubscribeForm;