cambios
This commit is contained in:
parent
c013b52e28
commit
a3473ac706
Binary file not shown.
Before Width: | Height: | Size: 92 KiB |
Binary file not shown.
Before Width: | Height: | Size: 107 KiB |
Before Width: | Height: | Size: 138 KiB After Width: | Height: | Size: 138 KiB |
BIN
src/assets/images/uganda-single.jpg
Normal file
BIN
src/assets/images/uganda-single.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 143 KiB |
@ -22,11 +22,11 @@ export default {
|
|||||||
}
|
}
|
||||||
|
|
||||||
h3.header {
|
h3.header {
|
||||||
font-weight: 600;
|
font-weight: 300;
|
||||||
font-size: 26px;
|
font-size: 26px;
|
||||||
line-height: 58px;
|
line-height: 36px;
|
||||||
padding: 120px 230px 0;
|
padding: 120px 148px 0;
|
||||||
text-align: center;
|
text-align: center ;
|
||||||
text-shadow: 1px 1px 10px #000;
|
text-shadow: 1px 1px 10px #000;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -12,6 +12,7 @@ import DifferentBox from './DifferentBox.vue';
|
|||||||
<DifferentBox image="coffee-cup1.png" :title="$t('different.extraordinary.title')" :description="$t('different.extraordinary.description')" />
|
<DifferentBox image="coffee-cup1.png" :title="$t('different.extraordinary.title')" :description="$t('different.extraordinary.description')" />
|
||||||
<DifferentBox image="best-price1.png" :title="$t('different.affordable.title')" :description="$t('different.affordable.description')" />
|
<DifferentBox image="best-price1.png" :title="$t('different.affordable.title')" :description="$t('different.affordable.description')" />
|
||||||
</div>
|
</div>
|
||||||
|
<h3>{{ $t('different.subheader1') }}</h3>
|
||||||
</section>
|
</section>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
@ -19,7 +20,7 @@ import DifferentBox from './DifferentBox.vue';
|
|||||||
.different {
|
.different {
|
||||||
color: #fff;
|
color: #fff;
|
||||||
background-color: #000;
|
background-color: #000;
|
||||||
padding: 0 0 72px;
|
padding: 0 0 0px;
|
||||||
}
|
}
|
||||||
|
|
||||||
h2 {
|
h2 {
|
||||||
@ -32,7 +33,7 @@ import DifferentBox from './DifferentBox.vue';
|
|||||||
margin-top: 24px;
|
margin-top: 24px;
|
||||||
padding: 0 150px;
|
padding: 0 150px;
|
||||||
font-size: 20px;
|
font-size: 20px;
|
||||||
line-height: 34px;
|
line-height: 30px;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
font-weight: 200;
|
font-weight: 200;
|
||||||
margin-bottom: 50px;
|
margin-bottom: 50px;
|
||||||
|
34
src/data.js
34
src/data.js
@ -76,7 +76,7 @@ export const products = [
|
|||||||
{
|
{
|
||||||
kind: kinds.fire,
|
kind: kinds.fire,
|
||||||
name: 'products.uganda_gnoma.name',
|
name: 'products.uganda_gnoma.name',
|
||||||
images: ['product-uganda-single11.png', 'product-uganda-double1.png',],
|
images: ['uganda-single.jpg', 'product-uganda-double1.png',],
|
||||||
slogan: 'products.uganda_gnoma.slogan',
|
slogan: 'products.uganda_gnoma.slogan',
|
||||||
description: 'products.uganda_gnoma.description',
|
description: 'products.uganda_gnoma.description',
|
||||||
farm: 'products.uganda_gnoma.farm',
|
farm: 'products.uganda_gnoma.farm',
|
||||||
@ -91,22 +91,22 @@ export const products = [
|
|||||||
url: 'https://tayronafoods.myshopify.com/products/uganda-ngoma',
|
url: 'https://tayronafoods.myshopify.com/products/uganda-ngoma',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
kind: kinds.earth,
|
kind: kinds.earth,
|
||||||
name: 'products.uganda_gnoma.name',
|
name: 'products.uganda_gnoma_cream.name',
|
||||||
images: ['product-uganda-single11.png', 'product-uganda-double1.png',],
|
images: ['uganda-caffecrem.jpg',],
|
||||||
slogan: 'products.uganda_gnoma.slogan',
|
slogan: 'products.uganda_gnoma_cream.slogan',
|
||||||
description: 'products.uganda_gnoma.description',
|
description: 'products.uganda_gnoma_cream.description',
|
||||||
farm: 'products.uganda_gnoma.farm',
|
farm: 'products.uganda_gnoma_cream.farm',
|
||||||
strain: 'products.uganda_gnoma.strain',
|
strain: 'products.uganda_gnoma_cream.strain',
|
||||||
country: 'products.uganda_gnoma.country',
|
country: 'products.uganda_gnoma_cream.country',
|
||||||
height: 'products.uganda_gnoma.height',
|
height: 'products.uganda_gnoma_cream.height',
|
||||||
revision: 'products.uganda_gnoma.revision',
|
revision: 'products.uganda_gnoma_cream.revision',
|
||||||
harvest: 'products.uganda_gnoma.harvest',
|
harvest: 'products.uganda_gnoma_cream.harvest',
|
||||||
profile: 'products.uganda_gnoma.profile',
|
profile: 'products.uganda_gnoma_cream.profile',
|
||||||
taste: 'products.uganda_gnoma.taste',
|
taste: 'products.uganda_gnoma_cream.taste',
|
||||||
texture: 'products.uganda_gnoma.texture',
|
texture: 'products.uganda_gnoma_cream.texture',
|
||||||
url: 'https://tayronafoods.myshopify.com/products/uganda-ngoma',
|
url: 'https://tayronafoods.myshopify.com/products/uganda-ngoma',
|
||||||
},
|
},
|
||||||
];
|
];
|
||||||
|
|
||||||
export const slides = {
|
export const slides = {
|
||||||
|
@ -131,6 +131,22 @@ export default {
|
|||||||
taste: 'Zartbitterschokolade',
|
taste: 'Zartbitterschokolade',
|
||||||
texture: 'sanft'
|
texture: 'sanft'
|
||||||
},
|
},
|
||||||
|
uganda_gnoma_cream: {
|
||||||
|
title:'Earth',
|
||||||
|
slogan: 'Born to create',
|
||||||
|
description: `El fuego, la pasión que resuena en cada paso de nuestro trabajo.
|
||||||
|
Desde la selección de variedades de café verde hasta el cuidadoso tostado y la preparación amorosa, estamos allí con alma y corazón para ofrecerte una experiencia de café extraordinaria.`,
|
||||||
|
name: 'Uganda Ngoma',
|
||||||
|
farm: 'Caffeè crema ',
|
||||||
|
strain: '100% Robusta',
|
||||||
|
country: 'Uganda / Wakiso District',
|
||||||
|
height: '1.250 m',
|
||||||
|
revision: 'Sonnengetrocknet',
|
||||||
|
harvest: 'handgepflückt',
|
||||||
|
profile: '1/4',
|
||||||
|
taste: 'Zartbitterschokolade',
|
||||||
|
texture: 'sanft'
|
||||||
|
},
|
||||||
},
|
},
|
||||||
labels: {
|
labels: {
|
||||||
country: 'Land / Region',
|
country: 'Land / Region',
|
||||||
|
@ -133,7 +133,25 @@ export default {
|
|||||||
taste: '',
|
taste: '',
|
||||||
texture: ''
|
texture: ''
|
||||||
},
|
},
|
||||||
|
uganda_gnoma_cream: {
|
||||||
|
title:'Earth',
|
||||||
|
slogan: 'Born to create',
|
||||||
|
description: `El fuego, la pasión que resuena en cada paso de nuestro trabajo.
|
||||||
|
Desde la selección de variedades de café verde hasta el cuidadoso tostado y la preparación amorosa, estamos allí con alma y corazón para ofrecerte una experiencia de café extraordinaria.`,
|
||||||
|
name: 'Uganda Ngoma',
|
||||||
|
farm: 'Caffeè crema ',
|
||||||
|
strain: '100% Robusta',
|
||||||
|
country: 'Uganda / Wakiso District',
|
||||||
|
height: '1.250 m',
|
||||||
|
revision: 'Sun dried',
|
||||||
|
harvest: 'Carefully selected',
|
||||||
|
profile: '1/4',
|
||||||
|
taste: 'Zartbitterschokolade',
|
||||||
|
texture: 'sanft'
|
||||||
|
},
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
||||||
labels: {
|
labels: {
|
||||||
country: 'Country / Region',
|
country: 'Country / Region',
|
||||||
height: 'Height',
|
height: 'Height',
|
||||||
|
@ -37,6 +37,7 @@ export default {
|
|||||||
different: {
|
different: {
|
||||||
header: '¿Por qué somos diferentes?',
|
header: '¿Por qué somos diferentes?',
|
||||||
subheader: '¡No solo hacemos tu café, hacemos tu día!',
|
subheader: '¡No solo hacemos tu café, hacemos tu día!',
|
||||||
|
subheader1: 'Las grandes ideas comienzan con un excelente café, te ayudaremos a lograrlo.',
|
||||||
beans: {
|
beans: {
|
||||||
title: 'Granos Supremos',
|
title: 'Granos Supremos',
|
||||||
description: 'Granos proporcionan gran sabor',
|
description: 'Granos proporcionan gran sabor',
|
||||||
@ -131,6 +132,23 @@ export default {
|
|||||||
taste: '-.',
|
taste: '-.',
|
||||||
texture: '-'
|
texture: '-'
|
||||||
},
|
},
|
||||||
|
|
||||||
|
uganda_gnoma_cream: {
|
||||||
|
title:'Tierra',
|
||||||
|
slogan: 'Nacido para crear',
|
||||||
|
description: `El fuego, la pasión que resuena en cada paso de nuestro trabajo.
|
||||||
|
Desde la selección de variedades de café verde hasta el cuidadoso tostado y la preparación amorosa, estamos allí con alma y corazón para ofrecerte una experiencia de café extraordinaria.`,
|
||||||
|
name: 'Uganda Ngoma',
|
||||||
|
farm: 'Caffeè crema ',
|
||||||
|
strain: '100% Robusta',
|
||||||
|
country: 'Uganda / Wakiso District',
|
||||||
|
height: '1.250 m',
|
||||||
|
revision: 'Secado al sol',
|
||||||
|
harvest: 'Seleccionado cuidadósamente',
|
||||||
|
profile: '1/4',
|
||||||
|
taste: '-.',
|
||||||
|
texture: '-'
|
||||||
|
},
|
||||||
},
|
},
|
||||||
labels: {
|
labels: {
|
||||||
country: 'País / Región',
|
country: 'País / Región',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user