Skip to content
This repository has been archived by the owner on Sep 20, 2019. It is now read-only.

feature/featured-tokens #85

Open
wants to merge 4 commits into
base: development
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
40 changes: 40 additions & 0 deletions src/components/markets/markets.pug
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,46 @@ div(ng-controller='MarketsController')
option(value="USD") USD
option(value="EUR") EUR

.row.mt-3
.col-12
.row
.col-2
.card.box-shadow(align='center')
img.card-img-top.mt-3(src='img/markets/1ST-ETH.png', style='width: 30px;')
.card-body
.card-text
.text-muted FirstBlood
.col-2
.card.box-shadow(align='center')
img.card-img-top.mt-3(src='img/markets/1ST-ETH.png', style='width: 30px;')
.card-body
.card-text
.text-muted FirstBlood
.col-2
.card.box-shadow(align='center')
img.card-img-top.mt-3(src='img/markets/1ST-ETH.png', style='width: 30px;')
.card-body
.card-text
.text-muted FirstBlood
.col-2
.card.box-shadow(align='center')
img.card-img-top.mt-3(src='img/markets/1ST-ETH.png', style='width: 30px;')
.card-body
.card-text
.text-muted FirstBlood
.col-2
.card.box-shadow(align='center')
img.card-img-top.mt-3(src='img/markets/1ST-ETH.png', style='width: 30px;')
.card-body
.card-text
.text-muted FirstBlood
.col-2
.card.box-shadow(align='center')
img.card-img-top.mt-3(src='img/markets/1ST-ETH.png', style='width: 30px;')
.card-body
.card-text
.text-muted FirstBlood

.row.mt-3
.col-12
table.table.table-hover.markets-table
Expand Down