From 950764a9f3a81f7d63a3462558df6d23ae92674d Mon Sep 17 00:00:00 2001 From: Sam Learner Date: Mon, 5 Aug 2024 12:02:48 -0400 Subject: [PATCH] updating contribution ask --- frontend/public/index.html | 160 +++++++++++++++++++---------- frontend/src/App.js | 2 +- frontend/src/components/Footer.jsx | 27 ++++- frontend/src/styles/Footer.scss | 5 +- frontend/src/styles/Header.scss | 6 +- frontend/src/styles/KoFi.scss | 123 ++++++++++++++++++++++ 6 files changed, 263 insertions(+), 60 deletions(-) create mode 100644 frontend/src/styles/KoFi.scss diff --git a/frontend/public/index.html b/frontend/public/index.html index 91a8945..6ef8eca 100644 --- a/frontend/public/index.html +++ b/frontend/public/index.html @@ -1,69 +1,125 @@ - - + + - - + + - - - - + + + - - Letterboxd Movie Recommendations + + Letterboxd Movie Recommendations - - Letterboxd Movie Recommendations - - + + Letterboxd Movie Recommendations + + - - - - - - + + + + + + - - - - - - + + + + + + - - + + - - + + - - - - - - - - - - + + + + + + + + + + + - - + + + + + +
- - - -
- + + diff --git a/frontend/src/App.js b/frontend/src/App.js index d4c0fa0..e540e6f 100644 --- a/frontend/src/App.js +++ b/frontend/src/App.js @@ -25,7 +25,7 @@ function App() {
{/* */} - + {/* */}
diff --git a/frontend/src/components/Footer.jsx b/frontend/src/components/Footer.jsx index d155a2f..302a02e 100644 --- a/frontend/src/components/Footer.jsx +++ b/frontend/src/components/Footer.jsx @@ -2,6 +2,7 @@ import React from 'react' import metaData from '../data/meta.json' import '../styles/Footer.scss' +import '../styles/KoFi.scss' const Footer = (props) => { const lastUpdatedDate = new Date(metaData.last_updated) @@ -68,7 +69,9 @@ const Footer = (props) => { />

-

+ + + {/*

Maintaining this project is not free! Please consider chipping in{' '} { here . -

+

*/} +

Code and data for this project lives{' '}