Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

issue-24/CardMainMobile #36

Merged
merged 4 commits into from
Sep 19, 2021
Merged

issue-24/CardMainMobile #36

merged 4 commits into from
Sep 19, 2021

Conversation

IgnacioCernich
Copy link
Collaborator

Descripcion

Trabaje en el componente mobile al que direcciona el boton de Main que dice "Conocé lo nuevo"

Capturas de pantalla

image
image
image

Issue

#24

@netlify
Copy link

netlify bot commented Sep 18, 2021

✔️ Deploy Preview for wineberry ready!

🔨 Explore the source changes: ca00db9

🔍 Inspect the deploy log: https://app.netlify.com/sites/wineberry/deploys/6147b9673d41af0008638215

😎 Browse the preview: https://deploy-preview-36--wineberry.netlify.app

@IgnacioCernich IgnacioCernich changed the title Componente mobile creado issue-24/CardMainMobile Sep 18, 2021
export const cards ={
title: "El nuevo vino de arandanos",
description: "Tal y como su nombre indica, el vino de arándanos se elabora a partir de los arándanos. La piel y la carne de la planta se fermentan por completo durante algún tiempo para obtener el vino de arándanos. No sólo es un vino sabroso, sino que tambien ofrece varios beneficios para la salud.",
paragraph: [
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Holis! Como pequeño cambiecito, acá podríamos poner "paragraphs" en plural, porque son muchos párrafos. Y así mismo en la línea 1, le pusiste export const "cards", y en realidad es una sola card.. Ahí debería ir en singular jiji.

import image from '../../assets/imagen-vindano-1.png';
import Button from "../Button";

function CardMainMobile() {
Copy link
Collaborator

@anaggithub anaggithub Sep 18, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Muy buen trabajo! Está hermoso el componente!! Sí una cosita!! Actualizate esta rama con master (desde la rama, git pull origin master) y ahí te van a llegar los cambios de rutas que trabajó Cel.

Esta card, iría en la ruta /lo-nuevo que ya la tenemos lista!

Si entrás a esa url de la app te va a mostrar esto:

image

La idea sería que pongas tu componente ya ahí dentro de esa ruta. Sería acá:
image

Borrale las lineas comentadas, ese style con margin también, y dentro del div, donde dice "news work", borrá eso y poné tu componente ahí, así ya lo tendremos visible en master!

Luego en otra tarea trabajaremos que en Desktop se renderice la otra card que corresponde a Desktop. Pero de esta forma ya nos quedaría puesta tu card en la app :D

&--title {
font-family: $raleway;
font-style: normal;
font-weight: bold;
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No hace falta poner font-family ya que eso ya esta definido en _base, cambiara font-weight: bold por 700 como dice figma!

letter-spacing: 0.05em;
align-items: center;
text-align: center;
letter-spacing: 0.05em;
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

como otro pequeño detalle letter-spacing esta definido dos veces

&--paragraph {
font-family: $raleway;
font-style: normal;
font-weight: normal;
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

tambien cambiara por el font-weight que dice figma (400)

@anaggithub anaggithub merged commit 0722641 into master Sep 19, 2021
@anaggithub anaggithub deleted the issue-24/CardMain branch September 19, 2021 22:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants