Files
site/res/templates/app-notes.html
2025-12-27 21:59:58 +08:00

904 lines
47 KiB
HTML

{{template "components/header.html" .}}
{{template "components/preloader.html" .}}
<div id="main-wrapper">
<!-- Sidebar Start -->
{{template "components/sidebar.html" .}}
<!-- Sidebar End -->
<div class="page-wrapper">
<!-- Header Start -->
{{template "components/topbar.html" .}}
<!-- Header End -->
<div class="body-wrapper">
<div class="container-fluid">
<div class="card bg-info-subtle shadow-none position-relative overflow-hidden mb-4">
<div class="card-body px-4 py-3">
<div class="row align-items-center">
<div class="col-9">
<h4 class="fw-semibold mb-8">Notes</h4>
<nav aria-label="breadcrumb">
<ol class="breadcrumb">
<li class="breadcrumb-item">
<a class="text-muted text-decoration-none" href="../main/index.html">Home</a>
</li>
<li class="breadcrumb-item" aria-current="page">Notes</li>
</ol>
</nav>
</div>
<div class="col-3">
<div class="text-center mb-n5">
<img src="../assets/images/breadcrumb/ChatBc.png" alt="modernize-img" class="img-fluid mb-n4" />
</div>
</div>
</div>
</div>
</div>
<ul class="nav nav-pills p-3 mb-3 rounded align-items-center card flex-row">
<li class="nav-item">
<a href="javascript:void(0)" class="
nav-link
gap-6
note-link
d-flex
align-items-center
justify-content-center
active
px-3 px-md-3
" id="all-category">
<i class="ti ti-list fill-white"></i>
<span class="d-none d-md-block fw-medium">All Notes</span>
</a>
</li>
<li class="nav-item">
<a href="javascript:void(0)" class="
nav-link
gap-6
note-link
d-flex
align-items-center
justify-content-center
px-3 px-md-3
" id="note-business">
<i class="ti ti-briefcase fill-white"></i>
<span class="d-none d-md-block fw-medium">Business</span>
</a>
</li>
<li class="nav-item">
<a href="javascript:void(0)" class="
nav-link
gap-6
note-link
d-flex
align-items-center
justify-content-center
px-3 px-md-3
" id="note-social">
<i class="ti ti-share fill-white"></i>
<span class="d-none d-md-block fw-medium">Social</span>
</a>
</li>
<li class="nav-item">
<a href="javascript:void(0)" class="
nav-link
gap-6
note-link
d-flex
align-items-center
justify-content-center
px-3 px-md-3
" id="note-important">
<i class="ti ti-star fill-white"></i>
<span class="d-none d-md-block fw-medium">Important</span>
</a>
</li>
<li class="nav-item ms-auto">
<a href="javascript:void(0)" class="btn btn-primary d-flex align-items-center px-3 gap-6" id="add-notes">
<i class="ti ti-file fs-4"></i>
<span class="d-none d-md-block fw-medium fs-3">Add Notes</span>
</a>
</li>
</ul>
<div class="tab-content">
<div id="note-full-container" class="note-has-grid row">
<div class="col-md-4 single-note-item all-category">
<div class="card card-body">
<span class="side-stick"></span>
<h6 class="note-title text-truncate w-75 mb-0" data-noteHeading="Book a Ticket for Movie"> Book a
Ticket for Movie </h6>
<p class="note-date fs-2">11 March 2009</p>
<div class="note-content">
<p class="note-inner-content" data-noteContent="Blandit tempus porttitor aasfs. Integer posuere erat a ante venenatis."> Blandit
tempus porttitor aasfs. Integer posuere erat a ante venenatis. </p>
</div>
<div class="d-flex align-items-center">
<a href="javascript:void(0)" class="link me-1">
<i class="ti ti-star fs-4 favourite-note"></i>
</a>
<a href="javascript:void(0)" class="link text-danger ms-2">
<i class="ti ti-trash fs-4 remove-note"></i>
</a>
<div class="ms-auto">
<div class="category-selector btn-group">
<a class="nav-link category-dropdown label-group p-0" data-bs-toggle="dropdown" href="javascript:void(0)" role="button" aria-haspopup="true" aria-expanded="true">
<div class="category">
<div class="category-business"></div>
<div class="category-social"></div>
<div class="category-important"></div>
<span class="more-options text-dark">
<i class="ti ti-dots-vertical fs-5"></i>
</span>
</div>
</a>
<div class="dropdown-menu dropdown-menu-right category-menu">
<a class="
note-business
badge-group-item badge-business
dropdown-item
position-relative
category-business
d-flex
align-items-center
" href="javascript:void(0);">Business</a>
<a class="
note-social
badge-group-item badge-social
dropdown-item
position-relative
category-social
d-flex
align-items-center
" href="javascript:void(0);"> Social</a>
<a class="
note-important
badge-group-item badge-important
dropdown-item
position-relative
category-important
d-flex
align-items-center
" href="javascript:void(0);"> Important</a>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="col-md-4 single-note-item all-category note-important">
<div class="card card-body">
<span class="side-stick"></span>
<h6 class="note-title text-truncate w-75 mb-0" data-noteHeading="Go for lunch"> Go for lunch </h6>
<p class="note-date fs-2">01 April 2002</p>
<div class="note-content">
<p class="note-inner-content" data-noteContent="Blandit tempus porttitor aasfs. Integer posuere erat a ante venenatis."> Blandit
tempus porttitor aasfs. Integer posuere erat a ante venenatis. </p>
</div>
<div class="d-flex align-items-center">
<a href="javascript:void(0)" class="link me-1">
<i class="ti ti-star fs-4 favourite-note"></i>
</a>
<a href="javascript:void(0)" class="link text-danger ms-2">
<i class="ti ti-trash fs-4 remove-note"></i>
</a>
<div class="ms-auto">
<div class="category-selector btn-group">
<a class="nav-link category-dropdown label-group p-0" data-bs-toggle="dropdown" href="javascript:void(0)" role="button" aria-haspopup="true" aria-expanded="true">
<div class="category">
<div class="category-business"></div>
<div class="category-social"></div>
<div class="category-important"></div>
<span class="more-options text-dark">
<i class="ti ti-dots-vertical fs-5"></i>
</span>
</div>
</a>
<div class="dropdown-menu dropdown-menu-right category-menu">
<a class="
note-business
badge-group-item badge-business
dropdown-item
position-relative
category-business
d-flex
align-items-center
" href="javascript:void(0);">Business</a>
<a class="
note-social
badge-group-item badge-social
dropdown-item
position-relative
category-social
d-flex
align-items-center
" href="javascript:void(0);"> Social</a>
<a class="
note-important
badge-group-item badge-important
dropdown-item
position-relative
category-important
d-flex
align-items-center
" href="javascript:void(0);"> Important</a>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="col-md-4 single-note-item all-category note-social">
<div class="card card-body">
<span class="side-stick"></span>
<h6 class="note-title text-truncate w-75 mb-0" data-noteHeading="Meeting with Mr.Jojo"> Meeting with
Mr.Jojo </h6>
<p class="note-date fs-2">19 October 2021</p>
<div class="note-content">
<p class="note-inner-content" data-noteContent="Blandit tempus porttitor aasfs. Integer posuere erat a ante venenatis."> Blandit
tempus porttitor aasfs. Integer posuere erat a ante venenatis. </p>
</div>
<div class="d-flex align-items-center">
<a href="javascript:void(0)" class="link me-1">
<i class="ti ti-star fs-4 favourite-note"></i>
</a>
<a href="javascript:void(0)" class="link text-danger ms-2">
<i class="ti ti-trash fs-4 remove-note"></i>
</a>
<div class="ms-auto">
<div class="category-selector btn-group">
<a class="nav-link category-dropdown label-group p-0" data-bs-toggle="dropdown" href="javascript:void(0)" role="button" aria-haspopup="true" aria-expanded="true">
<div class="category">
<div class="category-business"></div>
<div class="category-social"></div>
<div class="category-important"></div>
<span class="more-options text-dark">
<i class="ti ti-dots-vertical fs-5"></i>
</span>
</div>
</a>
<div class="dropdown-menu dropdown-menu-right category-menu">
<a class="
note-business
badge-group-item badge-business
dropdown-item
position-relative
category-business
d-flex
align-items-center
" href="javascript:void(0);">Business</a>
<a class="
note-social
badge-group-item badge-social
dropdown-item
position-relative
category-social
d-flex
align-items-center
" href="javascript:void(0);"> Social</a>
<a class="
note-important
badge-group-item badge-important
dropdown-item
position-relative
category-important
d-flex
align-items-center
" href="javascript:void(0);"> Important</a>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="col-md-4 single-note-item all-category note-business">
<div class="card card-body">
<span class="side-stick"></span>
<h6 class="note-title text-truncate w-75 mb-0" data-noteHeading="Give Review for design"> Give Review
for design </h6>
<p class="note-date fs-2">02 January 2000</p>
<div class="note-content">
<p class="note-inner-content" data-noteContent="Blandit tempus porttitor aasfs. Integer posuere erat a ante venenatis."> Blandit
tempus porttitor aasfs. Integer posuere erat a ante venenatis. </p>
</div>
<div class="d-flex align-items-center">
<a href="javascript:void(0)" class="link me-1">
<i class="ti ti-star fs-4 favourite-note"></i>
</a>
<a href="javascript:void(0)" class="link text-danger ms-2">
<i class="ti ti-trash fs-4 remove-note"></i>
</a>
<div class="ms-auto">
<div class="category-selector btn-group">
<a class="nav-link category-dropdown label-group p-0" data-bs-toggle="dropdown" href="javascript:void(0)" role="button" aria-haspopup="true" aria-expanded="true">
<div class="category">
<div class="category-business"></div>
<div class="category-social"></div>
<div class="category-important"></div>
<span class="more-options text-dark">
<i class="ti ti-dots-vertical fs-5"></i>
</span>
</div>
</a>
<div class="dropdown-menu dropdown-menu-right category-menu">
<a class="
note-business
badge-group-item badge-business
dropdown-item
position-relative
category-business
d-flex
align-items-center
" href="javascript:void(0);">Business</a>
<a class="
note-social
badge-group-item badge-social
dropdown-item
position-relative
category-social
d-flex
align-items-center
" href="javascript:void(0);"> Social</a>
<a class="
note-important
badge-group-item badge-important
dropdown-item
position-relative
category-important
d-flex
align-items-center
" href="javascript:void(0);"> Important</a>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="col-md-4 single-note-item all-category note-social">
<div class="card card-body">
<span class="side-stick"></span>
<h6 class="note-title text-truncate w-75 mb-0" data-noteHeading="Nightout with friends"> Nightout with
friends </h6>
<p class="note-date fs-2">01 August 1999</p>
<div class="note-content">
<p class="note-inner-content" data-noteContent="Blandit tempus porttitor aasfs. Integer posuere erat a ante venenatis."> Blandit
tempus porttitor aasfs. Integer posuere erat a ante venenatis. </p>
</div>
<div class="d-flex align-items-center">
<a href="javascript:void(0)" class="link me-1">
<i class="ti ti-star fs-4 favourite-note"></i>
</a>
<a href="javascript:void(0)" class="link text-danger ms-2">
<i class="ti ti-trash fs-4 remove-note"></i>
</a>
<div class="ms-auto">
<div class="category-selector btn-group">
<a class="nav-link category-dropdown label-group p-0" data-bs-toggle="dropdown" href="javascript:void(0)" role="button" aria-haspopup="true" aria-expanded="true">
<div class="category">
<div class="category-business"></div>
<div class="category-social"></div>
<div class="category-important"></div>
<span class="more-options text-dark">
<i class="ti ti-dots-vertical fs-5"></i>
</span>
</div>
</a>
<div class="dropdown-menu dropdown-menu-right category-menu">
<a class="
note-business
badge-group-item badge-business
dropdown-item
position-relative
category-business
d-flex
align-items-center
" href="javascript:void(0);">Business</a>
<a class="
note-social
badge-group-item badge-social
dropdown-item
position-relative
category-social
d-flex
align-items-center
" href="javascript:void(0);"> Social</a>
<a class="
note-important
badge-group-item badge-important
dropdown-item
position-relative
category-important
d-flex
align-items-center
" href="javascript:void(0);"> Important</a>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="col-md-4 single-note-item all-category note-important">
<div class="card card-body">
<span class="side-stick"></span>
<h6 class="note-title text-truncate w-75 mb-0" data-noteHeading="Launch new template"> Launch new
template </h6>
<p class="note-date fs-2">21 January 2015</p>
<div class="note-content">
<p class="note-inner-content" data-noteContent="Blandit tempus porttitor aasfs. Integer posuere erat a ante venenatis."> Blandit
tempus porttitor aasfs. Integer posuere erat a ante venenatis. </p>
</div>
<div class="d-flex align-items-center">
<a href="javascript:void(0)" class="link me-1">
<i class="ti ti-star fs-4 favourite-note"></i>
</a>
<a href="javascript:void(0)" class="link text-danger ms-2">
<i class="ti ti-trash fs-4 remove-note"></i>
</a>
<div class="ms-auto">
<div class="category-selector btn-group">
<a class="nav-link category-dropdown label-group p-0" data-bs-toggle="dropdown" href="javascript:void(0)" role="button" aria-haspopup="true" aria-expanded="true">
<div class="category">
<div class="category-business"></div>
<div class="category-social"></div>
<div class="category-important"></div>
<span class="more-options text-dark">
<i class="ti ti-dots-vertical fs-5"></i>
</span>
</div>
</a>
<div class="dropdown-menu dropdown-menu-right category-menu">
<a class="
note-business
badge-group-item badge-business
dropdown-item
position-relative
category-business
d-flex
align-items-center
" href="javascript:void(0);">Business</a>
<a class="
note-social
badge-group-item badge-social
dropdown-item
position-relative
category-social
d-flex
align-items-center
" href="javascript:void(0);"> Social</a>
<a class="
note-important
badge-group-item badge-important
dropdown-item
position-relative
category-important
d-flex
align-items-center
" href="javascript:void(0);"> Important</a>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="col-md-4 single-note-item all-category note-social">
<div class="card card-body">
<span class="side-stick"></span>
<h6 class="note-title text-truncate w-75 mb-0" data-noteHeading="Change a Design"> Change a Design
</h6>
<p class="note-date fs-2">25 December 2016</p>
<div class="note-content">
<p class="note-inner-content" data-noteContent="Blandit tempus porttitor aasfs. Integer posuere erat a ante venenatis."> Blandit
tempus porttitor aasfs. Integer posuere erat a ante venenatis. </p>
</div>
<div class="d-flex align-items-center">
<a href="javascript:void(0)" class="link me-1">
<i class="ti ti-star fs-4 favourite-note"></i>
</a>
<a href="javascript:void(0)" class="link text-danger ms-2">
<i class="ti ti-trash fs-4 remove-note"></i>
</a>
<div class="ms-auto">
<div class="category-selector btn-group">
<a class="nav-link category-dropdown label-group p-0" data-bs-toggle="dropdown" href="javascript:void(0)" role="button" aria-haspopup="true" aria-expanded="true">
<div class="category">
<div class="category-business"></div>
<div class="category-social"></div>
<div class="category-important"></div>
<span class="more-options text-dark">
<i class="ti ti-dots-vertical fs-5"></i>
</span>
</div>
</a>
<div class="dropdown-menu dropdown-menu-right category-menu">
<a class="
note-business
badge-group-item badge-business
dropdown-item
position-relative
category-business
d-flex
align-items-center
" href="javascript:void(0);">Business</a>
<a class="
note-social
badge-group-item badge-social
dropdown-item
position-relative
category-social
d-flex
align-items-center
" href="javascript:void(0);"> Social</a>
<a class="
note-important
badge-group-item badge-important
dropdown-item
position-relative
category-important
d-flex
align-items-center
" href="javascript:void(0);"> Important</a>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="col-md-4 single-note-item all-category note-business">
<div class="card card-body">
<span class="side-stick"></span>
<h6 class="note-title text-truncate w-75 mb-0" data-noteHeading="Give review for foods"> Give review
for foods </h6>
<p class="note-date fs-2">18 December 2021</p>
<div class="note-content">
<p class="note-inner-content" data-noteContent="Blandit tempus porttitor aasfs. Integer posuere erat a ante venenatis."> Blandit
tempus porttitor aasfs. Integer posuere erat a ante venenatis. </p>
</div>
<div class="d-flex align-items-center">
<a href="javascript:void(0)" class="link me-1">
<i class="ti ti-star fs-4 favourite-note"></i>
</a>
<a href="javascript:void(0)" class="link text-danger ms-2">
<i class="ti ti-trash fs-4 remove-note"></i>
</a>
<div class="ms-auto">
<div class="category-selector btn-group">
<a class="nav-link category-dropdown label-group p-0" data-bs-toggle="dropdown" href="javascript:void(0)" role="button" aria-haspopup="true" aria-expanded="true">
<div class="category">
<div class="category-business"></div>
<div class="category-social"></div>
<div class="category-important"></div>
<span class="more-options text-dark">
<i class="ti ti-dots-vertical fs-5"></i>
</span>
</div>
</a>
<div class="dropdown-menu dropdown-menu-right category-menu">
<a class="
note-business
badge-group-item badge-business
dropdown-item
position-relative
category-business
d-flex
align-items-center
" href="javascript:void(0);">Business</a>
<a class="
note-social
badge-group-item badge-social
dropdown-item
position-relative
category-social
d-flex
align-items-center
" href="javascript:void(0);"> Social</a>
<a class="
note-important
badge-group-item badge-important
dropdown-item
position-relative
category-important
d-flex
align-items-center
" href="javascript:void(0);"> Important</a>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="col-md-4 single-note-item all-category note-important">
<div class="card card-body">
<span class="side-stick"></span>
<h6 class="note-title text-truncate w-75 mb-0" data-noteHeading="Give salary to employee"> Give salary
to employee </h6>
<p class="note-date fs-2">15 Fabruary 2021</p>
<div class="note-content">
<p class="note-inner-content" data-noteContent="Blandit tempus porttitor aasfs. Integer posuere erat a ante venenatis."> Blandit
tempus porttitor aasfs. Integer posuere erat a ante venenatis. </p>
</div>
<div class="d-flex align-items-center">
<a href="javascript:void(0)" class="link me-1">
<i class="ti ti-star fs-4 favourite-note"></i>
</a>
<a href="javascript:void(0)" class="link text-danger ms-2">
<i class="ti ti-trash fs-4 remove-note"></i>
</a>
<div class="ms-auto">
<div class="category-selector btn-group">
<a class="nav-link category-dropdown label-group p-0" data-bs-toggle="dropdown" href="javascript:void(0)" role="button" aria-haspopup="true" aria-expanded="true">
<div class="category">
<div class="category-business"></div>
<div class="category-social"></div>
<div class="category-important"></div>
<span class="more-options text-dark">
<i class="ti ti-dots-vertical fs-5"></i>
</span>
</div>
</a>
<div class="dropdown-menu dropdown-menu-right category-menu">
<a class="
note-business
badge-group-item badge-business
dropdown-item
position-relative
category-business
d-flex
align-items-center
" href="javascript:void(0);">Business</a>
<a class="
note-social
badge-group-item badge-social
dropdown-item
position-relative
category-social
d-flex
align-items-center
" href="javascript:void(0);"> Social</a>
<a class="
note-important
badge-group-item badge-important
dropdown-item
position-relative
category-important
d-flex
align-items-center
" href="javascript:void(0);"> Important</a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Modal Add notes -->
<div class="modal fade" id="addnotesmodal" tabindex="-1" role="dialog" aria-labelledby="addnotesmodalTitle" aria-hidden="true">
<div class="modal-dialog modal-dialog-centered" role="document">
<div class="modal-content border-0">
<div class="modal-header text-bg-primary">
<h6 class="modal-title text-white">Add Notes</h6>
<button type="button" class="btn-close btn-close-white" data-bs-dismiss="modal" aria-label="Close"></button>
</div>
<div class="modal-body">
<div class="notes-box">
<div class="notes-content">
<form action="javascript:void(0);" id="addnotesmodalTitle">
<div class="row">
<div class="col-md-12 mb-3">
<div class="note-title">
<label class="form-label">Note Title</label>
<input type="text" id="note-has-title" class="form-control" minlength="25" placeholder="Title" />
</div>
</div>
<div class="col-md-12">
<div class="note-description">
<label class="form-label">Note Description</label>
<textarea id="note-has-description" class="form-control" minlength="60" placeholder="Description" rows="3"></textarea>
</div>
</div>
</div>
</form>
</div>
</div>
</div>
<div class="modal-footer">
<div class="d-flex gap-6">
<button class="btn bg-danger-subtle text-danger" data-bs-dismiss="modal">Discard</button>
<button id="btn-n-add" class="btn btn-primary" disabled>Add</button>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Search Bar -->
<div class="modal fade" id="exampleModal" tabindex="-1" aria-hidden="true">
<div class="modal-dialog modal-dialog-scrollable modal-lg">
<div class="modal-content rounded-1">
<div class="modal-header border-bottom">
<input type="search" class="form-control fs-3" placeholder="Search here" id="search" />
<a href="javascript:void(0)" data-bs-dismiss="modal" class="lh-1">
<i class="ti ti-x fs-5 ms-3"></i>
</a>
</div>
<div class="modal-body message-body" data-simplebar="">
<h5 class="mb-0 fs-5 p-1">Quick Page Links</h5>
<ul class="list mb-0 py-2">
<li class="p-1 mb-1 bg-hover-light-black">
<a href="javascript:void(0)">
<span class="d-block">Modern</span>
<span class="text-muted d-block">/dashboards/dashboard1</span>
</a>
</li>
<li class="p-1 mb-1 bg-hover-light-black">
<a href="javascript:void(0)">
<span class="d-block">Dashboard</span>
<span class="text-muted d-block">/dashboards/dashboard2</span>
</a>
</li>
<li class="p-1 mb-1 bg-hover-light-black">
<a href="javascript:void(0)">
<span class="d-block">Contacts</span>
<span class="text-muted d-block">/apps/contacts</span>
</a>
</li>
<li class="p-1 mb-1 bg-hover-light-black">
<a href="javascript:void(0)">
<span class="d-block">Posts</span>
<span class="text-muted d-block">/apps/blog/posts</span>
</a>
</li>
<li class="p-1 mb-1 bg-hover-light-black">
<a href="javascript:void(0)">
<span class="d-block">Detail</span>
<span class="text-muted d-block">/apps/blog/detail/streaming-video-way-before-it-was-cool-go-dark-tomorrow</span>
</a>
</li>
<li class="p-1 mb-1 bg-hover-light-black">
<a href="javascript:void(0)">
<span class="d-block">Shop</span>
<span class="text-muted d-block">/apps/ecommerce/shop</span>
</a>
</li>
<li class="p-1 mb-1 bg-hover-light-black">
<a href="javascript:void(0)">
<span class="d-block">Modern</span>
<span class="text-muted d-block">/dashboards/dashboard1</span>
</a>
</li>
<li class="p-1 mb-1 bg-hover-light-black">
<a href="javascript:void(0)">
<span class="d-block">Dashboard</span>
<span class="text-muted d-block">/dashboards/dashboard2</span>
</a>
</li>
<li class="p-1 mb-1 bg-hover-light-black">
<a href="javascript:void(0)">
<span class="d-block">Contacts</span>
<span class="text-muted d-block">/apps/contacts</span>
</a>
</li>
<li class="p-1 mb-1 bg-hover-light-black">
<a href="javascript:void(0)">
<span class="d-block">Posts</span>
<span class="text-muted d-block">/apps/blog/posts</span>
</a>
</li>
<li class="p-1 mb-1 bg-hover-light-black">
<a href="javascript:void(0)">
<span class="d-block">Detail</span>
<span class="text-muted d-block">/apps/blog/detail/streaming-video-way-before-it-was-cool-go-dark-tomorrow</span>
</a>
</li>
<li class="p-1 mb-1 bg-hover-light-black">
<a href="javascript:void(0)">
<span class="d-block">Shop</span>
<span class="text-muted d-block">/apps/ecommerce/shop</span>
</a>
</li>
</ul>
</div>
</div>
</div>
</div>
<!-- Shopping Cart -->
<div class="offcanvas offcanvas-end shopping-cart" tabindex="-1" id="offcanvasRight" aria-labelledby="offcanvasRightLabel">
<div class="offcanvas-header justify-content-between py-4">
<h5 class="offcanvas-title fs-5 fw-semibold" id="offcanvasRightLabel">
Shopping Cart
</h5>
<span class="badge bg-primary rounded-4 px-3 py-1 lh-sm">5 new</span>
</div>
<div class="offcanvas-body h-100 px-4 pt-0" data-simplebar>
<ul class="mb-0">
<li class="pb-7">
<div class="d-flex align-items-center">
<img src="../assets/images/products/product-1.jpg" width="95" height="75" class="rounded-1 me-9 flex-shrink-0" alt="modernize-img" />
<div>
<h6 class="mb-1">Supreme toys cooker</h6>
<p class="mb-0 text-muted fs-2">Kitchenware Item</p>
<div class="d-flex align-items-center justify-content-between mt-2">
<h6 class="fs-2 fw-semibold mb-0 text-muted">$250</h6>
<div class="input-group input-group-sm w-50">
<button class="btn border-0 round-20 minus p-0 bg-success-subtle text-success" type="button" id="add1">
-
</button>
<input type="text" class="form-control round-20 bg-transparent text-muted fs-2 border-0 text-center qty" placeholder="" aria-label="Example text with button addon" aria-describedby="add1" value="1" />
<button class="btn text-success bg-success-subtle p-0 round-20 border-0 add" type="button" id="addo2">
+
</button>
</div>
</div>
</div>
</div>
</li>
<li class="pb-7">
<div class="d-flex align-items-center">
<img src="../assets/images/products/product-2.jpg" width="95" height="75" class="rounded-1 me-9 flex-shrink-0" alt="modernize-img" />
<div>
<h6 class="mb-1">Supreme toys cooker</h6>
<p class="mb-0 text-muted fs-2">Kitchenware Item</p>
<div class="d-flex align-items-center justify-content-between mt-2">
<h6 class="fs-2 fw-semibold mb-0 text-muted">$250</h6>
<div class="input-group input-group-sm w-50">
<button class="btn border-0 round-20 minus p-0 bg-success-subtle text-success" type="button" id="add2">
-
</button>
<input type="text" class="form-control round-20 bg-transparent text-muted fs-2 border-0 text-center qty" placeholder="" aria-label="Example text with button addon" aria-describedby="add2" value="1" />
<button class="btn text-success bg-success-subtle p-0 round-20 border-0 add" type="button" id="addon34">
+
</button>
</div>
</div>
</div>
</div>
</li>
<li class="pb-7">
<div class="d-flex align-items-center">
<img src="../assets/images/products/product-3.jpg" width="95" height="75" class="rounded-1 me-9 flex-shrink-0" alt="modernize-img" />
<div>
<h6 class="mb-1">Supreme toys cooker</h6>
<p class="mb-0 text-muted fs-2">Kitchenware Item</p>
<div class="d-flex align-items-center justify-content-between mt-2">
<h6 class="fs-2 fw-semibold mb-0 text-muted">$250</h6>
<div class="input-group input-group-sm w-50">
<button class="btn border-0 round-20 minus p-0 bg-success-subtle text-success" type="button" id="add3">
-
</button>
<input type="text" class="form-control round-20 bg-transparent text-muted fs-2 border-0 text-center qty" placeholder="" aria-label="Example text with button addon" aria-describedby="add3" value="1" />
<button class="btn text-success bg-success-subtle p-0 round-20 border-0 add" type="button" id="addon3">
+
</button>
</div>
</div>
</div>
</div>
</li>
</ul>
<div class="align-bottom">
<div class="d-flex align-items-center pb-7">
<span class="text-dark fs-3">Sub Total</span>
<div class="ms-auto">
<span class="text-dark fw-semibold fs-3">$2530</span>
</div>
</div>
<div class="d-flex align-items-center pb-7">
<span class="text-dark fs-3">Total</span>
<div class="ms-auto">
<span class="text-dark fw-semibold fs-3">$6830</span>
</div>
</div>
<a href="../main/eco-checkout.html" class="btn btn-outline-primary w-100">Go to shopping cart</a>
</div>
</div>
</div>
</div>
{{template "components/footer.html" .}}
<script src="../assets/js/apps/notes.js"></script>