Main Content

The Main Content has the following structure :

<body>

<!-- Start header-->

 <header class="header">
        <nav class="navbar navbar-static-top">
            <a href="index.html" class="logo navbar-brand float-left text-white text-center">
                <!--It contains logo--> 
            </a>
            <div class="navbar-btn float-left sidebar-toggle">
                    <div>
                        <div class="bar1 first"></div>
                        <div class="bar2 second"></div>
                        <div class="bar3 third"></div>
                    </div>
             </div>
              <div class="top_right_nav">
                    <div class="float-left">
                        <!--It contains Header Left side sections--> 
                    </div>
              </div>        
        </nav>
 </header>

<!--End header-->

<!--Start wrapper-->

    <div class="wrapper">

        <!-- Start Left side menu -->
        <div class="left_aside">

            <!-- sidebar: style can be found in sidebar-->
            <div class="sidebar">

                <!--user profile section-->
                    <div class="user_section">
                        <!--user profile content-->
                    </div>
               <!--user profile section-->


               <!--Start Left menu links-->

                    <div id="menu" role="navigation">
                        <ul class="navigation"> 

                        </ul>
                    </div> 

             <!--End Left menu links-->

            </div>
            <!-- sidebar: style can be found in sidebar-->
        </div>
       <!-- End of Left side menu -->

       <!-- Start of right Content -->

        <div class="right-aside view-port-height">

               <!--Start of Content Header (Page header) -->

               <div class="content-header container-fluid bg-white">
                     <!-- It contains page Header -->
                </div>

              <!--End of Content Header (Page header) -->


               <!--Start of Main content -->

                <div class="content">

                     <!--page content --!>

                </div>
               <!-- End of Main content --!>

         </div>

       <!-- Start of right Content -->

     </div> 

<!--Start wrapper-->


</body>

Last updated