github.com/muhammedhassanm/blockchain@v0.0.0-20200120143007-697261defd4d/build-blockchain-insurance-app-master/web/views/shop-main.pug (about)

     1  extends _layout
     2  
     3  block content
     4    .ibm-columns
     5      .ibm-col-6-2
     6        .ibm-card
     7          .ibm-card__image
     8            img(src='/img/icons/bike shop.svg')
     9          .ibm-card__content
    10              h3.ibm-h3 #{ __('Bikes') }
    11              p #{ __('Bikes Description') }
    12              p.ibm-ind-link
    13                a.ibm-forward-link(href='/shop/bikes') #{ __('Go To The Bike Shop') }
    14      .ibm-col-6-2
    15        .ibm-card
    16            .ibm-card__image
    17              img(src='/img/icons/phone shop.svg')
    18            .ibm-card__content
    19                h3.ibm-h3 #{ __('Smart Phones') }
    20                p #{ __('Smart Phones Description') }
    21                p.ibm-ind-link
    22                  a.ibm-forward-link(href='/shop/smart-phones') #{ __('Go To The Smart Phone Shop') }
    23      .ibm-col-6-2
    24        .ibm-card
    25            .ibm-card__image
    26              img(src='/img/icons/ski shop.svg')
    27            .ibm-card__content
    28                h3.ibm-h3 #{ __('Skis') }
    29                p #{ __('Skis Description') }
    30                p.ibm-ind-link
    31                  a.ibm-forward-link(href='/shop/skis') #{ __('Go To The Ski Shop') }