BikoToday commited on
Commit
e714cee
·
verified ·
1 Parent(s): fac686a

use have mixed up the logos and put it in the wrong places please use this link for the OtidiAfrica logo https://otidiafrica.co.za/dmg/images/OtidiAfrica%20Logo.png and then this link https://otidiafrica.co.za/dmg/images/Mbalo%20Logo.png for the Mbalo logo - Follow Up Deployment

Browse files
Files changed (2) hide show
  1. index.html +7 -7
  2. prompts.txt +10 -1
index.html CHANGED
@@ -107,7 +107,7 @@
107
  <div class="container mx-auto px-6 py-4">
108
  <div class="flex justify-between items-center">
109
  <a href="#" class="text-2xl font-bold font-playfair text-charcoal">
110
- <img src="/static/dmg-logo.png" alt="Diverse Minds Group" class="h-10">
111
  </a>
112
  <nav class="hidden md:flex space-x-8">
113
  <a href="#about" class="text-graphite hover:text-gold transition">About</a>
@@ -461,21 +461,21 @@
461
  <h4 class="text-xl font-bold font-playfair mb-3">World Book Day Celebration 2024</h4>
462
  <p class="text-graphite mb-4">A successful event promoting literacy and reading culture in our community.</p>
463
  <div class="flex justify-center">
464
- <img src="/static/biko-today-logo.png" alt="World Book Day" class="rounded-lg max-w-full">
465
  </div>
466
  </div>
467
  <div class="bg-offwhite p-8 rounded-lg shadow-soft">
468
  <h4 class="text-xl font-bold font-playfair mb-3">Empowerfest Youth Conference</h4>
469
  <p class="text-graphite mb-4">Inspiring and equipping young people with skills for the future.</p>
470
  <div class="flex justify-center">
471
- <img src="/static/biko-today-logo.png" alt="Empowerfest" class="rounded-lg max-w-full">
472
  </div>
473
  </div>
474
  <div class="bg-offwhite p-8 rounded-lg shadow-soft">
475
  <h4 class="text-xl font-bold font-playfair mb-3">Vhembe District GBVF & Literacy Committees</h4>
476
  <p class="text-graphite mb-4">Working to address gender-based violence and promote literacy.</p>
477
  <div class="flex justify-center">
478
- <img src="/static/biko-today-logo.png" alt="GBVF Committee" class="rounded-lg max-w-full">
479
  </div>
480
  </div>
481
  </div>
@@ -492,19 +492,19 @@
492
  <div class="grid md:grid-cols-3 gap-12 items-center" data-aos="fade-up">
493
  <div class="flex justify-center">
494
  <a href="https://otidiafrica.co.za/" target="_blank" class="hover:opacity-80 transition">
495
- <img src="/static/otidiafrica-logo.png" alt="OtidiAfrica" class="h-20">
496
  <p class="text-center mt-4">Tech, branding & automation partner</p>
497
  </a>
498
  </div>
499
  <div class="flex justify-center">
500
  <a href="https://mbalo.co.za/" target="_blank" class="hover:opacity-80 transition">
501
- <img src="/static/mbalo-logo.png" alt="Mbalo Accounting" class="h-20">
502
  <p class="text-center mt-4">Finance, compliance & payroll partner</p>
503
  </a>
504
  </div>
505
  <div class="flex justify-center">
506
  <a href="https://bikotoday.co.za/" target="_blank" class="hover:opacity-80 transition">
507
- <img src="/static/biko-today-logo.png" alt="Biko Today" class="h-20">
508
  <p class="text-center mt-4">Student training & SME workforce supplier</p>
509
  </a>
510
  </div>
 
107
  <div class="container mx-auto px-6 py-4">
108
  <div class="flex justify-between items-center">
109
  <a href="#" class="text-2xl font-bold font-playfair text-charcoal">
110
+ <img src="https://otidiafrica.co.za/dmg/images/DMG%20black%20logo.png" alt="Diverse Minds Group" class="h-10">
111
  </a>
112
  <nav class="hidden md:flex space-x-8">
113
  <a href="#about" class="text-graphite hover:text-gold transition">About</a>
 
461
  <h4 class="text-xl font-bold font-playfair mb-3">World Book Day Celebration 2024</h4>
462
  <p class="text-graphite mb-4">A successful event promoting literacy and reading culture in our community.</p>
463
  <div class="flex justify-center">
464
+ <img src="https://otidiafrica.co.za/dmg/images/DMG%20black%20logo.png" alt="World Book Day" class="rounded-lg max-w-full">
465
  </div>
466
  </div>
467
  <div class="bg-offwhite p-8 rounded-lg shadow-soft">
468
  <h4 class="text-xl font-bold font-playfair mb-3">Empowerfest Youth Conference</h4>
469
  <p class="text-graphite mb-4">Inspiring and equipping young people with skills for the future.</p>
470
  <div class="flex justify-center">
471
+ <img src="https://otidiafrica.co.za/dmg/images/DMG%20black%20logo.png" alt="Empowerfest" class="rounded-lg max-w-full">
472
  </div>
473
  </div>
474
  <div class="bg-offwhite p-8 rounded-lg shadow-soft">
475
  <h4 class="text-xl font-bold font-playfair mb-3">Vhembe District GBVF & Literacy Committees</h4>
476
  <p class="text-graphite mb-4">Working to address gender-based violence and promote literacy.</p>
477
  <div class="flex justify-center">
478
+ <img src="https://otidiafrica.co.za/dmg/images/DMG%20black%20logo.png" alt="GBVF Committee" class="rounded-lg max-w-full">
479
  </div>
480
  </div>
481
  </div>
 
492
  <div class="grid md:grid-cols-3 gap-12 items-center" data-aos="fade-up">
493
  <div class="flex justify-center">
494
  <a href="https://otidiafrica.co.za/" target="_blank" class="hover:opacity-80 transition">
495
+ <img src="https://otidiafrica.co.za/dmg/images/OtidiAfrica%20Logo.png" alt="OtidiAfrica" class="h-20">
496
  <p class="text-center mt-4">Tech, branding & automation partner</p>
497
  </a>
498
  </div>
499
  <div class="flex justify-center">
500
  <a href="https://mbalo.co.za/" target="_blank" class="hover:opacity-80 transition">
501
+ <img src="https://otidiafrica.co.za/dmg/images/Mbalo%20Logo.png" alt="Mbalo Accounting" class="h-20">
502
  <p class="text-center mt-4">Finance, compliance & payroll partner</p>
503
  </a>
504
  </div>
505
  <div class="flex justify-center">
506
  <a href="https://bikotoday.co.za/" target="_blank" class="hover:opacity-80 transition">
507
+ <img src="https://otidiafrica.co.za/dmg/images/BIKO%20Logo.png" alt="Biko Today" class="h-20">
508
  <p class="text-center mt-4">Student training & SME workforce supplier</p>
509
  </a>
510
  </div>
prompts.txt CHANGED
@@ -312,4 +312,13 @@ Whether you are an entrepreneur, community leader, funder, or volunteer, DMG is
312
  please use this logo for the places you mention Biko Todat and you have picture use the logo i have uploaded two logos use the normal logo where its white background and the white logo where its a dark or black bagground. DOnt use the logo on the footer
313
  Here is the DMG logo please use it everywhere where there should be the DMG logo use the black logo for light and white backgrounds and use the white logo for black backgrounds
314
  here are the OtidiAfrica and Mbalo logos for you to put in the places you have them as partners
315
- look i have attached the screenshots of the pic links they are all not showing please fix that so all logo pics and pics on the website are showing properly
 
 
 
 
 
 
 
 
 
 
312
  please use this logo for the places you mention Biko Todat and you have picture use the logo i have uploaded two logos use the normal logo where its white background and the white logo where its a dark or black bagground. DOnt use the logo on the footer
313
  Here is the DMG logo please use it everywhere where there should be the DMG logo use the black logo for light and white backgrounds and use the white logo for black backgrounds
314
  here are the OtidiAfrica and Mbalo logos for you to put in the places you have them as partners
315
+ look i have attached the screenshots of the pic links they are all not showing please fix that so all logo pics and pics on the website are showing properly
316
+ the logo links are still not wotking
317
+ where should i put the pics so it can fetch them?
318
+ okay i have uplaoded them some where so please use this DMG link to fetch the logo for any light or white background https://otidiafrica.co.za/dmg/images/DMG%20black%20logo.png and use this link to fetch the dmg logo for any dark or black background https://otidiafrica.co.za/dmg/images/DMG%20white%20logo.png
319
+ se this Biko Today link to fecth and use for the Biko TOday logo https://otidiafrica.co.za/dmg/images/BIKO%20Logo.png
320
+ PLease use this link to fecth and use for the Biko Today logo in all the places we want to use the Biko TOday logo like in partners https://otidiafrica.co.za/dmg/images/BIKO%20Logo.png
321
+ please use this Mbalo logo for the Mbalo mention https://otidiafrica.co.za/dmg/images/Mbalo%20Logo.png
322
+ Please use this link for OtidiAfrica https://otidiafrica.co.za/dmg/images/OtidiAfrica%20Logo.png
323
+ pLease use this link for OtidiAfrica Logo https://otidiafrica.co.za/dmg/images/OtidiAfrica%20Logo.png and use this link https://otidiafrica.co.za/dmg/images/Mbalo%20Logo.png for Mbalo logo
324
+ use have mixed up the logos and put it in the wrong places please use this link for the OtidiAfrica logo https://otidiafrica.co.za/dmg/images/OtidiAfrica%20Logo.png and then this link https://otidiafrica.co.za/dmg/images/Mbalo%20Logo.png for the Mbalo logo