Add sigma to homepage
parent
5ebf89d6d1
commit
0fed6bfd21
|
@ -16,6 +16,8 @@
|
|||
<li><router-link to="/theming" @click.native="hideThemesMenu()"><i class="pi pi-fw pi-file"/><span>Guide</span></router-link></li>
|
||||
<li><a href="https://www.primefaces.org/designer/primevue"><i class="pi pi-fw pi-cog" /><span>Designer</span></a></li>
|
||||
<li><router-link to="/icons" @click.native="hideThemesMenu()"><i class="pi pi-fw pi-search"/><span>Icons</span></router-link></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>
|
||||
<li><a href="#" @click="changeTheme($event, 'nova-light', false)"><img src="./assets/images/layouts/themeswitcher-nova-light.png" alt="Nova Light" /><span>Nova Light</span></a></li>
|
||||
<li><a @click="changeTheme($event, 'nova-dark', false)"><img src="./assets/images/layouts/themeswitcher-nova-dark.png" alt="Nova Dark" /><span>Nova Dark</span></a></li>
|
||||
|
|
Binary file not shown.
After Width: | Height: | Size: 118 KiB |
Binary file not shown.
After Width: | Height: | Size: 2.1 KiB |
|
@ -916,6 +916,7 @@ body {
|
|||
h3 {
|
||||
font-size:24px;
|
||||
color: #484848;
|
||||
margin-top: 0;
|
||||
margin-bottom: 25px;
|
||||
}
|
||||
|
||||
|
|
|
@ -53,7 +53,7 @@
|
|||
<div class="p-col-12 p-md-3">
|
||||
<img alt="templates" src="../assets/images/home/icon-sigma.svg" />
|
||||
<span class="feature-name">FREE ADMIN TEMPLATE</span>
|
||||
<p>An elegant admin template powered by vue-cli. (Coming soon...)</p>
|
||||
<p>An elegant admin template powered by vue-cli.</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -77,6 +77,18 @@
|
|||
<div class="p-col-6 p-md-2"><img alt="viacom" src="../assets/images/home/viacom.svg"/></div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="templates">
|
||||
<h3>Free Application Template for PrimeVue</h3>
|
||||
<p>Sigma is a free and open source admin template based on <a href="https://cli.vuejs.org">Vue-CLI</a>.</p>
|
||||
|
||||
<div class="p-grid">
|
||||
<div class="p-col-12">
|
||||
<a href="https://www.primefaces.org/sigma-vue">
|
||||
<img alt="Sigma" src="../assets/images/layouts/sigma.jpg" />
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="prosupport">
|
||||
<div class="p-grid">
|
||||
<div class="p-col-12 p-md-6">
|
||||
|
|
Loading…
Reference in New Issue