Explorar o código

fixed the paths to the photo

DevVad %!s(int64=3) %!d(string=hai) anos
pai
achega
6a22f17a00

+ 3 - 3
src/templates/blocks/blog/blog.pug

@@ -25,9 +25,9 @@ mixin blog()
           h2.blog__card_title
             | As well as a tour round
             | the world, should form
-        img.blog__shape(src='./images/general-shape.svg' alt='shape')
+        img.blog__shape(src='../../../assets/images/general-shape.svg' alt='shape')
     nav.blog__arrows
         button.blog__arrow_back.blog__arrow_right(type='submit')
-        img(src='./images/service/back.svg' alt='back')
+        img(src='../../../assets/images/service/back.svg' alt='back')
         button.blog__arrow_forward(type='submit')
-        img(src='./images/service/forward.svg' alt='forward')
+        img(src='../../../assets/images/service/forward.svg' alt='forward')

+ 4 - 4
src/templates/blocks/experts/experts.pug

@@ -8,19 +8,19 @@ mixin experts()
             | crew
             nav.experts__arrows
             button.experts__arrow_back.experts__arrow_right(type='submit')
-                img(src='./images/service/back.svg' alt='back')
+                img(src='../../../assets/images/service/back.svg' alt='back')
             button.experts__arrow_forward(type='submit')
-                img(src='./images/service/forward.svg' alt='forward')
+                img(src='../../../assets/images/service/forward.svg' alt='forward')
         .experts__cards
             div
             img.experts__card.experts__card_right(src='./images/experts/Tamas.png' alt='Tamas Bunce')
-            img.experts__shape(src='./images/experts/shape.svg' alt='shape')
+            img.experts__shape(src='../../../assets/images/experts/shape.svg' alt='shape')
             div
                 .experts__card_figcaption
                 h2.experts__card_title Tamas Bunce
                 h3.experts__card_subtitle Architect Designer
             div
-            img.experts__card(src='./images/experts/Jafaris.png' alt='Jafaris Long')
+            img.experts__card(src='../../../assets/images/experts/Jafaris.png' alt='Jafaris Long')
             div
                 .experts__card_figcaption
                 h2.experts__card_title Jafaris Long

+ 5 - 5
src/templates/blocks/general/general.pug

@@ -6,10 +6,10 @@ mixin general()
                 | We Develop
                 | Great Designs
     button.general__button(type='submit')
-      img(src='./images/button-contacts.svg' alt='Contacts')
+      img(src='../../../assets/images/button-contacts.svg' alt='Contacts')
     div
-        img.general__main-illustration(src='./images/Bitmap.png' alt='Chandelier')
-        img.general__button-play(src='./images/button-play.svg' alt='Button Play')
+        img.general__main-illustration(src='../../../assets/images/Bitmap.png' alt='Chandelier')
+        img.general__button-play(src='../../../assets/images/button-play.svg' alt='Button Play')
         button.general__button(type='submit')
-            img.general__button-triangle(src='./images/button-play-triangle.svg' alt='Button Play')
-        img.general__shape(src='./images/general-shape.svg' alt='shape')
+            img.general__button-triangle(src='../../../assets/images/button-play-triangle.svg' alt='Button Play')
+        img.general__shape(src='../../../assets/images/general-shape.svg' alt='shape')