amycommits / civic_hacking_hub

A place where people can find nonprofits to code for.
2 stars 13 forks source link

Landing Page Revamp #58

Open amycommits opened 3 years ago

amycommits commented 3 years ago
Screen Shot 2021-10-03 at 6 08 45 PM

use Tailwind classes to add elements and make it look similar to the screenshot attached. Here is the tailwind cheat sheet that I always use: https://nerdcave.com/tailwind-cheat-sheet

h1: Welcome to the Civic Hacking Hub! h2: Find causes that you care about to sharpen your programming skills, and to make a positive difference in the world!

(lets not worry about the small facts for now)

<NuxtLink to="/project" class="bg-primary text-white text-center w-screen md:w-1/2">Get Started</NuxtLink>

I'm leaving the particular CSS up to whoever picks this up, but keep in mind that tailwind starts with the mobile size, and that you can specify for the styles to change for bigger screens.

Bianka-ui commented 3 years ago

@duaimei Can I work on this?

amycommits commented 3 years ago

All yours! Let me know if you have any issues!

Bianka-ui commented 3 years ago

Thank you!

Bianka-ui commented 2 years ago

is this part of the project or just webpage to advertise your app, I am struggling with project structure... where I should put it? @duaimei