Spaces:
Running
Running
that didnt work
Browse files- donate.html +4 -4
- index.html +11 -12
- programs.html +334 -0
donate.html
CHANGED
|
@@ -291,11 +291,11 @@
|
|
| 291 |
<h4 class="text-lg font-semibold mb-4">Quick Links</h4>
|
| 292 |
<ul class="space-y-2 text-sm text-gray-300">
|
| 293 |
<li><a href="about.html" class="text-yellow-300">About Us</a></li>
|
| 294 |
-
<li><a href="
|
| 295 |
-
<li><a href="index.html#services" class="hover:text-yellow-300 transition">
|
| 296 |
-
<li><a href="index.html#stats" class="hover:text-yellow-300 transition">
|
| 297 |
<li><a href="index.html#contact" class="hover:text-yellow-300 transition">Contact</a></li>
|
| 298 |
-
|
| 299 |
</div>
|
| 300 |
<div>
|
| 301 |
<h4 class="text-lg font-semibold mb-4">Get Help</h4>
|
|
|
|
| 291 |
<h4 class="text-lg font-semibold mb-4">Quick Links</h4>
|
| 292 |
<ul class="space-y-2 text-sm text-gray-300">
|
| 293 |
<li><a href="about.html" class="text-yellow-300">About Us</a></li>
|
| 294 |
+
<li><a href="programs.html" class="hover:text-yellow-300 transition">Programs</a></li>
|
| 295 |
+
<li><a href="index.html#services" class="hover:text-yellow-300 transition">Services</a></li>
|
| 296 |
+
<li><a href="index.html#stats" class="hover:text-yellow-300 transition">Impact</a></li>
|
| 297 |
<li><a href="index.html#contact" class="hover:text-yellow-300 transition">Contact</a></li>
|
| 298 |
+
</ul>
|
| 299 |
</div>
|
| 300 |
<div>
|
| 301 |
<h4 class="text-lg font-semibold mb-4">Get Help</h4>
|
index.html
CHANGED
|
@@ -76,14 +76,13 @@
|
|
| 76 |
<span class="text-xl font-bold">TREY Trauma Recovery</span>
|
| 77 |
</div>
|
| 78 |
<div class="hidden md:flex items-center space-x-8">
|
| 79 |
-
<a href="
|
| 80 |
-
<a href="
|
| 81 |
-
<a href="#services" class="nav-link">
|
| 82 |
-
<a href="#stats" class="nav-link">
|
| 83 |
-
<a href="
|
| 84 |
-
<a href="#donate" class="nav-link">Donate</a>
|
| 85 |
<a href="#contact" class="nav-link">Contact</a>
|
| 86 |
-
|
| 87 |
<button class="md:hidden focus:outline-none">
|
| 88 |
<i data-feather="menu"></i>
|
| 89 |
</button>
|
|
@@ -586,12 +585,12 @@
|
|
| 586 |
<div>
|
| 587 |
<h4 class="text-lg font-semibold mb-4">Quick Links</h4>
|
| 588 |
<ul class="space-y-2 text-sm text-gray-300">
|
| 589 |
-
<li><a href="
|
| 590 |
-
<li><a href="
|
| 591 |
-
<li><a href="#
|
| 592 |
-
<li><a href="
|
| 593 |
<li><a href="#contact" class="hover:text-treyyellow transition">Contact</a></li>
|
| 594 |
-
|
| 595 |
</div>
|
| 596 |
<div>
|
| 597 |
<h4 class="text-lg font-semibold mb-4">Legal</h4>
|
|
|
|
| 76 |
<span class="text-xl font-bold">TREY Trauma Recovery</span>
|
| 77 |
</div>
|
| 78 |
<div class="hidden md:flex items-center space-x-8">
|
| 79 |
+
<a href="about.html" class="nav-link">About</a>
|
| 80 |
+
<a href="programs.html" class="nav-link">Programs</a>
|
| 81 |
+
<a href="#services" class="nav-link">Services</a>
|
| 82 |
+
<a href="#stats" class="nav-link">Impact</a>
|
| 83 |
+
<a href="donate.html" class="nav-link">Donate</a>
|
|
|
|
| 84 |
<a href="#contact" class="nav-link">Contact</a>
|
| 85 |
+
</div>
|
| 86 |
<button class="md:hidden focus:outline-none">
|
| 87 |
<i data-feather="menu"></i>
|
| 88 |
</button>
|
|
|
|
| 585 |
<div>
|
| 586 |
<h4 class="text-lg font-semibold mb-4">Quick Links</h4>
|
| 587 |
<ul class="space-y-2 text-sm text-gray-300">
|
| 588 |
+
<li><a href="about.html" class="hover:text-treyyellow transition">About Us</a></li>
|
| 589 |
+
<li><a href="programs.html" class="hover:text-treyyellow transition">Programs</a></li>
|
| 590 |
+
<li><a href="#services" class="hover:text-treyyellow transition">Services</a></li>
|
| 591 |
+
<li><a href="donate.html" class="hover:text-treyyellow transition">Donate</a></li>
|
| 592 |
<li><a href="#contact" class="hover:text-treyyellow transition">Contact</a></li>
|
| 593 |
+
</ul>
|
| 594 |
</div>
|
| 595 |
<div>
|
| 596 |
<h4 class="text-lg font-semibold mb-4">Legal</h4>
|
programs.html
ADDED
|
@@ -0,0 +1,334 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 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>Our Programs | TREY Trauma Recovery</title>
|
| 7 |
+
<link rel="icon" type="image/x-icon" href="/static/favicon.ico">
|
| 8 |
+
<script src="https://cdn.tailwindcss.com"></script>
|
| 9 |
+
<script src="https://cdn.jsdelivr.net/npm/feather-icons/dist/feather.min.js"></script>
|
| 10 |
+
<script>
|
| 11 |
+
tailwind.config = {
|
| 12 |
+
theme: {
|
| 13 |
+
extend: {
|
| 14 |
+
colors: {
|
| 15 |
+
treyblue: '#1e3a8a',
|
| 16 |
+
treyyellow: '#fbbf24',
|
| 17 |
+
}
|
| 18 |
+
}
|
| 19 |
+
}
|
| 20 |
+
}
|
| 21 |
+
</script>
|
| 22 |
+
<style>
|
| 23 |
+
.program-card:hover {
|
| 24 |
+
transform: translateY(-5px);
|
| 25 |
+
box-shadow: 0 10px 25px rgba(0,0,0,0.1);
|
| 26 |
+
}
|
| 27 |
+
.program-card {
|
| 28 |
+
transition: all 0.3s ease;
|
| 29 |
+
}
|
| 30 |
+
</style>
|
| 31 |
+
</head>
|
| 32 |
+
<body class="font-sans bg-gray-50">
|
| 33 |
+
<!-- Quick Exit Button -->
|
| 34 |
+
<div class="fixed top-4 right-4 z-50">
|
| 35 |
+
<a href="https://www.theweathernetwork.com/ca/weather/nova-scotia/halifax" target="_blank" class="bg-treyblue hover:bg-red-600 text-white px-4 py-2 rounded-full shadow-lg flex items-center gap-2 transition duration-300">
|
| 36 |
+
<i data-feather="alert-circle"></i>
|
| 37 |
+
Quick Exit
|
| 38 |
+
</a>
|
| 39 |
+
</div>
|
| 40 |
+
|
| 41 |
+
<!-- Navigation -->
|
| 42 |
+
<nav class="bg-treyblue text-white shadow-lg sticky top-0 z-40">
|
| 43 |
+
<div class="container mx-auto px-4 py-3">
|
| 44 |
+
<div class="flex justify-between items-center">
|
| 45 |
+
<a href="index.html" class="flex items-center space-x-2">
|
| 46 |
+
<img src="/static/trey-logo.png" alt="TREY Logo" class="h-12">
|
| 47 |
+
<span class="text-xl font-bold">TREY Trauma Recovery</span>
|
| 48 |
+
</a>
|
| 49 |
+
<div class="hidden md:flex items-center space-x-8">
|
| 50 |
+
<a href="about.html" class="hover:text-treyyellow transition">About</a>
|
| 51 |
+
<a href="programs.html" class="text-treyyellow font-medium">Programs</a>
|
| 52 |
+
<a href="index.html#services" class="hover:text-treyyellow transition">Services</a>
|
| 53 |
+
<a href="index.html#stats" class="hover:text-treyyellow transition">Impact</a>
|
| 54 |
+
<a href="donate.html" class="hover:text-treyyellow transition">Donate</a>
|
| 55 |
+
<a href="index.html#contact" class="hover:text-treyyellow transition">Contact</a>
|
| 56 |
+
</div>
|
| 57 |
+
<button class="md:hidden focus:outline-none">
|
| 58 |
+
<i data-feather="menu"></i>
|
| 59 |
+
</button>
|
| 60 |
+
</div>
|
| 61 |
+
</div>
|
| 62 |
+
</nav>
|
| 63 |
+
|
| 64 |
+
<!-- Hero Section -->
|
| 65 |
+
<header class="relative bg-gradient-to-r from-treyblue to-blue-800 text-white py-20">
|
| 66 |
+
<div class="absolute inset-0 bg-black opacity-30"></div>
|
| 67 |
+
<div class="container mx-auto px-4 relative z-10 text-center">
|
| 68 |
+
<h1 class="text-4xl md:text-5xl font-bold mb-6">Our Programs</h1>
|
| 69 |
+
<p class="text-xl mb-8 max-w-3xl mx-auto">Comprehensive, trauma-informed programs designed for healing and recovery at every stage</p>
|
| 70 |
+
</div>
|
| 71 |
+
</header>
|
| 72 |
+
|
| 73 |
+
<!-- Programs Overview -->
|
| 74 |
+
<section class="py-16 bg-white">
|
| 75 |
+
<div class="container mx-auto px-4">
|
| 76 |
+
<div class="text-center mb-12">
|
| 77 |
+
<h2 class="text-3xl font-bold text-treyblue mb-4">Program Overview</h2>
|
| 78 |
+
<div class="w-24 h-1 bg-treyyellow mx-auto"></div>
|
| 79 |
+
<p class="text-gray-600 max-w-2xl mx-auto mt-4">Each program is tailored to meet survivors where they are in their recovery journey</p>
|
| 80 |
+
</div>
|
| 81 |
+
|
| 82 |
+
<div class="grid md:grid-cols-2 lg:grid-cols-3 gap-8">
|
| 83 |
+
<!-- Program Card 1 -->
|
| 84 |
+
<div class="program-card bg-gray-50 rounded-lg overflow-hidden shadow-md">
|
| 85 |
+
<div class="h-48 overflow-hidden">
|
| 86 |
+
<img src="http://static.photos/people/640x480/1" alt="Residential Program" class="w-full h-full object-cover">
|
| 87 |
+
</div>
|
| 88 |
+
<div class="p-6">
|
| 89 |
+
<div class="flex items-center mb-4">
|
| 90 |
+
<div class="bg-treyblue text-white rounded-full w-12 h-12 flex items-center justify-center mr-4">
|
| 91 |
+
<i data-feather="home"></i>
|
| 92 |
+
</div>
|
| 93 |
+
<h3 class="text-xl font-semibold text-treyblue">Residential Program</h3>
|
| 94 |
+
</div>
|
| 95 |
+
<p class="text-gray-700 mb-4">24/7 trauma-informed care in our safehouse with individualized recovery plans.</p>
|
| 96 |
+
<ul class="space-y-2 text-sm text-gray-700">
|
| 97 |
+
<li class="flex items-start">
|
| 98 |
+
<i data-feather="check" class="text-treyyellow mr-2 mt-0.5 w-4 h-4"></i>
|
| 99 |
+
<span>Therapeutic living environment</span>
|
| 100 |
+
</li>
|
| 101 |
+
<li class="flex items-start">
|
| 102 |
+
<i data-feather="check" class="text-treyyellow mr-2 mt-0.5 w-4 h-4"></i>
|
| 103 |
+
<span>Average stay of 6-18 months</span>
|
| 104 |
+
</li>
|
| 105 |
+
<li class="flex items-start">
|
| 106 |
+
<i data-feather="check" class="text-treyyellow mr-2 mt-0.5 w-4 h-4"></i>
|
| 107 |
+
<span>Capacity for 10 residents</span>
|
| 108 |
+
</li>
|
| 109 |
+
</ul>
|
| 110 |
+
</div>
|
| 111 |
+
</div>
|
| 112 |
+
|
| 113 |
+
<!-- Program Card 2 -->
|
| 114 |
+
<div class="program-card bg-gray-50 rounded-lg overflow-hidden shadow-md">
|
| 115 |
+
<div class="h-48 overflow-hidden">
|
| 116 |
+
<img src="http://static.photos/people/640x480/2" alt="Transitional Program" class="w-full h-full object-cover">
|
| 117 |
+
</div>
|
| 118 |
+
<div class="p-6">
|
| 119 |
+
<div class="flex items-center mb-4">
|
| 120 |
+
<div class="bg-treyblue text-white rounded-full w-12 h-12 flex items-center justify-center mr-4">
|
| 121 |
+
<i data-feather="compass"></i>
|
| 122 |
+
</div>
|
| 123 |
+
<h3 class="text-xl font-semibold text-treyblue">Transitional Program</h3>
|
| 124 |
+
</div>
|
| 125 |
+
<p class="text-gray-700 mb-4">Step-down support for survivors moving toward independent living.</p>
|
| 126 |
+
<ul class="space-y-2 text-sm text-gray-700">
|
| 127 |
+
<li class="flex items-start">
|
| 128 |
+
<i data-feather="check" class="text-treyyellow mr-2 mt-0.5 w-4 h-4"></i>
|
| 129 |
+
<span>Supported apartments</span>
|
| 130 |
+
</li>
|
| 131 |
+
<li class="flex items-start">
|
| 132 |
+
<i data-feather="check" class="text-treyyellow mr-2 mt-0.5 w-4 h-4"></i>
|
| 133 |
+
<span>Life skills development</span>
|
| 134 |
+
</li>
|
| 135 |
+
<li class="flex items-start">
|
| 136 |
+
<i data-feather="check" class="text-treyyellow mr-2 mt-0.5 w-4 h-4"></i>
|
| 137 |
+
<span>Education/employment support</span>
|
| 138 |
+
</li>
|
| 139 |
+
</ul>
|
| 140 |
+
</div>
|
| 141 |
+
</div>
|
| 142 |
+
|
| 143 |
+
<!-- Program Card 3 -->
|
| 144 |
+
<div class="program-card bg-gray-50 rounded-lg overflow-hidden shadow-md">
|
| 145 |
+
<div class="h-48 overflow-hidden">
|
| 146 |
+
<img src="http://static.photos/people/640x480/3" alt="Outreach Program" class="w-full h-full object-cover">
|
| 147 |
+
</div>
|
| 148 |
+
<div class="p-6">
|
| 149 |
+
<div class="flex items-center mb-4">
|
| 150 |
+
<div class="bg-treyblue text-white rounded-full w-12 h-12 flex items-center justify-center mr-4">
|
| 151 |
+
<i data-feather="life-buoy"></i>
|
| 152 |
+
</div>
|
| 153 |
+
<h3 class="text-xl font-semibold text-treyblue">Outreach Program</h3>
|
| 154 |
+
</div>
|
| 155 |
+
<p class="text-gray-700 mb-4">Mobile support for youth still in or recently exited from exploitation.</p>
|
| 156 |
+
<ul class="space-y-2 text-sm text-gray-700">
|
| 157 |
+
<li class="flex items-start">
|
| 158 |
+
<i data-feather="check" class="text-treyyellow mr-2 mt-0.5 w-4 h-4"></i>
|
| 159 |
+
<span>24/7 crisis response</span>
|
| 160 |
+
</li>
|
| 161 |
+
<li class="flex items-start">
|
| 162 |
+
<i data-feather="check" class="text-treyyellow mr-2 mt-0.5 w-4 h-4"></i>
|
| 163 |
+
<span>Street outreach teams</span>
|
| 164 |
+
</li>
|
| 165 |
+
<li class="flex items-start">
|
| 166 |
+
<i data-feather="check" class="text-treyyellow mr-2 mt-0.5 w-4 h-4"></i>
|
| 167 |
+
<span>Hospital accompaniment</span>
|
| 168 |
+
</li>
|
| 169 |
+
</ul>
|
| 170 |
+
</div>
|
| 171 |
+
</div>
|
| 172 |
+
</div>
|
| 173 |
+
</div>
|
| 174 |
+
</section>
|
| 175 |
+
|
| 176 |
+
<!-- Specialized Programs -->
|
| 177 |
+
<section class="py-16 bg-gray-100">
|
| 178 |
+
<div class="container mx-auto px-4">
|
| 179 |
+
<div class="text-center mb-12">
|
| 180 |
+
<h2 class="text-3xl font-bold text-treyblue mb-4">Specialized Programs</h2>
|
| 181 |
+
<div class="w-24 h-1 bg-treyyellow mx-auto"></div>
|
| 182 |
+
<p class="text-gray-600 max-w-2xl mx-auto mt-4">Additional support for specific needs and communities</p>
|
| 183 |
+
</div>
|
| 184 |
+
|
| 185 |
+
<div class="grid md:grid-cols-2 gap-8 max-w-5xl mx-auto">
|
| 186 |
+
<div class="bg-white p-8 rounded-lg shadow-md">
|
| 187 |
+
<div class="flex items-center mb-6">
|
| 188 |
+
<div class="bg-treyblue text-white rounded-full w-16 h-16 flex items-center justify-center mr-6">
|
| 189 |
+
<i data-feather="sun" class="w-8 h-8"></i>
|
| 190 |
+
</div>
|
| 191 |
+
<h3 class="text-2xl font-semibold text-treyblue">Indigenous Healing Program</h3>
|
| 192 |
+
</div>
|
| 193 |
+
<p class="text-gray-700 mb-6">Cultural reconnection and traditional healing practices led by Indigenous elders and knowledge keepers.</p>
|
| 194 |
+
<ul class="space-y-3 text-gray-700">
|
| 195 |
+
<li class="flex items-start">
|
| 196 |
+
<div class="bg-treyblue text-white rounded-full w-6 h-6 flex items-center justify-center text-xs mr-3 mt-1 flex-shrink-0">1</div>
|
| 197 |
+
<span>Weekly talking circles and smudging ceremonies</span>
|
| 198 |
+
</li>
|
| 199 |
+
<li class="flex items-start">
|
| 200 |
+
<div class="bg-treyblue text-white rounded-full w-6 h-6 flex items-center justify-center text-xs mr-3 mt-1 flex-shrink-0">2</div>
|
| 201 |
+
<span>Land-based healing retreats</span>
|
| 202 |
+
</li>
|
| 203 |
+
<li class="flex items-start">
|
| 204 |
+
<div class="bg-treyblue text-white rounded-full w-6 h-6 flex items-center justify-center text-xs mr-3 mt-1 flex-shrink-0">3</div>
|
| 205 |
+
<span>Intergenerational mentorship</span>
|
| 206 |
+
</li>
|
| 207 |
+
</ul>
|
| 208 |
+
</div>
|
| 209 |
+
|
| 210 |
+
<div class="bg-white p-8 rounded-lg shadow-md">
|
| 211 |
+
<div class="flex items-center mb-6">
|
| 212 |
+
<div class="bg-treyblue text-white rounded-full w-16 h-16 flex items-center justify-center mr-6">
|
| 213 |
+
<i data-feather="heart" class="w-8 h-8"></i>
|
| 214 |
+
</div>
|
| 215 |
+
<h3 class="text-2xl font-semibold text-treyblue">Art & Expressive Therapies</h3>
|
| 216 |
+
</div>
|
| 217 |
+
<p class="text-gray-700 mb-6">Alternative therapies to process trauma and rebuild identity through creative expression.</p>
|
| 218 |
+
<ul class="space-y-3 text-gray-700">
|
| 219 |
+
<li class="flex items-start">
|
| 220 |
+
<div class="bg-treyblue text-white rounded-full w-6 h-6 flex items-center justify-center text-xs mr-3 mt-1 flex-shrink-0">1</div>
|
| 221 |
+
<span>Trauma-informed art therapy</span>
|
| 222 |
+
</li>
|
| 223 |
+
<li class="flex items-start">
|
| 224 |
+
<div class="bg-treyblue text-white rounded-full w-6 h-6 flex items-center justify-center text-xs mr-3 mt-1 flex-shrink-0">2</div>
|
| 225 |
+
<span>Music and movement therapy</span>
|
| 226 |
+
</li>
|
| 227 |
+
<li class="flex items-start">
|
| 228 |
+
<div class="bg-treyblue text-white rounded-full w-6 h-6 flex items-center justify-center text-xs mr-3 mt-1 flex-shrink-0">3</div>
|
| 229 |
+
<span>Journaling and creative writing</span>
|
| 230 |
+
</li>
|
| 231 |
+
</ul>
|
| 232 |
+
</div>
|
| 233 |
+
</div>
|
| 234 |
+
</div>
|
| 235 |
+
</section>
|
| 236 |
+
|
| 237 |
+
<!-- Program Outcomes -->
|
| 238 |
+
<section class="py-16 bg-treyblue text-white">
|
| 239 |
+
<div class="container mx-auto px-4">
|
| 240 |
+
<div class="text-center mb-12">
|
| 241 |
+
<h2 class="text-3xl font-bold mb-4">Program Outcomes</h2>
|
| 242 |
+
<div class="w-24 h-1 bg-treyyellow mx-auto"></div>
|
| 243 |
+
<p class="max-w-2xl mx-auto mt-4">Measurable results from our participants</p>
|
| 244 |
+
</div>
|
| 245 |
+
|
| 246 |
+
<div class="grid md:grid-cols-4 gap-6 max-w-5xl mx-auto text-center">
|
| 247 |
+
<div class="bg-white bg-opacity-20 p-6 rounded-lg">
|
| 248 |
+
<div class="text-4xl font-bold mb-3">92%</div>
|
| 249 |
+
<p>Feel safer after completing our programs</p>
|
| 250 |
+
</div>
|
| 251 |
+
<div class="bg-white bg-opacity-20 p-6 rounded-lg">
|
| 252 |
+
<div class="text-4xl font-bold mb-3">85%</div>
|
| 253 |
+
<p>Maintain stable housing after 1 year</p>
|
| 254 |
+
</div>
|
| 255 |
+
<div class="bg-white bg-opacity-20 p-6 rounded-lg">
|
| 256 |
+
<div class="text-4xl font-bold mb-3">78%</div>
|
| 257 |
+
<p>Enroll in education or employment</p>
|
| 258 |
+
</div>
|
| 259 |
+
<div class="bg-white bg-opacity-20 p-6 rounded-lg">
|
| 260 |
+
<div class="text-4xl font-bold mb-3">94%</div>
|
| 261 |
+
<p>Report improved mental health</p>
|
| 262 |
+
</div>
|
| 263 |
+
</div>
|
| 264 |
+
</div>
|
| 265 |
+
</section>
|
| 266 |
+
|
| 267 |
+
<!-- CTA Section -->
|
| 268 |
+
<section class="py-16 bg-white">
|
| 269 |
+
<div class="container mx-auto px-4 text-center">
|
| 270 |
+
<h2 class="text-3xl font-bold text-treyblue mb-6">Ready to Begin Your Healing Journey?</h2>
|
| 271 |
+
<p class="text-xl text-gray-700 max-w-2xl mx-auto mb-8">Our admissions team is available 24/7 to discuss program options and answer your questions.</p>
|
| 272 |
+
<div class="flex flex-col sm:flex-row justify-center gap-4">
|
| 273 |
+
<a href="index.html#contact" class="bg-treyyellow hover:bg-yellow-500 text-treyblue font-bold py-3 px-6 rounded-full transition duration-300">Contact Us</a>
|
| 274 |
+
<a href="tel:+19024444444" class="bg-treyblue hover:bg-blue-800 text-white font-bold py-3 px-6 rounded-full transition duration-300">Call Now: 902-444-4444</a>
|
| 275 |
+
</div>
|
| 276 |
+
</div>
|
| 277 |
+
</section>
|
| 278 |
+
|
| 279 |
+
<!-- Footer -->
|
| 280 |
+
<footer class="bg-treyblue text-white py-12">
|
| 281 |
+
<div class="container mx-auto px-4">
|
| 282 |
+
<div class="grid md:grid-cols-4 gap-8 mb-8">
|
| 283 |
+
<div>
|
| 284 |
+
<div class="flex items-center space-x-2 mb-4">
|
| 285 |
+
<img src="/static/trey-logo.png" alt="TREY Logo" class="h-10">
|
| 286 |
+
<span class="text-lg font-bold">TREY Recovery</span>
|
| 287 |
+
</div>
|
| 288 |
+
<p class="text-sm text-gray-300">Providing hope and healing for survivors of exploitation since 2015.</p>
|
| 289 |
+
</div>
|
| 290 |
+
<div>
|
| 291 |
+
<h4 class="text-lg font-semibold mb-4">Programs</h4>
|
| 292 |
+
<ul class="space-y-2 text-sm text-gray-300">
|
| 293 |
+
<li><a href="programs.html" class="text-treyyellow">Residential Program</a></li>
|
| 294 |
+
<li><a href="programs.html" class="hover:text-treyyellow transition">Transitional Program</a></li>
|
| 295 |
+
<li><a href="programs.html" class="hover:text-treyyellow transition">Outreach Program</a></li>
|
| 296 |
+
<li><a href="programs.html" class="hover:text-treyyellow transition">Specialized Programs</a></li>
|
| 297 |
+
</ul>
|
| 298 |
+
</div>
|
| 299 |
+
<div>
|
| 300 |
+
<h4 class="text-lg font-semibold mb-4">Get Help</h4>
|
| 301 |
+
<ul class="space-y-2 text-sm text-gray-300">
|
| 302 |
+
<li><a href="tel:+19024444444" class="hover:text-treyyellow transition">24/7 Crisis Line: 902-444-4444</a></li>
|
| 303 |
+
<li><a href="mailto:info@trey-recovery.org" class="hover:text-treyyellow transition">info@trey-recovery.org</a></li>
|
| 304 |
+
<li><a href="index.html#contact" class="hover:text-treyyellow transition">Contact Form</a></li>
|
| 305 |
+
</ul>
|
| 306 |
+
</div>
|
| 307 |
+
<div>
|
| 308 |
+
<h4 class="text-lg font-semibold mb-4">Connect</h4>
|
| 309 |
+
<div class="flex space-x-4">
|
| 310 |
+
<a href="#" class="bg-blue-700 hover:bg-blue-600 w-8 h-8 rounded-full flex items-center justify-center">
|
| 311 |
+
<i data-feather="facebook"></i>
|
| 312 |
+
</a>
|
| 313 |
+
<a href="#" class="bg-blue-400 hover:bg-blue-500 w-8 h-8 rounded-full flex items-center justify-center">
|
| 314 |
+
<i data-feather="twitter"></i>
|
| 315 |
+
</a>
|
| 316 |
+
<a href="#" class="bg-pink-600 hover:bg-pink-700 w-8 h-8 rounded-full flex items-center justify-center">
|
| 317 |
+
<i data-feather="instagram"></i>
|
| 318 |
+
</a>
|
| 319 |
+
</div>
|
| 320 |
+
<p class="text-sm text-gray-300 mt-4">Sign up for our newsletter to stay updated.</p>
|
| 321 |
+
</div>
|
| 322 |
+
</div>
|
| 323 |
+
<div class="border-t border-gray-700 pt-8 text-sm text-gray-400 text-center">
|
| 324 |
+
<p>© 2023 TREY Trauma Recovery for Exploited Youth. All rights reserved.</p>
|
| 325 |
+
<p class="mt-2">Registered Charity #: 12345-6789-RR0001</p>
|
| 326 |
+
</div>
|
| 327 |
+
</div>
|
| 328 |
+
</footer>
|
| 329 |
+
|
| 330 |
+
<script>
|
| 331 |
+
feather.replace();
|
| 332 |
+
</script>
|
| 333 |
+
</body>
|
| 334 |
+
</html>
|