First version
This commit is contained in:
102
index.html
102
index.html
@ -10,87 +10,53 @@
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<h1>Sidebar menu structure playground</h1>
|
||||
|
||||
<div class="wrapper">
|
||||
<section class="tree-structure">
|
||||
<ul class="subnav">
|
||||
<li><a href="#">First Level</a></li>
|
||||
<section class="sidebar">
|
||||
<nav class="main">
|
||||
<ul>
|
||||
<li><a href="#" class="icon icon-dashboard">Dashboard</a></li>
|
||||
<li><a href="#" class="icon icon-machines">Machines</a></li>
|
||||
<li><a href="#" class="icon icon-events">Events</a></li>
|
||||
<li><a href="#" class="icon icon-reports">Reports</a></li>
|
||||
<li>
|
||||
<a href="#">First Level</a>
|
||||
<a href="#" class="icon icon-call-center">Call Center</a>
|
||||
<ul>
|
||||
<li><a href="#">Second Level</a></li>
|
||||
<li>
|
||||
<a href="#">Second Level</a>
|
||||
<ul>
|
||||
<li><a href="#">Third Level</a></li>
|
||||
<li><a href="#">Third Level</a></li>
|
||||
<li><a href="#">Third Level</a></li>
|
||||
<li><a href="#">Third Level</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li>
|
||||
<a href="#">Second Level</a>
|
||||
<ul>
|
||||
<li><a href="#">Third Level</a></li>
|
||||
<li><a href="#">Third Level</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li><a href="#">Second Level</a></li>
|
||||
<li><a href="#">Ticket Stream</a></li>
|
||||
<li><a href="#">Configuration</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li><a href="#">First Level</a></li>
|
||||
</ul>
|
||||
</section>
|
||||
|
||||
<section class="tree-structure">
|
||||
<ul class="subnav">
|
||||
<li><a href="#">First Level</a></li>
|
||||
<li>
|
||||
<a href="#">First Level</a>
|
||||
<a href="#" class="icon icon-warehouse-management">Warehouse Management</a>
|
||||
<ul>
|
||||
<li><a href="#">Second Level</a></li>
|
||||
<li><a href="#">Product Warehouse</a></li>
|
||||
<li>
|
||||
<a href="#">Second Level</a>
|
||||
<a href="#">Spare part Warehouse</a>
|
||||
<ul>
|
||||
<li><a href="#">Third Level</a></li>
|
||||
<li><a href="#">Third Level</a></li>
|
||||
<li><a href="#">Third Level</a></li>
|
||||
<li><a href="#">Third Level</a></li>
|
||||
<li>
|
||||
<a href="#">Warehouse Documents</a>
|
||||
<ul>
|
||||
<li>
|
||||
<a href="#">Automatic Orders</a>
|
||||
<ul>
|
||||
<li><a href="#">Ordering Triggers</a></li>
|
||||
<li><a href="#">Ordering Rules</a></li>
|
||||
<li><a href="#">Run Scheduler</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li>
|
||||
<a href="#">Rpoerting</a>
|
||||
<ul>
|
||||
<li><a href="#">Inventory Report</a></li>
|
||||
<li><a href="#">Spare Part Moves</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li>
|
||||
<a href="#">Second Level</a>
|
||||
<ul>
|
||||
<li><a href="#">Third Level</a></li>
|
||||
<li><a href="#">Third Level</a></li>
|
||||
<li><a href="#">Third Level</a></li>
|
||||
<li><a href="#">Third Level</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li><a href="#">Second Level</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
</section>
|
||||
|
||||
<section class="tree-structure">
|
||||
<ul class="subnav">
|
||||
<li><a href="#">First Level</a></li>
|
||||
<li>
|
||||
<a href="#">First Level</a>
|
||||
<ul>
|
||||
<li><a href="#">Second Level</a></li>
|
||||
<li><a href="#">Second Level</a></li>
|
||||
<li><a href="#">Second Level</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
</section>
|
||||
</div>
|
||||
|
||||
<section class="example">
|
||||
<img src="img/expected.png" alt="">
|
||||
</nav>
|
||||
</section>
|
||||
</body>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user