|
@@ -1,33 +1,33 @@
|
|
|
mixin blog()
|
|
|
- +e.SECTION.blog
|
|
|
+ +b.SECTION.blog
|
|
|
+e.text
|
|
|
+e.H3.subtitle Blog Update
|
|
|
+e.H2.title News & Articles
|
|
|
+e.cards
|
|
|
- +e.card.card_right
|
|
|
- +e.P.card_num 30
|
|
|
- +e.P.card_month October, 2021
|
|
|
- +e.H3.card_subtitle Interior
|
|
|
- +e.H2.card_title
|
|
|
+ +b.card--right
|
|
|
+ +e.P.num 30
|
|
|
+ +e.P.month October, 2021
|
|
|
+ +e.H3.subtitle Interior
|
|
|
+ +e.H2.title
|
|
|
| Anyhow, and that will
|
|
|
| be a rare experience
|
|
|
- +e.card.card_right
|
|
|
- +e.P.card_num 28
|
|
|
- +e.P.card_month October, 2021
|
|
|
- +e.H3.card_subtitle Interior
|
|
|
- +e.H2.card_title
|
|
|
+ +b.card--right
|
|
|
+ +e.P.num 28
|
|
|
+ +e.P.month October, 2021
|
|
|
+ +e.H3.subtitle Interior
|
|
|
+ +e.H2.title
|
|
|
| Seems to me that a view
|
|
|
| of the heavenly
|
|
|
- +e.card.card_right
|
|
|
- +e.P.card_num 25
|
|
|
- +e.P.card_month October, 2021
|
|
|
- +e.H3.card_subtitle Interior
|
|
|
- +e.H2.card_title
|
|
|
+ +b.card--right
|
|
|
+ +e.P.num 25
|
|
|
+ +e.P.month October, 2021
|
|
|
+ +e.H3.subtitle Interior
|
|
|
+ +e.H2.title
|
|
|
| As well as a tour round
|
|
|
| the world, should form
|
|
|
- +e.IMG.shape(src='../../../assets/images/general-shape.svg' alt='shape')
|
|
|
- +e.NAV.arrows
|
|
|
- +e.BUTTON.arrow_back.arrow_right(type='submit')
|
|
|
+ +e.IMG.shape(src='../../../assets/images/general-shape.svg' alt='shape')
|
|
|
+ +b.NAV.arrows
|
|
|
+ +e.BUTTON.back.--right(type='submit')
|
|
|
IMG(src='../../../assets/images/service/back.svg' alt='back')
|
|
|
- +e.BUTTON.arrow_forward(type='submit')
|
|
|
+ +e.BUTTON.forward(type='submit')
|
|
|
IMG(src='../../../assets/images/service/forward.svg' alt='forward')
|