Skip to content

Commit

Permalink
Add avalon
Browse files Browse the repository at this point in the history
  • Loading branch information
cagataycivici committed Oct 15, 2019
1 parent 582eae0 commit 150124d
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/AppTopBar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
<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">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 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>
Expand Down
Binary file added src/assets/images/layouts/avalon.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 6 additions & 1 deletion src/views/Home.vue
Original file line number Diff line number Diff line change
Expand Up @@ -83,11 +83,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">
<div class="p-col-12 p-md-6">
<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/avalon-vue">
<img alt="Avalon" src="../assets/images/layouts/avalon.jpg">
</a>
</div>
</div>
</div>
<div class="templates">
Expand Down

0 comments on commit 150124d

Please sign in to comment.