ekoetki/public/template/scrollpy.html

1650 lines
113 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
<meta content="IE=edge" http-equiv="X-UA-Compatible">
<meta content="width=device-width, initial-scale=1.0" name="viewport">
<meta content="Multipurpose, super flexible, powerful, clean modern responsive bootstrap 5 admin template"
name="description">
<meta content="admin template, ki-admin admin template, dashboard template, flat admin template, responsive admin template, web app"
name="keywords">
<meta content="la-themes" name="author">
<link href="../assets/images/logo/favicon.png" rel="icon" type="image/x-icon">
<link href="../assets/images/logo/favicon.png" rel="shortcut icon" type="image/x-icon">
<title>Scrollpy | ki-admin - Premium Admin Template</title>
<!--font-awesome-css-->
<link href="../assets/vendor/fontawesome/css/all.css" rel="stylesheet">
<!-- Fonts -->
<link href="https://fonts.googleapis.com" rel="preconnect">
<link crossorigin href="https://fonts.gstatic.com" rel="preconnect">
<link href="https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300..900;1,300..900&display=swap"
rel="stylesheet">
<!-- tabler icons-->
<link href="../assets/vendor/tabler-icons/tabler-icons.css" rel="stylesheet" type="text/css">
<!--flag Icon css-->
<link href="../assets/vendor/flag-icons-master/flag-icon.css" rel="stylesheet" type="text/css">
<!-- Bootstrap css-->
<link href="../assets/vendor/bootstrap/bootstrap.min.css" rel="stylesheet" type="text/css">
<!-- simplebar css-->
<link href="../assets/vendor/simplebar/simplebar.css" rel="stylesheet" type="text/css">
<!-- App css-->
<link href="../assets/css/style.css" rel="stylesheet" type="text/css">
<!-- Responsive css-->
<link href="../assets/css/responsive.css" rel="stylesheet" type="text/css">
</head>
<body>
<div class="app-wrapper">
<div class="loader-wrapper">
<div class="loader_24"></div>
</div>
<!-- Menu Navigation starts -->
<nav>
<div class="app-logo">
<a class="logo d-inline-block" href="index.html">
<img alt="#" src="../assets/images/logo/1.png">
</a>
<span class="bg-light-primary toggle-semi-nav d-flex-center">
<i class="ti ti-chevron-right"></i>
</span>
<div class="d-flex align-items-center nav-profile p-3">
<span class="h-45 w-45 d-flex-center b-r-10 position-relative bg-danger m-auto">
<img alt="avatar" class="img-fluid b-r-10" src="../assets/images/avatar/woman.jpg">
<span class="position-absolute top-0 end-0 p-1 bg-success border border-light rounded-circle"></span>
</span>
<div class="flex-grow-1 ps-2">
<h6 class="text-primary mb-0"> Ninfa Monaldo</h6>
<p class="text-muted f-s-12 mb-0">Web Developer</p>
</div>
<div class="dropdown profile-menu-dropdown">
<a aria-expanded="false" data-bs-auto-close="true" data-bs-placement="top" data-bs-toggle="dropdown"
role="button">
<i class="ti ti-settings fs-5"></i>
</a>
<ul class="dropdown-menu">
<li class="dropdown-item">
<a class="f-w-500" href="profile.html" target="_blank">
<i class="ph-duotone ph-user-circle pe-1 f-s-20"></i> Profile Details
</a>
</li>
<li class="dropdown-item">
<a class="f-w-500" href="setting.html" target="_blank">
<i class="ph-duotone ph-gear pe-1 f-s-20"></i> Settings
</a>
</li>
<li class="dropdown-item">
<div class="d-flex align-items-center justify-content-between">
<div>
<a class="f-w-500" href="scrollpy.html#">
<i class="ph-duotone ph-detective pe-1 f-s-20"></i> Incognito
</a>
</div>
<div class="flex-shrink-0">
<div class="form-check form-switch">
<input class="form-check-input form-check-primary" id="incognitoSwitch"
type="checkbox">
</div>
</div>
</div>
</li>
<li class="dropdown-item">
<a class="mb-0 text-secondary f-w-500" href="sign_up.html" target="_blank">
<i class="ph-bold ph-plus pe-1 f-s-20"></i> Add account
</a>
</li>
<li class="app-divider-v dotted py-1"></li>
<li class="dropdown-item">
<a class="mb-0 text-danger" href="sign_in.html" target="_blank">
<i class="ph-duotone ph-sign-out pe-1 f-s-20"></i> Log Out
</a>
</li>
</ul>
</div>
</div>
</div>
<div class="app-nav" id="app-simple-bar">
<ul class="main-nav p-0 mt-2">
<li class="menu-title">
<span>Dashboard</span>
</li>
<li>
<a aria-expanded="false" data-bs-toggle="collapse" href="scrollpy.html#dashboard">
<svg stroke="currentColor" stroke-width="1.5">
<use xlink:href="../assets/svg/_sprite.svg#home"></use>
</svg>
dashboard
<span class="badge bg-danger badge-dashboard badge-notification ms-2">New</span>
</a>
<ul class="collapse" id="dashboard">
<li><a href="index.html">Ecommerce</a></li>
<li><a href="project_dashboard.html">Project</a></li>
</ul>
</li>
<li>
<a aria-expanded="false" data-bs-toggle="collapse" href="scrollpy.html#apps">
<svg stroke="currentColor" stroke-width="1.5">
<use xlink:href="../assets/svg/_sprite.svg#stack"></use>
</svg>
Apps
</a>
<ul class="collapse" id="apps">
<li><a href="calendar.html">Calender</a></li>
<li class="another-level">
<a aria-expanded="false" data-bs-toggle="collapse" href="scrollpy.html#Profile-page">
Profile
</a>
<ul class="collapse" id="Profile-page">
<li><a href="profile.html">Profile</a></li>
<li><a href="setting.html">Setting</a></li>
</ul>
</li>
<li class="another-level">
<a aria-expanded="false" data-bs-toggle="collapse" href="scrollpy.html#projects-page">
Projects Page
</a>
<ul class="collapse" id="projects-page">
<li><a href="project_app.html">projects</a></li>
<li><a href="project_details.html">projects Details</a></li>
</ul>
</li>
<li><a href="to_do.html">To-Do</a></li>
<li><a href="team.html">Team</a></li>
<li><a href="api.html">API</a></li>
<li class="another-level">
<a aria-expanded="false" data-bs-toggle="collapse" href="scrollpy.html#ticket-page">
Ticket
</a>
<ul class="collapse" id="ticket-page">
<li><a href="ticket.html">Ticket</a></li>
<li><a href="ticket_details.html">Ticket Details</a></li>
</ul>
</li>
<li class="another-level">
<a aria-expanded="false" data-bs-toggle="collapse" href="scrollpy.html#email-page">
Email Page
</a>
<ul class="collapse" id="email-page">
<li><a href="email.html"> Email</a></li>
<li><a href="read_email.html">Read Email</a></li>
</ul>
</li>
<li class="another-level">
<a aria-expanded="false" data-bs-toggle="collapse" href="scrollpy.html#e-shop">
E-shop
</a>
<ul class="collapse" id="e-shop">
<li><a href="cart.html">Cart</a></li>
<li><a href="product.html">Product</a></li>
<li><a href="add_product.html">Add Product</a></li>
<li><a href="product_details.html">Product-Details</a></li>
<li><a href="product_list.html">Product list</a></li>
<li><a href="orders.html">Orders</a></li>
<li><a href="orders_details.html">Orders Details</a></li>
<li><a href="orders_list.html">Orders List</a></li>
<li><a href="checkout.html">Check out</a></li>
<li><a href="wishlist.html">Wishlist</a></li>
</ul>
</li>
<li><a href="invoice.html">Invoice</a></li>
<li><a href="chat.html">Chat</a></li>
<li><a href="file_manager.html">File manager</a></li>
<li><a href="bookmark.html">Bookmark</a></li>
<li><a href="kanban_board.html">Kanban board</a></li>
<li><a href="timeline.html">Timeline</a></li>
<li><a href="faq.html">FAQS</a></li>
<li><a href="pricing.html">Pricing</a></li>
<li><a href="gallery.html">Gallery</a></li>
<li class="another-level">
<a aria-expanded="false" data-bs-toggle="collapse" href="scrollpy.html#blog-page">
Blog Page
</a>
<ul class="collapse" id="blog-page">
<li><a href="blog.html">Blog</a></li>
<li><a href="blog_read_more.html">Blog Details</a></li>
<li><a href="add_blog.html">Add Blog</a></li>
</ul>
</li>
</ul>
</li>
<li class="no-sub">
<a href="widget.html">
<svg stroke="currentColor" stroke-width="1.5">
<use xlink:href="../assets/svg/_sprite.svg#squares"></use>
</svg>
Widgets
</a>
</li>
<li class="menu-title"><span>Component</span></li>
<li>
<a aria-expanded="false" data-bs-toggle="collapse" href="scrollpy.html#ui-kits">
<svg stroke="currentColor" stroke-width="1.5">
<use xlink:href="../assets/svg/_sprite.svg#briefcase"></use>
</svg>
UI kits
</a>
<ul class="collapse" id="ui-kits">
<li><a href="cheatsheet.html">Cheatsheet</a></li>
<li><a href="alert.html">Alert</a></li>
<li><a href="badges.html">Badges</a></li>
<li><a href="buttons.html">Buttons</a></li>
<li><a href="cards.html">Cards</a></li>
<li><a href="dropdown.html">Dropdown</a></li>
<li><a href="grid.html">Grid</a></li>
<li><a href="avatar.html">Avatar</a></li>
<li><a href="tabs.html">Tabs</a></li>
<li><a href="accordions.html">Accordions</a></li>
<li><a href="progress.html">Progress</a></li>
<li><a href="notifications.html">Notifications</a></li>
<li><a href="list.html">Lists</a></li>
<li><a href="helper_classes.html">Helper Classes</a></li>
<li><a href="background.html">Background</a></li>
<li><a href="divider.html">Divider</a></li>
<li><a href="ribbons.html">Ribbons</a></li>
<li><a href="editor.html">Editor </a></li>
<li><a href="collapse.html">Collapse</a></li>
<li><a href="footer-page.html">Footer</a></li>
<li><a href="shadow.html">Shadow</a></li>
<li><a href="wrapper.html">Wrapper</a></li>
<li><a href="bullet.html">Bullet</a></li>
<li><a href="placeholder.html">Placeholder</a></li>
<li><a href="alignment.html">Alignment Thing</a></li>
</ul>
</li>
<li>
<a aria-expanded="false" data-bs-toggle="collapse" href="scrollpy.html#advance-ui">
<svg stroke="currentColor" stroke-width="1.5">
<use xlink:href="../assets/svg/_sprite.svg#briefcase-advance"></use>
</svg>
Advance UI
<span class=" badge rounded-pill bg-warning badge-notification ms-2">
12+
<span class="visually-hidden">unread messages</span>
</span>
</a>
<ul class="collapse" id="advance-ui">
<li><a href="modals.html">Modals</a></li>
<li><a href="offcanvas.html">Offcanvas Toggle</a></li>
<li><a href="sweetalert.html">Sweat Alert</a></li>
<li><a href="scrollbar.html">Scrollbar</a></li>
<li><a href="spinners.html">Spinners</a></li>
<li><a href="animation.html">Animation</a></li>
<li><a href="video_embed.html">Video Embed</a></li>
<li><a href="tour.html">Tour</a></li>
<li><a href="slick.html">Slider</a></li>
<li><a href="bootstrap_slider.html">Bootstrap Slider</a></li>
<li><a href="scrollpy.html">Scrollpy</a></li>
<li><a href="tooltips_popovers.html">Tooltip & Popovers</a></li>
<li><a href="ratings.html">Rating</a></li>
<li><a href="prismjs.html">Prismjs</a></li>
<li><a href="count_down.html">Count Down</a></li>
<li><a href="count_up.html"> Count up </a></li>
<li><a href="draggable.html">Draggable</a></li>
<li><a href="tree-view.html">Tree View</a></li>
<li><a href="block_ui.html">Block Ui </a></li>
</ul>
</li>
<li>
<a aria-expanded="false" data-bs-toggle="collapse" href="scrollpy.html#icons">
<svg stroke="currentColor" stroke-width="1.5">
<use xlink:href="../assets/svg/_sprite.svg#gift"></use>
</svg>
Icons
</a>
<ul class="collapse" id="icons">
<li><a href="fontawesome.html">Fontawesome</a></li>
<li><a href="flag_icons.html">Flag</a></li>
<li><a href="tabler-icons.html">Tabler</a></li>
<li><a href="weather_icon.html">Weather</a></li>
<li><a href="animated_icon.html">Animated</a></li>
<li><a href="iconoir_icon.html">Iconoir</a></li>
<li><a href="phosphor.html">Phosphor</a></li>
</ul>
</li>
<li class="no-sub">
<a href="misc.html">
<svg stroke="currentColor" stroke-width="1.5">
<use xlink:href="../assets/svg/_sprite.svg#rectangle"></use>
</svg>
Misc
</a>
</li>
<li class="menu-title"><span>Map & Charts </span></li>
<li>
<a aria-expanded="false" data-bs-toggle="collapse" href="scrollpy.html#maps">
<svg stroke="currentColor" stroke-width="1.5">
<use xlink:href="../assets/svg/_sprite.svg#location"></use>
</svg>
Map
</a>
<ul class="collapse" id="maps">
<li><a href="google-map.html">Google Maps</a></li>
<li><a href="leaflet-map.html">Leaflet map</a></li>
</ul>
</li>
<li>
<a aria-expanded="false" data-bs-toggle="collapse" href="scrollpy.html#chart">
<svg stroke="currentColor" stroke-width="1.5">
<use xlink:href="../assets/svg/_sprite.svg#chart"></use>
</svg>
Chart
</a>
<ul class="collapse" id="chart">
<li><a href="chart_js.html">Chart js</a></li>
<li class="another-level">
<a aria-expanded="false" data-bs-toggle="collapse" href="scrollpy.html#apexcharts-page">
Apexcharts
</a>
<ul class="collapse" id="apexcharts-page">
<li><a href="line.html">Line</a></li>
<li><a href="area_charts.html">Area</a></li>
<li><a href="column.html">Column</a></li>
<li><a href="bar.html">Bar</a></li>
<li><a href="mixed.html">Mixed</a></li>
<li><a href="timeline_range_charts.html">Timeline & Range-Bars</a></li>
<li><a href="candlestick_charts.html">Candlestick</a></li>
<li><a href="boxplot.html">Boxplot</a></li>
<li><a href="bubble.html">Bubble</a></li>
<li><a href="scatter.html">Scatter</a></li>
<li><a href="heatmap.html">Heatmap</a></li>
<li><a href="treemap.html">Treemap</a></li>
<li><a href="pie_charts.html">Pie</a></li>
<li><a href="radial_bar.html">Radial bar</a></li>
<li><a href="radar_chart.html">Radar</a></li>
</ul>
</li>
</ul>
</li>
<li class="menu-title"><span>Table & forms </span></li>
<li>
<a aria-expanded="false" data-bs-toggle="collapse" href="scrollpy.html#table">
<svg stroke="currentColor" stroke-width="1.5">
<use xlink:href="../assets/svg/_sprite.svg#table"></use>
</svg>
Table
</a>
<ul class="collapse" id="table">
<li><a href="basic_table.html">BasicTable</a></li>
<li><a href="data_table.html">Data Table</a></li>
<li><a href="list_table.html">List Js</a></li>
<li><a href="advance_table.html">Advance Table</a></li>
</ul>
</li>
<li>
<a aria-expanded="false" data-bs-toggle="collapse" href="scrollpy.html#forms">
<svg stroke="currentColor" stroke-width="1.5">
<use xlink:href="../assets/svg/_sprite.svg#wallet"></use>
</svg>
Forms elements
</a>
<ul class="collapse" id="forms">
<li><a href="form_validation.html">Form Validation</a></li>
<li><a href="base_inputs.html">Base Input</a></li>
<li><a href="checkbox_radio.html">Checkbox & Radio</a></li>
<li><a href="input_groups.html">Input Groups</a></li>
<li><a href="input_masks.html">Input Masks</a></li>
<li><a href="floating_labels.html">Floating Labels</a></li>
<li><a href="date_picker.html">Datetimepicker</a></li>
<li><a href="touch_spin.html">Touch spin</a></li>
<li><a href="select.html">Select2</a></li>
<li><a href="switch.html">Switch</a></li>
<li><a href="range_slider.html">Range Slider</a></li>
<li><a href="typeahead.html">Typeahead</a></li>
<li><a href="textarea.html">Textarea</a></li>
<li><a href="clipboard.html">Clipboard</a></li>
<li><a href="file_upload.html">File Upload</a></li>
<li><a href="dual_list_boxes.html">Dual List Boxes</a></li>
<li><a href="default_forms.html">Default Forms</a></li>
</ul>
</li>
<li>
<a aria-expanded="false" data-bs-toggle="collapse" href="scrollpy.html#ready_to_use">
<svg stroke="currentColor" stroke-width="1.5">
<use xlink:href="../assets/svg/_sprite.svg#newspaper"></use>
</svg>
Ready to use
<span class="badge text-bg-success badge-notification ms-2">2</span>
</a>
<ul class="collapse" id="ready_to_use">
<li><a href="form_wizards.html">Form wizards</a></li>
<li><a href="form_wizard_1.html">Form wizards 1</a></li>
<li><a href="form_wizard_2.html">Form wizards 2</a></li>
<li><a href="ready_to_use_form.html">Ready To Use Form</a></li>
<li><a href="ready_to_use_table.html">Ready To Use Tables</a></li>
</ul>
</li>
<li class="menu-title"><span>Pages</span></li>
<li>
<a aria-expanded="false" data-bs-toggle="collapse" href="scrollpy.html#auth_pages">
<svg stroke="currentColor" stroke-width="1.5">
<use xlink:href="../assets/svg/_sprite.svg#window"></use>
</svg>
Auth Pages
</a>
<ul class="collapse" id="auth_pages">
<li><a href="sign_in.html">Sign In</a></li>
<li><a href="sign_in_1.html">Sign In with Bg-image</a></li>
<li><a href="sign_up.html">Sign Up</a></li>
<li><a href="sign_up_1.html">Sign Up with Bg-image</a></li>
<li><a href="password_reset.html">Password Reset</a></li>
<li><a href="password_reset_1.html">Password Reset with Bg-image</a></li>
<li><a href="password_create.html">Password Create</a></li>
<li><a href="password_create_1.html">Password Create with Bg-image</a></li>
<li><a href="lock_screen.html">Lock Screen</a></li>
<li><a href="lock_screen_1.html">Lock Screen with Bg-image</a></li>
<li><a href="two_step_verification.html">Two-Step Verification</a></li>
<li><a href="two_step_verification_1.html">Two-Step Verification with Bg-image</a></li>
</ul>
</li>
<li>
<a aria-expanded="false" data-bs-toggle="collapse" href="scrollpy.html#error_pages">
<svg stroke="currentColor" stroke-width="1.5">
<use xlink:href="../assets/svg/_sprite.svg#exclamation-circle"></use>
</svg>
Error Pages
</a>
<ul class="collapse" id="error_pages">
<li><a href="error_400.html">Bad Request </a></li>
<li><a href="error_403.html">Forbidden </a></li>
<li><a href="error_404.html">Not Found</a></li>
<li><a href="error_500.html">Internal Server</a></li>
<li><a href="error_503.html">Service Unavailable</a></li>
</ul>
</li>
<li>
<a aria-expanded="false" data-bs-toggle="collapse" href="scrollpy.html#other_pages">
<svg stroke="currentColor" stroke-width="1.5">
<use xlink:href="../assets/svg/_sprite.svg#document"></use>
</svg>
Other Pages
</a>
<ul class="collapse" id="other_pages">
<li><a href="blank.html">Blank</a></li>
<li><a href="maintenance.html">Maintenance</a></li>
<li><a href="landing.html">Landing Page</a></li>
<li><a href="coming_soon.html">Coming Soon</a></li>
<li><a href="sitemap.html">Sitemap</a></li>
<li><a href="privacy_policy.html">Privacy Policy</a></li>
<li><a href="terms_condition.html">Terms &amp; Condition</a></li>
</ul>
</li>
<li class="menu-title"><span>Others</span></li>
<li>
<a aria-expanded="false" data-bs-toggle="collapse" href="scrollpy.html#level">
<svg stroke="currentColor" stroke-width="1.5">
<use xlink:href="../assets/svg/_sprite.svg#arrow-down"></use>
</svg>
2 level
</a>
<ul class="collapse" id="level">
<li><a href="scrollpy.html#">Blank</a></li>
<li class="another-level">
<a aria-expanded="false" data-bs-toggle="collapse" href="scrollpy.html#level2">
Another level
</a>
<ul class="collapse" id="level2">
<li><a href="blank.html">Blank</a></li>
</ul>
</li>
</ul>
</li>
<li class="no-sub">
<a href="https://phpstack-1384472-5121645.cloudwaysapps.com/document/html/ki-admin/index.html">
<svg stroke="currentColor" stroke-width="1.5">
<use xlink:href="../assets/svg/_sprite.svg#document-text"></use>
</svg>
Document
</a>
</li>
<li class="no-sub">
<a href="mailto:teqlathemes@gmail.com">
<svg stroke="currentColor" stroke-width="1.5">
<use xlink:href="../assets/svg/_sprite.svg#chat-bubble"></use>
</svg>
Support
</a>
</li>
</ul>
</div>
<div class="menu-navs">
<span class="menu-previous"><i class="ti ti-chevron-left"></i></span>
<span class="menu-next"><i class="ti ti-chevron-right"></i></span>
</div>
</nav>
<!-- Menu Navigation ends -->
<div class="app-content">
<div class="">
<!-- Header Section starts -->
<header class="header-main">
<div class="container-fluid">
<div class="row">
<div class="col-8 col-sm-6 d-flex align-items-center header-left p-0">
<span class="header-toggle ">
<i class="ph ph-squares-four"></i>
</span>
<div class="header-searchbar w-100">
<form action="scrollpy.html#" class="mx-sm-3 app-form app-icon-form ">
<div class="position-relative">
<input aria-label="Search" class="form-control" placeholder="Search..."
type="search">
<i class="ti ti-search text-dark"></i>
</div>
</form>
</div>
</div>
<div class="col-4 col-sm-6 d-flex align-items-center justify-content-end header-right p-0">
<ul class="d-flex align-items-center">
<li class="header-language">
<div class="flex-shrink-0 dropdown" id="lang_selector">
<a aria-expanded="false" class="d-block head-icon ps-0"
data-bs-toggle="dropdown"
href="scrollpy.html#">
<div class="lang-flag lang-en ">
<span class="flag rounded-circle overflow-hidden">
<i class=""></i>
</span>
</div>
</a>
<ul class="dropdown-menu language-dropdown header-card border-0">
<li class="lang lang-en selected dropdown-item p-2" data-bs-placement="top"
data-bs-toggle="tooltip" title="US">
<span class="d-flex align-items-center">
<i class="flag-icon flag-icon-usa flag-icon-squared rounded-circle f-s-20"></i>
<span class="ps-2">US</span>
</span>
</li>
<li class="lang lang-pt dropdown-item p-2" title="FR">
<span class="d-flex align-items-center">
<i class="flag-icon flag-icon-fra flag-icon-squared rounded-circle f-s-20"></i>
<span class="ps-2">France</span>
</span>
</li>
<li class="lang lang-es dropdown-item p-2" title="UK">
<span class="d-flex align-items-center">
<i class="flag-icon flag-icon-gbr flag-icon-squared rounded-circle f-s-20"></i>
<span class="ps-2">UK</span>
</span>
</li>
<li class="lang lang-es dropdown-item p-2" title="IT">
<span class="d-flex align-items-center">
<i class="flag-icon flag-icon-ita flag-icon-squared rounded-circle f-s-20"></i>
<span class="ps-2">Italy</span>
</span>
</li>
</ul>
</div>
</li>
<li class="header-apps">
<a aria-controls="appscanvasRights"
class="d-block head-icon bg-light-dark rounded-circle f-s-22 p-2"
data-bs-target="#appscanvasRights" data-bs-toggle="offcanvas"
href="scrollpy.html#" role="button">
<i class="ph ph-bounding-box"></i>
</a>
<div aria-labelledby="appscanvasRightsLabel"
class="offcanvas offcanvas-end header-apps-canvas"
id="appscanvasRights"
tabindex="-1">
<div class="offcanvas-header">
<h5 class="offcanvas-title" id="appscanvasRightsLabel">Shortcut</h5>
<div class="app-dropdown flex-shrink-0">
<a aria-expanded="false" class=" p-1" data-bs-auto-close="outside"
data-bs-toggle="dropdown"
href="scrollpy.html#"
role="button">
<i class="ph-bold ph-faders-horizontal f-s-20"></i>
</a>
<ul class="dropdown-menu mb-3">
<li class="dropdown-item">
<a href="setting.html" target="_blank">
Privacy Settings
</a>
</li>
<li class="dropdown-item">
<a href="setting.html" target="_blank">
Account Settings
</a>
</li>
<li class="dropdown-item">
<a href="setting.html" target="_blank">
Accessibility
</a>
</li>
<li class="dropdown-divider"></li>
<li class="dropdown-item border-0">
<a aria-expanded="false" data-bs-toggle="dropdown" href="scrollpy.html#"
role="button">
More Settings
</a>
<ul class="dropdown-menu sub-menu">
<li class="dropdown-item">
<a href="setting.html" target="_blank">
Backup and Restore
</a>
</li>
<li class="dropdown-item">
<a href="setting.html" target="_blank">
<span>Data Usage</span>
</a>
</li>
<li class="dropdown-item">
<a href="setting.html" target="_blank">
<span>Theme</span>
</a>
</li>
<li class="dropdown-item d-flex align-items-center justify-content-between">
<a href="scrollpy.html#">
<p class="mb-0">Notification</p>
</a>
<div class="flex-shrink-0">
<div class="form-check form-switch">
<input class="form-check-input form-check-primary"
id="notificationSwitch"
type="checkbox">
</div>
</div>
</li>
</ul>
</li>
</ul>
</div>
</div>
<div class="offcanvas-body app-scroll">
<div class="row row-cols-3 g-2">
<div class="d-flex-center text-center">
<a class="text-light-primary w-100 rounded-3 py-3 px-2 "
href="product.html"
target="_blank">
<span>
<i class="ph-light ph-shopping-bag-open f-s-30"></i>
</span>
<p class="mb-0 f-w-500 text-dark">E-shop</p>
</a>
</div>
<div class="d-flex-center text-center">
<a class="text-light-danger w-100 rounded-3 py-3 px-2 "
href="email.html"
target="_blank">
<span>
<i class="ph-light ph-envelope f-s-30"></i>
</span>
<p class="mb-0 f-w-500 text-dark">Email</p>
</a>
</div>
<div class="d-flex-center text-center">
<a class="text-light-success w-100 rounded-3 py-3 px-2 "
href="chat.html"
target="_blank">
<span>
<i class="ph-light ph-chat-circle-text f-s-30"></i>
</span>
<p class="mb-0 f-w-500 text-dark">Chat</p>
</a>
</div>
<div class="d-flex-center text-center">
<a class="text-light-warning w-100 rounded-3 py-3 px-2 "
href="project_app.html"
target="_blank">
<span>
<i class="ph-light ph-projector-screen-chart f-s-30"></i>
</span>
<p class="mb-0 f-w-500 text-dark">Project</p>
</a>
</div>
<div class="d-flex-center text-center">
<a class="text-light-info w-100 rounded-3 py-3 px-2 "
href="invoice.html"
target="_blank">
<span>
<i class="ph-light ph-scroll f-s-30"></i>
</span>
<p class="mb-0 f-w-500 text-dark">Invoice</p>
</a>
</div>
<div class="d-flex-center text-center">
<a class="text-light-dark w-100 rounded-3 py-3 px-2 "
href="blog.html"
target="_blank">
<span>
<i class="ph-light ph-notebook f-s-30"></i>
</span>
<p class="mb-0 f-w-500 text-dark">Blog</p>
</a>
</div>
<div class="d-flex-center text-center">
<a class="text-light-danger w-100 rounded-3 py-3 px-2 "
href="calendar.html"
target="_blank">
<span>
<i class="ph-light ph-calendar f-s-30"></i>
</span>
<p class="mb-0 f-w-500 text-dark">Calender</p>
</a>
</div>
<div class="d-flex-center text-center">
<a class="text-light-warning w-100 rounded-3 py-3 px-2 "
href="file_manager.html"
target="_blank">
<span>
<i class="ph-light ph-folder-open f-s-30"></i>
</span>
<p class="mb-0 f-w-500 text-dark txt-ellipsis-1">File
Manager</p>
</a>
</div>
<div class="d-flex-center text-center">
<a class="text-light-primary w-100 rounded-3 py-3 px-2 "
href="gallery.html"
target="_blank">
<span>
<i class="ph-light ph-google-photos-logo f-s-30"></i>
</span>
<p class="mb-0 f-w-500 text-dark">Gallery</p>
</a>
</div>
<div class="d-flex-center text-center">
<a class="text-light-success w-100 rounded-3 py-3 px-2 "
href="profile.html"
target="_blank">
<span>
<i class="ph-light ph-users-three f-s-30"></i>
</span>
<p class="mb-0 f-w-500 text-dark">Profile</p>
</a>
</div>
<div class="d-flex-center text-center">
<a class="text-light-secondary w-100 rounded-3 py-3 px-2 "
href="kanban_board.html"
target="_blank">
<span>
<i class="ph-light ph-selection-foreground f-s-30"></i>
</span>
<p class="mb-0 f-w-500 text-dark">Task Board</p>
</a>
</div>
<div class="d-flex-center text-center">
<a class="d-flex-center text-light-secondary w-100 h-100 rounded-3 p-2 dashed-1-secondary"
href="kanban_board.html"
target="_blank">
<span>
<i class="ph-light ph-plus f-s-30"></i>
</span>
</a>
</div>
</div>
</div>
</div>
</li>
<li class="header-cart">
<a aria-controls="cartcanvasRight"
class="d-block head-icon position-relative bg-light-dark rounded-circle f-s-22 p-2"
data-bs-target="#cartcanvasRight"
data-bs-toggle="offcanvas"
href="scrollpy.html#" role="button">
<i class="ph ph-shopping-cart-simple"></i>
<span
class="position-absolute translate-middle badge rounded-pill bg-danger badge-notification">4</span>
</a>
<div aria-labelledby="cartcanvasRightLabel"
class="offcanvas offcanvas-end header-cart-canvas"
id="cartcanvasRight"
tabindex="-1">
<div class="offcanvas-header">
<h5 class="offcanvas-title" id="cartcanvasRightLabel">Cart</h5>
<button aria-label="Close" class="btn-close" data-bs-dismiss="offcanvas"
type="button"></button>
</div>
<div class="offcanvas-body app-scroll p-0">
<div class="head-container">
<div class="head-box">
<span class="b-1-light bg-light-primary h-45 w-45 d-flex-center b-r-6">
<img alt="cart" class="img-fluid p-1"
src="../assets/images/header/cart/01.png">
</span>
<div class="flex-grow-1 ms-2">
<a class="mb-0 f-w-600 f-s-16" href="product_details.html"
target="_blank"> Backpacks (3<i
class="ti ti-star-filled text-warning f-s-12"></i>)
</a>
<div>
<span class="text-dark"><span
class="text-secondary f-w-400">size</span> : M</span>
<span class="text-dark ms-2"><span
class="text-secondary f-w-400">color</span> :Pink</span>
</div>
</div>
<div class="text-end">
<i class="ph ph-trash f-s-18 text-danger close-btn"></i>
<p class="text-muted f-w-500 mb-0">$600.50 x 1</p>
</div>
</div>
<div class="head-box">
<span class="b-1-light bg-light-primary h-45 w-45 d-flex-center b-r-6">
<img alt="cart" class="img-fluid p-1"
src="../assets/images/header/cart/05.png">
</span>
<div class="flex-grow-1 ms-2">
<a class="mb-0 f-w-600 f-s-16" href="product_details.html"
target="_blank"> Women's Watch (4<i
class="ti ti-star-filled text-warning f-s-12"></i>)</a>
<div>
<span class="text-dark"><span
class="text-secondary f-w-400">size</span> : S</span>
<span class="text-dark ms-2"><span
class="text-secondary f-w-400">color</span> :Rose Gold</span>
</div>
</div>
<div class="text-end">
<i class="ph ph-trash f-s-18 text-danger close-btn"></i>
<p class="text-muted f-w-500 mb-0">$519.10 x 2</p>
</div>
</div>
<div class="head-box">
<span class="b-1-light bg-light-primary h-45 w-45 d-flex-center b-r-6">
<img alt="cart" class="img-fluid p-1"
src="../assets/images/header/cart/04.png">
</span>
<div class="flex-grow-1 ms-2">
<a class="mb-0 f-w-600 f-s-16" href="product_details.html"
target="_blank">Sandals (5 <i
class="ti ti-star-filled text-warning f-s-12"></i>)</a>
<div>
<span class="text-dark"><span
class="text-secondary f-w-400">size</span> : 8</span>
<span class="text-dark ms-2"><span
class="text-secondary f-w-400">color</span> :White</span>
</div>
</div>
<div class="text-end">
<i class="ph ph-trash f-s-18 text-danger close-btn"></i>
<p class="text-muted f-w-500 mb-0">$390 x 2</p>
</div>
</div>
<div class="head-box ">
<span class="b-1-light bg-light-primary h-45 w-45 d-flex-center b-r-6">
<img alt="cart" class="img-fluid p-1"
src="../assets/images/header/cart/03.png">
</span>
<div class="flex-grow-1 ms-2">
<a class="mb-0 f-w-600 f-s-16" href="product_details.html"
target="_blank"> Jackets (3<i
class="ti ti-star-filled text-warning f-s-12"></i>)</a>
<div>
<span class="text-dark"><span
class="text-secondary f-w-400">size</span> : XL</span>
<span class="text-dark ms-2"><span
class="text-secondary f-w-400">color</span> :Blue</span>
</div>
</div>
<div class="text-end">
<i class="ph ph-trash f-s-18 text-danger close-btn"></i>
<p class="text-muted f-w-500 mb-0">$300.00 x 2</p>
</div>
</div>
<div class="head-box ">
<span class="b-1-light bg-light-primary h-45 w-45 d-flex-center b-r-6">
<img alt="cart" class="img-fluid p-1"
src="../assets/images/header/cart/02.png">
</span>
<div class="flex-grow-1 ms-2">
<a class="mb-0 f-w-600 f-s-16" href="product_details.html"
target="_blank"> Shoes (3<i
class="ti ti-star-filled text-warning f-s-12"></i>)</a>
<div>
<span class="text-dark"><span
class="text-secondary f-w-400">size</span> : 9</span>
<span class="text-dark ms-2"><span
class="text-secondary f-w-400">color</span> :White</span>
</div>
</div>
<div class="text-end">
<i class="ph ph-trash f-s-18 text-danger close-btn"></i>
<p class="text-muted f-w-500 mb-0">$450.00 x 1</p>
</div>
</div>
<div class="hidden-massage py-4 px-3">
<div>
<i class="ph-duotone ph-shopping-bag-open f-s-50 text-primary"></i>
<h6 class="mb-0">Your Cart is Empty</h6>
<p class="text-secondary mb-0">Add some items :)</p>
<a class="btn btn-light-primary btn-xs mt-2"
href="product_details.html">Shop
Now</a>
</div>
</div>
</div>
</div>
<div class="offcanvas-footer">
<div class="head-box-footer p-3">
<div class="mb-4">
<h6 class="text-muted f-w-600">Total <span
class="float-end text-primary">$3,468.00</span></h6>
</div>
<div class="header-cart-btn">
<a class="btn btn-primary" href="cart.html" role="button"
target="_blank">
<i class="ti ti-eye"></i> View Cart</a>
<a class="btn btn-success" href="checkout.html" role="button"
target="_blank">
Checkout <i class="ti ti-shopping-cart"></i></a>
</div>
</div>
</div>
</div>
</li>
<li class="header-dark">
<div class="sun-logo head-icon bg-light-dark rounded-circle f-s-22 p-2">
<i class="ph ph-moon-stars"></i>
</div>
<div class="moon-logo head-icon bg-light-dark rounded-circle f-s-22 p-2">
<i class="ph ph-sun-dim"></i>
</div>
</li>
<li class="header-notification">
<a aria-controls="notificationcanvasRight"
class="d-block head-icon position-relative bg-light-dark rounded-circle f-s-22 p-2"
data-bs-target="#notificationcanvasRight"
data-bs-toggle="offcanvas"
href="scrollpy.html#"
role="button">
<i class="ph ph-bell"></i>
<span
class="position-absolute translate-middle p-1 bg-primary border border-light rounded-circle animate__animated animate__fadeIn animate__infinite animate__slower"></span>
</a>
<div aria-labelledby="notificationcanvasRightLabel"
class="offcanvas offcanvas-end header-notification-canvas"
id="notificationcanvasRight" tabindex="-1">
<div class="offcanvas-header">
<h5 class="offcanvas-title" id="notificationcanvasRightLabel">
Notification</h5>
<button aria-label="Close" class="btn-close" data-bs-dismiss="offcanvas"
type="button"></button>
</div>
<div class="offcanvas-body app-scroll p-0">
<div class="head-container">
<div class="notification-message head-box">
<div class="message-content-box flex-grow-1 pe-2">
<a class="f-s-15 text-dark mb-0"
href="read_email.html"><span
class="f-w-500 text-dark">Gene Hart</span> wants to
edit <span
class="f-w-500 text-dark">Report.doc</span></a>
<div>
<a class="d-inline-block f-w-500 text-success me-1"
href="scrollpy.html#">Approve</a>
<a class="d-inline-block f-w-500 text-danger"
href="scrollpy.html#">Deny</a>
</div>
</div>
<div class="text-end">
<i class="ph ph-trash f-s-18 text-danger close-btn"></i>
<div>
<span class="badge text-light-primary"> sep 23 </span>
</div>
</div>
</div>
<div class="notification-message head-box">
<div class="message-content-box flex-grow-1 pe-2">
<a class="f-s-15 text-dark mb-0" href="read_email.html">Hey
<span
class="f-w-500 text-dark">Emery McKenzie</span>,
get ready: Your order from <span
class="f-w-500 text-dark">@Shopper.com</span></a>
</div>
<div class="text-end">
<i class="ph ph-trash f-s-18 text-danger close-btn"></i>
<div>
<span class="badge text-light-primary"> sep 23 </span>
</div>
</div>
</div>
<div class="notification-message head-box">
<div class="message-content-box flex-grow-1 pe-2">
<a class="f-s-15 text-dark mb-0"
href="read_email.html"><span
class="f-w-500 text-dark">Simon Young</span> shared
a file called <span
class="f-w-500 text-dark">Dropdown.pdf</span></a>
</div>
<div class="text-end">
<i class="ph ph-trash f-s-18 text-danger close-btn"></i>
<div>
<span class="badge text-light-primary"> 30 min</span>
</div>
</div>
</div>
<div class="notification-message head-box">
<div class="message-content-box flex-grow-1 pe-2">
<a class="f-s-15 text-dark mb-0"
href="read_email.html"><span
class="f-w-500 text-dark">Becky G. Hayes</span> has
added a comment to <span
class="f-w-500 text-dark">Final_Report.pdf</span></a>
</div>
<div class="text-end">
<i class="ph ph-trash f-s-18 text-danger close-btn"></i>
<div>
<span class="badge text-light-primary"> 45 min</span>
</div>
</div>
</div>
<div class="notification-message head-box">
<div class="message-content-box flex-grow-1 pe-2">
<a class="f-s-15 text-dark mb-0 "
href="read_email.html"><span
class="f-w-600 text-dark">@Romaine</span>
invited you to a meeting
</a>
<div>
<a class="d-inline-block f-w-500 text-success me-1"
href="scrollpy.html#">Join</a>
<a class="d-inline-block f-w-500 text-danger" href="scrollpy.html#">Decline</a>
</div>
</div>
<div class="text-end">
<i class="ph ph-trash f-s-18 text-danger close-btn"></i>
<div>
<span class="badge text-light-primary"> 1 hour ago </span>
</div>
</div>
</div>
<div class="hidden-massage py-4 px-3">
<div>
<i class="ph-duotone ph-bell-ringing f-s-50 text-primary"></i>
</div>
<div>
<h6 class="mb-0">Notification Not Found</h6>
<p class="text-dark">When you have any notifications added
here,will
appear here.
</p>
</div>
</div>
</div>
</div>
</div>
</li>
</ul>
</div>
</div>
</div>
</header>
<!-- Header Section ends -->
<!-- Body main section starts -->
<main>
<div class="container-fluid">
<!-- Breadcrumb start -->
<div class="row m-1">
<div class="col-12 ">
<h4 class="main-title">Scrollpy</h4>
<ul class="app-line-breadcrumbs mb-3">
<li class="">
<a class="f-s-14 f-w-500" href="scrollpy.html#">
<span>
<i class="ph-duotone ph-briefcase-metal f-s-16"></i> Advance UI
</span>
</a>
</li>
<li class="active">
<a class="f-s-14 f-w-500" href="scrollpy.html#">Scrollpy</a>
</li>
</ul>
</div>
</div>
<!-- Breadcrumb end -->
<!-- scrollpy strat -->
<!-- Scrollpy in Navbar start -->
<div class="col-12">
<div class="card">
<div class="card-header">
<h5>Scrollpy in Navbar</h5>
</div>
<div class="card-body">
<div class="navbar navbar-expand-lg scrollpy-navbar bg-body-tertiary"
id="navbar-example2">
<div class="container-fluid">
<a class="navbar-brand" href="scrollpy.html#">
<img alt="#" class="w-150" src="../assets/images/logo/1.png">
</a>
<button aria-controls="navbarSupportedContent" aria-expanded="false"
aria-label="Toggle navigation"
class="navbar-toggler"
data-bs-target="#navbarSupportedContent" data-bs-toggle="collapse"
type="button">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="nav nav-pills ms-auto">
<li class="nav-item">
<a class="nav-link nav-pill-primary"
href="scrollpy.html#scrollspyHeading1">First</a>
</li>
<li class="nav-item">
<a class="nav-link nav-pill-primary" href="scrollpy.html#scrollspyHeading2">Second</a>
</li>
<li class="nav-item dropdown">
<a aria-expanded="false"
class="nav-link dropdown-toggle nav-pill-primary"
data-bs-toggle="dropdown"
href="scrollpy.html#" role="button">Dropdown</a>
<ul class="dropdown-menu">
<li><a class="dropdown-item nav-pill-primary"
href="scrollpy.html#scrollspyHeading3">Third</a></li>
<li><a class="dropdown-item nav-pill-primary"
href="scrollpy.html#scrollspyHeading4">Fourth</a></li>
<li>
<hr class="dropdown-divider">
</li>
<li><a class="dropdown-item nav-pill-primary"
href="scrollpy.html#scrollspyHeading5">Fifth</a></li>
</ul>
</li>
</ul>
</div>
</div>
</div>
<div class="scrollspy-example p-3 rounded-2 h-250 overflow-y-scroll app-scroll"
data-bs-root-margin="0px 0px -40%"
data-bs-smooth-scroll="true"
data-bs-spy="scroll"
data-bs-target="#navbar-example2"
tabindex="0">
<h5 class="f-w-500 mb-2 text-dark" id="scrollspyHeading1">First paragraph</h5>
<p class="f-s-15 text-secondary mg-b-14">Platea platea, sapien rutrum duis
adipiscing, dictumst. Arcu nibh. Ligula tellus senectus, penatibus maecenas
laoreet. Purus odio sociis phasellus habitasse nulla ligula duis interdum,
ultrices aliquam. Convallis odio augue pellentesque inceptos varius fermentum
facilisi vel eget porttitor neque, congue suscipit conubia justo nibh. Semper
sollicitudin nibh volutpat class. Nisl congue.</p>
<h5 class="f-w-500 mb-2 text-dark" id="scrollspyHeading2">Second paragraph</h5>
<p class="f-s-15 text-secondary mg-b-14">Lectus torquent sapien placerat bibendum,
convallis cras ut nunc senectus ultricies venenatis, sapien. Pellentesque
condimentum. Nisl. Nisl primis est rhoncus. Purus massa purus urna, fermentum
nec auctor eu ultricies hac. Auctor curabitur dolor faucibus. Sagittis.
Fringilla eleifend. Eu mi nam montes odio habitasse mus pede hendrerit. Massa
malesuada sit arcu aenean taciti montes etiam facilisi aptent, quisque commodo
cubilia nascetur habitasse primis elit ridiculus lectus mus cum sem nibh
vivamus.</p>
<h5 class="f-w-500 mb-2 text-dark" id="scrollspyHeading3">Third paragraph</h5>
<p class="f-s-15 text-secondary mg-b-14">Ligula platea at eleifend vivamus nibh
porta auctor ornare pellentesque cras et donec varius quam tempus. Mattis.
Sollicitudin diam quisque libero mattis phasellus dui placerat mauris, hymenaeos
aliquet fermentum facilisis turpis rhoncus nascetur fusce, tempus ligula mus
senectus sociosqu proin donec quis nibh augue etiam quis nunc accumsan dui
placerat imperdiet natoque. Erat potenti arcu euismod scelerisque nisi. Netus
eget hendrerit facilisis donec risus. Nam fusce lobortis mi leo diam.</p>
<h5 class="f-w-500 mb-2 text-dark" id="scrollspyHeading4">Fourth paragraph</h5>
<p class="f-s-15 text-secondary mg-b-14">Diam condimentum etiam. In adipiscing dis
aliquet nam ipsum etiam per viverra Quam platea posuere quis nunc et, vitae
congue natoque lobortis laoreet. Sapien potenti augue litora porta mi vitae
conubia natoque justo auctor pretium et convallis habitant potenti sed ridiculus
velit mattis quam sociosqu venenatis fames vitae parturient nisl pretium
pulvinar eros ultricies massa feugiat sapien sagittis luctus ultrices leo
conubia auctor. Lorem sed facilisi donec mollis facilisi. Pulvinar.</p>
<h5 class="f-w-500 mb-2 text-dark" id="scrollspyHeading5">Fifth paragraph</h5>
<p class="f-s-15 text-secondary">Hymenaeos tincidunt donec vivamus suspendisse
condimentum tincidunt vestibulum varius enim, odio gravida pellentesque fames Ac
orci bibendum nullam eu posuere natoque tempus blandit lobortis tortor hymenaeos
faucibus eleifend faucibus ultrices etiam etiam luctus, volutpat nostra nunc Est
sit sodales ad malesuada justo dignissim eget est cum accumsan maecenas tempus
orci ipsum a nisl vel porta. Suspendisse gravida placerat vel cursus facilisi
parturient justo diam pede conubia vulputate vivamus libero iaculis primis
sociosqu mattis non natoque penatibus adipiscing mollis fermentum ac ut feugiat
pulvinar Lobortis nibh amet. Adipiscing nec phasellus primis. Pretium urna
phasellus mi habitant tellus a ac ornare posuere.</p>
</div>
</div>
</div>
</div>
<!-- Scrollpy in Navbar end -->
<!-- Scrollpy with nested nav start -->
<div class="col-12">
<div class="row">
<div class="col-sm-4">
<div class="card">
<div class="card-header">
<h5>Scrollpy with nested nav</h5>
</div>
<div class="card-body">
<div class="h-100 flex-column align-items-stretch pe-4 scrollpy-nested-nav"
id="navbar-example3">
<div class="nav nav-pills flex-column">
<a class="nav-link nav-pill-primary" href="scrollpy.html#item-1">Item 1</a>
<div class="nav nav-pills flex-column">
<a class="nav-link nav-pill-primary ms-3 my-1" href="scrollpy.html#item-1-1">Item
1.1</a>
<a class="nav-link nav-pill-primary ms-3 my-1" href="scrollpy.html#item-1-2">Item
1.2</a>
</div>
<a class="nav-link nav-pill-primary" href="scrollpy.html#item-2">Item 2</a>
<a class="nav-link nav-pill-primary" href="scrollpy.html#item-3">Item 3</a>
<div class="nav nav-pills flex-column">
<a class="nav-link nav-pill-primary ms-3 my-1" href="scrollpy.html#item-3-1">Item
3.1</a>
<a class="nav-link nav-pill-primary ms-3 my-1" href="scrollpy.html#item-3-2">Item
3.2</a>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="col-sm-8">
<div class="card">
<div class="card-body">
<div class="scrollspy-example-2 h-350 overflow-y-scroll app-scroll"
data-bs-smooth-scroll="true"
data-bs-spy="scroll"
data-bs-target="#navbar-example3"
tabindex="0">
<div id="item-1">
<h5 class="f-w-500 mb-2 text-dark">Item 1</h5>
<p class="f-s-15 text-secondary mg-b-14">A web designer is a skilled
professional who specializes in creating visually appealing and
functional websites. They possess a strong understanding of design
principles, user experience, and coding languages to develop
websites that are both aesthetically pleasing and user-friendly. A
web designer is responsible for creating the overall look and feel
of a</p>
</div>
<div id="item-1-1">
<h5 class="f-w-500 mb-2 text-dark">Item 1.1</h5>
<p class="f-s-15 text-secondary mg-b-14">The role of a web designer goes
beyond just creating visually appealing websites. They also need to
have a deep understanding of user experience (UX) design principles.
This involves considering how users will interact with the website,
ensuring that it is easy to navigate, and optimizing it for
different devices and screen sizes. A web designer needs to have a
keen eye for detail and be able to create designs</p>
</div>
<div id="item-1-2">
<h5 class="f-w-500 mb-2 text-dark"> Item 1.2</h5>
<p class="f-s-15 text-secondary mg-b-14">It is a long-established fact
that a reader will be distracted by the readable
content of a page when looking at its layout. The point of using
Lorem Ipsum is that
it has a more-or-less normal distribution of letters, as opposed to
using 'Content
here, content here', making it look like readable English. Many
desktop publishing
packages and web page editors now use Lorem Ipsum as their default
model text, and a
search for 'lorem ipsum' will uncover many websites still in their
infancy. Various
versions have evolved over the years, sometimes by accident,
sometimes on purpose
injected humour and the like</p>
</div>
<div id="item-2">
<h5 class="f-w-500 mb-2 text-dark">Item 2</h5>
<p class="f-s-15 text-secondary mg-b-14">In addition to design skills, a
web designer also needs to have a solid understanding of coding
languages such as HTML, CSS, and JavaScript. This allows them to
bring their designs to life and ensure that the website functions as
intended. They need to be able to write clean and efficient code,
optimize the website for search engines, and ensure that it is
compatible with different browsers and devices.</p>
</div>
<div id="item-3">
<h5 class="f-w-500 mb-2 text-dark">Item 3</h5>
<p class="f-s-15 text-secondary mg-b-14"> A web designer is a creative
professional who specializes in designing and creating visually
appealing and user-friendly websites. They have a deep understanding
of various design principles, color schemes, typography, and layout
techniques to create a visually stunning website that aligns with
the client's brand and objectives. A web designer combines their
technical skills with their artistic flair to bring a website</p>
</div>
<div id="item-3-1">
<h5 class="f-w-500 mb-2 text-dark">Item 3.1</h5>
<p class="f-s-15 text-secondary mg-b-14"> The role of a web designer
goes beyond just creating a visually appealing website. They also
need to have a good understanding of user experience (UX) design
principles. This involves considering how users will interact with
the website, ensuring that it is easy to navigate, and that the
information is presented in a logical and intuitive manner. A web
designer will also need to have a good understanding of responsive
design, ensuring that the website looks and functions well on
different devices and screen sizes.</p>
</div>
<div id="item-3-2">
<h5 class="f-w-500 mb-2 text-dark">Item 3.2</h5>
<p class="f-s-15 text-secondary mg-b-14"> In addition to their design
skills, a web designer also needs to have a good understanding of
coding languages such as HTML, CSS, and JavaScript. This allows them
to bring their designs to life by coding the website and
implementing interactive elements. They may also need to work
closely with web developers to ensure that the design is implemented
correctly and that any technical issues are resolved. Overall, a web
designer plays a crucial role in creating visually appealing and
user-friendly websites that effectively communicate the client's
message</p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Scrollpy with nested nav end -->
<!-- Scrollpy with list-group start -->
<div class="col-12">
<div class="row">
<div class="col-sm-4">
<div class="card">
<div class="card-header">
<h5>Scrollpy with list-group</h5>
</div>
<div class="card-body">
<div class="row">
<div class="list-group" id="list-example">
<a class="list-group-item nav-pill-primary list-group-item-action"
href="scrollpy.html#list-item-1">Item 1</a>
<a class="list-group-item nav-pill-primary list-group-item-action"
href="scrollpy.html#list-item-2">Item 2</a>
<a class="list-group-item nav-pill-primary list-group-item-action"
href="scrollpy.html#list-item-3">Item 3</a>
<a class="list-group-item nav-pill-primary list-group-item-action"
href="scrollpy.html#list-item-4">Item 4</a>
</div>
</div>
</div>
</div>
</div>
<div class="col-sm-8">
<div class="card">
<div class="card-body">
<div class="scrollspy-example h-215 overflow-y-scroll app-scroll"
data-bs-smooth-scroll="true"
data-bs-spy="scroll"
data-bs-target="#list-example" tabindex="0">
<h5 class="f-w-500 mb-2 text-dark" id="list-item-1">Item 1</h5>
<p class="f-s-15 text-secondary mg-b-14">A digital artisan, skilled in the
art of crafting captivating online experiences, is what one would refer
to as a web designer. This master of the virtual realm possesses an
innate ability to blend aesthetics with functionality, creating visually
stunning websites that leave a lasting impression on the beholder. With
a keen eye for detail and an unwavering commitment to perfection, the
web designer meticulously weaves together colors, typography, and
imagery to construct a virtual masterpiece that not only captivates the
senses but also effortlessly guides the user through a seamless digital
journey.</p>
<h5 class="f-w-500 mb-2 text-dark" id="list-item-2">Item 2</h5>
<p class="f-s-15 text-secondary mg-b-14">Picture a modern-day Leonardo da
Vinci, armed with a palette of pixels and a canvas of code, and you have
the essence of a web designer. This visionary artist possesses an
unparalleled understanding of the digital landscape, effortlessly
transforming abstract concepts into tangible online realities. With an
unwavering dedication to staying ahead of the ever-evolving trends, the
web designer is a true pioneer, constantly pushing the boundaries of
creativity and innovation. Their work is a testament to their ability to
harmonize technology and design, resulting in websites that are not only
visually striking but also functionally flawless.
</p>
<h5 class="f-w-500 mb-2 text-dark" id="list-item-3">Item 3</h5>
<p class="f-s-15 text-secondary mg-b-14"> In the realm of the digital realm,
the web designer reigns supreme as the virtuoso of the online universe.
Armed with an arsenal of technical skills and an insatiable thirst for
creativity, this digital maestro orchestrates a symphony of pixels and
lines of code to create awe-inspiring websites that are as visually
captivating as they are user-friendly. With an acute understanding of
user experience and an unwavering commitment to excellence, the web
designer meticulously crafts every element of a website, ensuring that
it not only reflects the brand's identity but also engages and delights
its visitors. </p>
<h5 class="f-w-500 mb-2 text-dark" id="list-item-4">Item 4</h5>
<p class="f-s-15 text-secondary mg-b-14"> A digital artisan, skilled in the
art of crafting captivating online experiences, is what one would refer
to as a web designer. This master of the virtual realm possesses an
innate ability to blend aesthetics with functionality, creating visually
stunning websites that leave a lasting impression on the beholder. With
a keen eye for detail and an unwavering commitment to perfection, the
web designer meticulously weaves together colors, typography, and
imagery to construct a virtual masterpiece that not only captivates the
senses but also effortlessly guides the user through a seamless digital
journey.
</p>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Scrollpy with list-group end -->
<!-- Simple anchors start -->
<div class="col-12">
<div class="row">
<div class="col-sm-4">
<div class="card">
<div class="card-header">
<h5>Simple anchors</h5>
</div>
<div class="card-body">
<div class="d-flex flex-column gap-2 simple-list-example-scrollspy text-center"
id="simple-list-example">
<a class="p-1 rounded border" href="scrollpy.html#simple-list-item-1">Item 1</a>
<a class="p-1 rounded border" href="scrollpy.html#simple-list-item-2">Item 2</a>
<a class="p-1 rounded border" href="scrollpy.html#simple-list-item-3">Item 3</a>
<a class="p-1 rounded border" href="scrollpy.html#simple-list-item-4">Item 4</a>
<a class="p-1 rounded border" href="scrollpy.html#simple-list-item-5">Item 5</a>
</div>
</div>
</div>
</div>
<div class="col-sm-8">
<div class="card">
<div class="card-body">
<div class="scrollspy-example h-245 overflow-y-scroll app-scroll"
data-bs-offset="0"
data-bs-smooth-scroll="true"
data-bs-spy="scroll"
data-bs-target="#simple-list-example" tabindex="0">
<h5 class="f-w-500 mb-2 text-dark" id="simple-list-item-1">Item 1</h5>
<p class="f-s-15 text-secondary mg-b-14">Are you looking for a creative
professional who can bring your website to life? Look no further than a
web designer! With their expertise in both design and technology, web
designers have the skills to create visually stunning and user-friendly
websites that will captivate your audience. They understand the
importance of a well-designed website in today's digital age and can
tailor their designs to match your brand identity and target audience.
</p>
<h5 class="f-w-500 mb-2 text-dark" id="simple-list-item-2">Item 2</h5>
<p class="f-s-15 text-secondary mg-b-14">A web designer is not just someone
who knows how to make a website look good. They are skilled in various
programming languages and have a deep understanding of user experience
and interface design. They can create a website that not only looks
visually appealing but also functions seamlessly across different
devices and browsers. From choosing the right color palette to creating
intuitive navigation, a web designer pays attention to every detail to
ensure your website is both aesthetically pleasing and
user-friendly.</p>
<h5 class="f-w-500 mb-2 text-dark" id="simple-list-item-3">Item 3</h5>
<p class="f-s-15 text-secondary mg-b-14">It is a long-established fact that
a reader will be distracted by the readable
content of a page when looking at its layout. The point of using Lorem
Ipsum is that
it has a more-or-less normal distribution of letters, as opposed to
using 'Content
here, content here', making it look like readable English. Many desktop
publishing
packages and web page editors now use Lorem Ipsum as their default model
text, and a
search for 'lorem ipsum' will uncover many websites still in their
infancy. Various
versions have evolved over the years, sometimes by accident, sometimes
on purpose
injected humour and the like</p>
<h5 class="f-w-500 mb-2 text-dark" id="simple-list-item-4">Item 4</h5>
<p class="f-s-15 text-secondary mg-b-14"> In addition to their technical
skills, web designers are also great problem solvers. They can analyze
your business goals and translate them into a website that not only
meets your needs but also exceeds your expectations. They are constantly
staying updated with the latest design trends and technologies to ensure
your website is modern and competitive in the online landscape. A web
designer is a valuable asset to any business or individual looking to
establish a strong online presence and make a lasting impression on
their audience.</p>
<h5 class="f-w-500 mb-2 text-dark" id="simple-list-item-5">Item 5</h5>
<p class="f-s-15 text-secondary mg-b-14"> A web designer is a professional
who specializes in creating and designing websites. They possess a
unique skill set that combines creativity, technical knowledge, and an
understanding of user experience. Web designers are responsible for the
visual layout, functionality, and overall aesthetics of a website. They
work closely with clients to understand their needs and objectives, and
then translate those into a visually appealing and user-friendly
website.</p>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Simple anchors end -->
</div>
</main>
<!-- Body main section ends -->
<!-- tap on top -->
<div class="go-top">
<span class="progress-value">
<i class="ti ti-arrow-up"></i>
</span>
</div>
<!-- Footer Section starts-->
<footer>
<div class="container-fluid">
<div class="row">
<div class="col-md-9 col-12">
<p class="footer-text f-w-600 mb-0">Copyright © 2025 ki-admin. All rights reserved 💖
V1.0.0</p>
</div>
<div class="col-md-3">
<div class="footer-text text-end">
<a class="f-w-500 text-primary" href="mailto:teqlathemes@gmail.com"> Need Help <i
class="ti ti-help"></i></a>
</div>
</div>
</div>
</div>
</footer>
<!-- Footer Section ends-->
</div>
</div>
</div>
<!--customizer-->
<div id="customizer"></div>
<!-- latest jquery-->
<script src="../assets/js/jquery-3.6.3.min.js"></script>
<!-- Simple bar js-->
<script src="../assets/vendor/simplebar/simplebar.js"></script>
<!-- phosphor js -->
<script src="../assets/vendor/phosphor/phosphor.js"></script>
<!-- Bootstrap js-->
<script src="../assets/vendor/bootstrap/bootstrap.bundle.min.js"></script>
<!-- App js-->
<script src="../assets/js/script.js"></script>
<!-- Customizer js-->
<script src="../assets/js/customizer.js"></script>
</body>
</html>