Add babylon
parent
28d52bfc36
commit
87b1aa0765
|
@ -19,6 +19,7 @@
|
|||
<li class="topbar-submenu-header">PREMIUM TEMPLATES</li>
|
||||
<li><a href="https://www.primefaces.org/sapphire-vue"><img src="./assets/images/layouts/themeswitcher-sapphire.png" alt="Sapphire" /><span>Sapphire</span><span class="theme-badge material">material</span></a></li>
|
||||
<li><a href="https://www.primefaces.org/sapphire-vue"><img src="./assets/images/layouts/themeswitcher-avalon.png" alt="Avalon" /><span>Avalon</span><span class="theme-badge bootstrap">bootstrap</span></a></li>
|
||||
<li><a href="https://www.primefaces.org/babylon-vue"><img src="./assets/images/layouts/themeswitcher-babylon.png" alt="Babylon" /><span>Babylon</span></a></li>
|
||||
<li class="topbar-submenu-header">FREE TEMPLATES</li>
|
||||
<li><a href="https://www.primefaces.org/sigma-vue"><img src="./assets/images/layouts/themeswitcher-sigma.png" alt="Sigma" /><span>Sigma</span></a></li>
|
||||
<li class="topbar-submenu-header">FREE THEMES</li>
|
||||
|
|
Binary file not shown.
After Width: | Height: | Size: 192 KiB |
Binary file not shown.
After Width: | Height: | Size: 17 KiB |
|
@ -82,11 +82,16 @@
|
|||
<p>Powered by <a href="https://cli.vuejs.org">Vue-CLI</a>, create awesome applications in no time using the premium templates of PrimeVue and impress your users.</p>
|
||||
|
||||
<div class="p-grid">
|
||||
<div class="p-col-12 p-md-6">
|
||||
<div class="p-col-12">
|
||||
<a href="https://www.primefaces.org/layouts/sapphire-vue">
|
||||
<img alt="Sapphire" src="../assets/images/layouts/sapphire.jpg">
|
||||
</a>
|
||||
</div>
|
||||
<div class="p-col-12 p-md-6">
|
||||
<a href="https://www.primefaces.org/layouts/babylon-vue">
|
||||
<img alt="Babylon" src="../assets/images/layouts/babylon.jpg">
|
||||
</a>
|
||||
</div>
|
||||
<div class="p-col-12 p-md-6">
|
||||
<a href="https://www.primefaces.org/layouts/avalon-vue">
|
||||
<img alt="Avalon" src="../assets/images/layouts/avalon.jpg">
|
||||
|
|
Loading…
Reference in New Issue