Skip to content

Feature/index structure#4

Open
AxelrodAsaf wants to merge 5 commits into
ColmanDevClubORG:mainfrom
AxelrodAsaf:feature/index-structure
Open

Feature/index structure#4
AxelrodAsaf wants to merge 5 commits into
ColmanDevClubORG:mainfrom
AxelrodAsaf:feature/index-structure

Conversation

@AxelrodAsaf

Copy link
Copy Markdown

No description provided.

@Tamir198 Tamir198 left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Hey I left you some change request, generally good work

@@ -0,0 +1,75 @@
/*
- Mobile: 375px
- Desktop: 1440px

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

When you are making a pr do not keep those comments, looks like ai generated comment?

*/

:root {
font-family: 'Roboto', sans-serif;

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

This is a great practice


body {
background-color: var(--originalBlue800);
width: 98vw;

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

any reason not to use 100vw? why would we want the body not to be 100% in width?

justify-content: center;
}

#form-text {

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

In here you are using id instead of classes, any reason for this?
because id got higher specificity than class ?


#desktop-image img {
max-width: 100%;
/* max-height: 100%; */

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Please do not push commended code, remove it, we got git for seeing history


<!-- Sign-up form start -->
<div class="form-container">
<div class="form-column" id="form-text">

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

So in here you are using both id and class, you dont really need both of them, you can remain with only class


Subscribe to monthly newsletter
<div class="form-column">
<div id="desktop-image">

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

This is not really the desktop image, this is the container so I would change the name desktop-image-container

@Tamir198 Tamir198 self-requested a review November 26, 2025 18:47

@Tamir198 Tamir198 left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Hey I left you some comments in here for you to change, good work

</div>

Subscribe to monthly newsletter
<div class="form-column">

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

HTML is like a book for developers, and we all know that form label means that we have a form inside so you could use form instead of your div

So its more readable

Subscribe to monthly newsletter
<div class="form-column">
<div id="desktop-image">
<img src="./assets/images/illustration-sign-up-desktop.svg" alt="Sign up illustration">

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Good work on the alt attribute

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