David Ouma
@daudi13All comments
- @jitkama@daudi13
retry launching again by renaming your file and selecting the location of your HTML file(root file) that should work. I had a similar problem when I was starting to use Vercel
- @russo97@daudi13
I like the use of sass in your code, makes it very DRY and precise, I personally didn't find any errors just wanted to say It been a while since I came a cross this type of work. keep up the good work.I have really learnt a lot from your code. codificación feliz
- @RocTanweer@daudi13
Hello, I took a look at your code and I must say your site is very responsive for both mobile and desktop display, I found your code to be very DRY and simple.I liked your use of SAAS and BEM naming conventions in the project. maybe aside from the actual design measurements everything else was ok. kudos and keep up the good work. Happy coding :-)
you can upvote a comment if you find it helpful
- @Karimsamir112@daudi13
Hello Karim, thank you for your submission I really think you did a good job on the project . I can see your project is very responsive for both Mobile and desktop display. I just have a few comments on your code.
-
I noticed you didn't use a div eg .
container
to wrap your code after thebody
. -
You didn't use
header
nav
orfooter
to group your markup. remember you can create a website using HTML alone but you can't create a website without it. So your markup needs to be understood by the search engines. -
You did use
button
instead ofbutton:submit
for your buttons. -
You didn't add any
border-radius
for your buttons. -
You didn't use the suggested
font-size
,font-family
andfont-weights
that came with the README.md file. -
Try learning BEM naming convention for naming divs in your HTML.
In general I think you really tried your best. keep being consistent and you'll see the results. Keep up the good work. Happy coding. you can upvote a comment if you find it helpful
-
- @RajMhatre20@daudi13
Hi, Raj. I've taken a look at your code and I found your project very responsive in both mobile and desktop. I just have a few suggestions.
1.Make use of BEM naming convention. it is very easy to learn and use. Because it will make working on your CSS very easy and you're going to need it when you work with JS.
2.Avoid using
button
for clickable buttons but instead usebutton:submit
.Thank you for your submission and keep up the good work. Happy coding.
- @KristynRiho@daudi13
Hi, I've taken a look at your code and I Just have a few comments and suggestions.
- Your code HTML code is really impressive for a 3 week old beginner.
- I want you to know there are many ways of solving the same problem don't get scared of sophisticated code many are just sphagetti code.
For suggestions i suggest the following:
- Give a class to the
div
immediately after thebody
you can give it any class name you want but.wrapper
or.container
are used universally. - As a beginner I suggest you learn BEM naming conventions as early as you can. because 1) it will make working on your CSS much easier and 2) it's gonna be helpful when you start working with Javascript. It is really easy to muster.
- When resting default values like
margin
,box-sizing
andpadding
it is safe to include::before
and::after
. - I know you're still new in the game but after you learn and muster Flexbox and Grid things will start getting much easier. I wish you good luck in your journey and have fun. Happy coding. you can upvote this comment if you found it helpful.
- @Enol-Igareta@daudi13
Hello, I've gone through your code and I've found it very well organised, responsive, clean and DRY. I've also learnt a lot from it. I did not really find any particular errors in your code. Keep it up. Happy coding.
- @mansi05041@daudi13
Yes try using grid it will make your work much easier and the site will be responsive. Anyway nice job. keep up the good work. Happy coding :-)
- @MayankMudgal@daudi13
Hi, I checked your project and I have to mention it was well executed and very responsive . I really really learnt a lot from it. however I just have two issues with your code, first I noticed you didn't use the button tag for your "register" button you instead used a link tag, please check that. Secondly your stylesheet was a bit squeezed and jumbled up I had trouble following it up with your mark up. I suggest styling your elements in order of your html. Anyway thank you for your solution and keep up the good work. Happy coding!!
- @KristianDunne@daudi13
Hi Kristian, your code is clean and precise. the responsiveness is also good I just have two issues I noticed with your code. First I noticed you didn't use any heading and paragraph tags and secondly there is an hidden overflow on the content-box making the content incomplete on devices with smaller screens. Anyways keep up the good work. happy coding!!