freya added

pull/1196/head^2
Merve Özçifçi 2021-05-06 16:12:18 +03:00
parent 551b0f6b28
commit 2d9e3b2081
10 changed files with 38744 additions and 7 deletions

37521
package-lock.json generated Normal file

File diff suppressed because it is too large Load Diff

View File

@ -3,7 +3,7 @@
<div class="layout-news" v-if="newsActive"> <div class="layout-news" v-if="newsActive">
<div class="layout-news-container"> <div class="layout-news-container">
<a href="https://www.primefaces.org/store" target="_blank"> <a href="https://www.primefaces.org/store" target="_blank">
<img class="layouts-news-mockup-image" src="./assets/images/topbar-primesale-2021.png"> <img class="layouts-news-mockup-image" src="./assets/images/topbar-freya-mockup.png">
</a> </a>
<a href="https://www.primefaces.org/store" target="_blank" tabindex="-1" style="text-decoration: none" class="layout-news-button"> <a href="https://www.primefaces.org/store" target="_blank" tabindex="-1" style="text-decoration: none" class="layout-news-button">
LEARN MORE LEARN MORE
@ -41,7 +41,7 @@ export default {
data() { data() {
return { return {
sidebarActive: false, sidebarActive: false,
newsActive: false, newsActive: true,
theme: 'saga-blue' theme: 'saga-blue'
} }
}, },

View File

@ -297,6 +297,11 @@
<h4>Premium Vue-CLI Templates</h4> <h4>Premium Vue-CLI Templates</h4>
<p>Beautifully crafted premium <a href="https://cli.vuejs.org">Vue CLI</a> application templates by the PrimeTek design team.</p> <p>Beautifully crafted premium <a href="https://cli.vuejs.org">Vue CLI</a> application templates by the PrimeTek design team.</p>
<div class="p-grid premium-themes"> <div class="p-grid premium-themes">
<div class="p-col-12 p-md-6">
<a href="https://www.primefaces.org/layouts/freya-vue">
<img alt="Ultima" src="./assets/images/layouts/freya-vue.png">
</a>
</div>
<div class="p-col-12 p-md-6"> <div class="p-col-12 p-md-6">
<a href="https://www.primefaces.org/layouts/ultima-vue"> <a href="https://www.primefaces.org/layouts/ultima-vue">
<img alt="Ultima" src="./assets/images/layouts/ultima-vue.jpg"> <img alt="Ultima" src="./assets/images/layouts/ultima-vue.jpg">

View File

@ -87,6 +87,7 @@
<li class="topbar-submenu-header">FREE ADMIN TEMPLATE</li> <li class="topbar-submenu-header">FREE ADMIN TEMPLATE</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><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">PREMIUM ADMIN TEMPLATES</li> <li class="topbar-submenu-header">PREMIUM ADMIN TEMPLATES</li>
<li><a href="https://www.primefaces.org/layouts/freya-vue"><img src="./assets/images/layouts/themeswitcher-freya.png" alt="Freya" /><span>Freya</span></a></li>
<li><a href="https://www.primefaces.org/layouts/diamond-vue"><img src="./assets/images/layouts/themeswitcher-diamond.png" alt="Diamond" /><span>Diamond</span></a></li> <li><a href="https://www.primefaces.org/layouts/diamond-vue"><img src="./assets/images/layouts/themeswitcher-diamond.png" alt="Diamond" /><span>Diamond</span></a></li>
<li><a href="https://www.primefaces.org/layouts/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/layouts/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/layouts/serenity-vue"><img src="./assets/images/layouts/themeswitcher-serenity.png" alt="Serenity" /><span>Serenity</span><span class="theme-badge material">material</span></a></li> <li><a href="https://www.primefaces.org/layouts/serenity-vue"><img src="./assets/images/layouts/themeswitcher-serenity.png" alt="Serenity" /><span>Serenity</span><span class="theme-badge material">material</span></a></li>

Binary file not shown.

After

Width:  |  Height:  |  Size: 254 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 387 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 24 KiB

View File

@ -4,7 +4,7 @@
justify-content: center; justify-content: center;
align-items: center; align-items: center;
margin-left: 250px; margin-left: 250px;
background-image: linear-gradient(to left, #e2821a, #e49e18); background-image: url("./assets/images/topbar-freya-bg.png");
.layout-news-container { .layout-news-container {
width: 100%; width: 100%;
@ -17,12 +17,12 @@
font-size: 20px; font-size: 20px;
img.layouts-news-mockup-image { img.layouts-news-mockup-image {
max-width: 350px; max-width: 500px;
} }
.layout-news-button { .layout-news-button {
border: 2px solid #212121; border: 2px solid #ffffff;
color: #212121; color: #ffffff;
font-size: 15px; font-size: 15px;
padding: 0.5em 1em; padding: 0.5em 1em;
font-weight: bolder; font-weight: bolder;
@ -56,4 +56,4 @@
width: 23px; width: 23px;
height: 23px; height: 23px;
} }
} }

File diff suppressed because it is too large Load Diff