Closed anhduy1202 closed 9 months ago
Here's the component file location so you can start coding
This is the parent component contains the Landing Page
Landing Page Component
The Navbar itself is this, you can start coding here
NavBar Component
Refer to this Figma
<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/navbar"
npm run format
File Location
Here's the component file location so you can start coding
Landing Page Component
NavBar Component
Design
Refer to this Figma
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/navbar"
to create new branchnpm run format
to run formatter before commit + push your change