Spaces:
Running
Running
Incorporate the Greenberry Logo
Browse files- earned-value.html +3 -4
- financial.html +3 -4
- index.html +3 -4
- plan-forecast.html +3 -4
- tracking.html +3 -4
earned-value.html
CHANGED
|
@@ -38,16 +38,15 @@
|
|
| 38 |
<!-- Main Layout -->
|
| 39 |
<div class="relative z-10 flex h-screen overflow-hidden">
|
| 40 |
<!-- Sidebar -->
|
| 41 |
-
|
| 42 |
<div class="p-4 border-b border-gray-700">
|
| 43 |
<div class="flex items-center space-x-2">
|
| 44 |
-
<
|
| 45 |
<h1 class="text-xl font-bold">PipeFlow Pro</h1>
|
| 46 |
</div>
|
| 47 |
<p class="text-gray-400 text-sm mt-1">Industrial Piping Command Center</p>
|
| 48 |
</div>
|
| 49 |
-
|
| 50 |
-
<nav class="p-4">
|
| 51 |
<div class="mb-6">
|
| 52 |
<h3 class="text-xs uppercase tracking-wider text-gray-400 mb-3">Modules</h3>
|
| 53 |
<ul class="space-y-2">
|
|
|
|
| 38 |
<!-- Main Layout -->
|
| 39 |
<div class="relative z-10 flex h-screen overflow-hidden">
|
| 40 |
<!-- Sidebar -->
|
| 41 |
+
<div class="sidebar bg-gray-800 text-white w-64 flex-shrink-0 transform -translate-x-full md:translate-x-0 transition duration-300 ease-in-out">
|
| 42 |
<div class="p-4 border-b border-gray-700">
|
| 43 |
<div class="flex items-center space-x-2">
|
| 44 |
+
<img src="http://static.photos/green/100x100/133" alt="Greenberry Logo" class="w-8 h-8 rounded-full">
|
| 45 |
<h1 class="text-xl font-bold">PipeFlow Pro</h1>
|
| 46 |
</div>
|
| 47 |
<p class="text-gray-400 text-sm mt-1">Industrial Piping Command Center</p>
|
| 48 |
</div>
|
| 49 |
+
<nav class="p-4">
|
|
|
|
| 50 |
<div class="mb-6">
|
| 51 |
<h3 class="text-xs uppercase tracking-wider text-gray-400 mb-3">Modules</h3>
|
| 52 |
<ul class="space-y-2">
|
financial.html
CHANGED
|
@@ -38,16 +38,15 @@
|
|
| 38 |
<!-- Main Layout -->
|
| 39 |
<div class="relative z-10 flex h-screen overflow-hidden">
|
| 40 |
<!-- Sidebar -->
|
| 41 |
-
|
| 42 |
<div class="p-4 border-b border-gray-700">
|
| 43 |
<div class="flex items-center space-x-2">
|
| 44 |
-
<
|
| 45 |
<h1 class="text-xl font-bold">PipeFlow Pro</h1>
|
| 46 |
</div>
|
| 47 |
<p class="text-gray-400 text-sm mt-1">Industrial Piping Command Center</p>
|
| 48 |
</div>
|
| 49 |
-
|
| 50 |
-
<nav class="p-4">
|
| 51 |
<div class="mb-6">
|
| 52 |
<h3 class="text-xs uppercase tracking-wider text-gray-400 mb-3">Modules</h3>
|
| 53 |
<ul class="space-y-2">
|
|
|
|
| 38 |
<!-- Main Layout -->
|
| 39 |
<div class="relative z-10 flex h-screen overflow-hidden">
|
| 40 |
<!-- Sidebar -->
|
| 41 |
+
<div class="sidebar bg-gray-800 text-white w-64 flex-shrink-0 transform -translate-x-full md:translate-x-0 transition duration-300 ease-in-out">
|
| 42 |
<div class="p-4 border-b border-gray-700">
|
| 43 |
<div class="flex items-center space-x-2">
|
| 44 |
+
<img src="http://static.photos/green/100x100/133" alt="Greenberry Logo" class="w-8 h-8 rounded-full">
|
| 45 |
<h1 class="text-xl font-bold">PipeFlow Pro</h1>
|
| 46 |
</div>
|
| 47 |
<p class="text-gray-400 text-sm mt-1">Industrial Piping Command Center</p>
|
| 48 |
</div>
|
| 49 |
+
<nav class="p-4">
|
|
|
|
| 50 |
<div class="mb-6">
|
| 51 |
<h3 class="text-xs uppercase tracking-wider text-gray-400 mb-3">Modules</h3>
|
| 52 |
<ul class="space-y-2">
|
index.html
CHANGED
|
@@ -33,16 +33,15 @@
|
|
| 33 |
<!-- Main Layout -->
|
| 34 |
<div class="relative z-10 flex h-screen overflow-hidden">
|
| 35 |
<!-- Sidebar -->
|
| 36 |
-
|
| 37 |
<div class="p-4 border-b border-gray-700">
|
| 38 |
<div class="flex items-center space-x-2">
|
| 39 |
-
<
|
| 40 |
<h1 class="text-xl font-bold">PipeFlow Pro</h1>
|
| 41 |
</div>
|
| 42 |
<p class="text-gray-400 text-sm mt-1">Industrial Piping Command Center</p>
|
| 43 |
</div>
|
| 44 |
-
|
| 45 |
-
<nav class="p-4">
|
| 46 |
<div class="mb-6">
|
| 47 |
<h3 class="text-xs uppercase tracking-wider text-gray-400 mb-3">Modules</h3>
|
| 48 |
<ul class="space-y-2">
|
|
|
|
| 33 |
<!-- Main Layout -->
|
| 34 |
<div class="relative z-10 flex h-screen overflow-hidden">
|
| 35 |
<!-- Sidebar -->
|
| 36 |
+
<div class="sidebar bg-gray-800 text-white w-64 flex-shrink-0 transform -translate-x-full md:translate-x-0 transition duration-300 ease-in-out">
|
| 37 |
<div class="p-4 border-b border-gray-700">
|
| 38 |
<div class="flex items-center space-x-2">
|
| 39 |
+
<img src="http://static.photos/green/100x100/133" alt="Greenberry Logo" class="w-8 h-8 rounded-full">
|
| 40 |
<h1 class="text-xl font-bold">PipeFlow Pro</h1>
|
| 41 |
</div>
|
| 42 |
<p class="text-gray-400 text-sm mt-1">Industrial Piping Command Center</p>
|
| 43 |
</div>
|
| 44 |
+
<nav class="p-4">
|
|
|
|
| 45 |
<div class="mb-6">
|
| 46 |
<h3 class="text-xs uppercase tracking-wider text-gray-400 mb-3">Modules</h3>
|
| 47 |
<ul class="space-y-2">
|
plan-forecast.html
CHANGED
|
@@ -57,16 +57,15 @@
|
|
| 57 |
<!-- Main Layout -->
|
| 58 |
<div class="relative z-10 flex h-screen overflow-hidden">
|
| 59 |
<!-- Sidebar -->
|
| 60 |
-
|
| 61 |
<div class="p-4 border-b border-gray-700">
|
| 62 |
<div class="flex items-center space-x-2">
|
| 63 |
-
<
|
| 64 |
<h1 class="text-xl font-bold">PipeFlow Pro</h1>
|
| 65 |
</div>
|
| 66 |
<p class="text-gray-400 text-sm mt-1">Industrial Piping Command Center</p>
|
| 67 |
</div>
|
| 68 |
-
|
| 69 |
-
<nav class="p-4">
|
| 70 |
<div class="mb-6">
|
| 71 |
<h3 class="text-xs uppercase tracking-wider text-gray-400 mb-3">Modules</h3>
|
| 72 |
<ul class="space-y-2">
|
|
|
|
| 57 |
<!-- Main Layout -->
|
| 58 |
<div class="relative z-10 flex h-screen overflow-hidden">
|
| 59 |
<!-- Sidebar -->
|
| 60 |
+
<div class="sidebar bg-gray-800 text-white w-64 flex-shrink-0 transform -translate-x-full md:translate-x-0 transition duration-300 ease-in-out">
|
| 61 |
<div class="p-4 border-b border-gray-700">
|
| 62 |
<div class="flex items-center space-x-2">
|
| 63 |
+
<img src="http://static.photos/green/100x100/133" alt="Greenberry Logo" class="w-8 h-8 rounded-full">
|
| 64 |
<h1 class="text-xl font-bold">PipeFlow Pro</h1>
|
| 65 |
</div>
|
| 66 |
<p class="text-gray-400 text-sm mt-1">Industrial Piping Command Center</p>
|
| 67 |
</div>
|
| 68 |
+
<nav class="p-4">
|
|
|
|
| 69 |
<div class="mb-6">
|
| 70 |
<h3 class="text-xs uppercase tracking-wider text-gray-400 mb-3">Modules</h3>
|
| 71 |
<ul class="space-y-2">
|
tracking.html
CHANGED
|
@@ -37,16 +37,15 @@
|
|
| 37 |
<!-- Main Layout -->
|
| 38 |
<div class="relative z-10 flex h-screen overflow-hidden">
|
| 39 |
<!-- Sidebar -->
|
| 40 |
-
|
| 41 |
<div class="p-4 border-b border-gray-700">
|
| 42 |
<div class="flex items-center space-x-2">
|
| 43 |
-
<
|
| 44 |
<h1 class="text-xl font-bold">PipeFlow Pro</h1>
|
| 45 |
</div>
|
| 46 |
<p class="text-gray-400 text-sm mt-1">Industrial Piping Command Center</p>
|
| 47 |
</div>
|
| 48 |
-
|
| 49 |
-
<nav class="p-4">
|
| 50 |
<div class="mb-6">
|
| 51 |
<h3 class="text-xs uppercase tracking-wider text-gray-400 mb-3">Modules</h3>
|
| 52 |
<ul class="space-y-2">
|
|
|
|
| 37 |
<!-- Main Layout -->
|
| 38 |
<div class="relative z-10 flex h-screen overflow-hidden">
|
| 39 |
<!-- Sidebar -->
|
| 40 |
+
<div class="sidebar bg-gray-800 text-white w-64 flex-shrink-0 transform -translate-x-full md:translate-x-0 transition duration-300 ease-in-out">
|
| 41 |
<div class="p-4 border-b border-gray-700">
|
| 42 |
<div class="flex items-center space-x-2">
|
| 43 |
+
<img src="http://static.photos/green/100x100/133" alt="Greenberry Logo" class="w-8 h-8 rounded-full">
|
| 44 |
<h1 class="text-xl font-bold">PipeFlow Pro</h1>
|
| 45 |
</div>
|
| 46 |
<p class="text-gray-400 text-sm mt-1">Industrial Piping Command Center</p>
|
| 47 |
</div>
|
| 48 |
+
<nav class="p-4">
|
|
|
|
| 49 |
<div class="mb-6">
|
| 50 |
<h3 class="text-xs uppercase tracking-wider text-gray-400 mb-3">Modules</h3>
|
| 51 |
<ul class="space-y-2">
|