panel layout

This commit is contained in:
realaravinth
2021-04-06 21:34:11 +05:30
parent 312d02a41d
commit 36e64e399e
18 changed files with 694 additions and 265 deletions

View File

@@ -1,6 +1,4 @@
<. include!("../components/headers.html"); .> <.# include!("svg.html"); .>
<. include!("style.html"); .>
<. include!("nav/index.html"); .>
<. include!("../components/headers.html"); .> <. include!("nav/index.html"); .>
<section class="page-content">
<section class="search-and-user">
@@ -13,7 +11,7 @@
</button>
</form>
<div class="admin-profile">
<span class="greeting">Hello admin</span>
<span class="greeting">Hello Batman</span>
<div class="notifications">
<span class="badge">1</span>
<svg>
@@ -30,19 +28,12 @@
<article></article>
<article></article>
<article></article>
<article></article>
<article>
</article>
</section>
<footer class="page-footer">
<span>made by </span>
<a href="https://georgemartsoukos.com/" target="_blank">
<img
width="24"
height="24"
src="https://assets.codepen.io/162656/george-martsoukos-small-logo.svg"
alt="George Martsoukos logo"
/>
</a>
</footer>
</section>
<. include!("../components/footers.html"); .>