ayoayco / Cozy

Your modern-day reading assistant 🧸
https://cozy.ayco.io
BSD 2-Clause "Simplified" License
60 stars 4 forks source link

feat: new landing page #88

Open ayoayco opened 9 months ago

ayoayco commented 9 months ago

Move the app into it's own page, so it is accessible in route '/a' ... the way to do this is move the current index.astro page contents into a new a.astro page.

After that you can create the project landing page in a new index.astro page :)

Feel free to explore designs you think is aligned to the project: a modern-day reading assistant.

SoldierCorp commented 9 months ago

Hi @ayoayco

I would like to contribute to your project. Could you please assign this task to me?

ayoayco commented 9 months ago

Sure @SoldierCorp -- let me know if you need help!

SoldierCorp commented 9 months ago

I moved the content of index.astro to a.astro

What should I put in the index.astro instead? Or is that a different task?

image
ayoayco commented 9 months ago

The main goal of this issue is a new landing page so that's the content of index.astro -- you can check readme for possible content but it can be minimal with a "Try the App" button linking to the app.

See https://astro-reactive.dev for inspiration

@SoldierCorp

SoldierCorp commented 9 months ago

Got it! @ayoayco