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

e commerce project #14

Open
wants to merge 17 commits into
base: main
Choose a base branch
from
Open

Conversation

yevgeniyT
Copy link

at the moment cite is not responsive in any page

@sarojniraula sarojniraula self-assigned this Jan 26, 2023
Copy link
Collaborator

@sarojniraula sarojniraula left a comment

Choose a reason for hiding this comment

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

Can you please make the folder structures a bit nicer.
For example, move the stylings to a folder and the html files to a different folder and name them accordingly. Let me know once you've done that, so that I can come back to reviewing the codes in more detail.

@yevgeniyT
Copy link
Author

Done. took some time to understand how to solve merge conflict, have never done before

Copy link
Collaborator

@slmgnm slmgnm left a comment

Choose a reason for hiding this comment

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

It looks good on desktop but there are some changes to be done to make it responsive.
fix the links so they don't open in a new tab.
You can also add navBar to forms.

Comment on lines +32 to +34
<li class="list__item"><a class="nav-link" href="login.html" target="_blank"><i class="fa-solid fa-user list__icon"></i> Login</a></li>
<li class="list__item"><a class="nav-link" href="#main-footer"><i class="fa-solid fa-address-card list__icon"></i> Contacts</a></li>
<li class="list__item"><a class="nav-link" href="cart.html" target="_blank"><i class="fa-solid fa-cart-shopping list__icon"></i> Cart</a></li>
Copy link
Collaborator

Choose a reason for hiding this comment

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

Remove target from anchor links, so user can stay on the same page and not opening new tabs.

Comment on lines +22 to +25
body{
width: 100rem;
margin: auto;
}
Copy link
Collaborator

Choose a reason for hiding this comment

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

Check the width on media query to have some responciveness.

<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Rajdhani:wght@300;400;500;600;700&display=swap" rel="stylesheet">
</head>
<body>
Copy link
Collaborator

Choose a reason for hiding this comment

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

It is good to add a thumbnail of the product with the name of it.

@slmgnm slmgnm self-assigned this Jan 31, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants