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

     1  extends _layout
     2  
     3  block content
     4    .ibm-columns
     5      .ibm-col-5-1
     6      .ibm-col-5-3
     7        .network-container
     8          .network-circle
     9          .ibm-card.insurance-peer
    10            .ibm-card__content
    11                a(href='/insurance')
    12                  h3.ibm-h3 #{ __('Insurance') }
    13                p.ibm-ind-link
    14                  a.ibm-forward-link(href='/insurance/self-service')
    15                    | #{ __('Go To The Claim Self-Service') }
    16                p.ibm-ind-link
    17                  a.ibm-forward-link(href='/insurance/claim-processing')
    18                    | #{ __('Go To The Claim Processing') }
    19                p.ibm-ind-link
    20                  a.ibm-forward-link(href='/insurance/contract-management')
    21                    | #{ __('Go To The Contract Management') }
    22          .ibm-card.shop-peer
    23            .ibm-card__content
    24              a(href='/shop')
    25                h3.ibm-h3 #{ __('Shop') }
    26              p.ibm-ind-link
    27                a.ibm-forward-link(href='/shop') #{ __('Go To The Shop Peer') }
    28          .ibm-card.police-peer
    29            .ibm-card__content
    30              a(href='/police')
    31                h3.ibm-h3 #{ __('Police') }
    32              p.ibm-ind-link
    33                a.ibm-forward-link(href='/police')
    34                  | #{ __('Go To The Police Peer') }
    35          .ibm-card.repair-shop-peer
    36            .ibm-card__content
    37              a(href='/repair-shop')
    38                h3.ibm-h3 #{ __('Repair Shop') }
    39              p.ibm-ind-link
    40                a.ibm-forward-link(href='/repair-shop')
    41                  | #{ __('Go To The Repair Shop Peer') }