I wrote JS-code alone without ChatGPT and another help.
What specific areas of your project would you like help with?I would like to add animation when my Infoblock opens and when plus-Button changes to minus-Button.
I wrote JS-code alone without ChatGPT and another help.
What specific areas of your project would you like help with?I would like to add animation when my Infoblock opens and when plus-Button changes to minus-Button.
Nice work! Your solution contains semantic html, it's responsive accross small devices and the javascript interaction is ok.
Any feedback is appreciated
Mohd Sadaf, the responsiveness of your design accross small and large device screen sizes is good. The html file also contain semantic html elements which is commendable. Finally, the solution is accessable and doesn't really defer from the original design. Good job!
This is nice, it looks great 👌. Your html and js code are very well structured and readable. I believe tailwind made your styling much more easy. I did the same challenge but my approach to solving it was different tho, you can check it out to see if I need any corrections if you like. Finally, I noticed that the subscribe button sticks to the bottom of the page on mobile device, is that ok?
Hello Dumitru Bragari your solution layout looks great, it's almost the same as the original design. Your html code contains sematic html elements but aren't properly structured. The solution is prefectly fitting on a large device screen size but on smaller devices it's not fitting properly. You can study more on media query and semantic html from w3school, it's a great platform.
Yoo this is awesome. The solution looks exactly like the original design and the JavaScript reaction is perfect. Good job 👍
Very nice work bro, the mobile responsiveness and JavaScript interaction are amazing. Keep up the good work.
Hello Farel, the html and css code on your github looks kind of ok, tho i saw two html and css files which I don't understand why. I couldn't see the design on your live site, it contained just a bunch of texts. You can look it up yourself and let me know if i misunderstood your design.
I would like to use pre-processors in my styling next time. I am not very good at it yet, so I'd like to use them when I revisit this project.
What challenges did you encounter, and how did you overcome them?The layout kept breaking down whenever the webpage is resized smaller, so I had to use a bunch of media queries at strategic screen widths.
congratulations on your solution. The outlook is ok but your code doesn't contain semantic html like header and footer.
Congratulations on your solution, the solution is looking almost like the original design. Semantic html like header and footer are present in your code which is very nice. The accessibility of the solution is also very good. Concerning the layout it looks ok in different screen sizes but in smaller laptops it doesn't fit properly.