2019-05-18 18:06:10 -04:00
{{define "title"}}Welcome{{end}}
{{define "style"}}
{{end}}
{{define "content"}}
2019-05-20 22:16:58 -05:00
2019-08-05 01:19:11 -08:00
<div class="d-sm-flex align-items-center justify-content-between mb-4">
<h1 class="h3 mb-0 text-gray-800">Dashboard</h1>
</div>
2019-05-20 22:16:58 -05:00
2019-08-05 20:02:57 -08:00
<div class="row mb-4">
2019-08-05 01:19:11 -08:00
<div class="col">
2019-05-20 22:16:58 -05:00
2019-08-05 01:19:11 -08:00
<div class="card">
<div class="card-body">
2019-05-20 22:16:58 -05:00
2019-08-05 20:02:57 -08:00
<p>Welcome to the web app created using the <a href="https://gitlab.com/geeks-accelerator/oss/saas-starter-kit" target="_blank">SaaS Starter Kit</a>. This bootstrapped web app includes real functionality including:</p>
<ul>
<li>Creating an Account (signup) and ability to update the account details and settings.</li>
<li>Authentication including logging in with basic role-based access of an admin and a user.</li>
<li>Users can view their own profile and update their user details.</li>
<li>Managing Users including creating new users, inviting users and updating users.</li>
<li>Managing Projects including creating a new project and updating projects.</li>
<li>Additional example components to help you build the web app for your SaS.</li>
</ul>
<p class="mb-0">In addition to all the goodies you will find in the GO code, this UI is powered by Bootstrap with an open-source template. For more resources on expanding this UI, refer to the template's website <a href="https://startbootstrap.com/previews/sb-admin-2/">SB Admin 2</a>. While the Projects, Users and Account are real working examples, the components below on this Dashboard page are only fake UI examples. </p>
2019-05-20 22:16:58 -05:00
2019-08-05 01:19:11 -08:00
</div>
</div>
</div>
</div>
2019-05-20 22:16:58 -05:00
2019-08-06 13:02:44 -08:00
<!-- Content Row -->
<div class="row">
2019-05-20 22:16:58 -05:00
2019-08-06 13:02:44 -08:00
<!-- Earnings (Monthly) Card Example -->
<div class="col-xl-3 col-md-6 mb-4">
<div class="card border-left-primary shadow h-100 py-2">
<div class="card-body">
<div class="row no-gutters align-items-center">
<div class="col mr-2">
<div class="text-xs font-weight-bold text-primary text-uppercase mb-1">Earnings (Monthly)</div>
<div class="h5 mb-0 font-weight-bold text-gray-800">$40,000</div>
</div>
<div class="col-auto">
<i class="fas fa-calendar fa-2x text-gray-300"></i>
2019-08-05 20:02:57 -08:00
</div>
</div>
</div>
</div>
2019-08-06 13:02:44 -08:00
</div>
2019-08-05 20:02:57 -08:00
2019-08-06 13:02:44 -08:00
<!-- Earnings (Monthly) Card Example -->
<div class="col-xl-3 col-md-6 mb-4">
<div class="card border-left-success shadow h-100 py-2">
<div class="card-body">
<div class="row no-gutters align-items-center">
<div class="col mr-2">
<div class="text-xs font-weight-bold text-success text-uppercase mb-1">Earnings (Annual)</div>
<div class="h5 mb-0 font-weight-bold text-gray-800">$215,000</div>
</div>
<div class="col-auto">
<i class="fas fa-dollar-sign fa-2x text-gray-300"></i>
2019-08-05 20:02:57 -08:00
</div>
</div>
</div>
</div>
2019-08-06 13:02:44 -08:00
</div>
2019-08-05 20:02:57 -08:00
2019-08-06 13:02:44 -08:00
<!-- Earnings (Monthly) Card Example -->
<div class="col-xl-3 col-md-6 mb-4">
<div class="card border-left-info shadow h-100 py-2">
<div class="card-body">
<div class="row no-gutters align-items-center">
<div class="col mr-2">
<div class="text-xs font-weight-bold text-info text-uppercase mb-1">Tasks</div>
<div class="row no-gutters align-items-center">
<div class="col-auto">
<div class="h5 mb-0 mr-3 font-weight-bold text-gray-800">50%</div>
</div>
<div class="col">
<div class="progress progress-sm mr-2">
<div class="progress-bar bg-info" role="progressbar" style="width: 50%" aria-valuenow="50" aria-valuemin="0" aria-valuemax="100"></div>
2019-08-05 20:02:57 -08:00
</div>
</div>
</div>
2019-08-06 13:02:44 -08:00
</div>
<div class="col-auto">
<i class="fas fa-clipboard-list fa-2x text-gray-300"></i>
2019-08-05 20:02:57 -08:00
</div>
</div>
</div>
</div>
2019-08-06 13:02:44 -08:00
</div>
2019-08-05 20:02:57 -08:00
2019-08-06 13:02:44 -08:00
<!-- Pending Requests Card Example -->
<div class="col-xl-3 col-md-6 mb-4">
<div class="card border-left-warning shadow h-100 py-2">
<div class="card-body">
<div class="row no-gutters align-items-center">
<div class="col mr-2">
<div class="text-xs font-weight-bold text-warning text-uppercase mb-1">Pending Requests</div>
<div class="h5 mb-0 font-weight-bold text-gray-800">18</div>
</div>
<div class="col-auto">
<i class="fas fa-comments fa-2x text-gray-300"></i>
2019-08-05 20:02:57 -08:00
</div>
</div>
</div>
</div>
</div>
2019-08-06 13:02:44 -08:00
</div>
2019-08-05 20:02:57 -08:00
2019-08-06 13:02:44 -08:00
<!-- Content Row -->
<div class="row">
<!-- Area Chart -->
<div class="col-xl-8 col-lg-7">
<div class="card shadow mb-4">
<!-- Card Header - Dropdown -->
<div class="card-header py-3 d-flex flex-row align-items-center justify-content-between">
<h6 class="m-0 font-weight-bold text-primary">Earnings Overview</h6>
<div class="dropdown no-arrow">
<a class="dropdown-toggle" href="#" role="button" id="dropdownMenuLink" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
<i class="fas fa-ellipsis-v fa-sm fa-fw text-gray-400"></i>
</a>
<div class="dropdown-menu dropdown-menu-right shadow animated--fade-in" aria-labelledby="dropdownMenuLink">
<div class="dropdown-header">Dropdown Header:</div>
<a class="dropdown-item" href="#">Action</a>
<a class="dropdown-item" href="#">Another action</a>
<div class="dropdown-divider"></div>
<a class="dropdown-item" href="#">Something else here</a>
2019-08-05 20:02:57 -08:00
</div>
</div>
2019-08-06 13:02:44 -08:00
</div>
<!-- Card Body -->
<div class="card-body">
<div class="chart-area"><div class="chartjs-size-monitor"><div class="chartjs-size-monitor-expand"><div class=""></div></div><div class="chartjs-size-monitor-shrink"><div class=""></div></div></div>
<canvas id="myAreaChart" width="640" height="320" class="chartjs-render-monitor" style="display: block; width: 640px; height: 320px;"></canvas>
2019-08-05 20:02:57 -08:00
</div>
</div>
</div>
2019-08-06 13:02:44 -08:00
</div>
2019-08-05 20:02:57 -08:00
2019-08-06 13:02:44 -08:00
<!-- Pie Chart -->
<div class="col-xl-4 col-lg-5">
<div class="card shadow mb-4">
<!-- Card Header - Dropdown -->
<div class="card-header py-3 d-flex flex-row align-items-center justify-content-between">
<h6 class="m-0 font-weight-bold text-primary">Revenue Sources</h6>
<div class="dropdown no-arrow">
<a class="dropdown-toggle" href="#" role="button" id="dropdownMenuLink" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
<i class="fas fa-ellipsis-v fa-sm fa-fw text-gray-400"></i>
</a>
<div class="dropdown-menu dropdown-menu-right shadow animated--fade-in" aria-labelledby="dropdownMenuLink">
<div class="dropdown-header">Dropdown Header:</div>
<a class="dropdown-item" href="#">Action</a>
<a class="dropdown-item" href="#">Another action</a>
<div class="dropdown-divider"></div>
<a class="dropdown-item" href="#">Something else here</a>
2019-08-05 20:02:57 -08:00
</div>
</div>
2019-08-06 13:02:44 -08:00
</div>
<!-- Card Body -->
<div class="card-body">
<div class="chart-pie pt-4 pb-2"><div class="chartjs-size-monitor"><div class="chartjs-size-monitor-expand"><div class=""></div></div><div class="chartjs-size-monitor-shrink"><div class=""></div></div></div>
<canvas id="myPieChart" width="287" height="245" class="chartjs-render-monitor" style="display: block; width: 287px; height: 245px;"></canvas>
</div>
<div class="mt-4 text-center small">
<span class="mr-2">
<i class="fas fa-circle text-primary"></i> Direct
</span>
<span class="mr-2">
<i class="fas fa-circle text-success"></i> Social
</span>
<span class="mr-2">
<i class="fas fa-circle text-info"></i> Referral
</span>
2019-08-05 20:02:57 -08:00
</div>
</div>
</div>
</div>
2019-08-06 13:02:44 -08:00
</div>
2019-08-05 20:02:57 -08:00
2019-08-06 13:02:44 -08:00
<!-- Content Row -->
<div class="row">
2019-08-05 20:02:57 -08:00
2019-08-06 13:02:44 -08:00
<!-- Content Column -->
<div class="col-lg-6 mb-4">
2019-08-05 20:02:57 -08:00
2019-08-06 13:02:44 -08:00
<!-- Project Card Example -->
<div class="card shadow mb-4">
<div class="card-header py-3">
<h6 class="m-0 font-weight-bold text-primary">Projects</h6>
</div>
<div class="card-body">
<h4 class="small font-weight-bold">Server Migration <span class="float-right">20%</span></h4>
<div class="progress mb-4">
<div class="progress-bar bg-danger" role="progressbar" style="width: 20%" aria-valuenow="20" aria-valuemin="0" aria-valuemax="100"></div>
2019-08-05 20:02:57 -08:00
</div>
2019-08-06 13:02:44 -08:00
<h4 class="small font-weight-bold">Sales Tracking <span class="float-right">40%</span></h4>
<div class="progress mb-4">
<div class="progress-bar bg-warning" role="progressbar" style="width: 40%" aria-valuenow="40" aria-valuemin="0" aria-valuemax="100"></div>
</div>
<h4 class="small font-weight-bold">Customer Database <span class="float-right">60%</span></h4>
<div class="progress mb-4">
<div class="progress-bar" role="progressbar" style="width: 60%" aria-valuenow="60" aria-valuemin="0" aria-valuemax="100"></div>
</div>
<h4 class="small font-weight-bold">Payout Details <span class="float-right">80%</span></h4>
<div class="progress mb-4">
<div class="progress-bar bg-info" role="progressbar" style="width: 80%" aria-valuenow="80" aria-valuemin="0" aria-valuemax="100"></div>
</div>
<h4 class="small font-weight-bold">Account Setup <span class="float-right">Complete!</span></h4>
<div class="progress">
<div class="progress-bar bg-success" role="progressbar" style="width: 100%" aria-valuenow="100" aria-valuemin="0" aria-valuemax="100"></div>
2019-08-05 20:02:57 -08:00
</div>
</div>
2019-08-06 13:02:44 -08:00
</div>
2019-08-05 20:02:57 -08:00
2019-08-06 13:02:44 -08:00
<!-- Color System -->
<div class="row">
<div class="col-lg-6 mb-4">
<div class="card bg-primary text-white shadow">
<div class="card-body">
Primary
<div class="text-white-50 small">#4e73df</div>
2019-08-05 20:02:57 -08:00
</div>
</div>
2019-08-06 13:02:44 -08:00
</div>
<div class="col-lg-6 mb-4">
<div class="card bg-success text-white shadow">
<div class="card-body">
Success
<div class="text-white-50 small">#1cc88a</div>
2019-08-05 20:02:57 -08:00
</div>
</div>
2019-08-06 13:02:44 -08:00
</div>
<div class="col-lg-6 mb-4">
<div class="card bg-info text-white shadow">
<div class="card-body">
Info
<div class="text-white-50 small">#36b9cc</div>
2019-08-05 20:02:57 -08:00
</div>
</div>
2019-08-06 13:02:44 -08:00
</div>
<div class="col-lg-6 mb-4">
<div class="card bg-warning text-white shadow">
<div class="card-body">
Warning
<div class="text-white-50 small">#f6c23e</div>
2019-08-05 20:02:57 -08:00
</div>
</div>
2019-08-06 13:02:44 -08:00
</div>
<div class="col-lg-6 mb-4">
<div class="card bg-danger text-white shadow">
<div class="card-body">
Danger
<div class="text-white-50 small">#e74a3b</div>
2019-08-05 20:02:57 -08:00
</div>
</div>
2019-08-06 13:02:44 -08:00
</div>
<div class="col-lg-6 mb-4">
<div class="card bg-secondary text-white shadow">
<div class="card-body">
Secondary
<div class="text-white-50 small">#858796</div>
2019-08-05 20:02:57 -08:00
</div>
</div>
</div>
</div>
2019-08-06 13:02:44 -08:00
</div>
2019-08-05 20:02:57 -08:00
2019-08-06 13:02:44 -08:00
<div class="col-lg-6 mb-4">
2019-08-05 20:02:57 -08:00
2019-08-06 13:02:44 -08:00
<!-- Illustrations -->
<div class="card shadow mb-4">
<div class="card-header py-3">
<h6 class="m-0 font-weight-bold text-primary">Illustrations</h6>
</div>
<div class="card-body">
<div class="text-center">
<img class="img-fluid px-3 px-sm-4 mt-3 mb-4" style="width: 25rem;" src="img/undraw_posting_photo.svg" alt="">
2019-08-05 20:02:57 -08:00
</div>
2019-08-06 13:02:44 -08:00
<p>Add some quality, svg illustrations to your project courtesy of <a target="_blank" rel="nofollow" href="https://undraw.co/">unDraw</a>, a constantly updated collection of beautiful svg images that you can use completely free and without attribution!</p>
<a target="_blank" rel="nofollow" href="https://undraw.co/">Browse Illustrations on unDraw →</a>
2019-08-05 20:02:57 -08:00
</div>
</div>
2019-08-06 13:02:44 -08:00
<!-- Approach -->
<div class="card shadow mb-4">
<div class="card-header py-3">
<h6 class="m-0 font-weight-bold text-primary">Development Approach</h6>
</div>
<div class="card-body">
<p>SB Admin 2 makes extensive use of Bootstrap 4 utility classes in order to reduce CSS bloat and poor page performance. Custom CSS classes are used to create custom components and custom utility classes.</p>
<p class="mb-0">Before working with this theme, you should become familiar with the Bootstrap framework, especially the utility classes.</p>
</div>
</div>
2019-08-05 20:02:57 -08:00
2019-08-06 13:02:44 -08:00
</div>
</div>
2019-08-05 20:02:57 -08:00
2019-05-18 18:06:10 -04:00
{{end}}
{{define "js"}}
2019-08-05 20:02:57 -08:00
<!-- Page level plugins -->
<script src="{{ SiteAssetUrl "/assets/vendor/chart.js/Chart.min.js" }}"></script>
<!-- Page level custom scripts -->
<script src="{{ SiteAssetUrl "/assets/js/demo/chart-area-demo.js" }}"></script>
<script src="{{ SiteAssetUrl "/assets/js/demo/chart-pie-demo.js" }}"></script>
2019-05-18 18:06:10 -04:00
{{end}}