File size: 17,051 Bytes
cfeecda
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
900ce5d
2d151e8
cfeecda
 
 
af7b413
 
 
 
 
 
 
cfeecda
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
900ce5d
2d151e8
cfeecda
 
 
 
 
 
 
af7b413
 
 
cfeecda
af7b413
cfeecda
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>About TREY - Trauma Recovery for Exploited Youth</title>
    <script src="https://cdn.tailwindcss.com"></script>
    <script src="https://unpkg.com/feather-icons"></script>
    <style>
      .timeline-item {
        position: relative;
        padding-left: 3rem;
        margin-bottom: 3rem;
      }
      .timeline-item:before {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        width: 2px;
        height: 100%;
        background: #fbbf24;
      }
      .timeline-dot {
        position: absolute;
        left: -0.5rem;
        top: 0;
        width: 1.5rem;
        height: 1.5rem;
        border-radius: 50%;
        background: #1e3a8a;
        border: 3px solid #fbbf24;
      }
      .team-card:hover img {
        transform: scale(1.05);
      }
    </style>
</head>
<body class="font-sans bg-gray-50">
    <!-- Quick Exit Button -->
    <div class="fixed top-4 right-4 z-50">
      <a href="https://www.theweathernetwork.com/ca/weather/nova-scotia/halifax" target="_blank" class="bg-blue-900 hover:bg-red-600 text-white px-4 py-2 rounded-full shadow-lg flex items-center gap-2 transition duration-300">
        <i data-feather="alert-circle"></i>
        Quick Exit
      </a>
    </div>

    <!-- Navigation -->
    <nav class="bg-blue-900 text-white shadow-lg sticky top-0 z-40">
      <div class="container mx-auto px-4 py-3">
        <div class="flex justify-between items-center">
          <a href="index.html" class="flex items-center space-x-2">
            <img src="https://static.photos/blue/200x200/1" alt="TREY Trauma Recovery Lighthouse Logo" class="h-12">
<span class="text-xl font-bold">TREY Trauma Recovery</span>
          </a>
          <div class="hidden md:flex items-center space-x-8">
            <a href="about.html" class="text-yellow-300 font-medium">About</a>
            <a href="who-we-are.html" class="hover:text-yellow-300 transition">Who We Are</a>
            <a href="services.html" class="hover:text-yellow-300 transition">Our Services</a>
            <a href="statistics.html" class="hover:text-yellow-300 transition">Statistics</a>
            <a href="stories.html" class="hover:text-yellow-300 transition">Survivor Stories</a>
            <a href="donate.html" class="hover:text-yellow-300 transition">Donate</a>
            <a href="contact.html" class="hover:text-yellow-300 transition">Contact</a>
</div>
          <button class="md:hidden focus:outline-none">
            <i data-feather="menu"></i>
          </button>
        </div>
      </div>
    </nav>

    <!-- About Hero -->
    <header class="relative bg-gradient-to-r from-blue-900 to-blue-800 text-white py-20">
      <div class="absolute inset-0 bg-black opacity-30"></div>
      <div class="container mx-auto px-4 relative z-10 text-center">
        <h1 class="text-4xl md:text-5xl font-bold mb-6">Our Story & Impact</h1>
        <p class="text-xl mb-8 max-w-3xl mx-auto">How TREY became Atlantic Canada's leading provider of specialized care for trafficked youth</p>
      </div>
    </header>

    <!-- Our History -->
    <section class="py-16 bg-white">
      <div class="container mx-auto px-4">
        <div class="text-center mb-12">
          <h2 class="text-3xl font-bold text-blue-900 mb-4">Our History</h2>
          <div class="w-24 h-1 bg-yellow-400 mx-auto"></div>
        </div>
        
        <div class="max-w-4xl mx-auto">
          <div class="timeline-item">
            <div class="timeline-dot"></div>
            <div class="bg-gray-100 p-6 rounded-lg shadow-sm">
              <div class="text-sm text-yellow-600 font-semibold mb-1">2014</div>
              <h3 class="text-xl font-semibold text-blue-900 mb-2">The Beginning</h3>
              <p class="text-gray-700">Founders Sarah Johnson and Dr. Michael Chen, recognizing the gap in services for trafficked youth in Atlantic Canada, begin developing the TREY model based on best practices from across North America.</p>
            </div>
          </div>
          
          <div class="timeline-item">
            <div class="timeline-dot"></div>
            <div class="bg-gray-100 p-6 rounded-lg shadow-sm">
              <div class="text-sm text-yellow-600 font-semibold mb-1">June 2015</div>
              <h3 class="text-xl font-semibold text-blue-900 mb-2">Official Launch</h3>
              <p class="text-gray-700">TREY incorporates as a nonprofit and begins providing outreach services with a staff of 3 and a network of volunteer mentors.</p>
            </div>
          </div>
          
          <div class="timeline-item">
            <div class="timeline-dot"></div>
            <div class="bg-gray-100 p-6 rounded-lg shadow-sm">
              <div class="text-sm text-yellow-600 font-semibold mb-1">January 2017</div>
              <h3 class="text-xl font-semibold text-blue-900 mb-2">Safehouse Opening</h3>
              <p class="text-gray-700">With funding from private donors and a government grant, TREY opens Atlantic Canada's first dedicated safehouse for trafficked youth, with capacity for 6 residents.</p>
            </div>
          </div>
          
          <div class="timeline-item">
            <div class="timeline-dot"></div>
            <div class="bg-gray-100 p-6 rounded-lg shadow-sm">
              <div class="text-sm text-yellow-600 font-semibold mb-1">2019</div>
              <h3 class="text-xl font-semibold text-blue-900 mb-2">Program Expansion</h3>
              <p class="text-gray-700">TREY adds Indigenous cultural supports and trauma-informed yoga therapy to its holistic model, responding to community needs.</p>
            </div>
          </div>
          
          <div class="timeline-item">
            <div class="timeline-dot"></div>
            <div class="bg-gray-100 p-6 rounded-lg shadow-sm">
              <div class="text-sm text-yellow-600 font-semibold mb-1">2022</div>
              <h3 class="text-xl font-semibold text-blue-900 mb-2">Growing Impact</h3>
              <p class="text-gray-700">TREY celebrates serving over 100 survivors since inception and expands safehouse capacity to 10 beds with specialized trauma recovery spaces.</p>
            </div>
          </div>
        </div>
      </div>
    </section>

    <!-- Our Model -->
    <section class="py-16 bg-gray-100">
      <div class="container mx-auto px-4">
        <div class="text-center mb-12">
          <h2 class="text-3xl font-bold text-blue-900 mb-4">Our Recovery Model</h2>
          <div class="w-24 h-1 bg-yellow-400 mx-auto"></div>
          <p class="text-gray-600 max-w-2xl mx-auto mt-4">Developed by trauma specialists and informed by survivor feedback, our model addresses all aspects of healing.</p>
        </div>
        
        <div class="grid md:grid-cols-2 gap-8 max-w-5xl mx-auto">
          <div class="bg-white p-8 rounded-lg shadow-md">
            <h3 class="text-xl font-semibold text-blue-900 mb-4">Four Pillars Framework</h3>
            <div class="space-y-6">
              <div class="flex items-start">
                <div class="bg-blue-900 text-white rounded-full w-10 h-10 flex items-center justify-center mr-4 flex-shrink-0">
                  <i data-feather="activity" class="w-5 h-5"></i>
                </div>
                <div>
                  <h4 class="font-medium text-blue-900 mb-1">Physical Safety</h4>
                  <p class="text-gray-700 text-sm">Secure housing, medical care, nutrition, and body-based therapies to rebuild physical wellbeing.</p>
                </div>
              </div>
              
              <div class="flex items-start">
                <div class="bg-blue-900 text-white rounded-full w-10 h-10 flex items-center justify-center mr-4 flex-shrink-0">
                  <i data-feather="heart" class="w-5 h-5"></i>
                </div>
                <div>
                  <h4 class="font-medium text-blue-900 mb-1">Emotional Healing</h4>
                  <p class="text-gray-700 text-sm">Trauma therapy, support groups, and expressive arts to process experiences and rebuild trust.</p>
                </div>
              </div>
              
              <div class="flex items-start">
                <div class="bg-blue-900 text-white rounded-full w-10 h-10 flex items-center justify-center mr-4 flex-shrink-0">
                  <i data-feather="brain" class="w-5 h-5"></i>
                </div>
                <div>
                  <h4 class="font-medium text-blue-900 mb-1">Cognitive Restoration</h4>
                  <p class="text-gray-700 text-sm">Education support, life skills training, and career counseling to rebuild independence.</p>
                </div>
              </div>
              
              <div class="flex items-start">
                <div class="bg-blue-900 text-white rounded-full w-10 h-10 flex items-center justify-center mr-4 flex-shrink-0">
                  <i data-feather="feather" class="w-5 h-5"></i>
                </div>
                <div>
                  <h4 class="font-medium text-blue-900 mb-1">Spiritual Connection</h4>
                  <p class="text-gray-700 text-sm">Meaning-making, cultural reconnection, and mindfulness practices to restore purpose.</p>
                </div>
              </div>
            </div>
          </div>
          
          <div class="bg-white p-8 rounded-lg shadow-md">
            <h3 class="text-xl font-semibold text-blue-900 mb-4">Our Unique Approach</h3>
            <div class="space-y-4">
              <div class="bg-blue-50 p-4 rounded-lg">
                <h4 class="font-medium text-blue-900 flex items-center mb-2">
                  <i data-feather="user" class="mr-2 text-yellow-400"></i>
                  Survivor-Centered
                </h4>
                <p class="text-gray-700 text-sm">Programs designed with and by survivors, with choices and autonomy at the core.</p>
              </div>
              
              <div class="bg-blue-50 p-4 rounded-lg">
                <h4 class="font-medium text-blue-900 flex items-center mb-2">
                  <i data-feather="clock" class="mr-2 text-yellow-400"></i>
                  Stage-Based
                </h4>
                <p class="text-gray-700 text-sm">Services adapt to each survivor's stage of recovery, from crisis to stability to growth.</p>
              </div>
              
              <div class="bg-blue-50 p-4 rounded-lg">
                <h4 class="font-medium text-blue-900 flex items-center mb-2">
                  <i data-feather="globe" class="mr-2 text-yellow-400"></i>
                  Culturally Inclusive
                </h4>
                <p class="text-gray-700 text-sm">Recognizing the disproportionate impact on Indigenous communities and other marginalized groups.</p>
              </div>
              
              <div class="bg-blue-50 p-4 rounded-lg">
                <h4 class="font-medium text-blue-900 flex items-center mb-2">
                  <i data-feather="home" class="mr-2 text-yellow-400"></i>
                  Community-Integrated
                </h4>
                <p class="text-gray-700 text-sm">Building bridges with local services and employers to support long-term success.</p>
              </div>
            </div>
          </div>
        </div>
      </div>
    </section>

    <!-- Our Team -->
    <section class="py-16 bg-white">
      <div class="container mx-auto px-4">
        <div class="text-center mb-12">
          <h2 class="text-3xl font-bold text-blue-900 mb-4">Meet Our Leadership</h2>
          <div class="w-24 h-1 bg-yellow-400 mx-auto"></div>
          <p class="text-gray-600 max-w-2xl mx-auto mt-4">Compassionate professionals dedicated to transforming lives</p>
        </div>
        
        <div class="grid md:grid-cols-3 gap-8 max-w-5xl mx-auto">
          <div class="team-card bg-gray-50 rounded-lg overflow-hidden shadow-md transition duration-300">
            <div class="overflow-hidden h-64">
              <img src="http://static.photos/people/640x480/5" alt="Sarah Johnson" class="w-full h-full object-cover transition duration-500">
            </div>
            <div class="p-6">
              <h3 class="text-xl font-semibold text-blue-900">Sarah Johnson</h3>
              <p class="text-yellow-600 text-sm mb-3">Co-Founder & Executive Director</p>
              <p class="text-gray-700 text-sm">MSW, with 15 years experience in anti-trafficking work and survivor advocacy.</p>
            </div>
          </div>
          
          <div class="team-card bg-gray-50 rounded-lg overflow-hidden shadow-md transition duration-300">
            <div class="overflow-hidden h-64">
              <img src="http://static.photos/people/640x480/6" alt="Dr. Michael Chen" class="w-full h-full object-cover transition duration-500">
            </div>
            <div class="p-6">
              <h3 class="text-xl font-semibold text-blue-900">Dr. Michael Chen</h3>
              <p class="text-yellow-600 text-sm mb-3">Co-Founder & Clinical Director</p>
              <p class="text-gray-700 text-sm">PhD in Clinical Psychology, specializing in complex trauma recovery.</p>
            </div>
          </div>
          
          <div class="team-card bg-gray-50 rounded-lg overflow-hidden shadow-md transition duration-300">
            <div class="overflow-hidden h-64">
              <img src="http://static.photos/people/640x480/7" alt="Mia Gabriel" class="w-full h-full object-cover transition duration-500">
            </div>
            <div class="p-6">
              <h3 class="text-xl font-semibold text-blue-900">Mia Gabriel</h3>
              <p class="text-yellow-600 text-sm mb-3">Director of Indigenous Relations</p>
              <p class="text-gray-700 text-sm">Mi'kmaq knowledge keeper and trauma-informed care specialist.</p>
            </div>
          </div>
        </div>
      </div>
    </section>

    <!-- Footer -->
    <footer class="bg-blue-900 text-white py-12">
      <div class="container mx-auto px-4">
        <div class="grid md:grid-cols-4 gap-8 mb-8">
          <div>
            <div class="flex items-center space-x-2 mb-4">
              <img src="https://static.photos/blue/200x200/1" alt="TREY Lighthouse Logo" class="h-10">
<span class="text-lg font-bold">TREY Recovery</span>
            </div>
            <p class="text-sm text-gray-300">Providing hope and healing for survivors of exploitation since 2015.</p>
          </div>
          <div>
            <h4 class="text-lg font-semibold mb-4">Quick Links</h4>
            <ul class="space-y-2 text-sm text-gray-300">
              <li><a href="about.html" class="text-yellow-300">About Us</a></li>
              <li><a href="index.html#who" class="hover:text-yellow-300 transition">Who We Are</a></li>
              <li><a href="index.html#services" class="hover:text-yellow-300 transition">Our Services</a></li>
              <li><a href="index.html#stats" class="hover:text-yellow-300 transition">Statistics</a></li>
              <li><a href="index.html#contact" class="hover:text-yellow-300 transition">Contact</a></li>
            </ul>
          </div>
          <div>
            <h4 class="text-lg font-semibold mb-4">Get Help</h4>
            <ul class="space-y-2 text-sm text-gray-300">
              <li><a href="tel:+19024444444" class="hover:text-yellow-300 transition">24/7 Crisis Line: 902-444-4444</a></li>
              <li><a href="mailto:info@trey-recovery.org" class="hover:text-yellow-300 transition">info@trey-recovery.org</a></li>
              <li><a href="#" class="hover:text-yellow-300 transition">Confidential Inquiry Form</a></li>
            </ul>
          </div>
          <div>
            <h4 class="text-lg font-semibold mb-4">Connect</h4>
            <div class="flex space-x-4">
              <a href="#" class="bg-blue-700 hover:bg-blue-600 w-8 h-8 rounded-full flex items-center justify-center">
                <i data-feather="facebook" class="w-4 h-4"></i>
              </a>
              <a href="#" class="bg-blue-400 hover:bg-blue-500 w-8 h-8 rounded-full flex items-center justify-center">
                <i data-feather="twitter" class="w-4 h-4"></i>
              </a>
              <a href="#" class="bg-pink-600 hover:bg-pink-700 w-8 h-8 rounded-full flex items-center justify-center">
                <i data-feather="instagram" class="w-4 h-4"></i>
              </a>
            </div>
            <p class="text-sm text-gray-300 mt-4">Sign up for our newsletter to stay updated.</p>
          </div>
        </div>
        <div class="border-t border-gray-700 pt-8 text-sm text-gray-400 text-center">
          <p>© 2023 TREY Trauma Recovery for Exploited Youth. All rights reserved.</p>
          <p class="mt-2">Registered Charity #: 12345-6789-RR0001</p>
        </div>
      </div>
    </footer>

    <script>
      feather.replace();
    </script>
</body>
</html>