taskbar updates links to islannd in excel and links to gm dash board added and working. need to be updated to production soon

This commit is contained in:
2025-12-18 19:11:02 +00:00
parent 1565496407
commit cf57336c97
3 changed files with 11 additions and 14 deletions
Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 MiB

-6
View File
@@ -1,6 +0,0 @@
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" aria-hidden="true" focusable="false">
<title>Idea</title>
<path d="M9 18h6"/>
<path d="M10 22h4"/>
<path d="M8 14a6 6 0 1 1 8 0c-.8.7-1 1.7-1 2.5V17a1 1 0 0 1-1 1h-4a1 1 0 0 1-1-1v-.5c0-.8-.2-1.8-1-2.5Z"/>
</svg>

Before

Width:  |  Height:  |  Size: 401 B

+11 -8
View File
@@ -12,19 +12,22 @@
</head>
<body class="font-sans bg-gray-100 m-0 text-gray-900 overflow-hidden touch-pan-y h-screen flex flex-col">
<div class="max-w-full md:max-w-2xl mx-auto p-4 sm:p-3 text-[17px] flex flex-col flex-1 overflow-hidden">
<div class="w-full bg-white border border-gray-200 rounded-lg px-3 py-1.5 mb-3 shadow-sm flex items-center justify-between">
<div class="w-full bg-gray-400 border border-gray-300 rounded-lg px-0.5 py-0.5 mb-3 shadow-sm flex items-center justify-between">
<div class="flex items-center gap-2">
<div class="h-9 w-[186px] rounded bg-black flex items-center justify-center overflow-hidden">
<img src="assets/CCwhiteApp.png" alt="CC" class="h-9 w-auto object-cover scale-105" loading="lazy">
<div class="h-6 w-[186px] rounded-lg bg-black flex items-center justify-center overflow-hidden">
<img src="assets/CCwhiteApp.png" alt="CC" class="h-6 w-auto object-cover scale-80" loading="lazy">
</div>
</div>
<div class="flex items-center gap-2">
<a id="ideaLink" href="#" class="inline-flex items-center justify-center h-8 w-8 rounded-full bg-amber-50 border border-amber-200 text-amber-600 hover:bg-amber-100" title="Submit an idea">
<img src="assets/lightbulb.svg" alt="Idea" class="h-4 w-4" loading="lazy">
<div class="flex items-center gap-0">
<a id="ideaLink" href="https://idea-form.ccllc.pro" target="_blank" rel="noopener" class="h-6 w-12 rounded-3xl overflow-hidden flex items-center justify-center bg-transparent hover:bg-gray-50/20" title="Submit an idea">
<img src="assets/lightbulb.jpg" alt="Idea" class="h-full w-auto object-cover" loading="lazy">
</a>
<div class="h-9 w-12 rounded-lg overflow-hidden flex items-center justify-center bg-white">
<a id="assetInventoryLink" href="https://czflex.sharepoint.com/:x:/r/sites/Team/Shared%20Documents/General/ALFONSO/Comprehensive%20Asset%20Inventory.xlsx?d=w9005440917e945d680e9885f33ccf2ba&csf=1&web=1&e=rifTzf" target="_blank" rel="noopener" class="h-6 w-12 rounded-3xl overflow-hidden flex items-center justify-center bg-transparent hover:bg-gray-50/20" title="Open Asset Inventory">
<img src="assets/PalmIsland.png" alt="Palm Island" class="h-full w-auto object-cover" loading="lazy">
</div>
</a>
<a id="operationsLink" href="https://czflex.sharepoint.com/:x:/r/sites/Team/Shared%20Documents/General/ALFONSO/GM%20Rollup.xlsx?d=w3e59f37ee1c04cb798e14f86bd87c968&csf=1&web=1&e=vCnfbR" target="_blank" rel="noopener" class="h-6 w-12 rounded-3xl overflow-hidden flex items-center justify-center bg-transparent hover:bg-gray-50/20" title="Open Operations Dashboard">
<img src="assets/DailyCheck.png" alt="Operations Dashboard" class="h-full w-auto object-cover" loading="lazy">
</a>
</div>
</div>
<h1 class="m-0 mb-3 text-center text-blue-600 text-[33px] font-bold">Job Info</h1>