You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

94 lines
4.2 KiB
HTML

{% load static %}
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Osina</title>
<link rel="stylesheet" type="text/css" href='{% static "dist/output.css" %}'>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/css/all.min.css">
</head>
<body>
<div id="hiddenContent">
<h1 class="text-slate-800 text-2xl font-semibold text-center mb-1">Points</h1>
<div class="w-full">
<div class="w-full flex justify-between items-center py-2 border-b border-gray-200">
<div class="w-[380px]">
<p class="text-slate-800">Fix the LaylNhar Header Lorem ipsum dolor sit amet consectetur,
adipisicing elit. Mollitia, dolorum. Earum error atÍb dol</p>
</div>
<div class="w-[150px]">
<button
class="w-full px-2 py-1 bg-transparent border border-blue-500 rounded-md text-blue-500 hover:bg-blue-500 hover:text-white">Complete</button>
</div>
</div>
<div class="w-full flex justify-between items-center py-2 border-b border-gray-200">
<div class="w-[380px]">
<p class="text-slate-800">Fix the LaylNhar Header</p>
</div>
<div class="w-[150px]">
<button
class="w-full px-2 py-1 bg-transparent border border-blue-500 rounded-md text-blue-500 hover:bg-blue-500 hover:text-white">Complete</button>
</div>
</div>
<div class="w-full flex justify-between items-center py-2 border-b border-gray-200">
<div class="w-[380px]">
<p class="text-slate-800 line-through">Fix the LaylNhar Header Lorem ipsum dolor sit amet
consectetur
adipisicing elit. Autem sit esse, cupiditate voluptas, dolorem nisi sunt, molestiae eaque neque
cumque ex amet! Sequi aliquid quos ullam, sapiente iste impedit explicabo?</p>
</div>
<div class="w-[150px]">
<button
class="w-full px-2 py-1 bg-blue-500 border border-blue-500 rounded-md text-white opacity-40" value="Completed" disabled>Completed</button>
</div>
</div>
</div>
<!-- <div class="w-full py-2 flex justify-start gap-3 items-center">
<input type="checkbox" name="" id="">
<p class="text-slate-700 text-base">Fix the LaylNhar Header</p>
</div>
<div class="w-full py-2 flex justify-start gap-3 items-center">
<input type="checkbox" name="" id="">
<p class="text-slate-700 text-base">Fix the mobile menu dropdown, where you also add the search button.</p>
</div>
<div class="w-full py-2 flex justify-start gap-3 items-center">
<input type="checkbox" name="" id="">
<p class="text-slate-700 text-base">Add a top header Ositcom banner.</p>
</div>
<div class="w-full py-2 flex justify-start gap-3 items-center">
<input type="checkbox" name="" id="">
<p class="text-slate-700 text-base">Fix the mobile menu dropdown, where you also add the search button.</p>
</div>
<div class="w-full py-2 flex justify-start gap-3 items-center">
<input type="checkbox" name="" id="">
<p class="text-slate-700 text-base">Fix the LaylNhar Header</p>
</div>
<div class="w-full py-2 flex justify-start gap-3 items-center">
<input type="checkbox" name="" id="">
<p class="text-slate-700 text-base">Fix the mobile menu dropdown, where you also add the search button.</p>
</div>
<div class="w-full py-2 flex justify-start gap-3 items-center">
<input type="checkbox" name="" id="">
<p class="text-slate-700 text-base">Fix the LaylNhar Header</p>
</div> -->
</div>
</body>
</html>