Skip to content

feat: downloaded the images of the technologies and stylize the section#20

Open
eduardor2m wants to merge 1 commit intonavibar-gatsbyfrom
technologies-section
Open

feat: downloaded the images of the technologies and stylize the section#20
eduardor2m wants to merge 1 commit intonavibar-gatsbyfrom
technologies-section

Conversation

@eduardor2m
Copy link
Contributor

Related Issue

  • downloaded the images of the technologies and stylized the section of the same

Proposed Changes

  • I downloaded the images of the technologies
  • I styled the section

Additional Info

  • any additional information or context

Checklist

  • Tests
  • Translations
  • Documentation

Screenshots

image

Original Updated
original screenshot updated screenshot

@eduardor2m eduardor2m added the enhancement New feature or request label Feb 1, 2022
@eduardor2m eduardor2m self-assigned this Feb 1, 2022
Copy link
Member

@Manuel-Antunes Manuel-Antunes left a comment

Choose a reason for hiding this comment

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

Check all issues before request review, and improve all tech descriptions

Comment on lines +12 to +47
const cards = [
{
title: 'React',
description: 'React is a JavaScript library for building user interfaces.',
image: react,
},
{
title: 'NodeJS',
description:
"Node.js is a JavaScript runtime built on Chrome's V8 JavaScript engine.",
image: node,
},
{
title: 'NextJS',
description:
'Next.js is a framework for server-rendered React applications.',
image: nextjs,
},
{
title: 'TypeScript',
description:
'TypeScript is a typed superset of JavaScript that compiles to plain JavaScript.',
image: typescript,
},
{
title: 'React',
description: 'React is a JavaScript library for building user interfaces.',
image: react,
},
{
title: 'Go',
description:
'TypeScript is a typed superset of JavaScript that compiles to plain JavaScript.',
image: go,
},
];
Copy link
Member

Choose a reason for hiding this comment

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

Very nice!

{
title: 'Go',
description:
'TypeScript is a typed superset of JavaScript that compiles to plain JavaScript.',
Copy link
Member

Choose a reason for hiding this comment

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

wrong description

Comment on lines +58 to +75
<Image
src={cucicon}
position="absolute"
top="55%"
left="17%"
width="420px"
height="360px"
zIndex={-1}
/>
<Image
src={cucicon}
position="absolute"
top="10%"
left="55%"
width="420px"
height="360px"
zIndex={-1}
/>
Copy link
Member

Choose a reason for hiding this comment

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

Add animations for this images

marginBottom="50px"
>
{cards.map(card => (
<Box
Copy link
Member

Choose a reason for hiding this comment

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

Add design effects from cards here

Copy link

@leticiabsduarte leticiabsduarte left a comment

Choose a reason for hiding this comment

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

  • Add slide up animation to technology logos (it will happens when you first enter on the section).
  • Add slide up animations to çuç logos behind technologies
  • Correct the background gradient, note that there are different sections and the gradient defines where they begin and end. Pay attention at figma design background and follow exactly how it was done. Take the line divisions off and correct the colours gradient

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants