Closed anhduy1202 closed 11 months ago
Here's the component file location so you can start coding Landing Page Component
Refer to this Figma
The cat image can be found on this Google Drive, then you should import it to public folder
<div className='text-light_blue text-3xl font-bold'>
will give you light blue text color, font size = 3xl = 2rem according to tailwind.config.js and bolded
import {AiOutlineSearch} from 'react-icons/ai';
Then you can use it as a component and customize color + size
<div className=''> <AiOutlineSearch size={34} color='#00000'/> </div>
git pull
git checkout -b "landing-page/heading"
npm run format
File Location
Here's the component file location so you can start coding Landing Page Component
Design
Refer to this Figma
Image
The cat image can be found on this Google Drive, then you should import it to public folder
Reference
will give you light blue text color, font size = 3xl = 2rem according to tailwind.config.js and bolded
Icons
Then you can use it as a component and customize color + size
Contributing
git pull
for latest change if there's anygit checkout -b "landing-page/heading"
to create new branchnpm run format
to run formatter before commit + push your change