diff --git a/README.md b/README.md index d2fc470..d302688 100644 --- a/README.md +++ b/README.md @@ -26,8 +26,11 @@ ```less -// Pic 2 -// Your code goes here +.tweet-block { + &__logo {} + &__text {} + &__date {} +} ```

@@ -37,8 +40,23 @@ ```less -// Pic 3 -// Your code goes here +.items-block {} +.item-one { + &__img {} + &__title {} + &__text {} +} +.item-two { + &__img {} + &__title {} + &__text {} +} +.item-three { + &__img {} + &__title {} + &__text {} +} + ```

@@ -48,8 +66,12 @@ ```less -// Pic 4 -// Your code goes here +.main-block { + &__title {} + &__ruller {} + &__text {} + } +} ```

@@ -59,8 +81,25 @@ ```less -// Pic 5 -// Your code goes here +.profile-block { + &__avatar {} + &__subtitle {} + &__ruller {} + &__text {} +} +.stats-block {} +.projects-stats { + &__number {} + &__title {} +} +.experience-stats { + &__number {} + &__title {} +} +.client-stats { + &__number {} + &__title {} +} ```

@@ -70,8 +109,17 @@ ```less -// Pic 6 -// Your code goes here +.main-container {} +.gallary { + &__img {} + &__btn {} +} +.info { + &__title {} + &__ruller {} + &__text {} + &__btn {} +} ```

@@ -81,8 +129,18 @@ ```less -// Pic 7 -// Your code goes here +.main-nav-items { + &__link-home {} + &__link-demos {} + &__link-pages {} + &__link-elements {} + &__link-work {} + &__link-blog {} + &__link-shop {} + &__counter {} + &__search {} + &__toggle {} +} ```

@@ -92,8 +150,20 @@ ```less -// Pic 8 -// Your code goes here +.container { + &__title {} + &__background {} +} +.address {} +.tel { + &__img {} + &__number {} +} +.rating { + &__stars {} + &__score {} + &__like-btn {} +} ```

@@ -103,8 +173,17 @@ ```less -// Pic 9 -// Your code goes here +.payment-plan {} +.plan-info { + &__title {} + &__coast {} + &__btn-start {} +} +.options-items {} +.option-item { + &__img {} + &__text {} +} ```

@@ -114,8 +193,20 @@ ```less -// Pic 10 -// Your code goes here +.reviews-list { + &__header {} + &__number {} +} +.review-block {} +.rating { + &__stars {} + &__author {} + &__date {} +} +.review-content { + &__title {} + &__text {} +} ```

@@ -125,7 +216,34 @@ ```less -// Pic 11 -// Your code goes here +.main-block {} +.preview-block {} +.item-block {} +.item-header { + &__path {} + &__name {} +} +.next-item { + &__next {} + &__back {} +} +.item-cost {} +.item-rating { + &__stars {} + &__reviews {} +} +.item-discription { + &__discription {} + &__compound {} + &__id {} + &__category {} + &__tags {} +} +.item_order { + &__number {} + &__btn {} + &__rate {} +} +.socials {} ```