Skip to content

Instantly share code, notes, and snippets.

View saraarbani's full-sized avatar

saraarbani

  • Joined Sep 22, 2025
View GitHub Profile
@saraarbani
saraarbani / index.html
Created September 22, 2025 14:30
Untitled
<header class="text-center mb-10">
<h1 class="text-3xl md:text-4xl font-bold text-[#003F5C]">Performance & Vitality Self-Assessment</h1>
<p class="text-md md:text-lg text-[#366E8A] mt-3">This assessment is the first and most important step in our journey. Your thoughtful answers will allow us to make our upcoming call exceptionally valuable. Let's begin building the blueprint for your 'user manual'.</p>
</header>
<form id="assessment-form" class="space-y-12">
<!-- Part 1: Your Current Baseline -->
<div id="part1" class="form-section bg-white rounded-xl shadow-lg p-6 md:p-8">
<h2 class="text-2xl font-bold text-[#003F5C] border-b-2 border-[#C1E7FF] pb-2 mb-6">Part 1: Your Current Baseline</h2>
@saraarbani
saraarbani / index.html
Created September 22, 2025 11:17
Performance & Vitality Self-Assessment
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>The Arbani Method - Performance & Vitality Self-Assessment</title>
<script src="https://cdn.tailwindcss.com"></script>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap" rel="stylesheet">