This commit is contained in:
Suvodip Ghosh
2023-02-21 20:45:40 +05:30
parent c988711c4d
commit 44e721c97e
20 changed files with 21 additions and 21 deletions

View File

@@ -1,7 +1,7 @@
<template>
<div>
<section class="container mx-auto px-4 xl:px-24">
<h1 class="text-color-3 text-5xl text-center py-16">Teacher's License </h1>
<h1 class="text-color-3 text-5xl text-center py-16 font-bold">Teacher's License </h1>
<div class="flex flex-row justify-center">
<h1 class="justify-center">Teacher Accounts: &nbsp;</h1>
<input class="flex slider mt-3" type="range" min="0" max="100" step="1" v-model="sliderValue"> &nbsp;
@@ -84,7 +84,7 @@
<input type="checkbox" value="whatsapp" class="form-check-input appearance-none h-4 w-4 border border-gray-300 rounded-sm bg-white checked:bg-blue-600 checked:border-blue-600 focus:outline-none transition duration-200 mt-1 align-top bg-no-repeat bg-center bg-contain float-left mr-2 cursor-pointer">
<label class="form-check-label inline-block text-gray-800" >Keep me updated on WhatsApp</label>
</div>
<button @click="" class="px-6 py-2.5 bg-blue-600 text-white font-medium text-lg leading-tight uppercase rounded shadow-md hover:bg-blue-700 hover:shadow-lg focus:bg-blue-700 focus:shadow-lg focus:outline-none focus:ring-0 active:bg-blue-800 active:shadow-lg transition duration-150 ease-in-out">Contact us</button>
<button @click="" class="px-6 py-2.5 bg-blue-600 text-white font-medium text-lg leading-tight rounded shadow-md hover:bg-blue-700 hover:shadow-lg focus:bg-blue-700 focus:shadow-lg focus:outline-none focus:ring-0 active:bg-blue-800 active:shadow-lg transition duration-150 ease-in-out">Contact Us</button>
</div>
</div>
</div>