0% found this document useful (0 votes)
16 views17 pages

Twig

The document is a template for a web page layout using Twig, featuring a navigation bar, sidebar, and a main content area. It includes elements such as user profile information, dropdown menus for notifications and language selection, and various UI components like buttons and charts. The layout is designed for a dashboard interface, providing quick links and data visualization options.

Uploaded by

nadia
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
16 views17 pages

Twig

The document is a template for a web page layout using Twig, featuring a navigation bar, sidebar, and a main content area. It includes elements such as user profile information, dropdown menus for notifications and language selection, and various UI components like buttons and charts. The layout is designed for a dashboard interface, providing quick links and data visualization options.

Uploaded by

nadia
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 17

{% extends 'base.html.

twig' %}

{% block body %}

<div class="container-scroller">
<!-- partial:partials/_navbar.html -->
<nav class="navbar default-layout col-lg-12 col-12 p-0 fixed-top d-flex flex-
row">
<div class="text-center navbar-brand-wrapper d-flex align-items-top
justify-content-center">
<a class="navbar-brand brand-logo" href="index.html">
<img src="assets/images/logo.svg" alt="logo" /> </a>
<a class="navbar-brand brand-logo-mini" href="index.html">
<img src="assets/images/logo-mini.svg" alt="logo" /> </a>
</div>
<div class="navbar-menu-wrapper d-flex align-items-center">
<ul class="navbar-nav">
<li class="nav-item font-weight-semibold d-none d-lg-block">Help : +050
2992 709</li>
<li class="nav-item dropdown language-dropdown">
<a class="nav-link dropdown-toggle px-2 d-flex align-items-center"
id="LanguageDropdown" href="#" data-toggle="dropdown" aria-expanded="false">
<div class="d-inline-flex mr-0 mr-md-3">
<div class="flag-icon-holder">
<i class="flag-icon flag-icon-us"></i>
</div>
</div>
<span class="profile-text font-weight-medium d-none d-md-
block">English</span>
</a>
<div class="dropdown-menu dropdown-menu-left navbar-dropdown py-2"
aria-labelledby="LanguageDropdown">
<a class="dropdown-item">
<div class="flag-icon-holder">
<i class="flag-icon flag-icon-us"></i>
</div>English
</a>
<a class="dropdown-item">
<div class="flag-icon-holder">
<i class="flag-icon flag-icon-fr"></i>
</div>French
</a>
<a class="dropdown-item">
<div class="flag-icon-holder">
<i class="flag-icon flag-icon-ae"></i>
</div>Arabic
</a>
<a class="dropdown-item">
<div class="flag-icon-holder">
<i class="flag-icon flag-icon-ru"></i>
</div>Russian
</a>
</div>
</li>
</ul>
<form class="ml-auto search-form d-none d-md-block" action="#">
<div class="form-group">
<input type="search" class="form-control" placeholder="Search Here">
</div>
</form>
<ul class="navbar-nav ml-auto">
<li class="nav-item dropdown">
<a class="nav-link count-indicator" id="messageDropdown" href="#"
data-toggle="dropdown" aria-expanded="false">
<i class="mdi mdi-bell-outline"></i>
<span class="count">7</span>
</a>
<div class="dropdown-menu dropdown-menu-right navbar-dropdown
preview-list pb-0" aria-labelledby="messageDropdown">
<a class="dropdown-item py-3">
<p class="mb-0 font-weight-medium float-left">You have 7 unread
mails </p>
<span class="badge badge-pill badge-primary float-right">View
all</span>
</a>
<div class="dropdown-divider"></div>
<a class="dropdown-item preview-item">
<div class="preview-thumbnail">
<img src="assets/images/faces/face10.jpg" alt="image"
class="img-sm profile-pic">
</div>
<div class="preview-item-content flex-grow py-2">
<p class="preview-subject ellipsis font-weight-medium text-
dark">Marian Garner </p>
<p class="font-weight-light small-text"> The meeting is
cancelled </p>
</div>
</a>
<a class="dropdown-item preview-item">
<div class="preview-thumbnail">
<img src="assets/images/faces/face12.jpg" alt="image"
class="img-sm profile-pic">
</div>
<div class="preview-item-content flex-grow py-2">
<p class="preview-subject ellipsis font-weight-medium text-
dark">David Grey </p>
<p class="font-weight-light small-text"> The meeting is
cancelled </p>
</div>
</a>
<a class="dropdown-item preview-item">
<div class="preview-thumbnail">
<img src="assets/images/faces/face1.jpg" alt="image"
class="img-sm profile-pic">
</div>
<div class="preview-item-content flex-grow py-2">
<p class="preview-subject ellipsis font-weight-medium text-
dark">Travis Jenkins </p>
<p class="font-weight-light small-text"> The meeting is
cancelled </p>
</div>
</a>
</div>
</li>
<li class="nav-item dropdown">
<a class="nav-link count-indicator" id="notificationDropdown"
href="#" data-toggle="dropdown">
<i class="mdi mdi-email-outline"></i>
<span class="count bg-success">3</span>
</a>
<div class="dropdown-menu dropdown-menu-right navbar-dropdown
preview-list pb-0" aria-labelledby="notificationDropdown">
<a class="dropdown-item py-3 border-bottom">
<p class="mb-0 font-weight-medium float-left">You have 4 new
notifications </p>
<span class="badge badge-pill badge-primary float-right">View
all</span>
</a>
<a class="dropdown-item preview-item py-3">
<div class="preview-thumbnail">
<i class="mdi mdi-alert m-auto text-primary"></i>
</div>
<div class="preview-item-content">
<h6 class="preview-subject font-weight-normal text-dark mb-
1">Application Error</h6>
<p class="font-weight-light small-text mb-0"> Just now </p>
</div>
</a>
<a class="dropdown-item preview-item py-3">
<div class="preview-thumbnail">
<i class="mdi mdi-settings m-auto text-primary"></i>
</div>
<div class="preview-item-content">
<h6 class="preview-subject font-weight-normal text-dark mb-
1">Settings</h6>
<p class="font-weight-light small-text mb-0"> Private message
</p>
</div>
</a>
<a class="dropdown-item preview-item py-3">
<div class="preview-thumbnail">
<i class="mdi mdi-airballoon m-auto text-primary"></i>
</div>
<div class="preview-item-content">
<h6 class="preview-subject font-weight-normal text-dark mb-
1">New user registration</h6>
<p class="font-weight-light small-text mb-0"> 2 days ago </p>
</div>
</a>
</div>
</li>
<li class="nav-item dropdown d-none d-xl-inline-block user-dropdown">
<a class="nav-link dropdown-toggle" id="UserDropdown" href="#" data-
toggle="dropdown" aria-expanded="false">
<img class="img-xs rounded-circle"
src="assets/images/faces/face8.jpg" alt="Profile image"> </a>
<div class="dropdown-menu dropdown-menu-right navbar-dropdown" aria-
labelledby="UserDropdown">
<div class="dropdown-header text-center">
<img class="img-md rounded-circle"
src="assets/images/faces/face8.jpg" alt="Profile image">
<p class="mb-1 mt-3 font-weight-semibold">Allen Moreno</p>
<p class="font-weight-light text-muted mb-
0">[email protected]</p>
</div>
<a class="dropdown-item">My Profile <span class="badge badge-pill
badge-danger">1</span><i class="dropdown-item-icon ti-dashboard"></i></a>
<a class="dropdown-item">Messages<i class="dropdown-item-icon ti-
comment-alt"></i></a>
<a class="dropdown-item">Activity<i class="dropdown-item-icon ti-
location-arrow"></i></a>
<a class="dropdown-item">FAQ<i class="dropdown-item-icon ti-help-
alt"></i></a>
<a class="dropdown-item">Sign Out<i class="dropdown-item-icon ti-
power-off"></i></a>
</div>
</li>
</ul>
<button class="navbar-toggler navbar-toggler-right d-lg-none align-self-
center" type="button" data-toggle="offcanvas">
<span class="mdi mdi-menu"></span>
</button>
</div>
</nav>
<!-- partial -->
<div class="container-fluid page-body-wrapper">
<!-- partial:partials/_sidebar.html -->
<nav class="sidebar sidebar-offcanvas" id="sidebar">
<ul class="nav">
<li class="nav-item nav-profile">
<a href="#" class="nav-link">
<div class="profile-image">
<img class="img-xs rounded-circle"
src="assets/images/faces/face8.jpg" alt="profile image">
<div class="dot-indicator bg-success"></div>
</div>
<div class="text-wrapper">
<p class="profile-name">Allen Moreno</p>
<p class="designation">Premium user</p>
</div>
</a>
</li>
<li class="nav-item nav-category">Main Menu</li>
<li class="nav-item">
<a class="nav-link" href="index.html">
<i class="menu-icon typcn typcn-document-text"></i>
<span class="menu-title">Dashboard</span>
</a>
</li>
<li class="nav-item">
<a class="nav-link" data-toggle="collapse" href="#ui-basic" aria-
expanded="false" aria-controls="ui-basic">
<i class="menu-icon typcn typcn-coffee"></i>
<span class="menu-title">Basic UI Elements</span>
<i class="menu-arrow"></i>
</a>
<div class="collapse" id="ui-basic">
<ul class="nav flex-column sub-menu">
<li class="nav-item">
<a class="nav-link"
href="pages/ui-features/buttons.html">Buttons</a>
</li>
<li class="nav-item">
<a class="nav-link"
href="pages/ui-features/dropdowns.html">Dropdowns</a>
</li>
<li class="nav-item">
<a class="nav-link"
href="pages/ui-features/typography.html">Typography</a>
</li>
</ul>
</div>
</li>
<li class="nav-item">
<a class="nav-link" href="pages/forms/basic_elements.html">
<i class="menu-icon typcn typcn-shopping-bag"></i>
<span class="menu-title">Form elements</span>
</a>
</li>
<li class="nav-item">
<a class="nav-link" href="pages/charts/chartjs.html">
<i class="menu-icon typcn typcn-th-large-outline"></i>
<span class="menu-title">Charts</span>
</a>
</li>
<li class="nav-item">
<a class="nav-link" href="pages/tables/basic-table.html">
<i class="menu-icon typcn typcn-bell"></i>
<span class="menu-title">Tables</span>
</a>
</li>
<li class="nav-item">
<a class="nav-link" href="pages/icons/font-awesome.html">
<i class="menu-icon typcn typcn-user-outline"></i>
<span class="menu-title">Icons</span>
</a>
</li>
<li class="nav-item">
<a class="nav-link" data-toggle="collapse" href="#auth" aria-
expanded="false" aria-controls="auth">
<i class="menu-icon typcn typcn-document-add"></i>
<span class="menu-title">User Pages</span>
<i class="menu-arrow"></i>
</a>
<div class="collapse" id="auth">
<ul class="nav flex-column sub-menu">
<li class="nav-item">
<a class="nav-link" href="pages/samples/blank-page.html"> Blank
Page </a>
</li>
<li class="nav-item">
<a class="nav-link" href="pages/samples/login.html"> Login </a>
</li>
<li class="nav-item">
<a class="nav-link" href="pages/samples/register.html">
Register </a>
</li>
<li class="nav-item">
<a class="nav-link" href="pages/samples/error-404.html"> 404
</a>
</li>
<li class="nav-item">
<a class="nav-link" href="pages/samples/error-500.html"> 500
</a>
</li>
</ul>
</div>
</li>
</ul>
</nav>
<!-- partial -->
<div class="main-panel">
<div class="content-wrapper">
<!-- Page Title Header Starts-->
<div class="row page-title-header">
<div class="col-12">
<div class="page-header">
<h4 class="page-title">Dashboard</h4>
<div class="quick-link-wrapper w-100 d-md-flex flex-md-wrap">
<ul class="quick-links">
<li><a href="#">ICE Market data</a></li>
<li><a href="#">Own analysis</a></li>
<li><a href="#">Historic market data</a></li>
</ul>
<ul class="quick-links ml-auto">
<li><a href="#">Settings</a></li>
<li><a href="#">Analytics</a></li>
<li><a href="#">Watchlist</a></li>
</ul>
</div>
</div>
</div>
<div class="col-md-12">
<div class="page-header-toolbar">
<div class="btn-group toolbar-item" role="group" aria-
label="Basic example">
<button type="button" class="btn btn-secondary"><i class="mdi
mdi-chevron-left"></i></button>
<button type="button" class="btn btn-secondary">03/02/2019 -
20/08/2019</button>
<button type="button" class="btn btn-secondary"><i class="mdi
mdi-chevron-right"></i></button>
</div>
<div class="filter-wrapper">
<div class="dropdown toolbar-item">
<button class="btn btn-secondary dropdown-toggle"
type="button" id="dropdownsorting" data-toggle="dropdown" aria-haspopup="true"
aria-expanded="false">All Day</button>
<div class="dropdown-menu" aria-labelledby="dropdownsorting">
<a class="dropdown-item" href="#">Last Day</a>
<a class="dropdown-item" href="#">Last Month</a>
<a class="dropdown-item" href="#">Last Year</a>
</div>
</div>
<a href="#" class="advanced-link toolbar-item">Advanced
Options</a>
</div>
<div class="sort-wrapper">
<button type="button" class="btn btn-primary toolbar-
item">New</button>
<div class="dropdown ml-lg-auto ml-3 toolbar-item">
<button class="btn btn-secondary dropdown-toggle"
type="button" id="dropdownexport" data-toggle="dropdown" aria-haspopup="true" aria-
expanded="false">Export</button>
<div class="dropdown-menu" aria-labelledby="dropdownexport">
<a class="dropdown-item" href="#">Export as PDF</a>
<a class="dropdown-item" href="#">Export as DOCX</a>
<a class="dropdown-item" href="#">Export as CDR</a>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Page Title Header Ends-->
<div class="row">
<div class="col-md-12 grid-margin">
<div class="card">
<div class="card-body">
<div class="row">
<div class="col-lg-3 col-md-6">
<div class="d-flex">
<div class="wrapper">
<h3 class="mb-0 font-weight-semibold">32,451</h3>
<h5 class="mb-0 font-weight-medium text-
primary">Visits</h5>
<p class="mb-0 text-muted">+14.00(+0.50%)</p>
</div>
<div class="wrapper my-auto ml-auto ml-lg-4">
<canvas height="50" width="100" id="stats-line-graph-
1"></canvas>
</div>
</div>
</div>
<div class="col-lg-3 col-md-6 mt-md-0 mt-4">
<div class="d-flex">
<div class="wrapper">
<h3 class="mb-0 font-weight-semibold">15,236</h3>
<h5 class="mb-0 font-weight-medium text-
primary">Impressions</h5>
<p class="mb-0 text-muted">+138.97(+0.54%)</p>
</div>
<div class="wrapper my-auto ml-auto ml-lg-4">
<canvas height="50" width="100" id="stats-line-graph-
2"></canvas>
</div>
</div>
</div>
<div class="col-lg-3 col-md-6 mt-md-0 mt-4">
<div class="d-flex">
<div class="wrapper">
<h3 class="mb-0 font-weight-semibold">7,688</h3>
<h5 class="mb-0 font-weight-medium text-
primary">Conversation</h5>
<p class="mb-0 text-muted">+57.62(+0.76%)</p>
</div>
<div class="wrapper my-auto ml-auto ml-lg-4">
<canvas height="50" width="100" id="stats-line-graph-
3"></canvas>
</div>
</div>
</div>
<div class="col-lg-3 col-md-6 mt-md-0 mt-4">
<div class="d-flex">
<div class="wrapper">
<h3 class="mb-0 font-weight-semibold">1,553</h3>
<h5 class="mb-0 font-weight-medium text-
primary">Downloads</h5>
<p class="mb-0 text-muted">+138.97(+0.54%)</p>
</div>
<div class="wrapper my-auto ml-auto ml-lg-4">
<canvas height="50" width="100" id="stats-line-graph-
4"></canvas>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="row">
<div class="col-md-8 grid-margin stretch-card">
<div class="card">
<div class="card-body">
<h4 class="card-title mb-0">Sales Statistics Overview</h4>
<div class="d-flex flex-column flex-lg-row">
<p>Lorem ipsum is placeholder text commonly used</p>
<ul class="nav nav-tabs sales-mini-tabs ml-lg-auto mb-4 mb-
md-0" role="tablist">
<li class="nav-item">
<a class="nav-link active" id="sales-statistics_switch_1"
data-toggle="tab" role="tab" aria-selected="true">1D</a>
</li>
<li class="nav-item">
<a class="nav-link" id="sales-statistics_switch_2" data-
toggle="tab" role="tab" aria-selected="false">5D</a>
</li>
<li class="nav-item">
<a class="nav-link" id="sales-statistics_switch_3" data-
toggle="tab" role="tab" aria-selected="false">1M</a>
</li>
<li class="nav-item">
<a class="nav-link" id="sales-statistics_switch_4" data-
toggle="tab" role="tab" aria-selected="false">1Y</a>
</li>
</ul>
</div>
<div class="d-flex flex-column flex-lg-row">
<div class="data-wrapper d-flex mt-2 mt-lg-0">
<div class="wrapper pr-5">
<h5 class="mb-0">Total Cost</h5>
<div class="d-flex align-items-center">
<h4 class="font-weight-semibold mb-0">15,263</h4>
<small class="ml-2 text-gray d-none d-lg-
block"><b>89.5%</b> of 20,000 Total</small>
</div>
</div>
<div class="wrapper">
<h5 class="mb-0">Total Revenue</h5>
<div class="d-flex align-items-center">
<h4 class="font-weight-semibold mb-0">$753,098</h4>
<small class="ml-2 text-gray d-none d-lg-
block"><b>10.5%</b> of 20,000 Total</small>
</div>
</div>
</div>
<div class="ml-lg-auto" id="sales-statistics-legend"></div>
</div>
<canvas class="mt-5" height="120" id="sales-statistics-
overview"></canvas>
</div>
</div>
</div>
<div class="col-md-4 grid-margin stretch-card">
<div class="card">
<div class="card-body d-flex flex-column">
<div class="wrapper">
<h4 class="card-title mb-0">Net Profit Margin</h4>
<p>Started collecting data from February 2019</p>
<div class="mb-4" id="net-profit-legend"></div>
</div>
<canvas class="my-auto mx-auto" height="250" id="net-
profit"></canvas>
</div>
</div>
</div>
</div>
<div class="row">
<div class="col-md-8">
<div class="row">
<div class="col-md-6 grid-margin stretch-card">
<div class="card">
<div class="card-body pb-0">
<div class="d-flex justify-content-between">
<h4 class="card-title mb-0">Total Revenue</h4>
<p class="font-weight-semibold mb-0">+1.37%</p>
</div>
<h3 class="font-weight-medium mb-4">184.42K</h3>
</div>
<canvas class="mt-n4" height="90" id="total-revenue"></canva>
</div>
</div>
<div class="col-md-6 grid-margin stretch-card">
<div class="card">
<div class="card-body pb-0">
<div class="d-flex justify-content-between">
<h4 class="card-title mb-0">Transaction</h4>
<p class="font-weight-semibold mb-0">-2.87%</p>
</div>
<h3 class="font-weight-medium">147.7K</h3>
</div>
<canvas class="mt-n3" height="90"
id="total-transaction"></canva>
</div>
</div>
<div class="col-md-12 grid-margin">
<div class="card">
<div class="card-body">
<h4 class="card-title mb-0">Market Overview</h4>
<div class="d-flex align-items-center justify-content-
between w-100">
<p class="mb-0">Lorem ipsum dolor sit amet consectetur
adipisicing elit.</p>
<div class="dropdown">
<button class="btn btn-outline-secondary dropdown-
toggle" type="button" id="dateSorter" data-toggle="dropdown" aria-haspopup="true"
aria-expanded="false">This Month</button>
<div class="dropdown-menu" aria-
labelledby="dateSorter">
<div class="dropdown-item" id="market-
overview_1">Daily</div>
<div class="dropdown-item" id="market-
overview_2">Weekly</div>
<div class="dropdown-item" id="market-
overview_3">Monthly</div>
</div>
</div>
</div>
<div class="d-flex align-items-end">
<h3 class="mb-0 font-weight-semibold">$36,2531.00</h3>
<p class="mb-0 font-weight-medium mr-2 ml-2 mb-1">USD</p>
<p class="mb-0 text-success font-weight-semibold mb-
1">(+1.37%)</p>
</div>
<canvas class="mt-4" height="100" id="market-overview-
chart"></canvas>
</div>
</div>
</div>
<div class="col-md-12 grid-margin">
<div class="card">
<div class="card-body">
<div class="d-flex justify-content-between">
<h4 class="card-title mb-0">Invoice</h4>
<a href="#"><small>Show All</small></a>
</div>
<p>Lorem ipsum dolor sit amet, consectetur adipisicing
elit. Est quod cupiditate esse fuga</p>
<div class="table-responsive">
<table class="table table-striped table-hover">
<thead>
<tr>
<th>Invoice ID</th>
<th>Customer</th>
<th>Status</th>
<th>Due Date</th>
<th>Amount</th>
</tr>
</thead>
<tbody>
<tr>
<td>INV-87239</td>
<td>Viola Ford</td>
<td>Paid</td>
<td>20 Jan 2019</td>
<td>$755</td>
</tr>
<tr>
<td>INV-87239</td>
<td>Dylan Waters</td>
<td>Unpaid</td>
<td>23 Feb 2019</td>
<td>$800</td>
</tr>
<tr>
<td>INV-87239</td>
<td>Louis Poole</td>
<td>Unpaid</td>
<td>25 Mar 2019</td>
<td>$463</td>
</tr>
<tr>
<td>INV-87239</td>
<td>Vera Howell</td>
<td>Paid</td>
<td>27 Mar 2019</td>
<td>$235</td>
</tr>
<tr>
<td>INV-87239</td>
<td>Allie Goodman</td>
<td>Unpaid</td>
<td>1 Apr 2019</td>
<td>$657</td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
</div>
<div class="col-md-6 grid-margin stretch-card">
<div class="card">
<div class="card-body">
<div class="row">
<div class="col-md-6">
<div class="d-flex align-items-center pb-2">
<div class="dot-indicator bg-danger mr-2"></div>
<p class="mb-0">Total Sales</p>
</div>
<h4 class="font-weight-semibold">$7,590</h4>
<div class="progress progress-md">
<div class="progress-bar bg-danger"
role="progressbar" style="width: 78%" aria-valuenow="78" aria-valuemin="0" aria-
valuemax="78"></div>
</div>
</div>
<div class="col-md-6 mt-4 mt-md-0">
<div class="d-flex align-items-center pb-2">
<div class="dot-indicator bg-success mr-2"></div>
<p class="mb-0">Active Users</p>
</div>
<h4 class="font-weight-semibold">$5,460</h4>
<div class="progress progress-md">
<div class="progress-bar bg-success"
role="progressbar" style="width: 45%" aria-valuenow="45" aria-valuemin="0" aria-
valuemax="45"></div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="col-md-6 grid-margin stretch-card average-price-
card">
<div class="card text-white">
<div class="card-body">
<div class="d-flex justify-content-between pb-2 align-
items-center">
<h2 class="font-weight-semibold mb-0">4,624</h2>
<div class="icon-holder">
<i class="mdi mdi-briefcase-outline"></i>
</div>
</div>
<div class="d-flex justify-content-between">
<h5 class="font-weight-semibold mb-0">Average Price</h5>
<p class="text-white mb-0">Since last month</p>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="col-md-4">
<div class="row">
<div class="col-md-12 grid-margin">
<div class="card">
<div class="card-body">
<h1 class="card-title mb-4">Website Audience Metrics</h1>
<div class="row">
<div class="col-5 col-md-5">
<div class="wrapper border-bottom mb-2 pb-2">
<h4 class="font-weight-semibold mb-0">523,200</h4>
<div class="d-flex align-items-center">
<p class="mb-0">Page Views</p>
<div class="dot-indicator bg-secondary
ml-auto"></div>
</div>
</div>
<div class="wrapper">
<h4 class="font-weight-semibold mb-0">753,098</h4>
<div class="d-flex align-items-center">
<p class="mb-0">Bounce Rate</p>
<div class="dot-indicator bg-primary
ml-auto"></div>
</div>
</div>
</div>
<div class="col-5 col-md-7 d-flex pl-4">
<div class="ml-auto">
<canvas height="100"
id="realtime-statistics"></canvas>
</div>
</div>
</div>
<div class="row mt-5">
<div class="col-6">
<div class="d-flex align-items-center mb-2">
<div class="icon-holder bg-primary text-white py-1
px-3 rounded mr-2">
<i class="icon ion-logo-buffer icon-sm"></i>
</div>
<h2 class="font-weight-semibold mb-0">3,605</h2>
</div>
<p>Since last week</p>
<p><span class="font-weight-medium">0.51%</span> (30
days)</p>
</div>
<div class="col-6">
<div class="mt-n3 ml-auto" id="dashboard-guage-
chart"></div>
</div>
</div>
</div>
</div>
</div>
<div class="col-md-12 grid-margin">
<div class="card">
<div class="card-body">
<h4 class="card-title mb-4">World sellings</h4>
<div id="dashboard-vmap" class="vector-map"></div>
<div class="wrapper">
<div class="d-flex w-100 pt-2 mt-4">
<p class="mb-0 font-weight-semibold">California</p>
<div class="wrapper ml-auto d-flex align-items-center">
<p class="font-weight-semibold mb-0">26,437</p>
<p class="ml-1 mb-0">26%</p>
</div>
</div>
<div class="d-flex w-100 pt-2">
<p class="mb-0 font-weight-semibold">Washington</p>
<div class="wrapper ml-auto d-flex align-items-center">
<p class="font-weight-semibold mb-0">3252</p>
<p class="ml-1 mb-0">64%</p>
</div>
</div>
<div class="d-flex w-100 pt-2">
<p class="mb-0 font-weight-semibold">Michigan</p>
<div class="wrapper ml-auto d-flex align-items-center">
<p class="font-weight-semibold mb-0">4,987</p>
<p class="ml-1 mb-0">30%</p>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="col-md-12 grid-margin">
<div class="card">
<div class="card-body">
<h4 class="card-title mb-0">Top Performer</h4>
<div class="d-flex mt-3 py-2 border-bottom">
<img class="img-sm rounded-circle"
src="assets/images/faces/face3.jpg" alt="profile image">
<div class="wrapper ml-2">
<p class="mb-n1 font-weight-semibold">Ray Douglas</p>
<small>162543</small>
</div>
<small class="text-muted ml-auto">1 Hours ago</small>
</div>
<div class="d-flex py-2 border-bottom">
<span class="img-sm rounded-circle bg-warning text-white
text-avatar">OH</span>
<div class="wrapper ml-2">
<p class="mb-n1 font-weight-semibold">Ora Hill</p>
<small>162543</small>
</div>
<small class="text-muted ml-auto">4 Hours ago</small>
</div>
<div class="d-flex py-2 border-bottom">
<img class="img-sm rounded-circle"
src="assets/images/faces/face4.jpg" alt="profile image">
<div class="wrapper ml-2">
<p class="mb-n1 font-weight-semibold">Brian Dean</p>
<small>162543</small>
</div>
<small class="text-muted ml-auto">4 Hours ago</small>
</div>
<div class="d-flex pt-2">
<span class="img-sm rounded-circle bg-success text-white
text-avatar">OB</span>
<div class="wrapper ml-2">
<p class="mb-n1 font-weight-semibold">Olive Bridges</p>
<small>162543</small>
</div>
<small class="text-muted ml-auto">7 Hours ago</small>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="row">
<div class="col-md-4 grid-margin stretch-card">
<div class="card">
<div class="card-body">
<h4 class="card-title mb-0">Recent Events</h4>
<div class="d-flex py-2 border-bottom">
<div class="wrapper">
<small class="text-muted">Mar 14, 2019</small>
<p class="font-weight-semibold text-gray mb-0">Change in
Directors</p>
</div>
<small class="text-muted ml-auto">Edit event</small>
</div>
<div class="d-flex py-2 border-bottom">
<div class="wrapper">
<small class="text-muted">Mar 14, 2019</small>
<p class="font-weight-semibold text-gray mb-0">Other
Events</p>
</div>
<small class="text-muted ml-auto">Edit event</small>
</div>
<div class="d-flex py-2 border-bottom">
<div class="wrapper">
<small class="text-muted">Mar 14, 2019</small>
<p class="font-weight-semibold text-gray mb-0">Quarterly
Report</p>
</div>
<small class="text-muted ml-auto">Edit event</small>
</div>
<div class="d-flex pt-2">
<div class="wrapper">
<small class="text-muted">Mar 14, 2019</small>
<p class="font-weight-semibold text-gray mb-0">Change in
Directors</p>
</div>
<small class="text-muted ml-auto">Edit event</small>
</div>
<a class="d-block mt-5" href="#">Show all</a>
</div>
</div>
</div>
<div class="col-md-4 grid-margin stretch-card">
<div class="card">
<div class="card-body">
<div class="d-flex justify-content-between pb-3">
<h4 class="card-title mb-0">Activities</h4>
<p class="mb-0 text-muted">20 finished, 5 remaining</p>
</div>
<ul class="timeline">
<li class="timeline-item">
<p class="timeline-content"><a href="#">Ben Tossell</a>
assign you a task</p>
<p class="event-time">Just now</p>
</li>
<li class="timeline-item">
<p class="timeline-content"><a href="#">Ben Tossell</a>
assign you a task</p>
<p class="event-time">Just now</p>
</li>
<li class="timeline-item">
<p class="timeline-content"><a href="#">Ben Tossell</a>
assign you a task</p>
<p class="event-time">Just now</p>
</li>
<li class="timeline-item">
<p class="timeline-content"><a href="#">Ben Tossell</a>
assign you a task</p>
<p class="event-time">Just now</p>
</li>
<li class="timeline-item">
<p class="timeline-content"><a href="#">Ben Tossell</a>
assign you a task</p>
<p class="event-time">Just now</p>
</li>
</ul>
<a class="d-block mt-3" href="#">Show all</a>
</div>
</div>
</div>
<div class="col-md-4 grid-margin stretch-card">
<div class="card">
<div class="card-body">
<h4 class="card-title mb-0">People Also Watch</h4>
<div class="table-responsive">
<table class="table table-stretched">
<thead>
<tr>
<th>Symbol</th>
<th>Last Price</th>
<th>Change</th>
</tr>
</thead>
<tbody>
<tr>
<td>
<p class="mb-1 text-dark
font-weight-medium">NFLX</p><small class="font-weight-medium">Netflix, Inc.</small>
</td>
<td class="font-weight-medium">$250.00</td>
<td class="text-success font-weight-medium">+12.64</td>
</tr>
<tr>
<td>
<p class="mb-1 text-dark
font-weight-medium">TSLA</p><small class="font-weight-medium">Tesla, Inc.</small>
</td>
<td class="font-weight-medium">$458.00</td>
<td class="text-danger font-weight-medium">-14.53</td>
</tr>
<tr>
<td>
<p class="mb-1 text-dark
font-weight-medium">GOOG</p><small class="font-weight-medium">Alphabet,
Inc.</small>
</td>
<td class="font-weight-medium">$250.00</td>
<td class="text-danger font-weight-medium">+12.64</td>
</tr>
<tr>
<td>
<p class="mb-1 text-dark
font-weight-medium">AMZN</p><small class="font-weight-medium">Amazon.com,
Inc.</small>
</td>
<td class="font-weight-medium">$546.00</td>
<td class="text-success font-weight-medium">+24.34</td>
</tr>
</tbody>
</table>
</div>
<a class="d-block mt-3" href="#">Show all</a>
</div>
</div>
</div>
</div>
</div>
<!-- content-wrapper ends -->
<!-- partial:partials/_footer.html -->
<footer class="footer">
<div class="container-fluid clearfix">
<span class="text-muted d-block text-center text-sm-left d-sm-inline-
block">Copyright © bootstrapdash.com 2020</span>
<span class="float-none float-sm-right d-block mt-1 mt-sm-0 text-
center"> Free <a href="https://www.bootstrapdash.com/bootstrap-admin-template/"
target="_blank">Bootstrap admin templates</a> from Bootstrapdash.com</span>
</div>
</footer>
<!-- partial -->
</div>
<!-- main-panel ends -->
</div>
<!-- page-body-wrapper ends -->
</div>
{% endblock %}

You might also like