Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 1.32 KB

File metadata and controls

15 lines (11 loc) · 1.32 KB

NavBar & SideMenu by using HTML & CSS only(Without using any other & scripting languages)

The sample/demo application of the Nav Bar and Side Menu with content pages, which are created as separate pages and attached to content pages. Here, I am using HTML, CSS and PHP(used little bit). I am creating header.php and footer.php files separately and attaching them to the content pages using PHP. The side menu toggle open and close is also working by using CSS and PHP is used for attaching the header.php and footer.php files to the content pages like dashboard.php & list-members.php.

Screenshots :

Dashboard (Side Menu - Open/Normal) :

Alt text

Dashboard (Side Menu - Close) :

Alt text

List of Members (Side Menu - Open/Normal) :

Alt text

List of Members (Side Menu - Close) :

Alt text