updated evrthing to be beter
This commit is contained in:
+19
-5
@@ -15,14 +15,28 @@
|
||||
</nav>
|
||||
</header>
|
||||
<main class="layout">
|
||||
<aside class="sidebar panel">
|
||||
<h2>Levels</h2>
|
||||
<ul id="levels"></ul>
|
||||
<aside class="sidebar">
|
||||
<div class="panel">
|
||||
<h2>Levels</h2>
|
||||
<ul id="levels"></ul>
|
||||
</div>
|
||||
</aside>
|
||||
|
||||
<section class="panel content">
|
||||
<h2 id="list-title">All Videos</h2>
|
||||
<div id="list-area"></div>
|
||||
<div class="search-row">
|
||||
<h2 id="list-title">All Videos</h2>
|
||||
<input id="search" type="text" placeholder="Search videos or titles..." />
|
||||
<select id="level-filter"><option value="all">All Levels</option></select>
|
||||
</div>
|
||||
|
||||
<div class="table-wrap">
|
||||
<table class="levels-table">
|
||||
<thead>
|
||||
<tr><th style="width:80px">#</th><th>Title</th><th style="width:140px">Action</th></tr>
|
||||
</thead>
|
||||
<tbody id="list-area"></tbody>
|
||||
</table>
|
||||
</div>
|
||||
</section>
|
||||
</main>
|
||||
<script src="app.js"></script>
|
||||
|
||||
Reference in New Issue
Block a user