Redesigned the code structure of navbar, abandoned CSS, kept only necessary styles, divided the components of navbar into three parts, LOGO, Title, Right_button, abandoned Burger in the mobile version. "Make the code as minimal as possible"!!!
Types of change
[x] abandoned CSS
[x] Finished TODO
[x] Adapt to Desktop and Mobile Version
Implementation
The LOGO has changed to the latest version
The Mobile version
I have separate the navbar into three components, logo, title, right_button, make it easy to subsequent maintenance
I also delete css on it
I delete the burger button from the code, cuz we don't require it any more on the mobile version
Make any code as simple as possible
Checklists
[x] todo We should simplify the code
[x] todo the logo has a strange black border, we should remove it
Navbar redesign
Description
Redesigned the code structure of navbar, abandoned CSS, kept only necessary styles, divided the components of navbar into three parts, LOGO, Title, Right_button, abandoned Burger in the mobile version. "Make the code as minimal as possible"!!!
Types of change
Implementation
The LOGO has changed to the latest version
The Mobile version
I have separate the navbar into three components, logo, title, right_button, make it easy to subsequent maintenance I also delete css on it
I delete the burger button from the code, cuz we don't require it any more on the mobile version Make any code as simple as possible
Checklists