Skip to content

Commit

Permalink
Merge pull request #62 from RealEskalate/sami.get_tickets
Browse files Browse the repository at this point in the history
sami.fix: fixing sponsor icons and text color
  • Loading branch information
samuel161415 authored Sep 25, 2024
2 parents 010bc70 + 1d674eb commit 3b656df
Show file tree
Hide file tree
Showing 22 changed files with 10 additions and 10 deletions.
Binary file not shown.
Binary file added dist/hacks-website/assets/prize_logos/bronze.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file added dist/hacks-website/assets/prize_logos/gold.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed dist/hacks-website/assets/prize_logos/gold_level.png
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added dist/hacks-website/assets/prize_logos/silver.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
4 changes: 2 additions & 2 deletions dist/hacks-website/index.html

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion dist/hacks-website/main.a9f29a7e584293de.js

This file was deleted.

1 change: 1 addition & 0 deletions dist/hacks-website/main.d0753153031ab5e2.js

Large diffs are not rendered by default.

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions src/app/pages/be-asponsor/be-asponsor.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
>
<img
alt="team"
class="w-full h-full bg-gradient-to-r from-blue-400 to-green-300 object-cover object-center rounded-full"
class="w-full h-full object-cover object-center rounded-full"
src="{{ workshop.src }}"
/>
</div>
Expand All @@ -30,7 +30,7 @@ <h2 class="!text-2xl !font-bold text-white">
<h3 class="!text-xl !font-semibold text-white">
{{ workshop.subtitle }}
</h3>
<p class="text-sm">
<p class="text-sm text-white/60">
{{ workshop.description }}
</p>
</div>
Expand Down
8 changes: 4 additions & 4 deletions src/app/pages/be-asponsor/be-asponsor.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@ export class BeASponsorComponent {
selectedAmount : number = 0;

workshops_lists: any[] = [
{ title: "Platinum Sponsor (Innovator)",subtitle: "$25,000+ (1 available)", amount: 25000 , description: "Enhance your brand with exclusive naming rights, keynote opportunities, and prominent event exposure. Network and recruit at our prime booth space, with VIP access to all sessions and the awards dinner. Post-event, secure first-choice recruitment and priority sponsorship for next year's Tech Summit." , src: "assets/prize_logos/Platinum_level.png"},
{ title: "Gold Sponsor (Trailblazer)", subtitle: "$15,000+ (2 available)",amount: 15000, description: "Enhance your brand with premier logo placement, naming rights, and a speaking slot at the closing ceremony. Network effectively with a large booth, an awards dinner table, and 10 hackathon tickets. Post-event, gain recruitment priority, promotional media access, and early consideration for next year’s Tech Summit.", src: "assets/prize_logos/gold_level.png"},
{ title: "Silver Sponsor (Catalyst)", subtitle: "$10,000+ (5 available)", amount: 10000, description: "Enhance your brand with prominent logo placement, social media mentions, and the chance to lead a workshop. Benefit from medium booth space, five complimentary tickets, and inclusion in event communications. Post-event, gain access to the talent pool, use of event media, and priority consideration for next year's African Tech Leadership Summit. ", src: "assets/prize_logos/silver_level.png"},
{ title: "Bronze Sponsor (Pioneer) ", subtitle: "$5,000+", amount: 5000, description: "Increase your brand's exposure with logo placement on the event landing page and social media mentions. Engage attendees from your booth space and with two complimentary hackathon tickets. Post-event, benefit from access to our talent pool and use of event media for promotions.", src: "assets/prize_logos/bronze_level.png"},
{ title: "Platinum Sponsor (Innovator)",subtitle: "$25,000+ (1 available)", amount: 25000 , description: "Enhance your brand with exclusive naming rights, keynote opportunities, and prominent event exposure. Network and recruit at our prime booth space, with VIP access to all sessions and the awards dinner. Post-event, secure first-choice recruitment and priority sponsorship for next year's Tech Summit." , src: "assets/prize_logos/platinium.png"},
{ title: "Gold Sponsor (Trailblazer)", subtitle: "$15,000+ (2 available)",amount: 15000, description: "Enhance your brand with premier logo placement, naming rights, and a speaking slot at the closing ceremony. Network effectively with a large booth, an awards dinner table, and 10 hackathon tickets. Post-event, gain recruitment priority, promotional media access, and early consideration for next year’s Tech Summit.", src: "assets/prize_logos/gold.png"},
{ title: "Silver Sponsor (Catalyst)", subtitle: "$10,000+ (5 available)", amount: 10000, description: "Enhance your brand with prominent logo placement, social media mentions, and the chance to lead a workshop. Benefit from medium booth space, five complimentary tickets, and inclusion in event communications. Post-event, gain access to the talent pool, use of event media, and priority consideration for next year's African Tech Leadership Summit. ", src: "assets/prize_logos/silver.png"},
{ title: "Bronze Sponsor (Pioneer) ", subtitle: "$5,000+", amount: 5000, description: "Increase your brand's exposure with logo placement on the event landing page and social media mentions. Engage attendees from your booth space and with two complimentary hackathon tickets. Post-event, benefit from access to our talent pool and use of event media for promotions.", src: "assets/prize_logos/bronze.png"},
// { title: "Hackathon Dynamics", description: "Join us and learn strategies for building strong, collaborative teams and managing team dynamics during a hackathon. This workshop will cover best practices for teamwork, communication, conflict resolution, and maximizing productivity.", src: 'assets/prize_logos/Platinum_level.png'}
];

Expand Down
Binary file removed src/assets/prize_logos/Platinum_level.png
Binary file not shown.
Binary file added src/assets/prize_logos/bronze.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed src/assets/prize_logos/bronze_level.png
Binary file not shown.
Binary file added src/assets/prize_logos/gold.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed src/assets/prize_logos/gold_level.png
Binary file not shown.
Binary file added src/assets/prize_logos/platinium.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/assets/prize_logos/silver.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed src/assets/prize_logos/silver_level.png
Binary file not shown.

0 comments on commit 3b656df

Please sign in to comment.