Delete index. html
Browse files- index. html +0 -479
index. html
DELETED
|
@@ -1,479 +0,0 @@
|
|
| 1 |
-
<!DOCTYPE html>
|
| 2 |
-
<html lang="en">
|
| 3 |
-
<head>
|
| 4 |
-
<meta charset="UTF-8">
|
| 5 |
-
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
| 6 |
-
<title>Be. | Decision Companion</title>
|
| 7 |
-
<link href="https://cdn.jsdelivr.net/npm/tailwindcss@2.2.19/dist/tailwind.min.css" rel="stylesheet">
|
| 8 |
-
<link href="https://cdn.jsdelivr.net/npm/@fortawesome/fontawesome-free@6.4.0/css/all.min.css" rel="stylesheet">
|
| 9 |
-
<link href="https://cdn.jsdelivr.net/npm/inter-ui@3.19.3/inter.min.css" rel="stylesheet">
|
| 10 |
-
<style>
|
| 11 |
-
body {
|
| 12 |
-
font-family: 'Inter', sans-serif;
|
| 13 |
-
background-color: #f8f9fa;
|
| 14 |
-
padding-bottom: 80px;
|
| 15 |
-
}
|
| 16 |
-
.tab-content {
|
| 17 |
-
display: none;
|
| 18 |
-
}
|
| 19 |
-
.tab-content.active {
|
| 20 |
-
display: block;
|
| 21 |
-
}
|
| 22 |
-
.chat-message {
|
| 23 |
-
margin-bottom: 12px;
|
| 24 |
-
padding: 10px 15px;
|
| 25 |
-
border-radius: 18px;
|
| 26 |
-
max-width: 80%;
|
| 27 |
-
word-wrap: break-word;
|
| 28 |
-
}
|
| 29 |
-
.user-message {
|
| 30 |
-
background-color: #e1f5fe;
|
| 31 |
-
margin-left: auto;
|
| 32 |
-
border-bottom-right-radius: 4px;
|
| 33 |
-
}
|
| 34 |
-
.ai-message {
|
| 35 |
-
background-color: #f1f1f1;
|
| 36 |
-
margin-right: auto;
|
| 37 |
-
border-bottom-left-radius: 4px;
|
| 38 |
-
}
|
| 39 |
-
.slide-in {
|
| 40 |
-
animation: slideIn 0.3s ease-out forwards;
|
| 41 |
-
}
|
| 42 |
-
@keyframes slideIn {
|
| 43 |
-
from { transform: translateY(10px); opacity: 0; }
|
| 44 |
-
to { transform: translateY(0); opacity: 1; }
|
| 45 |
-
}
|
| 46 |
-
.gradient-bg {
|
| 47 |
-
background: linear-gradient(135deg, #6366f1, #8b5cf6);
|
| 48 |
-
}
|
| 49 |
-
.progress-ring {
|
| 50 |
-
transform: rotate(-90deg);
|
| 51 |
-
}
|
| 52 |
-
.decision-card {
|
| 53 |
-
transition: all 0.3s ease;
|
| 54 |
-
}
|
| 55 |
-
.decision-card:hover {
|
| 56 |
-
transform: translateY(-5px);
|
| 57 |
-
box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
|
| 58 |
-
}
|
| 59 |
-
.bottom-nav {
|
| 60 |
-
position: fixed;
|
| 61 |
-
bottom: 0;
|
| 62 |
-
left: 0;
|
| 63 |
-
right: 0;
|
| 64 |
-
z-index: 50;
|
| 65 |
-
background-color: white;
|
| 66 |
-
border-top: 1px solid #e5e7eb;
|
| 67 |
-
box-shadow: 0 -2px 5px rgba(0,0,0,0.05);
|
| 68 |
-
display: flex;
|
| 69 |
-
justify-content: space-around;
|
| 70 |
-
padding: 8px 0;
|
| 71 |
-
}
|
| 72 |
-
.bottom-nav-btn {
|
| 73 |
-
flex: 1;
|
| 74 |
-
display: flex;
|
| 75 |
-
flex-direction: column;
|
| 76 |
-
align-items: center;
|
| 77 |
-
justify-content: center;
|
| 78 |
-
padding: 4px 0;
|
| 79 |
-
font-size: 0.75rem;
|
| 80 |
-
line-height: 1rem;
|
| 81 |
-
color: #4b5563;
|
| 82 |
-
border-top: 3px solid transparent;
|
| 83 |
-
transition: color 0.2s ease, border-color 0.2s ease;
|
| 84 |
-
cursor: pointer;
|
| 85 |
-
}
|
| 86 |
-
.bottom-nav-btn i {
|
| 87 |
-
margin-bottom: 4px;
|
| 88 |
-
font-size: 1.125rem;
|
| 89 |
-
}
|
| 90 |
-
.bottom-nav-btn.active {
|
| 91 |
-
color: #4f46e5;
|
| 92 |
-
font-weight: 600;
|
| 93 |
-
border-top-color: #4f46e5;
|
| 94 |
-
}
|
| 95 |
-
.bottom-nav-btn:hover {
|
| 96 |
-
color: #4f46e5;
|
| 97 |
-
}
|
| 98 |
-
.chat-container {
|
| 99 |
-
height: calc(100vh - 64px - 80px - 16px);
|
| 100 |
-
min-height: 400px;
|
| 101 |
-
}
|
| 102 |
-
@media (min-width: 768px) {
|
| 103 |
-
.chat-container {
|
| 104 |
-
height: calc(100vh - 64px - 16px);
|
| 105 |
-
}
|
| 106 |
-
}
|
| 107 |
-
.decision-type-btn.selected {
|
| 108 |
-
border-color: #4f46e5;
|
| 109 |
-
background-color: #e0e7ff;
|
| 110 |
-
box-shadow: 0 0 0 2px #a5b4fc;
|
| 111 |
-
}
|
| 112 |
-
.hidden {
|
| 113 |
-
display: none;
|
| 114 |
-
}
|
| 115 |
-
@media print {
|
| 116 |
-
body {
|
| 117 |
-
padding-bottom: 0;
|
| 118 |
-
}
|
| 119 |
-
.bottom-nav {
|
| 120 |
-
position: static;
|
| 121 |
-
page-break-inside: avoid;
|
| 122 |
-
}
|
| 123 |
-
.tab-content {
|
| 124 |
-
display: block !important;
|
| 125 |
-
page-break-inside: avoid;
|
| 126 |
-
margin-bottom: 20px;
|
| 127 |
-
}
|
| 128 |
-
.chat-container {
|
| 129 |
-
height: auto;
|
| 130 |
-
}
|
| 131 |
-
}
|
| 132 |
-
.progress-circle {
|
| 133 |
-
position: relative;
|
| 134 |
-
width: 60px;
|
| 135 |
-
height: 60px;
|
| 136 |
-
}
|
| 137 |
-
.progress-circle-bg {
|
| 138 |
-
fill: transparent;
|
| 139 |
-
stroke: #e5e7eb;
|
| 140 |
-
stroke-width: 4;
|
| 141 |
-
}
|
| 142 |
-
.progress-circle-value {
|
| 143 |
-
fill: transparent;
|
| 144 |
-
stroke: #6366f1;
|
| 145 |
-
stroke-width: 4;
|
| 146 |
-
stroke-linecap: round;
|
| 147 |
-
transform: rotate(-90deg);
|
| 148 |
-
transform-origin: center;
|
| 149 |
-
transition: stroke-dashoffset 0.5s ease;
|
| 150 |
-
}
|
| 151 |
-
.progress-circle-text {
|
| 152 |
-
position: absolute;
|
| 153 |
-
top: 50%;
|
| 154 |
-
left: 50%;
|
| 155 |
-
transform: translate(-50%, -50%);
|
| 156 |
-
font-size: 14px;
|
| 157 |
-
font-weight: bold;
|
| 158 |
-
color: #6366f1;
|
| 159 |
-
}
|
| 160 |
-
.app-banner {
|
| 161 |
-
background: linear-gradient(135deg, #6366f1, #8b5cf6);
|
| 162 |
-
color: white;
|
| 163 |
-
text-align: center;
|
| 164 |
-
padding: 1rem;
|
| 165 |
-
margin-bottom: 1.5rem;
|
| 166 |
-
border-radius: 0.5rem;
|
| 167 |
-
box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
|
| 168 |
-
}
|
| 169 |
-
.reset-btn {
|
| 170 |
-
background-color: #ef4444;
|
| 171 |
-
color: white;
|
| 172 |
-
transition: all 0.2s ease;
|
| 173 |
-
}
|
| 174 |
-
.reset-btn:hover {
|
| 175 |
-
background-color: #dc2626;
|
| 176 |
-
}
|
| 177 |
-
.notification {
|
| 178 |
-
position: fixed;
|
| 179 |
-
top: 80px;
|
| 180 |
-
right: 20px;
|
| 181 |
-
background-color: #10b981;
|
| 182 |
-
color: white;
|
| 183 |
-
padding: 12px 20px;
|
| 184 |
-
border-radius: 8px;
|
| 185 |
-
box-shadow: 0 4px 6px rgba(0,0,0,0.1);
|
| 186 |
-
z-index: 100;
|
| 187 |
-
animation: slideInRight 0.3s ease-out forwards, fadeOut 0.5s ease-out 2.5s forwards;
|
| 188 |
-
}
|
| 189 |
-
@keyframes slideInRight {
|
| 190 |
-
from { transform: translateX(100%); opacity: 0; }
|
| 191 |
-
to { transform: translateX(0); opacity: 1; }
|
| 192 |
-
}
|
| 193 |
-
@keyframes fadeOut {
|
| 194 |
-
from { opacity: 1; }
|
| 195 |
-
to { opacity: 0; visibility: hidden; }
|
| 196 |
-
}
|
| 197 |
-
</style>
|
| 198 |
-
</head>
|
| 199 |
-
<body class="min-h-screen">
|
| 200 |
-
<nav class="bg-white shadow-md fixed top-0 left-0 right-0 z-40">
|
| 201 |
-
<div class="max-w-6xl mx-auto px-4">
|
| 202 |
-
<div class="flex justify-between h-16">
|
| 203 |
-
<div class="flex space-x-4">
|
| 204 |
-
<div>
|
| 205 |
-
<a href="#" class="flex items-center py-3 px-2 text-gray-700">
|
| 206 |
-
<span class="text-3xl font-bold gradient-bg text-transparent bg-clip-text">Be.</span>
|
| 207 |
-
<span class="ml-2 text-lg font-medium text-gray-700">Decision Companion</span>
|
| 208 |
-
</a>
|
| 209 |
-
</div>
|
| 210 |
-
</div>
|
| 211 |
-
<div class="flex items-center space-x-1">
|
| 212 |
-
<button id="reset-data-btn" class="py-2 px-3 reset-btn hover:bg-red-700 text-white text-sm rounded-md transition duration-150 ease-in-out">
|
| 213 |
-
<i class="fas fa-sync-alt mr-1"></i> Reset Data
|
| 214 |
-
</button>
|
| 215 |
-
<a href="#" class="py-2 px-3 text-gray-700 hover:text-indigo-600 text-sm rounded-md">Help</a>
|
| 216 |
-
<a href="#" class="py-2 px-4 bg-indigo-600 hover:bg-indigo-700 text-white rounded-md text-sm font-medium transition duration-150 ease-in-out">Profile</a>
|
| 217 |
-
</div>
|
| 218 |
-
</div>
|
| 219 |
-
</div>
|
| 220 |
-
</nav>
|
| 221 |
-
|
| 222 |
-
<div class="max-w-6xl mx-auto px-4 py-8 pt-24">
|
| 223 |
-
<div class="app-banner mb-6 slide-in">
|
| 224 |
-
<h1 class="text-3xl font-bold mb-1">Welcome to Be.</h1>
|
| 225 |
-
<p class="text-lg">Your personal decision companion for mindful growth and reflection</p>
|
| 226 |
-
</div>
|
| 227 |
-
|
| 228 |
-
<div id="daily" class="tab-content active">
|
| 229 |
-
<div class="bg-white rounded-lg shadow-lg p-6 mb-6">
|
| 230 |
-
<h2 class="text-2xl font-bold text-gray-800 mb-4">Today's Reflection</h2>
|
| 231 |
-
<p class="text-gray-600 mb-6">Start your day with mindful reflection to enhance self-awareness and personal growth.</p>
|
| 232 |
-
|
| 233 |
-
<div class="bg-indigo-50 p-6 rounded-lg mb-6">
|
| 234 |
-
<h3 class="text-xl font-semibold text-indigo-800 mb-3">Daily Question</h3>
|
| 235 |
-
<p class="text-gray-700 text-lg mb-6">What is one thing you're grateful for today, and how does it influence your outlook?</p>
|
| 236 |
-
<textarea id="reflection-input" class="w-full p-4 border border-gray-300 rounded-lg focus:ring-2 focus:ring-indigo-500 focus:border-indigo-500 h-32 resize-none transition duration-150 ease-in-out" placeholder="Write your thoughts here..."></textarea>
|
| 237 |
-
<div class="flex flex-col sm:flex-row justify-between items-center mt-4 space-y-2 sm:space-y-0">
|
| 238 |
-
<div class="text-sm text-gray-500">Your entries are private and secure</div>
|
| 239 |
-
<button id="save-reflection-btn" class="w-full sm:w-auto px-6 py-2 bg-indigo-600 text-white rounded-lg hover:bg-indigo-700 focus:outline-none focus:ring-2 focus:ring-indigo-500 focus:ring-offset-2 transition duration-150 ease-in-out">Save Reflection</button>
|
| 240 |
-
</div>
|
| 241 |
-
</div>
|
| 242 |
-
|
| 243 |
-
<h3 class="text-xl font-semibold text-gray-800 mb-4">Past Reflections</h3>
|
| 244 |
-
<div id="past-reflections" class="grid grid-cols-1 md:grid-cols-3 gap-6">
|
| 245 |
-
<!-- Past reflections will be populated dynamically -->
|
| 246 |
-
<p id="no-reflections-message" class="text-gray-500 text-center col-span-3 py-4">No reflections yet. Start by adding your first reflection above.</p>
|
| 247 |
-
</div>
|
| 248 |
-
</div>
|
| 249 |
-
|
| 250 |
-
<div class="bg-white rounded-lg shadow-lg p-6">
|
| 251 |
-
<h2 class="text-2xl font-bold text-gray-800 mb-4">Your Growth Journey</h2>
|
| 252 |
-
<div class="flex flex-col sm:flex-row items-center justify-between mb-6 space-y-4 sm:space-y-0">
|
| 253 |
-
<div>
|
| 254 |
-
<h3 class="text-lg font-medium text-gray-800">Current Streak: <span id="streak-count">0</span> days</h3>
|
| 255 |
-
<p class="text-sm text-gray-600">Keep reflecting daily to build momentum!</p>
|
| 256 |
-
</div>
|
| 257 |
-
<div class="progress-circle">
|
| 258 |
-
<svg viewBox="0 0 36 36">
|
| 259 |
-
<circle cx="18" cy="18" r="16" class="progress-circle-bg"></circle>
|
| 260 |
-
<circle cx="18" cy="18" r="16" class="progress-circle-value" stroke-dasharray="100 100" stroke-dashoffset="100"></circle>
|
| 261 |
-
</svg>
|
| 262 |
-
<div class="progress-circle-text">0%</div>
|
| 263 |
-
</div>
|
| 264 |
-
</div>
|
| 265 |
-
|
| 266 |
-
<div class="grid grid-cols-2 md:grid-cols-4 gap-4">
|
| 267 |
-
<div class="bg-indigo-50 rounded-lg p-4 text-center">
|
| 268 |
-
<p class="text-3xl font-bold text-indigo-600" id="reflections-count">0</p>
|
| 269 |
-
<p class="text-sm text-gray-600">Reflections</p>
|
| 270 |
-
</div>
|
| 271 |
-
<div class="bg-indigo-50 rounded-lg p-4 text-center">
|
| 272 |
-
<p class="text-3xl font-bold text-indigo-600" id="insights-count">0</p>
|
| 273 |
-
<p class="text-sm text-gray-600">Insights</p>
|
| 274 |
-
</div>
|
| 275 |
-
<div class="bg-indigo-50 rounded-lg p-4 text-center">
|
| 276 |
-
<p class="text-3xl font-bold text-indigo-600" id="decisions-count">0</p>
|
| 277 |
-
<p class="text-sm text-gray-600">Decisions</p>
|
| 278 |
-
</div>
|
| 279 |
-
<div class="bg-indigo-50 rounded-lg p-4 text-center">
|
| 280 |
-
<p class="text-3xl font-bold text-indigo-600" id="days-active-count">0</p>
|
| 281 |
-
<p class="text-sm text-gray-600">Days Active</p>
|
| 282 |
-
</div>
|
| 283 |
-
</div>
|
| 284 |
-
</div>
|
| 285 |
-
</div>
|
| 286 |
-
|
| 287 |
-
<div id="decider" class="tab-content">
|
| 288 |
-
<div class="bg-white rounded-lg shadow-lg p-6 mb-6">
|
| 289 |
-
<div class="flex items-center mb-4">
|
| 290 |
-
<div class="gradient-bg rounded-full p-2 mr-3 text-white flex-shrink-0">
|
| 291 |
-
<i class="fas fa-compass text-xl"></i>
|
| 292 |
-
</div>
|
| 293 |
-
<h2 class="text-2xl font-bold text-gray-800">Be. Decision Assistant</h2>
|
| 294 |
-
</div>
|
| 295 |
-
<p class="text-gray-600 mb-6">Break through decision paralysis and make confident choices with AI guidance.</p>
|
| 296 |
-
|
| 297 |
-
<div class="decision-maker">
|
| 298 |
-
<div id="decision-step-1" class="decision-step">
|
| 299 |
-
<h3 class="text-xl font-semibold text-gray-800 mb-4">1. What decision are you facing?</h3>
|
| 300 |
-
<textarea id="decision-description" class="w-full p-4 border border-gray-300 rounded-lg focus:ring-2 focus:ring-indigo-500 focus:border-indigo-500 h-24 resize-none mb-4 transition duration-150 ease-in-out" placeholder="e.g., Should I accept the new job offer? Which apartment should I choose?"></textarea>
|
| 301 |
-
|
| 302 |
-
<label class="block text-sm font-medium text-gray-700 mb-2">Decision type:</label>
|
| 303 |
-
<div class="grid grid-cols-1 sm:grid-cols-3 gap-4" id="decision-type-selector">
|
| 304 |
-
<button data-type="Career" class="decision-type-btn p-4 border border-gray-300 rounded-lg text-left hover:border-indigo-500 focus:outline-none focus:ring-2 focus:ring-offset-2 focus:ring-indigo-500 transition duration-150 ease-in-out">
|
| 305 |
-
<i class="fas fa-briefcase text-indigo-600 mb-2 text-xl"></i>
|
| 306 |
-
<h4 class="font-medium">Career</h4>
|
| 307 |
-
<p class="text-sm text-gray-600">Job changes, career path</p>
|
| 308 |
-
</button>
|
| 309 |
-
<button data-type="Relationships" class="decision-type-btn p-4 border border-gray-300 rounded-lg text-left hover:border-indigo-500 focus:outline-none focus:ring-2 focus:ring-offset-2 focus:ring-indigo-500 transition duration-150 ease-in-out">
|
| 310 |
-
<i class="fas fa-heart text-indigo-600 mb-2 text-xl"></i>
|
| 311 |
-
<h4 class="font-medium">Relationships</h4>
|
| 312 |
-
<p class="text-sm text-gray-600">Dating, friends, family</p>
|
| 313 |
-
</button>
|
| 314 |
-
<button data-type="Financial" class="decision-type-btn p-4 border border-gray-300 rounded-lg text-left hover:border-indigo-500 focus:outline-none focus:ring-2 focus:ring-offset-2 focus:ring-indigo-500 transition duration-150 ease-in-out">
|
| 315 |
-
<i class="fas fa-dollar-sign text-indigo-600 mb-2 text-xl"></i>
|
| 316 |
-
<h4 class="font-medium">Financial</h4>
|
| 317 |
-
<p class="text-sm text-gray-600">Investments, spending</p>
|
| 318 |
-
</button>
|
| 319 |
-
</div>
|
| 320 |
-
|
| 321 |
-
<div class="mt-6 text-right">
|
| 322 |
-
<button id="to-step-2" class="w-full sm:w-auto px-6 py-2 bg-indigo-600 text-white rounded-lg hover:bg-indigo-700 focus:outline-none focus:ring-2 focus:ring-indigo-500 focus:ring-offset-2 transition duration-150 ease-in-out">Continue</button>
|
| 323 |
-
</div>
|
| 324 |
-
</div>
|
| 325 |
-
|
| 326 |
-
<div id="decision-step-2" class="decision-step hidden">
|
| 327 |
-
<h3 class="text-xl font-semibold text-gray-800 mb-4">2. What are your options?</h3>
|
| 328 |
-
<p class="text-gray-600 mb-4">Let's explore the different paths you could take. Add at least two options.</p>
|
| 329 |
-
|
| 330 |
-
<div id="option-container" class="space-y-4 mb-4">
|
| 331 |
-
<div class="option-item p-4 border border-gray-300 rounded-lg bg-gray-50 relative">
|
| 332 |
-
<input type="text" class="option-title w-full p-2 border-b border-gray-300 mb-2 focus:outline-none focus:border-indigo-500 font-medium bg-transparent" placeholder="Option 1 Title">
|
| 333 |
-
<textarea class="option-description w-full p-2 border border-gray-300 rounded-lg focus:ring-2 focus:ring-indigo-500 focus:border-indigo-500 h-20 resize-none mt-1 transition duration-150 ease-in-out" placeholder="Describe this option (pros, cons, details)..."></textarea>
|
| 334 |
-
<button class="remove-option absolute top-2 right-2 text-gray-400 hover:text-red-500 text-sm p-1" title="Remove option">×</button>
|
| 335 |
-
</div>
|
| 336 |
-
<div class="option-item p-4 border border-gray-300 rounded-lg bg-gray-50 relative">
|
| 337 |
-
<input type="text" class="option-title w-full p-2 border-b border-gray-300 mb-2 focus:outline-none focus:border-indigo-500 font-medium bg-transparent" placeholder="Option 2 Title">
|
| 338 |
-
<textarea class="option-description w-full p-2 border border-gray-300 rounded-lg focus:ring-2 focus:ring-indigo-500 focus:border-indigo-500 h-20 resize-none mt-1 transition duration-150 ease-in-out" placeholder="Describe this option (pros, cons, details)..."></textarea>
|
| 339 |
-
<button class="remove-option absolute top-2 right-2 text-gray-400 hover:text-red-500 text-sm p-1" title="Remove option">×</button>
|
| 340 |
-
</div>
|
| 341 |
-
</div>
|
| 342 |
-
|
| 343 |
-
<button id="add-option" class="mb-6 text-indigo-600 hover:text-indigo-800 focus:outline-none text-sm font-medium transition duration-150 ease-in-out">
|
| 344 |
-
<i class="fas fa-plus-circle mr-1"></i> Add another option
|
| 345 |
-
</button>
|
| 346 |
-
|
| 347 |
-
<div class="flex flex-col sm:flex-row justify-between mt-6 space-y-3 sm:space-y-0">
|
| 348 |
-
<button data-target="decision-step-1" class="back-btn w-full sm:w-auto px-6 py-2 border border-gray-300 text-gray-700 rounded-lg hover:bg-gray-50 focus:outline-none focus:ring-2 focus:ring-gray-500 focus:ring-offset-2 transition duration-150 ease-in-out">Back</button>
|
| 349 |
-
<button id="to-step-3" class="w-full sm:w-auto px-6 py-2 bg-indigo-600 text-white rounded-lg hover:bg-indigo-700 focus:outline-none focus:ring-2 focus:ring-indigo-500 focus:ring-offset-2 transition duration-150 ease-in-out">Analyze Options</button>
|
| 350 |
-
</div>
|
| 351 |
-
</div>
|
| 352 |
-
|
| 353 |
-
<div id="decision-step-3" class="decision-step hidden">
|
| 354 |
-
<h3 class="text-xl font-semibold text-gray-800 mb-4">3. Your Decision Analysis</h3>
|
| 355 |
-
|
| 356 |
-
<div class="bg-indigo-50 p-6 rounded-lg mb-6 border border-indigo-200">
|
| 357 |
-
<div class="flex items-start">
|
| 358 |
-
<div class="bg-indigo-100 rounded-full p-3 mr-4 flex-shrink-0">
|
| 359 |
-
<i class="fas fa-lightbulb text-indigo-600 text-xl"></i>
|
| 360 |
-
</div>
|
| 361 |
-
<div>
|
| 362 |
-
<h4 class="font-medium text-lg text-indigo-800 mb-1">Be. AI Insight</h4>
|
| 363 |
-
<p class="text-gray-700">Based on your inputs, here's an analysis to help clarify your decision. Remember, the final choice is always yours.</p>
|
| 364 |
-
</div>
|
| 365 |
-
</div>
|
| 366 |
-
</div>
|
| 367 |
-
|
| 368 |
-
<div class="grid grid-cols-1 md:grid-cols-2 gap-6 mb-6">
|
| 369 |
-
<div class="bg-white border border-gray-200 rounded-lg p-5 shadow-sm">
|
| 370 |
-
<h4 class="font-medium text-lg mb-3 text-gray-700">Pros & Cons Analysis</h4>
|
| 371 |
-
<div id="pros-cons-analysis" class="text-sm text-gray-600 space-y-3">
|
| 372 |
-
<p>Please complete the previous steps to see the analysis.</p>
|
| 373 |
-
</div>
|
| 374 |
-
</div>
|
| 375 |
-
<div class="bg-white border border-gray-200 rounded-lg p-5 shadow-sm">
|
| 376 |
-
<h4 class="font-medium text-lg mb-3 text-gray-700">Value Alignment</h4>
|
| 377 |
-
<div id="value-alignment-analysis" class="text-sm text-gray-600 space-y-3">
|
| 378 |
-
<p>Please complete the previous steps to see the analysis.</p>
|
| 379 |
-
</div>
|
| 380 |
-
</div>
|
| 381 |
-
</div>
|
| 382 |
-
|
| 383 |
-
<div class="bg-white border border-gray-200 rounded-lg p-5 shadow-sm mb-6">
|
| 384 |
-
<h4 class="font-medium text-lg mb-3 text-gray-700">AI Recommendation</h4>
|
| 385 |
-
<div id="ai-recommendation" class="text-sm text-gray-600 space-y-3">
|
| 386 |
-
<p>Please complete the previous steps to see the recommendation.</p>
|
| 387 |
-
</div>
|
| 388 |
-
</div>
|
| 389 |
-
|
| 390 |
-
<div class="flex flex-col sm:flex-row justify-between mt-6 space-y-3 sm:space-y-0">
|
| 391 |
-
<button data-target="decision-step-2" class="back-btn w-full sm:w-auto px-6 py-2 border border-gray-300 text-gray-700 rounded-lg hover:bg-gray-50 focus:outline-none focus:ring-2 focus:ring-gray-500 focus:ring-offset-2 transition duration-150 ease-in-out">Back</button>
|
| 392 |
-
<button id="save-decision" class="w-full sm:w-auto px-6 py-2 bg-indigo-600 text-white rounded-lg hover:bg-indigo-700 focus:outline-none focus:ring-2 focus:ring-indigo-500 focus:ring-offset-2 transition duration-150 ease-in-out">Save Analysis</button>
|
| 393 |
-
</div>
|
| 394 |
-
</div>
|
| 395 |
-
</div>
|
| 396 |
-
</div>
|
| 397 |
-
|
| 398 |
-
<div class="bg-white rounded-lg shadow-lg p-6">
|
| 399 |
-
<h2 class="text-2xl font-bold text-gray-800 mb-4">Your Recent Decisions</h2>
|
| 400 |
-
<div id="recent-decisions" class="grid grid-cols-1 md:grid-cols-2 gap-6">
|
| 401 |
-
<!-- Recent decisions will be populated dynamically -->
|
| 402 |
-
<p id="no-decisions-message" class="text-gray-500 text-center col-span-2 py-4">You haven't saved any decisions yet. Use the Decision Assistant above to create and save your first decision analysis.</p>
|
| 403 |
-
</div>
|
| 404 |
-
</div>
|
| 405 |
-
</div>
|
| 406 |
-
|
| 407 |
-
<div id="mind" class="tab-content">
|
| 408 |
-
<div class="bg-white rounded-lg shadow-lg p-6 mb-6">
|
| 409 |
-
<div class="flex items-center mb-6">
|
| 410 |
-
<div class="gradient-bg rounded-full p-3 mr-4 text-white flex-shrink-0 shadow">
|
| 411 |
-
<i class="fas fa-brain text-xl"></i>
|
| 412 |
-
</div>
|
| 413 |
-
<div>
|
| 414 |
-
<h2 class="text-2xl font-bold text-gray-800">Your Be. Digital Twin</h2>
|
| 415 |
-
<p class="text-gray-600">Explore insights about your personality, values, and thinking patterns derived from your interactions.</p>
|
| 416 |
-
</div>
|
| 417 |
-
</div>
|
| 418 |
-
<p class="text-gray-700">This section will evolve as you interact more with the app. It will highlight key traits, potential biases, and areas for growth based on your reflections and decisions.</p>
|
| 419 |
-
<div class="mt-6 grid grid-cols-1 md:grid-cols-2 gap-4">
|
| 420 |
-
<div class="bg-indigo-50 p-4 rounded-lg border border-indigo-100">
|
| 421 |
-
<h3 class="font-semibold text-indigo-800 mb-2">Identified Values</h3>
|
| 422 |
-
<ul id="values-list" class="list-disc list-inside text-sm text-gray-600">
|
| 423 |
-
<li>Start reflecting to discover your values</li>
|
| 424 |
-
</ul>
|
| 425 |
-
</div>
|
| 426 |
-
<div class="bg-blue-50 p-4 rounded-lg border border-blue-100">
|
| 427 |
-
<h3 class="font-semibold text-blue-800 mb-2">Common Thinking Patterns</h3>
|
| 428 |
-
<ul id="thinking-patterns-list" class="list-disc list-inside text-sm text-gray-600">
|
| 429 |
-
<li>Make decisions to identify your thinking patterns</li>
|
| 430 |
-
</ul>
|
| 431 |
-
</div>
|
| 432 |
-
</div>
|
| 433 |
-
</div>
|
| 434 |
-
<div class="bg-white rounded-lg shadow-lg p-6">
|
| 435 |
-
<h2 class="text-2xl font-bold text-gray-800 mb-4">Personal Growth Insights</h2>
|
| 436 |
-
<p class="text-gray-600 mb-4">Based on your activity, here are some potential areas for focus:</p>
|
| 437 |
-
<div id="growth-insights" class="space-y-4">
|
| 438 |
-
<div class="bg-gray-100 p-4 rounded-lg flex items-start space-x-3">
|
| 439 |
-
<i class="fas fa-seedling text-green-600 mt-1"></i>
|
| 440 |
-
<div>
|
| 441 |
-
<h4 class="font-medium text-gray-800">Getting Started</h4>
|
| 442 |
-
<p class="text-sm text-gray-600">Begin your journey by adding daily reflections and using the decision assistant.</p>
|
| 443 |
-
</div>
|
| 444 |
-
</div>
|
| 445 |
-
</div>
|
| 446 |
-
</div>
|
| 447 |
-
</div>
|
| 448 |
-
|
| 449 |
-
<div id="reading" class="tab-content">
|
| 450 |
-
<div class="bg-white rounded-lg shadow-lg p-6 mb-6">
|
| 451 |
-
<div class="flex items-center mb-4">
|
| 452 |
-
<div class="gradient-bg rounded-full p-2 mr-3 text-white flex-shrink-0">
|
| 453 |
-
<i class="fas fa-book-open text-xl"></i>
|
| 454 |
-
</div>
|
| 455 |
-
<h2 class="text-2xl font-bold text-gray-800">Be. Personalized Reading</h2>
|
| 456 |
-
</div>
|
| 457 |
-
<p class="text-gray-600 mb-6">Content tailored to your interests, goals, and personal growth journey identified through your interactions.</p>
|
| 458 |
-
<div class="grid grid-cols-1 md:grid-cols-3 gap-6">
|
| 459 |
-
<div class="bg-gray-50 border border-gray-200 rounded-lg p-4 hover:shadow-md transition-shadow">
|
| 460 |
-
<div class="bg-indigo-100 h-32 rounded-md mb-3 flex items-center justify-center">
|
| 461 |
-
<i class="fas fa-file-alt text-indigo-600 text-3xl"></i>
|
| 462 |
-
</div>
|
| 463 |
-
<h3 class="font-semibold text-lg mb-1 text-gray-800">The Power of Gratitude</h3>
|
| 464 |
-
<p class="text-sm text-gray-600 mb-2">Explore the science behind gratitude and simple practices to cultivate it daily.</p>
|
| 465 |
-
<a href="#" class="text-indigo-600 hover:text-indigo-800 text-sm font-medium transition duration-150 ease-in-out">Read More →</a>
|
| 466 |
-
</div>
|
| 467 |
-
<div class="bg-gray-50 border border-gray-200 rounded-lg p-4 hover:shadow-md transition-shadow">
|
| 468 |
-
<div class="bg-indigo-100 h-32 rounded-md mb-3 flex items-center justify-center">
|
| 469 |
-
<i class="fas fa-briefcase text-indigo-600 text-3xl"></i>
|
| 470 |
-
</div>
|
| 471 |
-
<h3 class="font-semibold text-lg mb-1 text-gray-800">Navigating Career Crossroads</h3>
|
| 472 |
-
<p class="text-sm text-gray-600 mb-2">Strategies for making confident decisions when facing significant career changes.</p>
|
| 473 |
-
<a href="#" class="text-indigo-600 hover:text-indigo-800 text-sm font-medium transition duration-150 ease-in-out">Read More →</a>
|
| 474 |
-
</div>
|
| 475 |
-
<div class="bg-gray-50 border border-gray-200 rounded-lg p-4 hover:shadow-md transition-shadow">
|
| 476 |
-
<div class="bg-indigo-100 h-32 rounded-md mb-3 flex items-center justify-center">
|
| 477 |
-
<i class="fas fa-comments text-indigo-600 text-3xl"></i>
|
| 478 |
-
</div>
|
| 479 |
-
<h3 class="font-semibold text-lg mb-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|