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.
666 lines
40 KiB
HTML
666 lines
40 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<title>Task Detail</title>
|
|
|
|
<link href="output.css" rel="stylesheet">
|
|
<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 class="w-full flex">
|
|
<!-- FIXED SIDE NAVBAR -->
|
|
<div class="fixed h-screen w-[300px] bg-slate-700 px-5 py-9" id="fixedSideHeader">
|
|
<h1 class="text-white text-4xl text-center">OSINA</h1>
|
|
<!-- Menu Items -->
|
|
<div class="w-full h-fit flex flex-col justify-center items-center mt-14">
|
|
<div class="mb-5 w-full relative">
|
|
<input type="text" placeholder="Search..."
|
|
class="border border-gray-500 rounded-md py-2 px-3 bg-transparent w-full outline-none text-white">
|
|
<i class="fa fa-search absolute right-3 top-3 text-gray-500" style="font-size: 20px;"></i>
|
|
</div>
|
|
<div class="w-full flex justify-start items-center gap-3 border-b border-slate-600 py-3">
|
|
<i class="fa fa-home" style="font-size: 22px; color: white;"></i>
|
|
<p class="text-white text-xl">Home</p>
|
|
</div>
|
|
|
|
<div class="w-full flex justify-between items-center border-b border-slate-600 py-3">
|
|
<div class="w-full flex justify-start items-center gap-3">
|
|
<i class="fa fa-user" style="font-size: 22px; color: white;"></i>
|
|
<p class="text-white text-xl">Sales</p>
|
|
</div>
|
|
<div>
|
|
<i class="fa fa-angle-down" style="font-size: 25px; color: white;"></i>
|
|
</div>
|
|
</div>
|
|
|
|
<div class="w-full flex justify-between items-center border-b border-slate-600 py-3">
|
|
<div class="w-full flex justify-start items-center gap-3">
|
|
<i class="fa fa-list" style="font-size: 22px; color: white;"></i>
|
|
<p class="text-white text-xl">Accounts</p>
|
|
</div>
|
|
<div>
|
|
<i class="fa fa-angle-down" style="font-size: 25px; color: white;"></i>
|
|
</div>
|
|
</div>
|
|
|
|
<div class="w-full flex justify-between items-center border-b border-slate-600 py-3">
|
|
<div class="w-full flex justify-start items-center gap-3">
|
|
<i class="fas fa-comment-alt" style="font-size: 22px; color: white;"></i>
|
|
<p class="text-white text-xl">Support</p>
|
|
</div>
|
|
<div>
|
|
<i class="fa fa-angle-down" style="font-size: 25px; color: white;"></i>
|
|
</div>
|
|
</div>
|
|
|
|
<div class="w-full">
|
|
<div
|
|
class="menuItem w-full flex justify-between items-center border-b border-slate-600 py-3 cursor-pointer">
|
|
<div class="w-full flex justify-start items-center gap-3">
|
|
<i class="fa fa-tasks" style="font-size: 22px; color: white;"></i>
|
|
<p class="text-white text-xl">My Work</p>
|
|
</div>
|
|
<div>
|
|
<i class="angleDown fa fa-angle-down" style="font-size: 25px; color: white;"></i>
|
|
<i class="angleUp fa fa-angle-up" style="font-size: 25px; color: white; display: none;"></i>
|
|
</div>
|
|
</div>
|
|
|
|
<div class="menuDropdownItems w-full h-fit p-3 hidden duration-300">
|
|
<a href="projects.html">
|
|
<div
|
|
class="w-full flex justify-start items-center gap-3 text-white border-b border-slate-600 py-2 text-[18px] cursor-pointer">
|
|
<i class='fas fa-project-diagram' style="font-size: 16px;"></i>
|
|
<p class="text-white">My Projects</p>
|
|
</div>
|
|
</a>
|
|
|
|
<a href="tasks.html">
|
|
<div
|
|
class="w-full flex justify-start items-center gap-3 text-white border-b border-slate-600 py-2 text-[18px]">
|
|
<i class='fas fa-tasks' style="font-size: 19px;"></i>
|
|
<p class="text-white">My Tasks</p>
|
|
</div>
|
|
</a>
|
|
|
|
<a href="tickets.html">
|
|
<div class="w-full flex justify-start items-center gap-3 text-white py-2 text-[18px]">
|
|
<i class='fas fa-ticket-alt'></i>
|
|
<p class="text-white">My Tickets</p>
|
|
</div>
|
|
</a>
|
|
</div>
|
|
</div>
|
|
|
|
<div class="w-full flex justify-between items-center border-b border-slate-600 py-3">
|
|
<div class="w-full flex justify-start items-center gap-3">
|
|
<i class="fa fa-euro" style="font-size: 22px; color: white;"></i>
|
|
<p class="text-white text-xl">Billing</p>
|
|
</div>
|
|
<div>
|
|
<i class="fa fa-angle-down" style="font-size: 25px; color: white;"></i>
|
|
</div>
|
|
</div>
|
|
|
|
<div class="w-full flex justify-start items-center gap-3 border-b border-slate-600 py-3">
|
|
<i class="fa fa-check-square" style="font-size: 22px; color: white;"></i>
|
|
<p class="text-white text-xl">Activity</p>
|
|
</div>
|
|
|
|
<div class="w-full flex justify-start items-center gap-3 border-b border-slate-600 py-3">
|
|
<i class="fa fa-power-off" style="font-size: 22px; color: white;"></i>
|
|
<p class="text-white text-xl">Logout</p>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
<!-- SCROLL PART -->
|
|
<div class="flex-1 ml-[300px] h-fit bg-gray-200" id="scrollPart">
|
|
<!-- TOP HEADER -->
|
|
<div class="w-full h-[100px] bg-white shadow-md px-10 py-5 flex justify-between items-center">
|
|
<div class="w-fit flex justify-center items-center gap-10">
|
|
<div class="w-fit flex flex-col gap-2 cursor-pointer" id="burgerMenuButton">
|
|
<div class="burgerMenuLine w-[25px] h-[2px] bg-slate-800 duration-300"></div>
|
|
<div class="burgerMenuLine w-[25px] h-[2px] bg-slate-800 duration-300"></div>
|
|
<div class="burgerMenuLine w-[25px] h-[2px] bg-slate-800 duration-300"></div>
|
|
</div>
|
|
|
|
<div class="flex justify-start items-center gap-5">
|
|
<div>
|
|
<p class="text-sm text-gray-500">Your last update: 2023-08-31 08:13:31, 32 mins ago</p>
|
|
<p class="text-sm text-gray-500">Recent Status: <span
|
|
class="text-slate-700 font-semibold">Working on Osina</span></p>
|
|
</div>
|
|
<button
|
|
class="w-[30px] h-[30px] rounded-full p-2 bg-gray-300 text-white text-[18px] outline-none border-none cursor-pointer flex justify-center items-center shadow-md"
|
|
id="addStatusButton">
|
|
<i class="fa fa-plus"></i>
|
|
</button>
|
|
</div>
|
|
</div>
|
|
|
|
<div>
|
|
<div class="w-fit flex justify-between items-center gap-3">
|
|
<div class="flex justify-center items-center gap-2">
|
|
<p class="text-gray-400">Nataly Abi Wajeh</p>
|
|
<i class="fa fa-angle-down" style="color: grey;"></i>
|
|
</div>
|
|
|
|
<div class="w-[50px] h-[50px] bg-slate-600 rounded-full">
|
|
<img src="../images/avatar.svg" alt="user-image"
|
|
class="w-full h-full object-cover rounded-full">
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
<!-- MODULES SECTION -->
|
|
<div class="w-full h-fit flex justify-between items-center px-10 py-5">
|
|
<div class="w-[23%] h-[150px] bg-white shadow-md rounded-md p-5">
|
|
<div class="w-full h-full flex flex-col justify-between items-center">
|
|
<div class="w-full flex justify-between items-center">
|
|
<p class="text-[22px] text-slate-800 font-bold">TASKS</p>
|
|
<i class="fa fa-tasks" style="font-size: 30px; color: green;"></i>
|
|
</div>
|
|
<div
|
|
class="w-[60px] h-[60px] bg-white border-2 rounded-full border-green-700 flex justify-center items-center">
|
|
<p class="text-green-700 text-xl font-semibold">5</p>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
<div class="w-[23%] h-[150px] bg-white shadow-md rounded-md p-5">
|
|
<div class="w-full h-full flex flex-col justify-between items-center">
|
|
<div class="w-full flex justify-between items-center">
|
|
<p class="text-[22px] text-slate-800 font-bold">NOTIFICATIONS</p>
|
|
<i class="fa fa-bell" style="font-size: 30px; color: orangered;"></i>
|
|
</div>
|
|
<div
|
|
class="w-[60px] h-[60px] bg-white border-2 rounded-full border-orange-700 flex justify-center items-center">
|
|
<p class="text-orange-700 text-xl font-semibold">2</p>
|
|
</div>
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div class="w-[23%] h-[150px] bg-white shadow-md rounded-md p-5">
|
|
<div class="w-full h-full flex flex-col justify-between items-center">
|
|
<div class="w-full flex justify-between items-center">
|
|
<p class="text-[22px] text-slate-800 font-bold">TICKETS</p>
|
|
<i class="fas fa-ticket-alt" style="font-size: 30px; color: cornflowerblue;"></i>
|
|
</div>
|
|
<div
|
|
class="w-[60px] h-[60px] bg-white border-2 rounded-full border-blue-500 flex justify-center items-center">
|
|
<p class="text-blue-500 text-xl font-semibold">2</p>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
<div class="w-[23%] h-[150px] bg-white shadow-md rounded-md p-5">
|
|
<div class="w-full flex justify-between items-center">
|
|
<p class="text-[22px] text-slate-800 font-bold">Wed 30 Aug 2023</p>
|
|
<!-- <i class="fas fa-comment" style="font-size: 30px; color: salmon;"></i> -->
|
|
<img src="../images/clockicon.png" alt="" class="w-[30px] h-[30px]">
|
|
</div>
|
|
<p class="text-gray-500">12:09:33 PM</p>
|
|
<div>
|
|
<div class="flex justify-start items-center gap-2">
|
|
<p>Available</p>
|
|
<img src="../images/yes.png" alt="" class="w-[15px] h-[15px]">
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<!-- NOTES SECTION -->
|
|
<div class="w-full h-fit flex justify-between items-center px-10 pb-5">
|
|
<div class="relative w-full h-fit bg-white shadow-md rounded-md p-5">
|
|
<div class="w-full flex justify-between items-center">
|
|
<div>
|
|
<p class="text-base text-gray-500">Recent Note:</p>
|
|
<p class="text-slate-700">Send an Email to Salim.</p>
|
|
</div>
|
|
<div class="flex justify-end items-center gap-4">
|
|
<button
|
|
class="w-fit rounded-md py-1 px-3 bg-slate-800 border border-slate-800 text-white hover:bg-white hover:text-slate-800"
|
|
id="showNotesButton">Show
|
|
Notes</button>
|
|
<button
|
|
class="w-[35px] h-[35px] rounded-full p-2 bg-gray-300 text-white text-[20px] outline-none border-none cursor-pointer flex justify-center items-center shadow-md"
|
|
id="addNoteButton">
|
|
<i class="fa fa-plus"></i>
|
|
</button>
|
|
</div>
|
|
</div>
|
|
|
|
<!-- ALL NOTES CONTAINER (it appears when clicking on the "Show notes" button) -->
|
|
<div class="w-full h-fit relative hidden justify-start gap-3 items-center mt-5 overflow-hidden overflow-x-auto"
|
|
id="notesContainer">
|
|
<div class="w-[16.33%] h-[150px] shadow-xl bg-yellow-200 p-5">
|
|
<p class="text-base text-slate-800">Send an Email to Salim.</p>
|
|
</div>
|
|
|
|
<div class="w-[16.33%] h-[150px] shadow-xl bg-pink-200 top-90 right-10 p-5">
|
|
<p class="text-base text-slate-80">Contact the client.</p>
|
|
</div>
|
|
|
|
<div class="w-[16.33%] h-[150px] shadow-xl bg-green-200 top-90 right-10 p-5">
|
|
<p class="text-base text-slate-80">Add daily report at the end of the day.</p>
|
|
</div>
|
|
|
|
<div class="w-[16.33%] h-[150px] shadow-xl bg-blue-200 top-90 right-10 p-5">
|
|
<p class="text-base text-slate-80">Add daily report at the end of the day.</p>
|
|
</div>
|
|
|
|
<div class="w-[16.33%] h-[150px] shadow-xl bg-purple-200 top-90 right-10 p-5">
|
|
<p class="text-base text-slate-80">Add daily report at the end of the day.</p>
|
|
</div>
|
|
|
|
<div class="w-[16.33%] h-[150px] shadow-xl bg-yellow-200 top-90 right-10 p-5">
|
|
<p class="text-base text-slate-80">Add daily report at the end of the day.</p>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
<!-- TASK DETAIL AND USERS ACTIVITY SECTION -->
|
|
<div class="w-full flex justify-between gap-[2.5%] px-10 pb-5">
|
|
<!-- LEFT SIDE / TASK DETAIL SECTION -->
|
|
<div class="w-[74.5%] bg-white h-fit rounded-md shadow-md p-5">
|
|
<div class="w-full flex justify-between items-center">
|
|
<h1 class="text-xl text-slate-800 font-semibold">Task Details - <span class="text-2xl">Start
|
|
with Osina main
|
|
page</span></h1>
|
|
<div class="flex justify-center items-center">
|
|
<button class="text-blue-500 text-[25px] outline-none border-none">
|
|
<i class="fa fa-edit"></i>
|
|
</button>
|
|
</div>
|
|
</div>
|
|
<div class="w-full flex flex-col gap-4 mt-5">
|
|
<div>
|
|
<p class="text-gray-500 text-xl">Project: <span
|
|
class="text-slate-800 text-xl font-semibold">Osina</span></p>
|
|
</div>
|
|
|
|
<div>
|
|
<p class="text-gray-500 text-xl">Start Date: <span
|
|
class="text-slate-800 text-xl font-semibold">1/2/1023</span></p>
|
|
</div>
|
|
|
|
<div>
|
|
<p class="text-gray-500 text-xl">End Date: <span
|
|
class="text-slate-800 text-xl font-semibold">15/2/1023</span></p>
|
|
</div>
|
|
|
|
<div>
|
|
<p class="text-gray-500 text-xl">Epic: <span
|
|
class="text-slate-800 text-xl font-semibold">epic</span></p>
|
|
</div>
|
|
|
|
<div>
|
|
<p class="text-gray-500 text-xl">Assigned To: <span
|
|
class="text-slate-800 text-xl font-semibold">Nataly</span></p>
|
|
</div>
|
|
|
|
<div>
|
|
<p class="text-gray-500 text-xl">Extra: <span
|
|
class="text-slate-800 text-xl font-semibold">Yes</span></p>
|
|
</div>
|
|
|
|
<div>
|
|
<p class="text-gray-500 text-xl">Status: <span
|
|
class="text-green-700 text-xl font-semibold">Open</span></p>
|
|
</div>
|
|
|
|
<div>
|
|
<p class="text-gray-500 text-xl">Related Files: <span
|
|
class="text-slate-800 text-xl">Documentation.pdf, Project.doc</span>
|
|
</p>
|
|
</div>
|
|
|
|
<div>
|
|
<p class="text-gray-500 text-xl">Points:</p>
|
|
<div class="w-full px-4">
|
|
<div class="w-full py-2 flex justify-start gap-3 items-center">
|
|
<input type="checkbox" name="" id="">
|
|
<p class="text-slate-800 text-base">Create dynamic pop modal</p>
|
|
</div>
|
|
|
|
<div class="w-full py-2 flex justify-start gap-3 items-center">
|
|
<input type="checkbox" name="" id="">
|
|
<p class="text-slate-800 text-base">Add recent status to the 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-800 text-base">Add notes section</p>
|
|
</div>
|
|
|
|
<div class="w-full py-2 flex justify-start gap-3 items-center">
|
|
<input type="checkbox" name="" id="">
|
|
<p class="text-slate-800 text-base">Create user activity section</p>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
<div>
|
|
<p class="text-gray-500 text-xl">Timeline:</p>
|
|
<div class="w-full px-4">
|
|
<div class="w-full border-t border-x border-gray-300 rounded-t-md mt-3">
|
|
<!-- HEADER -->
|
|
<div class="w-full h-[60px] flex items-center justify-between">
|
|
<div
|
|
class="w-[30%] h-full border-r border-gray-300 flex justify-center items-center">
|
|
<p class="text-sm">Task Time: <span class="text-sm text-gray-500">560
|
|
minutes</span></p>
|
|
</div>
|
|
<div
|
|
class="w-[25%] h-full border-r border-gray-300 flex justify-center items-center">
|
|
<p class="text-sm">User</p>
|
|
</div>
|
|
<div
|
|
class="w-[25%] h-full border-r border-gray-300 flex justify-center items-center">
|
|
<p class="text-sm">Date</p>
|
|
</div>
|
|
<div class="w-[20%] h-full flex justify-center items-center">
|
|
<p class="text-sm">Total Time</p>
|
|
</div>
|
|
</div>
|
|
|
|
<!-- BODY -->
|
|
<div class="w-full border-t border-gray-300">
|
|
<!-- 1ST ROW -->
|
|
<div
|
|
class="w-full h-[50px] flex justify-between items-center border-b border-gray-300">
|
|
<div
|
|
class="w-[30%] h-full border-r border-gray-300 flex justify-center items-center">
|
|
<button
|
|
class="w-fit py-1 px-3 bg-red-500 border border-red-500 text-white text-base rounded-md">Delete</button>
|
|
</div>
|
|
<div
|
|
class="w-[25%] h-full border-r border-gray-300 flex justify-center items-center">
|
|
<p class="text-sm">Nataly</p>
|
|
</div>
|
|
<div
|
|
class="w-[25%] h-full border-r border-gray-300 flex justify-center items-center">
|
|
<p class="text-sm">6-9-2023</p>
|
|
</div>
|
|
<div class="w-[20%] h-full flex justify-center items-center">
|
|
<p class="text-sm">360 minutes</p>
|
|
</div>
|
|
</div>
|
|
|
|
<!-- 2ND ROW -->
|
|
<div
|
|
class="w-full h-[50px] flex justify-between items-center border-b border-gray-300">
|
|
<div
|
|
class="w-[30%] h-full border-r border-gray-300 flex justify-center items-center">
|
|
<button
|
|
class="w-fit py-1 px-3 bg-red-500 border border-red-500 text-white text-base rounded-md">Delete</button>
|
|
</div>
|
|
<div
|
|
class="w-[25%] h-full border-r border-gray-300 flex justify-center items-center">
|
|
<p class="text-sm">Salim</p>
|
|
</div>
|
|
<div
|
|
class="w-[25%] h-full border-r border-gray-300 flex justify-center items-center">
|
|
<p class="text-sm">12-9-2023</p>
|
|
</div>
|
|
<div class="w-[20%] h-full flex justify-center items-center">
|
|
<p class="text-sm">200 minutes</p>
|
|
</div>
|
|
</div>
|
|
|
|
<!-- 3RD ROWS -->
|
|
<div
|
|
class="w-full h-[50px] flex justify-between items-center border-b border-gray-300">
|
|
<div
|
|
class="w-[30%] h-full border-r border-gray-300 flex justify-center items-center">
|
|
<button
|
|
class="w-fit py-1 px-3 bg-red-500 border border-red-500 text-white text-base rounded-md">Delete</button>
|
|
</div>
|
|
<div
|
|
class="w-[25%] h-full border-r border-gray-300 flex justify-center items-center">
|
|
<p class="text-sm">Salim</p>
|
|
</div>
|
|
<div
|
|
class="w-[25%] h-full border-r border-gray-300 flex justify-center items-center">
|
|
<p class="text-sm">12-9-2023</p>
|
|
</div>
|
|
<div class="w-[20%] h-full flex justify-center items-center">
|
|
<p class="text-sm">200 minutes</p>
|
|
</div>
|
|
</div>
|
|
|
|
<!-- 4TH ROW -->
|
|
<div
|
|
class="w-full h-[50px] flex justify-between items-center border-b border-gray-300">
|
|
<div
|
|
class="w-[30%] h-full border-r border-gray-300 flex justify-center items-center">
|
|
<button
|
|
class="w-fit py-1 px-3 bg-red-500 border border-red-500 text-white text-base rounded-md">Delete</button>
|
|
</div>
|
|
<div
|
|
class="w-[25%] h-full border-r border-gray-300 flex justify-center items-center">
|
|
<p class="text-sm">Reine</p>
|
|
</div>
|
|
<div
|
|
class="w-[25%] h-full border-r border-gray-300 flex justify-center items-center">
|
|
<p class="text-sm">12-9-2023</p>
|
|
</div>
|
|
<div class="w-[20%] h-full flex justify-center items-center">
|
|
<p class="text-sm">200 minutes</p>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
<div>
|
|
<p class="text-gray-500 text-xl">Description:</p>
|
|
<div class="w-full h-fit px-4 mt-1">
|
|
<p class="text-slate-700">
|
|
Lorem Ipsum is simply dummy text of the printing and typesetting industry.
|
|
Lorem Ipsum has been the industry's standard dummy text ever since the
|
|
1500s, when an unknown printer took a galley of type and scrambled it to
|
|
make a type specimen book. It has survived not only five centuries, but also
|
|
the leap into electronic typesetting, remaining essentially unchanged. It
|
|
was popularised in the 1960s with the release of Letraset sheets containing
|
|
Lorem Ipsum passages, and more recently with desktop publishing software
|
|
like Aldus PageMaker including versions of Lorem Ipsum.
|
|
</p>
|
|
</div>
|
|
</div>
|
|
|
|
<div>
|
|
<p class="text-gray-500 text-xl">Tags:</p>
|
|
<div class="w-full h-fit px-4 mt-1 flex flex-wrap justify-start items-center gap-3">
|
|
<button
|
|
class="text-sm text-gray-400 border border-gray-400 rounded-md w-fit py-2 px-3 outline-none cursor-pointer">Media
|
|
Streaming</button>
|
|
|
|
<button
|
|
class="text-sm text-gray-400 border border-gray-400 rounded-md w-fit py-2 px-3 outline-none cursor-pointer">Live
|
|
Streaming</button>
|
|
|
|
<button
|
|
class="text-sm text-gray-400 border border-gray-400 rounded-md w-fit py-2 px-3 outline-none cursor-pointer">Audio
|
|
On Demand</button>
|
|
</div>
|
|
</div>
|
|
|
|
</div>
|
|
</div>
|
|
<!-- RIGHT SIDE / USERS ACTIVITY -->
|
|
<div class="w-[23%] bg-white h-fit rounded-md shadow-md p-5">
|
|
<h1 class="text-2xl text-slate-700 text-center font-semibold">USERS ACTIVITY</h1>
|
|
<div class="w-full h-fit mt-2">
|
|
|
|
<div class="w-full flex flex-col py-3">
|
|
<div class="w-full flex justify-start gap-2 items-center">
|
|
<div class="w-[45px] h-[45px] rounded-full">
|
|
<img src="../images/avatar.svg" alt="user profile"
|
|
class="w-full h-full object-cover">
|
|
</div>
|
|
<div class="flex flex-col">
|
|
<h1 class="text-sm text-slate-700 font-semibold">Nataly</h1>
|
|
<p class="text-sm text-gray-500">11:30 AM</p>
|
|
<p class="text-sm text-gray-500">Closed - Create the Osina home page</p>
|
|
</div>
|
|
<div class="cursor-pointer">
|
|
<i class="fa fa-thumbs-up" style="color: rgb(184, 184, 184); font-size: 15px;"></i>
|
|
</div>
|
|
</div>
|
|
<!-- Add comment section -->
|
|
<div
|
|
class="w-full h-fit flex justify-between items-center border border-gray-200 mt-2 rounded-md">
|
|
<input type="text" placeholder="Add Comment..."
|
|
class="outline-none text-gray-500 p-2 w-[100%] text-sm h-[40px] rounded-tl-md rounded-bl-md">
|
|
<button class="w-fit px-3 py-2 bg-slate-800 rounded-tr-md rounded-br-md">
|
|
<i class="fa fa-send" style="color: white; font-size: 15px;"></i>
|
|
</button>
|
|
</div>
|
|
</div>
|
|
|
|
<div class="w-full flex flex-col py-3">
|
|
<div class="w-full flex justify-start gap-2 items-center">
|
|
<div class="w-[45px] h-[45px] rounded-full">
|
|
<img src="../images/avatar2.png" alt="user profile"
|
|
class="w-full h-full object-cover">
|
|
</div>
|
|
<div class="flex flex-col">
|
|
<h1 class="text-sm text-slate-700 font-semibold">Salim</h1>
|
|
<p class="text-sm text-gray-500">11:30 AM</p>
|
|
<p class="text-sm text-gray-500">Closed - Create the Osina home page</p>
|
|
</div>
|
|
<div class="cursor-pointer">
|
|
<i class="fa fa-thumbs-up" style="color: rgb(184, 184, 184); font-size: 15px;"></i>
|
|
</div>
|
|
</div>
|
|
<!-- Add comment section -->
|
|
<div
|
|
class="w-full h-fit flex justify-between items-center border border-gray-200 mt-2 rounded-md">
|
|
<input type="text" placeholder="Add Comment..."
|
|
class="outline-none text-gray-500 p-2 w-[100%] text-sm h-[40px] rounded-tl-md rounded-bl-md">
|
|
<button class="w-fit px-3 py-2 bg-slate-800 rounded-tr-md rounded-br-md">
|
|
<i class="fa fa-send" style="color: white; font-size: 15px;"></i>
|
|
</button>
|
|
</div>
|
|
</div>
|
|
|
|
<div class="w-full flex flex-col py-3">
|
|
<div class="w-full flex justify-start gap-2 items-center">
|
|
<div class="w-[45px] h-[45px] rounded-full">
|
|
<img src="../images/avatar3.png" alt="user profile"
|
|
class="w-full h-full object-cover">
|
|
</div>
|
|
<div class="flex flex-col">
|
|
<h1 class="text-sm text-slate-700 font-semibold">Emile</h1>
|
|
<p class="text-sm text-gray-500">12:30 PM</p>
|
|
<p class="text-sm text-gray-500">Working - Create the Osina home page</p>
|
|
</div>
|
|
<div class="cursor-pointer">
|
|
<i class="fa fa-thumbs-up" style="color: rgb(184, 184, 184); font-size: 15px;"></i>
|
|
</div>
|
|
</div>
|
|
<!-- Add comment section -->
|
|
<div
|
|
class="w-full h-fit flex justify-between items-center border border-gray-200 mt-2 rounded-md">
|
|
<input type="text" placeholder="Add Comment..."
|
|
class="outline-none text-gray-500 p-2 w-[100%] text-sm h-[40px] rounded-tl-md rounded-bl-md">
|
|
<button class="w-fit px-3 py-2 bg-slate-800 rounded-tr-md rounded-br-md">
|
|
<i class="fa fa-send" style="color: white; font-size: 15px;"></i>
|
|
</button>
|
|
</div>
|
|
</div>
|
|
|
|
<div class="w-full flex flex-col py-3">
|
|
<div class="w-full flex justify-start gap-2 items-center">
|
|
<div class="w-[45px] h-[45px] rounded-full">
|
|
<img src="../images/avatar.svg" alt="user profile"
|
|
class="w-full h-full object-cover">
|
|
</div>
|
|
<div class="flex flex-col">
|
|
<h1 class="text-sm text-slate-700 font-semibold">Nataly</h1>
|
|
<p class="text-sm text-gray-500">11:30 AM</p>
|
|
<p class="text-sm text-gray-500">Closed - Create Enooma home page</p>
|
|
</div>
|
|
<div class="cursor-pointer">
|
|
<i class="fa fa-thumbs-up" style="color: rgb(184, 184, 184); font-size: 15px;"></i>
|
|
</div>
|
|
</div>
|
|
<!-- Add comment section -->
|
|
<div
|
|
class="w-full h-fit flex justify-between items-center border border-gray-200 mt-2 rounded-md">
|
|
<input type="text" placeholder="Add Comment..."
|
|
class="outline-none text-gray-500 p-2 w-[100%] text-sm h-[40px] rounded-tl-md rounded-bl-md">
|
|
<button class="w-fit px-3 py-2 bg-slate-800 rounded-tr-md rounded-br-md">
|
|
<i class="fa fa-send" style="color: white; font-size: 15px;"></i>
|
|
</button>
|
|
</div>
|
|
</div>
|
|
|
|
<div class="w-full flex flex-col py-3">
|
|
<div class="w-full flex justify-start gap-2 items-center">
|
|
<div class="w-[45px] h-[45px] rounded-full">
|
|
<img src="../images/avatar2.png" alt="user profile"
|
|
class="w-full h-full object-cover">
|
|
</div>
|
|
<div class="flex flex-col">
|
|
<h1 class="text-sm text-slate-700 font-semibold">Salim</h1>
|
|
<p class="text-sm text-gray-500">11:30 AM</p>
|
|
<p class="text-sm text-gray-500">Closed - Create the Osina home page</p>
|
|
</div>
|
|
<div class="cursor-pointer">
|
|
<i class="fa fa-thumbs-up" style="color: rgb(184, 184, 184); font-size: 15px;"></i>
|
|
</div>
|
|
</div>
|
|
<!-- Add comment section -->
|
|
<div
|
|
class="w-full h-fit flex justify-between items-center border border-gray-200 mt-2 rounded-md">
|
|
<input type="text" placeholder="Add Comment..."
|
|
class="outline-none text-gray-500 p-2 w-[100%] text-sm h-[40px] rounded-tl-md rounded-bl-md">
|
|
<button class="w-fit px-3 py-2 bg-slate-800 rounded-tr-md rounded-br-md">
|
|
<i class="fa fa-send" style="color: white; font-size: 15px;"></i>
|
|
</button>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
<!-- POPUP MODAL -->
|
|
<div class="w-full h-full bg-black bg-opacity-40 z-20 fixed justify-center items-center hidden" id="popUpModal">
|
|
<div class="w-[95%] md:w-fit h-fit bg-white rounded-md p-9 relative">
|
|
<button class="absolute top-3 right-5 text-slate-800 text-xl cursor-pointer outline-none border-none"
|
|
id="closeModalButton">
|
|
<i class="fa fa-close"></i>
|
|
</button>
|
|
<iframe id="popupModalFrame" frameborder="0"></iframe>
|
|
</div>
|
|
</div>
|
|
|
|
<script src="./js/pop-modals.js"></script>
|
|
|
|
</div>
|
|
|
|
<!---------------------- JS SCRIPTS -------------------->
|
|
<!-- SIDE BAR SCRIPT -->
|
|
<script src="./js/side-bar.js"></script>
|
|
|
|
<!-- TO SHOW ALL THE ADDED NOTES BY THE USER WHEN CLICKING ON THE SHOW NOTES BUTTON -->
|
|
<script src="./js/show-notes.js"></script>
|
|
</body>
|
|
|
|
</html> |