cambios
This commit is contained in:
parent
c013b52e28
commit
a3473ac706
Binary file not shown.
Before ![]() (image error) Size: 92 KiB |
Binary file not shown.
Before ![]() (image error) Size: 107 KiB |
Before ![]() (image error) Size: 138 KiB After ![]() (image error) 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 ![]() (image error) Size: 143 KiB |
@ -22,11 +22,11 @@ export default {
|
||||
}
|
||||
|
||||
h3.header {
|
||||
font-weight: 600;
|
||||
font-weight: 300;
|
||||
font-size: 26px;
|
||||
line-height: 58px;
|
||||
padding: 120px 230px 0;
|
||||
text-align: center;
|
||||
line-height: 36px;
|
||||
padding: 120px 148px 0;
|
||||
text-align: center ;
|
||||
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="best-price1.png" :title="$t('different.affordable.title')" :description="$t('different.affordable.description')" />
|
||||
</div>
|
||||
<h3>{{ $t('different.subheader1') }}</h3>
|
||||
</section>
|
||||
</template>
|
||||
|
||||
@ -19,7 +20,7 @@ import DifferentBox from './DifferentBox.vue';
|
||||
.different {
|
||||
color: #fff;
|
||||
background-color: #000;
|
||||
padding: 0 0 72px;
|
||||
padding: 0 0 0px;
|
||||
}
|
||||
|
||||
h2 {
|
||||
@ -32,7 +33,7 @@ import DifferentBox from './DifferentBox.vue';
|
||||
margin-top: 24px;
|
||||
padding: 0 150px;
|
||||
font-size: 20px;
|
||||
line-height: 34px;
|
||||
line-height: 30px;
|
||||
text-align: center;
|
||||
font-weight: 200;
|
||||
margin-bottom: 50px;
|
||||
|
34
src/data.js
34
src/data.js
@ -76,7 +76,7 @@ export const products = [
|
||||
{
|
||||
kind: kinds.fire,
|
||||
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',
|
||||
description: 'products.uganda_gnoma.description',
|
||||
farm: 'products.uganda_gnoma.farm',
|
||||
@ -91,22 +91,22 @@ export const products = [
|
||||
url: 'https://tayronafoods.myshopify.com/products/uganda-ngoma',
|
||||
},
|
||||
{
|
||||
kind: kinds.earth,
|
||||
name: 'products.uganda_gnoma.name',
|
||||
images: ['product-uganda-single11.png', 'product-uganda-double1.png',],
|
||||
slogan: 'products.uganda_gnoma.slogan',
|
||||
description: 'products.uganda_gnoma.description',
|
||||
farm: 'products.uganda_gnoma.farm',
|
||||
strain: 'products.uganda_gnoma.strain',
|
||||
country: 'products.uganda_gnoma.country',
|
||||
height: 'products.uganda_gnoma.height',
|
||||
revision: 'products.uganda_gnoma.revision',
|
||||
harvest: 'products.uganda_gnoma.harvest',
|
||||
profile: 'products.uganda_gnoma.profile',
|
||||
taste: 'products.uganda_gnoma.taste',
|
||||
texture: 'products.uganda_gnoma.texture',
|
||||
url: 'https://tayronafoods.myshopify.com/products/uganda-ngoma',
|
||||
},
|
||||
kind: kinds.earth,
|
||||
name: 'products.uganda_gnoma_cream.name',
|
||||
images: ['uganda-caffecrem.jpg',],
|
||||
slogan: 'products.uganda_gnoma_cream.slogan',
|
||||
description: 'products.uganda_gnoma_cream.description',
|
||||
farm: 'products.uganda_gnoma_cream.farm',
|
||||
strain: 'products.uganda_gnoma_cream.strain',
|
||||
country: 'products.uganda_gnoma_cream.country',
|
||||
height: 'products.uganda_gnoma_cream.height',
|
||||
revision: 'products.uganda_gnoma_cream.revision',
|
||||
harvest: 'products.uganda_gnoma_cream.harvest',
|
||||
profile: 'products.uganda_gnoma_cream.profile',
|
||||
taste: 'products.uganda_gnoma_cream.taste',
|
||||
texture: 'products.uganda_gnoma_cream.texture',
|
||||
url: 'https://tayronafoods.myshopify.com/products/uganda-ngoma',
|
||||
},
|
||||
];
|
||||
|
||||
export const slides = {
|
||||
|
@ -131,6 +131,22 @@ export default {
|
||||
taste: 'Zartbitterschokolade',
|
||||
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: {
|
||||
country: 'Land / Region',
|
||||
|
@ -133,7 +133,25 @@ export default {
|
||||
taste: '',
|
||||
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: {
|
||||
country: 'Country / Region',
|
||||
height: 'Height',
|
||||
|
@ -37,6 +37,7 @@ export default {
|
||||
different: {
|
||||
header: '¿Por qué somos diferentes?',
|
||||
subheader: '¡No solo hacemos tu café, hacemos tu día!',
|
||||
subheader1: 'Las grandes ideas comienzan con un excelente café, te ayudaremos a lograrlo.',
|
||||
beans: {
|
||||
title: 'Granos Supremos',
|
||||
description: 'Granos proporcionan gran sabor',
|
||||
@ -131,6 +132,23 @@ export default {
|
||||
taste: '-.',
|
||||
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: {
|
||||
country: 'País / Región',
|
||||
|
Loading…
x
Reference in New Issue
Block a user