uwigem / uwigem.com

Repository for uwigem.com
0 stars 0 forks source link

Create NavigationBar component #1

Open kwokwilliam opened 5 years ago

kwokwilliam commented 5 years ago

The main component will be called NavigationBar. It is located in components/NavigationBar/NavigationBar.js

Reminder that this component will be reusable between different pages. We also want to make sure it can be updated fairly easily if we want to change the button links for example. I am thinking we will have an array stored inside the Constants object that is provided (ctrl-click or cmd-click on the file location to instantly navigate to the specified file)

Follow a similar format for Logo for exporting default. Logo is located at components/Logo/Logo.js. Feel free to use any SVG as a placeholder for now.