DEV Community

Cover image for First project is done!
Chaykov
Chaykov

Posted on

First project is done!

Hello!

Here is my first done project from Fronted Mentor. It was really a fun but hard to finish this a simple project for beginners. I am actually learning CSS. I wanna improve my knowledge of CSS

A page to see -> Link
A code on github -> Link

It would be great to know any opinions for code if there is something need to change or improve. All suggestions would be great, thanks.

Have a good night! :)

Oldest comments (4)

Collapse
 
maame-codes profile image
Maame Afia Fordjour

Great progress!

Collapse
 
abachi profile image
Nasser Abachi

The page looks clean and nice, Congrats!

I checked the code and I've noticed a few things:

  • It is a good practice to add and fill the alt attribute when working with images.
  • You're writing your classes in camelCase AND using hyphens, it is better to stick to only one naming convention
  • Consider using rel=noopener when working with <a> (anchor element) for security in old browsers.

Don't get overwhelmed with all these fancy words and concepts, Tackle them one by one until you have a clear idea.

Good luck and Happy Coding!

Collapse
 
muhammedarifp profile image
MUHAMMED ARIF

Great work

Collapse
 
davidfree2 profile image
Humberto David Esquerra

Looks great man keep it up.