Spaces:
Running
Running
use this one instead
Browse files- about.html +8 -8
- donate.html +11 -11
- index.html +10 -9
- services.html +279 -0
about.html
CHANGED
|
@@ -76,14 +76,14 @@
|
|
| 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="
|
| 82 |
-
<a href="
|
| 83 |
-
<a href="
|
| 84 |
-
<a href="
|
| 85 |
-
<a href="
|
| 86 |
-
|
| 87 |
<button class="md:hidden focus:outline-none">
|
| 88 |
<i data-feather="menu"></i>
|
| 89 |
</button>
|
|
|
|
| 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="who-we-are.html" class="nav-link">Who We Are</a>
|
| 81 |
+
<a href="services.html" class="nav-link">Our Services</a>
|
| 82 |
+
<a href="statistics.html" class="nav-link">Statistics</a>
|
| 83 |
+
<a href="stories.html" class="nav-link">Survivor Stories</a>
|
| 84 |
+
<a href="donate.html" class="nav-link">Donate</a>
|
| 85 |
+
<a href="contact.html" class="nav-link">Contact</a>
|
| 86 |
+
</div>
|
| 87 |
<button class="md:hidden focus:outline-none">
|
| 88 |
<i data-feather="menu"></i>
|
| 89 |
</button>
|
donate.html
CHANGED
|
@@ -55,13 +55,13 @@
|
|
| 55 |
</a>
|
| 56 |
<div class="hidden md:flex items-center space-x-8">
|
| 57 |
<a href="about.html" class="text-yellow-300 font-medium">About</a>
|
| 58 |
-
<a href="
|
| 59 |
-
<a href="
|
| 60 |
-
<a href="
|
| 61 |
-
<a href="
|
| 62 |
-
<a href="
|
| 63 |
-
<a href="
|
| 64 |
-
|
| 65 |
<button class="md:hidden focus:outline-none">
|
| 66 |
<i data-feather="menu"></i>
|
| 67 |
</button>
|
|
@@ -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">Services</a></li>
|
| 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 |
-
</ul>
|
| 299 |
</div>
|
| 300 |
<div>
|
| 301 |
<h4 class="text-lg font-semibold mb-4">Get Help</h4>
|
|
|
|
| 55 |
</a>
|
| 56 |
<div class="hidden md:flex items-center space-x-8">
|
| 57 |
<a href="about.html" class="text-yellow-300 font-medium">About</a>
|
| 58 |
+
<a href="who-we-are.html" class="hover:text-yellow-300 transition">Who We Are</a>
|
| 59 |
+
<a href="services.html" class="hover:text-yellow-300 transition">Our Services</a>
|
| 60 |
+
<a href="statistics.html" class="hover:text-yellow-300 transition">Statistics</a>
|
| 61 |
+
<a href="stories.html" class="hover:text-yellow-300 transition">Survivor Stories</a>
|
| 62 |
+
<a href="donate.html" class="hover:text-yellow-300 transition">Donate</a>
|
| 63 |
+
<a href="contact.html" class="hover:text-yellow-300 transition">Contact</a>
|
| 64 |
+
</div>
|
| 65 |
<button class="md:hidden focus:outline-none">
|
| 66 |
<i data-feather="menu"></i>
|
| 67 |
</button>
|
|
|
|
| 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="index.html#who" class="hover:text-yellow-300 transition">Who We Are</a></li>
|
| 295 |
+
<li><a href="index.html#services" class="hover:text-yellow-300 transition">Our Services</a></li>
|
| 296 |
+
<li><a href="index.html#stats" class="hover:text-yellow-300 transition">Statistics</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
|
@@ -77,11 +77,12 @@
|
|
| 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="
|
| 81 |
-
<a href="
|
| 82 |
-
<a href="
|
|
|
|
| 83 |
<a href="donate.html" class="nav-link">Donate</a>
|
| 84 |
-
<a href="
|
| 85 |
</div>
|
| 86 |
<button class="md:hidden focus:outline-none">
|
| 87 |
<i data-feather="menu"></i>
|
|
@@ -585,12 +586,12 @@
|
|
| 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
|
| 589 |
-
<li><a href="
|
| 590 |
-
<li><a href="#
|
| 591 |
-
<li><a href="donate
|
| 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>
|
|
|
|
| 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="who-we-are.html" class="nav-link">Who We Are</a>
|
| 81 |
+
<a href="services.html" class="nav-link">Our Services</a>
|
| 82 |
+
<a href="statistics.html" class="nav-link">Statistics</a>
|
| 83 |
+
<a href="stories.html" class="nav-link">Survivor Stories</a>
|
| 84 |
<a href="donate.html" class="nav-link">Donate</a>
|
| 85 |
+
<a href="contact.html" class="nav-link">Contact</a>
|
| 86 |
</div>
|
| 87 |
<button class="md:hidden focus:outline-none">
|
| 88 |
<i data-feather="menu"></i>
|
|
|
|
| 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="#about" class="hover:text-treyyellow transition">About Us</a></li>
|
| 590 |
+
<li><a href="#services" class="hover:text-treyyellow transition">Our Services</a></li>
|
| 591 |
+
<li><a href="#stats" class="hover:text-treyyellow transition">Statistics</a></li>
|
| 592 |
+
<li><a href="#donate" class="hover:text-treyyellow transition">Donate</a></li>
|
| 593 |
<li><a href="#contact" class="hover:text-treyyellow transition">Contact</a></li>
|
| 594 |
+
</ul>
|
| 595 |
</div>
|
| 596 |
<div>
|
| 597 |
<h4 class="text-lg font-semibold mb-4">Legal</h4>
|
services.html
ADDED
|
@@ -0,0 +1,279 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 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 Services - 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://unpkg.com/feather-icons"></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 |
+
.service-card {
|
| 24 |
+
transition: all 0.3s ease;
|
| 25 |
+
}
|
| 26 |
+
.service-card:hover {
|
| 27 |
+
transform: translateY(-5px);
|
| 28 |
+
box-shadow: 0 10px 25px rgba(0,0,0,0.1);
|
| 29 |
+
}
|
| 30 |
+
.nav-link {
|
| 31 |
+
position: relative;
|
| 32 |
+
}
|
| 33 |
+
.nav-link:after {
|
| 34 |
+
content: '';
|
| 35 |
+
position: absolute;
|
| 36 |
+
width: 0;
|
| 37 |
+
height: 2px;
|
| 38 |
+
bottom: -2px;
|
| 39 |
+
left: 0;
|
| 40 |
+
background-color: #fbbf24;
|
| 41 |
+
transition: width 0.3s ease;
|
| 42 |
+
}
|
| 43 |
+
.nav-link:hover:after {
|
| 44 |
+
width: 100%;
|
| 45 |
+
}
|
| 46 |
+
</style>
|
| 47 |
+
</head>
|
| 48 |
+
<body class="font-sans bg-gray-50">
|
| 49 |
+
<!-- Quick Exit Button -->
|
| 50 |
+
<div class="fixed top-4 right-4 z-50">
|
| 51 |
+
<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">
|
| 52 |
+
<i data-feather="alert-circle"></i>
|
| 53 |
+
Quick Exit
|
| 54 |
+
</a>
|
| 55 |
+
</div>
|
| 56 |
+
|
| 57 |
+
<!-- Navigation -->
|
| 58 |
+
<nav class="bg-treyblue text-white shadow-lg sticky top-0 z-40">
|
| 59 |
+
<div class="container mx-auto px-4 py-3">
|
| 60 |
+
<div class="flex justify-between items-center">
|
| 61 |
+
<a href="index.html" class="flex items-center space-x-2">
|
| 62 |
+
<img src="/static/trey-logo.png" alt="TREY Trauma Recovery Logo" class="h-12">
|
| 63 |
+
<span class="text-xl font-bold">TREY Trauma Recovery</span>
|
| 64 |
+
</a>
|
| 65 |
+
<div class="hidden md:flex items-center space-x-8">
|
| 66 |
+
<a href="about.html" class="nav-link">About</a>
|
| 67 |
+
<a href="who-we-are.html" class="nav-link">Who We Are</a>
|
| 68 |
+
<a href="services.html" class="nav-link text-treyyellow">Our Services</a>
|
| 69 |
+
<a href="statistics.html" class="nav-link">Statistics</a>
|
| 70 |
+
<a href="stories.html" class="nav-link">Survivor Stories</a>
|
| 71 |
+
<a href="donate.html" class="nav-link">Donate</a>
|
| 72 |
+
<a href="contact.html" class="nav-link">Contact</a>
|
| 73 |
+
</div>
|
| 74 |
+
<button class="md:hidden focus:outline-none">
|
| 75 |
+
<i data-feather="menu"></i>
|
| 76 |
+
</button>
|
| 77 |
+
</div>
|
| 78 |
+
</div>
|
| 79 |
+
</nav>
|
| 80 |
+
|
| 81 |
+
<!-- Hero Section -->
|
| 82 |
+
<header class="relative bg-gradient-to-r from-treyblue to-blue-800 text-white py-20">
|
| 83 |
+
<div class="container mx-auto px-4 relative z-10 text-center">
|
| 84 |
+
<h1 class="text-4xl md:text-5xl font-bold mb-6">Our Comprehensive Services</h1>
|
| 85 |
+
<p class="text-xl mb-8 max-w-3xl mx-auto">Tailored support for survivors at every stage of their recovery journey</p>
|
| 86 |
+
</div>
|
| 87 |
+
</header>
|
| 88 |
+
|
| 89 |
+
<!-- Services Section -->
|
| 90 |
+
<section class="py-16 bg-white">
|
| 91 |
+
<div class="container mx-auto px-4">
|
| 92 |
+
<div class="text-center mb-12">
|
| 93 |
+
<h2 class="text-3xl font-bold text-treyblue mb-4">Our Programs</h2>
|
| 94 |
+
<div class="w-24 h-1 bg-treyyellow mx-auto"></div>
|
| 95 |
+
</div>
|
| 96 |
+
|
| 97 |
+
<div class="grid md:grid-cols-3 gap-8 max-w-6xl mx-auto">
|
| 98 |
+
<div class="service-card bg-gray-50 p-8 rounded-lg shadow-md border-t-4 border-treyblue">
|
| 99 |
+
<div class="flex items-center mb-6">
|
| 100 |
+
<div class="bg-treyblue text-white rounded-full w-12 h-12 flex items-center justify-center mr-4">
|
| 101 |
+
<i data-feather="compass" class="w-6 h-6"></i>
|
| 102 |
+
</div>
|
| 103 |
+
<h3 class="text-xl font-semibold text-treyblue">Outreach & Crisis Response</h3>
|
| 104 |
+
</div>
|
| 105 |
+
<ul class="space-y-3 text-gray-700">
|
| 106 |
+
<li class="flex items-start">
|
| 107 |
+
<i data-feather="check" class="text-treyyellow mr-2 mt-1 w-4 h-4"></i>
|
| 108 |
+
<span>24/7 crisis hotline</span>
|
| 109 |
+
</li>
|
| 110 |
+
<li class="flex items-start">
|
| 111 |
+
<i data-feather="check" class="text-treyyellow mr-2 mt-1 w-4 h-4"></i>
|
| 112 |
+
<span>Street outreach teams</span>
|
| 113 |
+
</li>
|
| 114 |
+
<li class="flex items-start">
|
| 115 |
+
<i data-feather="check" class="text-treyyellow mr-2 mt-1 w-4 h-4"></i>
|
| 116 |
+
<span>Hospital accompaniment</span>
|
| 117 |
+
</li>
|
| 118 |
+
<li class="flex items-start">
|
| 119 |
+
<i data-feather="check" class="text-treyyellow mr-2 mt-1 w-4 h-4"></i>
|
| 120 |
+
<span>Emergency safe placements</span>
|
| 121 |
+
</li>
|
| 122 |
+
</ul>
|
| 123 |
+
</div>
|
| 124 |
+
|
| 125 |
+
<div class="service-card bg-gray-50 p-8 rounded-lg shadow-md border-t-4 border-treyblue">
|
| 126 |
+
<div class="flex items-center mb-6">
|
| 127 |
+
<div class="bg-treyblue text-white rounded-full w-12 h-12 flex items-center justify-center mr-4">
|
| 128 |
+
<i data-feather="home" class="w-6 h-6"></i>
|
| 129 |
+
</div>
|
| 130 |
+
<h3 class="text-xl font-semibold text-treyblue">Safehouse Program</h3>
|
| 131 |
+
</div>
|
| 132 |
+
<ul class="space-y-3 text-gray-700">
|
| 133 |
+
<li class="flex items-start">
|
| 134 |
+
<i data-feather="check" class="text-treyyellow mr-2 mt-1 w-4 h-4"></i>
|
| 135 |
+
<span>Confidential secure location</span>
|
| 136 |
+
</li>
|
| 137 |
+
<li class="flex items-start">
|
| 138 |
+
<i data-feather="check" class="text-treyyellow mr-2 mt-1 w-4 h-4"></i>
|
| 139 |
+
<span>Trauma-informed residential care</span>
|
| 140 |
+
</li>
|
| 141 |
+
<li class="flex items-start">
|
| 142 |
+
<i data-feather="check" class="text-treyyellow mr-2 mt-1 w-4 h-4"></i>
|
| 143 |
+
<span>Individualized recovery plans</span>
|
| 144 |
+
</li>
|
| 145 |
+
<li class="flex items-start">
|
| 146 |
+
<i data-feather="check" class="text-treyyellow mr-2 mt-1 w-4 h-4"></i>
|
| 147 |
+
<span>Average stay 6-18 months</span>
|
| 148 |
+
</li>
|
| 149 |
+
</ul>
|
| 150 |
+
</div>
|
| 151 |
+
|
| 152 |
+
<div class="service-card bg-gray-50 p-8 rounded-lg shadow-md border-t-4 border-treyblue">
|
| 153 |
+
<div class="flex items-center mb-6">
|
| 154 |
+
<div class="bg-treyblue text-white rounded-full w-12 h-12 flex items-center justify-center mr-4">
|
| 155 |
+
<i data-feather="life-buoy" class="w-6 h-6"></i>
|
| 156 |
+
</div>
|
| 157 |
+
<h3 class="text-xl font-semibold text-treyblue">Aftercare Services</h3>
|
| 158 |
+
</div>
|
| 159 |
+
<ul class="space-y-3 text-gray-700">
|
| 160 |
+
<li class="flex items-start">
|
| 161 |
+
<i data-feather="check" class="text-treyyellow mr-2 mt-1 w-4 h-4"></i>
|
| 162 |
+
<span>Transitional housing support</span>
|
| 163 |
+
</li>
|
| 164 |
+
<li class="flex items-start">
|
| 165 |
+
<i data-feather="check" class="text-treyyellow mr-2 mt-1 w-4 h-4"></i>
|
| 166 |
+
<span>Education & employment assistance</span>
|
| 167 |
+
</li>
|
| 168 |
+
<li class="flex items-start">
|
| 169 |
+
<i data-feather="check" class="text-treyyellow mr-2 mt-1 w-4 h-4"></i>
|
| 170 |
+
<span>Alumni peer support groups</span>
|
| 171 |
+
</li>
|
| 172 |
+
<li class="flex items-start">
|
| 173 |
+
<i data-feather="check" class="text-treyyellow mr-2 mt-1 w-4 h-4"></i>
|
| 174 |
+
<span>Long-term case management</span>
|
| 175 |
+
</li>
|
| 176 |
+
</ul>
|
| 177 |
+
</div>
|
| 178 |
+
</div>
|
| 179 |
+
</div>
|
| 180 |
+
</section>
|
| 181 |
+
|
| 182 |
+
<!-- Therapeutic Approaches -->
|
| 183 |
+
<section class="py-16 bg-gray-100">
|
| 184 |
+
<div class="container mx-auto px-4">
|
| 185 |
+
<div class="text-center mb-12">
|
| 186 |
+
<h2 class="text-3xl font-bold text-treyblue mb-4">Therapeutic Approaches</h2>
|
| 187 |
+
<div class="w-24 h-1 bg-treyyellow mx-auto"></div>
|
| 188 |
+
</div>
|
| 189 |
+
|
| 190 |
+
<div class="grid md:grid-cols-2 lg:grid-cols-4 gap-6 max-w-6xl mx-auto">
|
| 191 |
+
<div class="bg-white p-6 rounded-lg shadow-md text-center">
|
| 192 |
+
<div class="bg-treyblue text-white rounded-full w-16 h-16 flex items-center justify-center mx-auto mb-4">
|
| 193 |
+
<i data-feather="activity" class="w-8 h-8"></i>
|
| 194 |
+
</div>
|
| 195 |
+
<h3 class="text-xl font-semibold text-treyblue mb-3">Trauma Therapy</h3>
|
| 196 |
+
<p class="text-gray-700">Evidence-based modalities including TF-CBT, EMDR, and somatic experiencing</p>
|
| 197 |
+
</div>
|
| 198 |
+
|
| 199 |
+
<div class="bg-white p-6 rounded-lg shadow-md text-center">
|
| 200 |
+
<div class="bg-treyblue text-white rounded-full w-16 h-16 flex items-center justify-center mx-auto mb-4">
|
| 201 |
+
<i data-feather="users" class="w-8 h-8"></i>
|
| 202 |
+
</div>
|
| 203 |
+
<h3 class="text-xl font-semibold text-treyblue mb-3">Group Support</h3>
|
| 204 |
+
<p class="text-gray-700">Peer-led groups for processing trauma and building community</p>
|
| 205 |
+
</div>
|
| 206 |
+
|
| 207 |
+
<div class="bg-white p-6 rounded-lg shadow-md text-center">
|
| 208 |
+
<div class="bg-treyblue text-white rounded-full w-16 h-16 flex items-center justify-center mx-auto mb-4">
|
| 209 |
+
<i data-feather="feather" class="w-8 h-8"></i>
|
| 210 |
+
</div>
|
| 211 |
+
<h3 class="text-xl font-semibold text-treyblue mb-3">Expressive Arts</h3>
|
| 212 |
+
<p class="text-gray-700">Art, music, and movement therapies for non-verbal healing</p>
|
| 213 |
+
</div>
|
| 214 |
+
|
| 215 |
+
<div class="bg-white p-6 rounded-lg shadow-md text-center">
|
| 216 |
+
<div class="bg-treyblue text-white rounded-full w-16 h-16 flex items-center justify-center mx-auto mb-4">
|
| 217 |
+
<i data-feather="moon" class="w-8 h-8"></i>
|
| 218 |
+
</div>
|
| 219 |
+
<h3 class="text-xl font-semibold text-treyblue mb-3">Mindfulness</h3>
|
| 220 |
+
<p class="text-gray-700">Meditation, yoga, and grounding techniques for regulation</p>
|
| 221 |
+
</div>
|
| 222 |
+
</div>
|
| 223 |
+
</div>
|
| 224 |
+
</section>
|
| 225 |
+
|
| 226 |
+
<!-- Footer -->
|
| 227 |
+
<footer class="bg-treyblue text-white py-12">
|
| 228 |
+
<div class="container mx-auto px-4">
|
| 229 |
+
<div class="grid md:grid-cols-4 gap-8 mb-8">
|
| 230 |
+
<div>
|
| 231 |
+
<div class="flex items-center space-x-2 mb-4">
|
| 232 |
+
<img src="/static/trey-logo.png" alt="TREY Logo" class="h-10">
|
| 233 |
+
<span class="text-lg font-bold">TREY Recovery</span>
|
| 234 |
+
</div>
|
| 235 |
+
<p class="text-sm text-gray-300">Providing hope and healing for survivors of exploitation since 2015.</p>
|
| 236 |
+
</div>
|
| 237 |
+
<div>
|
| 238 |
+
<h4 class="text-lg font-semibold mb-4">Quick Links</h4>
|
| 239 |
+
<ul class="space-y-2 text-sm text-gray-300">
|
| 240 |
+
<li><a href="about.html" class="hover:text-treyyellow transition">About Us</a></li>
|
| 241 |
+
<li><a href="services.html" class="hover:text-treyyellow transition">Our Services</a></li>
|
| 242 |
+
<li><a href="donate.html" class="hover:text-treyyellow transition">Donate</a></li>
|
| 243 |
+
<li><a href="contact.html" class="hover:text-treyyellow transition">Contact</a></li>
|
| 244 |
+
</ul>
|
| 245 |
+
</div>
|
| 246 |
+
<div>
|
| 247 |
+
<h4 class="text-lg font-semibold mb-4">Get Help</h4>
|
| 248 |
+
<ul class="space-y-2 text-sm text-gray-300">
|
| 249 |
+
<li><a href="tel:+19024444444" class="hover:text-treyyellow transition">24/7 Crisis Line: 902-444-4444</a></li>
|
| 250 |
+
<li><a href="mailto:info@trey-recovery.org" class="hover:text-treyyellow transition">info@trey-recovery.org</a></li>
|
| 251 |
+
</ul>
|
| 252 |
+
</div>
|
| 253 |
+
<div>
|
| 254 |
+
<h4 class="text-lg font-semibold mb-4">Connect</h4>
|
| 255 |
+
<div class="flex space-x-4">
|
| 256 |
+
<a href="#" class="bg-blue-700 hover:bg-blue-600 w-8 h-8 rounded-full flex items-center justify-center">
|
| 257 |
+
<i data-feather="facebook" class="w-4 h-4"></i>
|
| 258 |
+
</a>
|
| 259 |
+
<a href="#" class="bg-blue-400 hover:bg-blue-500 w-8 h-8 rounded-full flex items-center justify-center">
|
| 260 |
+
<i data-feather="twitter" class="w-4 h-4"></i>
|
| 261 |
+
</a>
|
| 262 |
+
<a href="#" class="bg-pink-600 hover:bg-pink-700 w-8 h-8 rounded-full flex items-center justify-center">
|
| 263 |
+
<i data-feather="instagram" class="w-4 h-4"></i>
|
| 264 |
+
</a>
|
| 265 |
+
</div>
|
| 266 |
+
</div>
|
| 267 |
+
</div>
|
| 268 |
+
<div class="border-t border-gray-700 pt-8 text-sm text-gray-400 text-center">
|
| 269 |
+
<p>© 2023 TREY Trauma Recovery for Exploited Youth. All rights reserved.</p>
|
| 270 |
+
<p class="mt-2">Registered Charity #: 12345-6789-RR0001</p>
|
| 271 |
+
</div>
|
| 272 |
+
</div>
|
| 273 |
+
</footer>
|
| 274 |
+
|
| 275 |
+
<script>
|
| 276 |
+
feather.replace();
|
| 277 |
+
</script>
|
| 278 |
+
</body>
|
| 279 |
+
</html>
|