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

fix the landing page #10

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

fix the landing page #10

wants to merge 1 commit into from

Conversation

Zakaria-B16
Copy link

complete the landing page

Copy link
Contributor

@bragaru-i bragaru-i left a comment

Choose a reason for hiding this comment

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

well done. have to do some small fixes.
also i would like to change drop-down image in navigation component with the an Icon component.
you can save that file in svg file and include it into icon component

Comment on lines +5 to +6
@import '../../pages/Landing/components/Footer/Footer.module.scss';
@import '../../pages/Landing/components/Section/Section.module.scss';
Copy link
Contributor

Choose a reason for hiding this comment

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

import these scss files in their own component.
Footer.scss into Footer.jsx and same with the other component. they belong to each other

Comment on lines +17 to +18
width: 100%;
overflow-x: hidden;
Copy link
Contributor

Choose a reason for hiding this comment

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

our project has a maximim witdh of 128rem.
centered and 128rems

@@ -286,7 +283,7 @@
}

body {
font-family: $font;
font-family: $font !important;
Copy link
Contributor

Choose a reason for hiding this comment

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

try to not to overuse !important ! only when it's strict necessary. here I don't think that is the case


import Image2 from './images/Image 2.png'
import Group54 from './images/Group54.png'
import Group57 from './images/Group57.png'

const Landing = props => {
Copy link
Contributor

Choose a reason for hiding this comment

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

can you add and the wave effect that is on the template for sections?? you can use css for that

Comment on lines +5 to +6
min-width: 100%;
height: 100vh;
Copy link
Contributor

Choose a reason for hiding this comment

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

same thing with 128 rems.

Comment on lines +1 to +11
$primary-color: #3b0e8a;
$primary-color-light: #c698f3;
$primary-color-light-1: #7c7b7e;
$primary-color-light-2: #e6e0f2;

$primary-color-dark: #190934cc;

$secondary-color: #f16600;

$background-color-1: #fbf9fd;
$text-color: #7f75a5;
Copy link
Contributor

Choose a reason for hiding this comment

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

add variables in their own file( not need to create 2 variables files for scss... with the time it will be confusing where and in which file you will store variables)

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.

2 participants