diff --git a/.env.example b/.env.example deleted file mode 100644 index 7f720ff..0000000 --- a/.env.example +++ /dev/null @@ -1,7 +0,0 @@ -# Flask Backend Variables -FLASK_SECRET_KEY=your_secret_key_here -STRIPE_SECRET_KEY=sk_test_51QikGl... - -# React Frontend Variables -VITE_API_URL=http://127.0.0.1:1234 -VITE_STRIPE_PUBLISHABLE_KEY=pk_test_51112222... \ No newline at end of file diff --git a/frontend/.env.example b/frontend/.env.example deleted file mode 100644 index 5820fa7..0000000 --- a/frontend/.env.example +++ /dev/null @@ -1,4 +0,0 @@ -# Example frontend variables (for git) - -VITE_API_URL=http://127.0.0.1:1234 -VITE_STRIPE_PUBLISHABLE_KEY=pk_test_51112223... \ No newline at end of file diff --git a/frontend/src/assets/styles/index.css b/frontend/src/assets/styles/index.css index ffdd81d..1c7a5c9 100644 --- a/frontend/src/assets/styles/index.css +++ b/frontend/src/assets/styles/index.css @@ -39,6 +39,16 @@ } } +.agog-text { + background: linear-gradient(to right, #60A5FA, #8B5CF6, #EC4899, #FACC15); + background-clip: text; +} + +.agog-text:hover { + background: white; + transition: ease; +} + /* :root { font-family: Inter, system-ui, Avenir, Helvetica, Arial, sans-serif; diff --git a/frontend/src/components/Layout/Name.tsx b/frontend/src/components/Layout/Name.tsx new file mode 100644 index 0000000..e022956 --- /dev/null +++ b/frontend/src/components/Layout/Name.tsx @@ -0,0 +1,10 @@ +const Name = () => { + return ( +