Hi @media-city,
Some insights:
-
Rework it intending to make it like a unique piece in the market. This is hard, but you will improve your skills in time. Go to Behance / Dribbble / Pinterest to get some references of design (not a copy).
-
I see free templates with similar quality of your current item. This is not an offense at all, but a signal that reviewers won’t accept your work if not improved until a minimum level.
-
Typography: work your line heights for texts and follow a pattern for all text blocks (maybe 1.8 or 2 to Desktop).
-
Respect Bootstrap distances for all your blocks (outer and inner) and use these distances between inner elements. Example:
Instead of
.course__category-v2 .category__card {
text-align: center;
padding: 30px 5px;
}
I’d go with
.course__category-v2 .category__card {
text-align: center;
padding: 30px;
}
-
Maybe use 3 “Top courses” block per line. Use “col-” classes from Bootstrap instead of creating custom distances manually
-
I think you can remove the icons of the main menu, they are not good this way.
-
Your hero slider needs a premium looking, it is the most important thing. The image is touching the footer, not good. Try to centralize vertically and keep a margin pattern on top, bottom and right. Arrows demands attention, improve the design. And use more text as description, not just one line.
I don’t think this footer will be accepted (including Best Professional Staff and the dark footer):
- Your footer is dark, so the text of your logo needs to be white.
This is a start. Good luck