Cosmetics on homepage

pull/411/head
cagataycivici 2020-07-20 13:51:46 +03:00
parent 2a1e0113ac
commit dc3ffb9809
4 changed files with 11 additions and 3 deletions

View File

@ -1,5 +1,5 @@
<template> <template>
<div class="content-section layout-footer"> <div class="layout-footer">
<div class="layout-footer-left"> <div class="layout-footer-left">
<span>PrimeVue 2.0.4 by </span> <span>PrimeVue 2.0.4 by </span>
<a href="https://www.primetek.com.tr">PrimeTek</a> <a href="https://www.primetek.com.tr">PrimeTek</a>

View File

@ -1,5 +1,6 @@
.layout-footer { .layout-footer {
font-size: 1rem; font-size: 1rem;
padding: 2rem;
background-color: var(--surface-a); background-color: var(--surface-a);
display: flex; display: flex;
align-items: center; align-items: center;

View File

@ -1,8 +1,13 @@
/* Home Component*/ /* Home Component*/
.home { .home {
a { a {
color: var(--primary-color); text-decoration: none;
font-weight: 500; color: $linkColor;
font-weight: 600;
&:hover {
text-decoration: underline;
}
} }
p { p {

View File

@ -119,6 +119,7 @@
<div class="p-col-6 p-md-2"><img alt="viacom" src="../assets/images/home/viacom.svg"/></div> <div class="p-col-6 p-md-2"><img alt="viacom" src="../assets/images/home/viacom.svg"/></div>
</div> </div>
</div> </div>
<div class="templates"> <div class="templates">
<h4>Premium Application Templates</h4> <h4>Premium Application Templates</h4>
<p>Gorgeous Vue-CLI application templates designed by professional designers and implemented by Vue Experts to help you reach your goals in no time.</p> <p>Gorgeous Vue-CLI application templates designed by professional designers and implemented by Vue Experts to help you reach your goals in no time.</p>
@ -179,6 +180,7 @@
</div> </div>
</div> </div>
</div> </div>
<div class="primevue-designer"> <div class="primevue-designer">
<h4>Theme Designer</h4> <h4>Theme Designer</h4>
<p>PrimeVue is a design-agnostic library and the theming system is based on the Theme Designer, the official tool to create themes for the components. Designer includes a SASS enabled infrastructure that has over 500 customizable variables, a live editor <p>PrimeVue is a design-agnostic library and the theming system is based on the Theme Designer, the official tool to create themes for the components. Designer includes a SASS enabled infrastructure that has over 500 customizable variables, a live editor