AL-Consulting commited on
Commit
2d151e8
·
verified ·
1 Parent(s): 6c4cd10

take the logo from the screenshot i have attached and use it on this website

Browse files
Files changed (3) hide show
  1. about.html +4 -4
  2. donate.html +4 -4
  3. index.html +4 -4
about.html CHANGED
@@ -72,8 +72,8 @@
72
  <div class="container mx-auto px-4 py-3">
73
  <div class="flex justify-between items-center">
74
  <div class="flex items-center space-x-2">
75
- <img src="http://static.photos/blue/200x200/42" alt="TREY Lighthouse Logo" class="h-12 w-12 rounded-full">
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" class="nav-link">About</a>
@@ -578,8 +578,8 @@
578
  <div class="grid md:grid-cols-4 gap-8 mb-8">
579
  <div>
580
  <div class="flex items-center space-x-2 mb-4">
581
- <img src="http://static.photos/blue/200x200/42" alt="TREY Logo" class="h-10 w-10 rounded-full">
582
- <span class="text-lg font-bold">TREY Recovery</span>
583
  </div>
584
  <p class="text-sm text-gray-300">Providing hope and healing for survivors of exploitation since 2015.</p>
585
  </div>
 
72
  <div class="container mx-auto px-4 py-3">
73
  <div class="flex justify-between items-center">
74
  <div class="flex items-center space-x-2">
75
+ <img src="/static/trey-logo.png" alt="TREY Trauma Recovery Logo" class="h-12">
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" class="nav-link">About</a>
 
578
  <div class="grid md:grid-cols-4 gap-8 mb-8">
579
  <div>
580
  <div class="flex items-center space-x-2 mb-4">
581
+ <img src="/static/trey-logo.png" alt="TREY Logo" class="h-10">
582
+ <span class="text-lg font-bold">TREY Recovery</span>
583
  </div>
584
  <p class="text-sm text-gray-300">Providing hope and healing for survivors of exploitation since 2015.</p>
585
  </div>
donate.html CHANGED
@@ -50,8 +50,8 @@
50
  <div class="container mx-auto px-4 py-3">
51
  <div class="flex justify-between items-center">
52
  <a href="index.html" class="flex items-center space-x-2">
53
- <img src="http://static.photos/blue/200x200/42" alt="TREY Lighthouse Logo" class="h-12 w-12 rounded-full">
54
- <span class="text-xl font-bold">TREY Trauma Recovery</span>
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>
@@ -282,8 +282,8 @@
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="http://static.photos/blue/200x200/42" alt="TREY Logo" class="h-10 w-10 rounded-full">
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>
 
50
  <div class="container mx-auto px-4 py-3">
51
  <div class="flex justify-between items-center">
52
  <a href="index.html" class="flex items-center space-x-2">
53
+ <img src="/static/trey-logo.png" alt="TREY Trauma Recovery Logo" class="h-12">
54
+ <span class="text-xl font-bold">TREY Trauma Recovery</span>
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>
 
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>
index.html CHANGED
@@ -72,8 +72,8 @@
72
  <div class="container mx-auto px-4 py-3">
73
  <div class="flex justify-between items-center">
74
  <div class="flex items-center space-x-2">
75
- <img src="http://static.photos/blue/200x200/42" alt="TREY Lighthouse Logo" class="h-12 w-12 rounded-full">
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" class="nav-link">About</a>
@@ -578,8 +578,8 @@
578
  <div class="grid md:grid-cols-4 gap-8 mb-8">
579
  <div>
580
  <div class="flex items-center space-x-2 mb-4">
581
- <img src="http://static.photos/blue/200x200/42" alt="TREY Logo" class="h-10 w-10 rounded-full">
582
- <span class="text-lg font-bold">TREY Recovery</span>
583
  </div>
584
  <p class="text-sm text-gray-300">Providing hope and healing for survivors of exploitation since 2015.</p>
585
  </div>
 
72
  <div class="container mx-auto px-4 py-3">
73
  <div class="flex justify-between items-center">
74
  <div class="flex items-center space-x-2">
75
+ <img src="/static/trey-logo.png" alt="TREY Trauma Recovery Logo" class="h-12">
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" class="nav-link">About</a>
 
578
  <div class="grid md:grid-cols-4 gap-8 mb-8">
579
  <div>
580
  <div class="flex items-center space-x-2 mb-4">
581
+ <img src="/static/trey-logo.png" alt="TREY Logo" class="h-10">
582
+ <span class="text-lg font-bold">TREY Recovery</span>
583
  </div>
584
  <p class="text-sm text-gray-300">Providing hope and healing for survivors of exploitation since 2015.</p>
585
  </div>