mirror of
https://github.com/istiyakaminsanto/tailShape.git
synced 2025-12-18 03:47:03 +00:00
596 lines
35 KiB
HTML
596 lines
35 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en" class="dark">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<link rel="stylesheet" href="./../../../dist/tailshape.css">
|
|
<script defer src="https://unpkg.com/alpinejs@3.x.x/dist/cdn.min.js" defer></script>
|
|
<title>Template 24</title>
|
|
</head>
|
|
<body>
|
|
<button class="dark_mode_button_custom_style" id="dark_mood_toogler">
|
|
d
|
|
</button>
|
|
|
|
|
|
|
|
<!-- header 8 start -->
|
|
<div class="bg-gray-900">
|
|
<div x-data="{open_12_template_nav: false}" class="px-4 py-5 mx-auto sm:max-w-xl md:max-w-full lg:max-w-screen-xl md:px-24 lg:px-8">
|
|
<div class="relative flex items-center justify-between">
|
|
<a href="#" aria-label="Company" title="Company" class="inline-flex items-center">
|
|
<svg class="w-8 text-teal-400" viewBox="0 0 24 24" stroke-linejoin="round" stroke-width="2" stroke-linecap="round" stroke-miterlimit="10" stroke="currentColor" fill="none">
|
|
<rect x="3" y="1" width="7" height="12"></rect>
|
|
<rect x="3" y="17" width="7" height="6"></rect>
|
|
<rect x="14" y="1" width="7" height="6"></rect>
|
|
<rect x="14" y="11" width="7" height="12"></rect>
|
|
</svg>
|
|
<span class="ml-2 text-xl font-bold tracking-wide text-gray-100 uppercase">Company</span>
|
|
</a>
|
|
<ul class="hidden md:block md:flex items-center space-x-8 lg:flex">
|
|
<li><a href="#" aria-label="Our product" title="Our product" class="font-medium tracking-wide text-gray-100 transition-colors duration-200 hover:text-teal-400">Product</a></li>
|
|
<li><a href="#" aria-label="Our product" title="Our product" class="font-medium tracking-wide text-gray-100 transition-colors duration-200 hover:text-teal-400">Features</a></li>
|
|
<li><a href="#" aria-label="Product pricing" title="Product pricing" class="font-medium tracking-wide text-gray-100 transition-colors duration-200 hover:text-teal-400">Pricing</a></li>
|
|
<li><a href="#" aria-label="About us" title="About us" class="font-medium tracking-wide text-gray-100 transition-colors duration-200 hover:text-teal-400">About us</a></li>
|
|
<li>
|
|
<a
|
|
href="#"
|
|
class="inline-flex items-center justify-center h-8 px-4 font-medium tracking-wide text-white transition duration-200 rounded shadow-md bg-purple-400 hover:bg-purple-700 focus:shadow-outline focus:outline-none"
|
|
aria-label="Sign up"
|
|
title="Sign up"
|
|
>
|
|
Sign up
|
|
</a>
|
|
</li>
|
|
</ul>
|
|
<!-- Mobile menu -->
|
|
<div class="md:hidden">
|
|
<button @click="open_12_template_nav= ! open_12_template_nav" aria-label="Open Menu" title="Open Menu" class="p-2 -mr-1 transition duration-200 rounded focus:outline-none focus:shadow-outline">
|
|
<svg class="w-5 text-gray-600" viewBox="0 0 24 24">
|
|
<path fill="currentColor" d="M23,13H1c-0.6,0-1-0.4-1-1s0.4-1,1-1h22c0.6,0,1,0.4,1,1S23.6,13,23,13z"></path>
|
|
<path fill="currentColor" d="M23,6H1C0.4,6,0,5.6,0,5s0.4-1,1-1h22c0.6,0,1,0.4,1,1S23.6,6,23,6z"></path>
|
|
<path fill="currentColor" d="M23,20H1c-0.6,0-1-0.4-1-1s0.4-1,1-1h22c0.6,0,1,0.4,1,1S23.6,20,23,20z"></path>
|
|
</svg>
|
|
</button>
|
|
<div x-show="open_12_template_nav" class="absolute top-0 left-0 w-full ">
|
|
<div class="p-5 bg-white border rounded shadow-sm">
|
|
<div class="flex items-center justify-between mb-4">
|
|
<div>
|
|
<a href="#" aria-label="Company" title="Company" class="inline-flex items-center">
|
|
<svg class="w-8 text-deep-purple-accent-400" viewBox="0 0 24 24" stroke-linejoin="round" stroke-width="2" stroke-linecap="round" stroke-miterlimit="10" stroke="currentColor" fill="none">
|
|
<rect x="3" y="1" width="7" height="12"></rect>
|
|
<rect x="3" y="17" width="7" height="6"></rect>
|
|
<rect x="14" y="1" width="7" height="6"></rect>
|
|
<rect x="14" y="11" width="7" height="12"></rect>
|
|
</svg>
|
|
<span class="ml-2 text-xl font-bold tracking-wide text-gray-800 uppercase">Company</span>
|
|
</a>
|
|
</div>
|
|
<div>
|
|
<button @click="open_12_template_nav= false" aria-label="Close Menu" title="Close Menu" class="p-2 -mt-2 -mr-2 transition duration-200 rounded hover:bg-gray-200 focus:bg-gray-200 focus:outline-none focus:shadow-outline">
|
|
<svg class="w-5 text-gray-600" viewBox="0 0 24 24">
|
|
<path
|
|
fill="currentColor"
|
|
d="M19.7,4.3c-0.4-0.4-1-0.4-1.4,0L12,10.6L5.7,4.3c-0.4-0.4-1-0.4-1.4,0s-0.4,1,0,1.4l6.3,6.3l-6.3,6.3 c-0.4,0.4-0.4,1,0,1.4C4.5,19.9,4.7,20,5,20s0.5-0.1,0.7-0.3l6.3-6.3l6.3,6.3c0.2,0.2,0.5,0.3,0.7,0.3s0.5-0.1,0.7-0.3 c0.4-0.4,0.4-1,0-1.4L13.4,12l6.3-6.3C20.1,5.3,20.1,4.7,19.7,4.3z"
|
|
></path>
|
|
</svg>
|
|
</button>
|
|
</div>
|
|
</div>
|
|
<nav>
|
|
<ul class="space-y-4">
|
|
<li><a href="#" aria-label="Our product" title="Our product" class="font-medium tracking-wide text-gray-700 transition-colors duration-200 hover:text-teal-400">Product</a></li>
|
|
<li><a href="#" aria-label="Our product" title="Our product" class="font-medium tracking-wide text-gray-700 transition-colors duration-200 hover:text-teal-400">Features</a></li>
|
|
<li><a href="#" aria-label="Product pricing" title="Product pricing" class="font-medium tracking-wide text-gray-700 transition-colors duration-200 hover:text-teal-400">Pricing</a></li>
|
|
<li><a href="#" aria-label="About us" title="About us" class="font-medium tracking-wide text-gray-700 transition-colors duration-200 hover:text-teal-400">About us</a></li>
|
|
<li>
|
|
<a
|
|
href="#"
|
|
class="inline-flex items-center justify-center w-full h-12 px-6 font-medium tracking-wide text-white transition duration-200 rounded shadow-md bg-purple-400 hover:bg-purple-700 focus:shadow-outline focus:outline-none"
|
|
aria-label="Sign up"
|
|
title="Sign up"
|
|
>
|
|
Sign up
|
|
</a>
|
|
</li>
|
|
</ul>
|
|
</nav>
|
|
</div>
|
|
</div>
|
|
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
<!-- header 8 end -->
|
|
|
|
|
|
|
|
<!-- hero 13 start -->
|
|
<section class=" dark:bg-gray-800">
|
|
<header class="px-4 py-24 mx-auto max-w-7xl">
|
|
|
|
<div class="w-full mx-auto text-left md:w-11/12 xl:w-9/12 md:text-center">
|
|
<h1 class="mb-6 text-4xl font-extrabold leading-none tracking-normal text-gray-900 dark:text-gray-300 md:text-6xl md:tracking-tight">
|
|
All your <span class="block w-full text-transparent bg-clip-text bg-gradient-to-r from-green-400 to-purple-500 dark:bg-gradient-to-r dark:from-cyan-300 dark:to-emerald-500 lg:inline">customer feedback</span> in one single place.
|
|
</h1>
|
|
<p class="px-0 mb-6 text-lg dark:text-gray-500 text-gray-600 md:text-xl lg:px-24">
|
|
Hellonext is a feature voting software where you can allow your users to vote on features, publish roadmap, and complete your customer feedback loop.
|
|
</p>
|
|
<div class="mb-4 space-x-0 md:space-x-2 md:mb-8">
|
|
<a class="inline-flex items-center justify-center w-full mb-2 dark:text-cyan-400 sm:w-auto sm:mb-0" href="#">
|
|
Get Started
|
|
<svg class="w-4 h-4 ml-1 " xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
|
|
<path fill-rule="evenodd" d="M10.293 3.293a1 1 0 011.414 0l6 6a1 1 0 010 1.414l-6 6a1 1 0 01-1.414-1.414L14.586 11H3a1 1 0 110-2h11.586l-4.293-4.293a1 1 0 010-1.414z" clip-rule="evenodd" />
|
|
</svg>
|
|
</a>
|
|
<a class="inline-flex items-center justify-center w-full mb-2 dark:text-emerald-300 sm:w-auto sm:mb-0" href="#">
|
|
Book a Demo
|
|
<svg class="w-4 h-4 ml-1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
|
|
<path
|
|
fill-rule="evenodd"
|
|
d="M6.672 1.911a1 1 0 10-1.932.518l.259.966a1 1 0 001.932-.518l-.26-.966zM2.429 4.74a1 1 0 10-.517 1.932l.966.259a1 1 0 00.517-1.932l-.966-.26zm8.814-.569a1 1 0 00-1.415-1.414l-.707.707a1 1 0 101.415 1.415l.707-.708zm-7.071 7.072l.707-.707A1 1 0 003.465 9.12l-.708.707a1 1 0 001.415 1.415zm3.2-5.171a1 1 0 00-1.3 1.3l4 10a1 1 0 001.823.075l1.38-2.759 3.018 3.02a1 1 0 001.414-1.415l-3.019-3.02 2.76-1.379a1 1 0 00-.076-1.822l-10-4z"
|
|
clip-rule="evenodd"
|
|
/>
|
|
</svg>
|
|
</a>
|
|
</div>
|
|
</div>
|
|
<div class="w-full mx-auto mt-20 text-center dark:text-gray-500 md:w-10/12">
|
|
<img src="/hero.jpg" alt="Hellonext feedback boards software screenshot" class="w-full rounded-lg shadow-2xl" />
|
|
</div>
|
|
|
|
</header>
|
|
</section>
|
|
<!-- hero 13 end -->
|
|
|
|
|
|
|
|
<!-- feature 10 start -->
|
|
<section class="dark:bg-gray-900 dark:text-gray-100">
|
|
<div class="container max-w-xl p-6 py-12 mx-auto space-y-24 lg:px-8 lg:max-w-7xl">
|
|
<div>
|
|
<h2 class="text-3xl font-bold tracking-tight text-center sm:text-5xl dark:text-gray-50">Aliquip definiebas ad est</h2>
|
|
<p class="max-w-3xl mx-auto mt-4 text-xl text-center dark:text-gray-400">Quando cetero his ne, eum admodum sapientem ut.</p>
|
|
</div>
|
|
<div class="grid lg:gap-8 lg:grid-cols-2 lg:items-center">
|
|
<div>
|
|
<h3 class="text-2xl font-bold tracking-tight sm:text-3xl dark:text-gray-50">Ad vix debet docendi</h3>
|
|
<p class="mt-3 text-lg dark:text-gray-400">Ne dicta praesent ocurreret has, diam theophrastus at pro. Eos etiam regione ut, persius eripuit quo id. Sit te euismod tacimates.</p>
|
|
<div class="mt-12 space-y-12">
|
|
<div class="flex">
|
|
<div class="flex-shrink-0">
|
|
<div class="flex items-center justify-center w-12 h-12 rounded-md dark:bg-green-400 dark:text-gray-900">
|
|
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor" class="w-7 h-7">
|
|
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5 13l4 4L19 7"></path>
|
|
</svg>
|
|
</div>
|
|
</div>
|
|
<div class="ml-4">
|
|
<h4 class="text-lg font-medium leading-6 dark:text-gray-50">Per ei quaeque sensibus</h4>
|
|
<p class="mt-2 dark:text-gray-400">Ex usu illum iudico molestie. Pro ne agam facete mediocritatem, ridens labore facete mea ei. Pro id apeirian dignissim.</p>
|
|
</div>
|
|
</div>
|
|
<div class="flex">
|
|
<div class="flex-shrink-0">
|
|
<div class="flex items-center justify-center w-12 h-12 rounded-md dark:bg-green-400 dark:text-gray-900">
|
|
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor" class="w-7 h-7">
|
|
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5 13l4 4L19 7"></path>
|
|
</svg>
|
|
</div>
|
|
</div>
|
|
<div class="ml-4">
|
|
<h4 class="text-lg font-medium leading-6 dark:text-gray-50">Cu imperdiet posidonium sed</h4>
|
|
<p class="mt-2 dark:text-gray-400">Amet utinam aliquando ut mea, malis admodum ocurreret nec et, elit tibique cu nec. Nec ex maluisset inciderint, ex quis.</p>
|
|
</div>
|
|
</div>
|
|
<div class="flex">
|
|
<div class="flex-shrink-0">
|
|
<div class="flex items-center justify-center w-12 h-12 rounded-md dark:bg-green-400 dark:text-gray-900">
|
|
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor" class="w-7 h-7">
|
|
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5 13l4 4L19 7"></path>
|
|
</svg>
|
|
</div>
|
|
</div>
|
|
<div class="ml-4">
|
|
<h4 class="text-lg font-medium leading-6 dark:text-gray-50">Nulla omittam sadipscing mel ne</h4>
|
|
<p class="mt-2 dark:text-gray-400">At sed possim oporteat probatus, justo graece ne nec, minim commodo legimus ut vix. Ut eos iudico quando soleat, nam modus.</p>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div aria-hidden="true" class="mt-10 lg:mt-0">
|
|
<img src="https://source.unsplash.com/random/360x480" alt="" class="mx-auto rounded-lg shadow-lg dark:bg-gray-500">
|
|
</div>
|
|
</div>
|
|
<div>
|
|
<div class="grid lg:gap-8 lg:grid-cols-2 lg:items-center">
|
|
<div class="lg:col-start-2">
|
|
<h3 class="text-2xl font-bold tracking-tight sm:text-3xl dark:text-gray-50">Eam nibh gloriatur ex</h3>
|
|
<p class="mt-3 text-lg dark:text-gray-400">Per odio fabellas consulatu cu. Utroque detracto mel ea, quo te latine theophrastus. Ea his tale nibh dissentias, mei exerci tamquam euripidis cu.</p>
|
|
<div class="mt-12 space-y-12">
|
|
<div class="flex">
|
|
<div class="flex-shrink-0">
|
|
<div class="flex items-center justify-center w-12 h-12 rounded-md dark:bg-green-400 dark:text-gray-900">
|
|
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor" class="w-7 h-7">
|
|
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5 13l4 4L19 7"></path>
|
|
</svg>
|
|
</div>
|
|
</div>
|
|
<div class="ml-4">
|
|
<h4 class="text-lg font-medium leading-6 dark:text-gray-50">Cibo augue offendit has ad</h4>
|
|
<p class="mt-2 dark:text-gray-400">An per velit appellantur, ut utinam minimum nominavi sit, odio nostro habemus ne nec. Ne sonet regione contentiones est.</p>
|
|
</div>
|
|
</div>
|
|
<div class="flex">
|
|
<div class="flex-shrink-0">
|
|
<div class="flex items-center justify-center w-12 h-12 rounded-md dark:bg-green-400 dark:text-gray-900">
|
|
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor" class="w-7 h-7">
|
|
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5 13l4 4L19 7"></path>
|
|
</svg>
|
|
</div>
|
|
</div>
|
|
<div class="ml-4">
|
|
<h4 class="text-lg font-medium leading-6 dark:text-gray-50">At eum ferri luptatum lobortis</h4>
|
|
<p class="mt-2 dark:text-gray-400">Te per quidam maiorum ocurreret, etiam delicatissimi usu ad. Ne has quod periculis. Te sit primis iisque efficiantur.</p>
|
|
</div>
|
|
</div>
|
|
<div class="flex">
|
|
<div class="flex-shrink-0">
|
|
<div class="flex items-center justify-center w-12 h-12 rounded-md dark:bg-green-400 dark:text-gray-900">
|
|
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor" class="w-7 h-7">
|
|
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5 13l4 4L19 7"></path>
|
|
</svg>
|
|
</div>
|
|
</div>
|
|
<div class="ml-4">
|
|
<h4 class="text-lg font-medium leading-6 dark:text-gray-50">Dicunt verterem evertitur eu sea</h4>
|
|
<p class="mt-2 dark:text-gray-400">Audire principes rationibus eam an, autem nominavi luptatum per te. Sumo fabulas vim eu, sonet saperet eleifend ut vix.</p>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div class="mt-10 lg:mt-0 lg:col-start-1 lg:row-start-1">
|
|
<img src="https://source.unsplash.com/random/361x481" alt="" class="mx-auto rounded-lg shadow-lg dark:bg-gray-500">
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</section>
|
|
|
|
<!-- feature 10 end -->
|
|
|
|
|
|
|
|
<!-- timeline 5 start -->
|
|
|
|
<section class="dark:bg-gray-800">
|
|
|
|
<div class="w-10/12 md:w-7/12 lg:6/12 mx-auto relative py-24">
|
|
<h1 class="text-3xl text-center font-bold text-blue-500">Timeline with Tailwindcss</h1>
|
|
<div class="border-l-2 mt-10">
|
|
<!-- Card 1 -->
|
|
<div class="transform transition cursor-pointer hover:-translate-y-2 ml-10 relative flex items-center px-6 py-4 bg-blue-600 text-white rounded mb-10 flex-col md:flex-row space-y-4 md:space-y-0">
|
|
<!-- Dot Follwing the Left Vertical Line -->
|
|
<div class="w-5 h-5 bg-blue-600 absolute -left-10 transform -translate-x-2/4 rounded-full z-10 mt-2 md:mt-0"></div>
|
|
|
|
<!-- Line that connecting the box with the vertical line -->
|
|
<div class="w-10 h-1 bg-blue-300 absolute -left-10 z-0"></div>
|
|
|
|
<!-- Content that showing in the box -->
|
|
<div class="flex-auto">
|
|
<h1 class="text-lg">Day 1</h1>
|
|
<h1 class="text-xl font-bold">Orientation and Briefing on Uniliver basics</h1>
|
|
<h3>Classroom</h3>
|
|
</div>
|
|
<a href="#" class="text-center text-white hover:text-gray-300">Download materials</a>
|
|
</div>
|
|
|
|
<!-- Card 2 -->
|
|
<div class="transform transition cursor-pointer hover:-translate-y-2 ml-10 relative flex items-center px-6 py-4 bg-pink-600 text-white rounded mb-10 flex-col md:flex-row space-y-4 md:space-y-0">
|
|
<!-- Dot Follwing the Left Vertical Line -->
|
|
<div class="w-5 h-5 bg-pink-600 absolute -left-10 transform -translate-x-2/4 rounded-full z-10 mt-2 md:mt-0"></div>
|
|
|
|
<!-- Line that connecting the box with the vertical line -->
|
|
<div class="w-10 h-1 bg-pink-300 absolute -left-10 z-0"></div>
|
|
|
|
<!-- Content that showing in the box -->
|
|
<div class="flex-auto">
|
|
<h1 class="text-lg">Day 1</h1>
|
|
<h1 class="text-xl font-bold">Orientation and Briefing on Uniliver basics</h1>
|
|
<h3>Classroom</h3>
|
|
</div>
|
|
<a href="#" class="text-center text-white hover:text-gray-300">Download materials</a>
|
|
</div>
|
|
|
|
<!-- Card 3 -->
|
|
<div class="transform transition cursor-pointer hover:-translate-y-2 ml-10 relative flex items-center px-6 py-4 bg-green-600 text-white rounded mb-10 flex-col md:flex-row space-y-4 md:space-y-0">
|
|
<!-- Dot Follwing the Left Vertical Line -->
|
|
<div class="w-5 h-5 bg-green-600 absolute -left-10 transform -translate-x-2/4 rounded-full z-10 mt-2 md:mt-0"></div>
|
|
|
|
<!-- Line that connecting the box with the vertical line -->
|
|
<div class="w-10 h-1 bg-green-300 absolute -left-10 z-0"></div>
|
|
|
|
<!-- Content that showing in the box -->
|
|
<div class="flex-auto">
|
|
<h1 class="text-lg">Day 1</h1>
|
|
<h1 class="text-xl font-bold">Orientation and Briefing on Uniliver basics</h1>
|
|
<h3>Classroom</h3>
|
|
</div>
|
|
<a href="#" class="text-center text-white hover:text-gray-300">Download materials</a>
|
|
</div>
|
|
|
|
<!-- Card 4 -->
|
|
<div class="transform transition cursor-pointer hover:-translate-y-2 ml-10 relative flex items-center px-6 py-4 bg-purple-600 text-white rounded mb-10 flex-col md:flex-row space-y-4 md:space-y-0">
|
|
<!-- Dot Follwing the Left Vertical Line -->
|
|
<div class="w-5 h-5 bg-purple-600 absolute -left-10 transform -translate-x-2/4 rounded-full z-10 mt-2 md:mt-0"></div>
|
|
|
|
<!-- Line that connecting the box with the vertical line -->
|
|
<div class="w-10 h-1 bg-purple-300 absolute -left-10 z-0"></div>
|
|
|
|
<!-- Content that showing in the box -->
|
|
<div class="flex-auto">
|
|
<h1 class="text-lg">Day 1</h1>
|
|
<h1 class="text-xl font-bold">Orientation and Briefing on Uniliver basics</h1>
|
|
<h3>Classroom</h3>
|
|
</div>
|
|
<a href="#" class="text-center text-white hover:text-gray-300">Download materials</a>
|
|
</div>
|
|
|
|
<!-- Card 5 -->
|
|
<div class="transform transition cursor-pointer hover:-translate-y-2 ml-10 relative flex items-center px-6 py-4 bg-yellow-600 text-white rounded mb-10 flex-col md:flex-row">
|
|
<!-- Dot Follwing the Left Vertical Line -->
|
|
<div class="w-5 h-5 bg-yellow-600 absolute -left-10 transform -translate-x-2/4 rounded-full z-10 -mt-2 md:mt-0"></div>
|
|
|
|
<!-- Line that connecting the box with the vertical line -->
|
|
<div class="w-10 h-1 bg-yellow-300 absolute -left-10 z-0"></div>
|
|
|
|
<!-- Content that showing in the box -->
|
|
<div class="flex-auto">
|
|
<h1 class="text-lg">Day 1</h1>
|
|
<h1 class="text-xl font-bold">Orientation and Briefing on Uniliver basics</h1>
|
|
<h3>Classroom</h3>
|
|
</div>
|
|
<a href="#" class="text-center text-white hover:text-gray-300">Download materials</a>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
</section>
|
|
<!-- timeline 5 end -->
|
|
|
|
|
|
<!-- pricing 14 start -->
|
|
<div class="bg-white dark:bg-gray-900">
|
|
<div class="container px-6 py-24 mx-auto">
|
|
<h1 class="text-3xl font-semibold text-center text-gray-800 capitalize lg:text-4xl dark:text-white">Simple pricing plan</h1>
|
|
|
|
<p class="max-w-2xl mx-auto mt-4 text-center text-gray-500 xl:mt-6 dark:text-gray-300">
|
|
Lorem ipsum, dolor sit amet consectetur adipisicing elit. Alias quas magni libero consequuntur voluptatum velit amet id repudiandae ea, deleniti laborum in neque eveniet.
|
|
</p>
|
|
|
|
<div class="grid grid-cols-1 gap-8 mt-6 lg:grid-cols-3 xl:mt-12">
|
|
<div class="flex items-center justify-between px-8 py-4 border cursor-pointer rounded-xl dark:border-gray-700">
|
|
<div class="flex flex-col items-center space-y-1">
|
|
<svg xmlns="http://www.w3.org/2000/svg" class="w-5 h-5 text-gray-400 sm:h-7 sm:w-7" viewBox="0 0 20 20" fill="currentColor">
|
|
<path fill-rule="evenodd" d="M10 18a8 8 0 100-16 8 8 0 000 16zm3.707-9.293a1 1 0 00-1.414-1.414L9 10.586 7.707 9.293a1 1 0 00-1.414 1.414l2 2a1 1 0 001.414 0l4-4z" clip-rule="evenodd" />
|
|
</svg>
|
|
|
|
<h2 class="text-lg font-medium text-gray-700 sm:text-xl dark:text-gray-200">Basic</h2>
|
|
</div>
|
|
|
|
<h2 class="text-2xl font-semibold text-gray-500 sm:text-3xl dark:text-gray-300">Free</h2>
|
|
</div>
|
|
|
|
<div class="flex items-center justify-between px-8 py-4 border border-blue-500 cursor-pointer rounded-xl">
|
|
<div class="flex flex-col items-center space-y-1">
|
|
<svg xmlns="http://www.w3.org/2000/svg" class="w-5 h-5 text-blue-600 dark:text-blue-500 sm:h-7 sm:w-7" viewBox="0 0 20 20" fill="currentColor">
|
|
<path fill-rule="evenodd" d="M10 18a8 8 0 100-16 8 8 0 000 16zm3.707-9.293a1 1 0 00-1.414-1.414L9 10.586 7.707 9.293a1 1 0 00-1.414 1.414l2 2a1 1 0 001.414 0l4-4z" clip-rule="evenodd" />
|
|
</svg>
|
|
|
|
<h2 class="text-lg font-medium text-gray-700 sm:text-xl dark:text-gray-200">Standard</h2>
|
|
</div>
|
|
|
|
|
|
<div class="flex flex-col items-center space-y-1">
|
|
<div class="px-2 text-xs text-blue-500 bg-gray-100 rounded-full dark:text-blue-400 sm:px-4 sm:py-1 dark:bg-gray-700 ">
|
|
Save 30%
|
|
</div>
|
|
|
|
<h2 class="text-2xl font-semibold text-blue-600 dark:text-blue-500 sm:text-3xl">$99 <span class="text-base font-medium">/Yearly</span></h2>
|
|
</div>
|
|
</div>
|
|
|
|
<div class="flex items-center justify-between px-8 py-4 border cursor-pointer rounded-xl dark:border-gray-700">
|
|
<div class="flex flex-col items-center space-y-1">
|
|
<svg xmlns="http://www.w3.org/2000/svg" class="w-5 h-5 text-gray-400 sm:h-7 sm:w-7" viewBox="0 0 20 20" fill="currentColor">
|
|
<path fill-rule="evenodd" d="M10 18a8 8 0 100-16 8 8 0 000 16zm3.707-9.293a1 1 0 00-1.414-1.414L9 10.586 7.707 9.293a1 1 0 00-1.414 1.414l2 2a1 1 0 001.414 0l4-4z" clip-rule="evenodd" />
|
|
</svg>
|
|
|
|
<h2 class="text-lg font-medium text-gray-700 sm:text-xl dark:text-gray-200">Pro</h2>
|
|
</div>
|
|
|
|
<div class="flex flex-col items-center space-y-1">
|
|
<div class="px-2 text-xs text-blue-500 bg-gray-100 rounded-full dark:text-blue-400 sm:px-4 sm:py-1 dark:bg-gray-700 ">
|
|
Save 20%
|
|
</div>
|
|
|
|
<h2 class="text-2xl font-semibold text-gray-500 sm:text-3xl dark:text-gray-300">$149 <span class="text-base font-medium">/Month</span></h2>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
<div class="p-8 mt-8 space-y-8 bg-gray-100 dark:bg-gray-800 rounded-xl">
|
|
<div class="flex items-center justify-between text-gray-800 dark:text-gray-200">
|
|
<p class="textlg sm:text-xl">Unlimited Links</p>
|
|
|
|
<svg xmlns="http://www.w3.org/2000/svg" class="w-5 h-5 text-blue-500 sm:h-7 sm:w-7" viewBox="0 0 20 20" fill="currentColor">
|
|
<path fill-rule="evenodd" d="M10 18a8 8 0 100-16 8 8 0 000 16zm3.707-9.293a1 1 0 00-1.414-1.414L9 10.586 7.707 9.293a1 1 0 00-1.414 1.414l2 2a1 1 0 001.414 0l4-4z" clip-rule="evenodd" />
|
|
</svg>
|
|
</div>
|
|
|
|
<div class="flex items-center justify-between text-gray-800 dark:text-gray-200">
|
|
<p class="textlg sm:text-xl">Own analytics platfrom</p>
|
|
|
|
<svg xmlns="http://www.w3.org/2000/svg" class="w-5 h-5 text-blue-500 sm:h-7 sm:w-7" viewBox="0 0 20 20" fill="currentColor">
|
|
<path fill-rule="evenodd" d="M10 18a8 8 0 100-16 8 8 0 000 16zm3.707-9.293a1 1 0 00-1.414-1.414L9 10.586 7.707 9.293a1 1 0 00-1.414 1.414l2 2a1 1 0 001.414 0l4-4z" clip-rule="evenodd" />
|
|
</svg>
|
|
</div>
|
|
|
|
<div class="flex items-center justify-between text-gray-800 dark:text-gray-200">
|
|
<p class="textlg sm:text-xl">Full Support with discussion</p>
|
|
|
|
<svg xmlns="http://www.w3.org/2000/svg" class="w-5 h-5 text-blue-500 sm:h-7 sm:w-7" viewBox="0 0 20 20" fill="currentColor">
|
|
<path fill-rule="evenodd" d="M10 18a8 8 0 100-16 8 8 0 000 16zm3.707-9.293a1 1 0 00-1.414-1.414L9 10.586 7.707 9.293a1 1 0 00-1.414 1.414l2 2a1 1 0 001.414 0l4-4z" clip-rule="evenodd" />
|
|
</svg>
|
|
</div>
|
|
|
|
<div class="flex items-center justify-between text-gray-800 dark:text-gray-200">
|
|
<p class="textlg sm:text-xl">Optimize hashtags</p>
|
|
|
|
<svg xmlns="http://www.w3.org/2000/svg" class="w-5 h-5 text-red-400 sm:h-7 sm:w-7" viewBox="0 0 20 20" fill="currentColor">
|
|
<path fill-rule="evenodd" d="M13.477 14.89A6 6 0 015.11 6.524l8.367 8.368zm1.414-1.414L6.524 5.11a6 6 0 018.367 8.367zM18 10a8 8 0 11-16 0 8 8 0 0116 0z" clip-rule="evenodd" />
|
|
</svg>
|
|
</div>
|
|
|
|
<div class="flex items-center justify-between text-gray-800 dark:text-gray-200">
|
|
<p class="textlg sm:text-xl">Mobile app</p>
|
|
|
|
<svg xmlns="http://www.w3.org/2000/svg" class="w-5 h-5 text-blue-500 sm:h-7 sm:w-7" viewBox="0 0 20 20" fill="currentColor">
|
|
<path fill-rule="evenodd" d="M10 18a8 8 0 100-16 8 8 0 000 16zm3.707-9.293a1 1 0 00-1.414-1.414L9 10.586 7.707 9.293a1 1 0 00-1.414 1.414l2 2a1 1 0 001.414 0l4-4z" clip-rule="evenodd" />
|
|
</svg>
|
|
</div>
|
|
|
|
<div class="flex items-center justify-between text-gray-800 dark:text-gray-200">
|
|
<p class="textlg sm:text-xl">Unlimited users</p>
|
|
|
|
<svg xmlns="http://www.w3.org/2000/svg" class="w-5 h-5 text-red-400 sm:h-7 sm:w-7" viewBox="0 0 20 20" fill="currentColor">
|
|
<path fill-rule="evenodd" d="M13.477 14.89A6 6 0 015.11 6.524l8.367 8.368zm1.414-1.414L6.524 5.11a6 6 0 018.367 8.367zM18 10a8 8 0 11-16 0 8 8 0 0116 0z" clip-rule="evenodd" />
|
|
</svg>
|
|
</div>
|
|
</div>
|
|
|
|
<div class="flex justify-center mt-8">
|
|
<button class="px-8 py-2 tracking-wide text-white capitalize transition-colors duration-200 transform bg-blue-600 rounded-md hover:bg-blue-500 focus:outline-none focus:bg-blue-500 focus:ring focus:ring-blue-300 focus:ring-opacity-80">
|
|
Choose Plan
|
|
</button>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
<!-- pricing 14 end -->
|
|
|
|
|
|
|
|
<!-- footer 9 start -->
|
|
<footer class="bg-gray-50 dark:bg-gray-800">
|
|
<div class="max-w-screen-xl px-4 pt-24 mx-auto sm:px-6 lg:px-8">
|
|
<span class="inline-block w-32 p-4 bg-gray-400 dark:ring-2 dark:rign-sky-300 dark:bg-gray-700 rounded-lg text-center text-white"> Logo </span>
|
|
|
|
|
|
<div class="grid grid-cols-1 gap-8 mt-8 sm:grid-cols-2 lg:grid-cols-4">
|
|
<div>
|
|
<p class="font-medium dark:text-gray-300 ">
|
|
Company
|
|
</p>
|
|
|
|
<nav class="flex flex-col mt-4 space-y-2 text-sm text-gray-500">
|
|
<a class="hover:opacity-75 dark:hover:text-sky-300" href=""> About </a>
|
|
<a class="hover:opacity-75 dark:hover:text-sky-300" href=""> Meet the Team </a>
|
|
<a class="hover:opacity-75 dark:hover:text-sky-300" href=""> History </a>
|
|
<a class="hover:opacity-75 dark:hover:text-sky-300" href=""> Careers </a>
|
|
</nav>
|
|
</div>
|
|
|
|
<div>
|
|
<p class="font-medium dark:text-gray-300 ">
|
|
Services
|
|
</p>
|
|
|
|
<nav class="flex flex-col mt-4 space-y-2 text-sm text-gray-500">
|
|
<a class="hover:opacity-75 dark:hover:text-sky-300" href=""> 1on1 Coaching </a>
|
|
<a class="hover:opacity-75 dark:hover:text-sky-300" href=""> Company Review </a>
|
|
<a class="hover:opacity-75 dark:hover:text-sky-300" href=""> Accounts Review </a>
|
|
<a class="hover:opacity-75 dark:hover:text-sky-300" href=""> HR Consulting </a>
|
|
<a class="hover:opacity-75 dark:hover:text-sky-300" href=""> SEO Optimisation </a>
|
|
</nav>
|
|
</div>
|
|
|
|
<div>
|
|
<p class="font-medium dark:text-gray-300 ">
|
|
Helpful Links
|
|
</p>
|
|
|
|
<nav class="flex flex-col mt-4 space-y-2 text-sm text-gray-500">
|
|
<a class="hover:opacity-75 dark:hover:text-sky-300" href=""> Contact </a>
|
|
<a class="hover:opacity-75 dark:hover:text-sky-300" href=""> FAQs </a>
|
|
<a class="hover:opacity-75 dark:hover:text-sky-300" href=""> Live Chat </a>
|
|
</nav>
|
|
</div>
|
|
|
|
<div>
|
|
<p class="font-medium dark:text-gray-300">
|
|
Legal
|
|
</p>
|
|
|
|
<nav class="flex flex-col mt-4 space-y-2 text-sm text-gray-500">
|
|
<a class="hover:opacity-75 dark:hover:text-sky-300" href=""> Privacy Policy </a>
|
|
<a class="hover:opacity-75 dark:hover:text-sky-300" href=""> Terms & Conditions </a>
|
|
<a class="hover:opacity-75 dark:hover:text-sky-300" href=""> Returns Policy </a>
|
|
<a class="hover:opacity-75 dark:hover:text-sky-300" href=""> Accessibility </a>
|
|
</nav>
|
|
</div>
|
|
</div>
|
|
|
|
<div class="pt-8 mt-8 border-t border-gray-100 sm:items-center sm:justify-between sm:flex">
|
|
<p class="text-xs text-gray-500">
|
|
© 2022 Company Name
|
|
</p>
|
|
|
|
<strong class="inline-flex items-center dark:text-white p-2 space-x-2 text-sm font-medium border border-gray-200 rounded">
|
|
<span> Status: </span>
|
|
|
|
<span class="w-3 h-3 bg-green-600 rounded-full"></span>
|
|
|
|
<span class="font-medium text-green-600">
|
|
All systems operational
|
|
</span>
|
|
</strong>
|
|
</div>
|
|
</div>
|
|
</footer>
|
|
<!-- footer 9 end -->
|
|
|
|
|
|
|
|
<!-- start of script section -->
|
|
<script type="text/javascript">
|
|
let toogler = document.getElementById("dark_mood_toogler");
|
|
let doc_html_el = document.getElementsByTagName('html')[0];
|
|
|
|
doc_html_el.addEventListener('keyup',(e)=>{
|
|
// key 220 is the backward slash , need to press ctrl+ \ to activate or deactivate darkmode
|
|
if(e.ctrlKey && e.keyCode =='220'){
|
|
doc_html_el.className =='' ? doc_html_el.classList.add('dark'):doc_html_el.classList.remove('dark');
|
|
|
|
}
|
|
})
|
|
doc_html_el.addEventListener('keyup',(e)=>{
|
|
// key 191 is the forward slash , need to press ctrl+ / to show or hide the darkmode button
|
|
if(e.ctrlKey && e.keyCode =='191'){
|
|
toogler.style.display =='block'? toogler.style.display = 'none':toogler.style.display ='block';
|
|
|
|
}
|
|
})
|
|
toogler.addEventListener('click',()=>{
|
|
doc_html_el.className =='' ? doc_html_el.classList.add('dark'):doc_html_el.classList.remove('dark');
|
|
console.log(doc_html_el.className);
|
|
})
|
|
</script>
|
|
<!-- end of script section -->
|
|
|
|
|
|
</body>
|
|
</html> |