Skip to content

Latest commit

 

History

History
34 lines (33 loc) · 1.76 KB

File metadata and controls

34 lines (33 loc) · 1.76 KB

breadcrumbs

<nav class="breadcrumb-container" aria-label="Breadcrumb">
    <ol class="breadcrumb-ordered-list">
        <li class="breadcrumb-list-item">
            <a href="#" class="breadcrumb-list-item-first">
                <svg class="mr-2 w-4 h-4" fill="currentColor" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg">
                    <path d="M10.707 2.293a1 1 0 00-1.414 0l-7 7a1 1 0 001.414 1.414L4 10.414V17a1 1 0 001 1h2a1 1 0 001-1v-2a1 1 0 011-1h2a1 1 0 011 1v2a1 1 0 001 1h2a1 1 0 001-1v-6.586l.293.293a1 1 0 001.414-1.414l-7-7z"></path>
                </svg>
                Home
            </a>
        </li>
        <li>
        	<div class="breadcrumb-list-item-after">
                <svg class="breadcrumb-arrow-svg" fill="currentColor" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg">
                    <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd"></path>
                </svg>
                <a href="#" class="breadcrumb-list-item-after-redirect">previous page</a>
			</div>
        </li>
        <li aria-current="page">
            <div class="breadcrumb-list-item-after">
                <svg class="breadcrumb-arrow-svg" fill="currentColor" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg">
                    <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd"></path>
                </svg>
                <span class="ml-1 text-sm font-medium text-neutral md:ml-2 dark:text-base-100">
                    This page
                </span>
            </div>
        </li>
    </ol>
</nav>