Skip to content

Commit

Permalink
Merge pull request #44 from hemanth-sunkireddy/sponsors-update
Browse files Browse the repository at this point in the history
Sponsors update
  • Loading branch information
FlightVin authored Oct 25, 2023
2 parents 781f90c + dea1063 commit 8c84140
Show file tree
Hide file tree
Showing 10 changed files with 43 additions and 10 deletions.
3 changes: 3 additions & 0 deletions _data/faqs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,3 +57,6 @@

- question: "What is the format of the hackathon?"
answer: "You will be given a problem statement based on your priority and availability - ties will be broken randomly. After this, you will need to make a midsubmission of your solution and later present your final solution to a panel of judges."

- question: "Will the problem statement be given on the spot?"
answer: "Yes. The problem statement will be given on the spot."
34 changes: 29 additions & 5 deletions _data/sponsors.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,29 @@
challenge_sponsor:
name: Qualcomm
url: https://www.qualcomm.com/
image: /img/sponsors/Qualcomm_Logo.png

- sponsors: CHALLENGE SPONSORS
members:
- logo: Qualcomm.png
name: Qualcomm
url: https://www.qualcomm.com
- logo: telanganaGovt.png
name: Telangana Government
url: https://www.telangana.gov.in/
- logo: konnectNXT.png
name: KonnectNXT
url: https://konnectnxt.com/
- logo: CIE.png
name: CIE
url: https://cie.iiit.ac.in
- logo: MeitY.jpg
name: MeitY
url: https://meity.gov.in

- sponsors: STUDENT OUTREACH PARTNER
members:
- logo: studentTribe.png
name: Student Tribe
url: https://www.studenttribe.in/

- sponsors: GIFTING PARTNER
members:
- logo: oneImmersive.png
name: One Immersive
url: https://www.oneimmersive.us/
16 changes: 11 additions & 5 deletions _includes/sponsors.html
Original file line number Diff line number Diff line change
@@ -1,15 +1,21 @@

{% for sponsor in site.data.sponsors %}
<div class="row" style="margin-bottom: 3%;" id="sponsors-page">
<div class="col-12 text-center">
<h1 class="what">CHALLENGE SPONSOR</h1>
<h1 class="what"> {{ sponsor.sponsors }}</h1>
</div>
</div>

<div class="row justify-content-around main-sponsors" style="margin-bottom: 5%;">
<div class="sponsors_main1">
<a href="{{ site.data.sponsors.challenge_sponsor.url }}" target="_blank">
<img src="{{ site.baseurl }}{{ site.data.sponsors.challenge_sponsor.image }}" class="sponsor-image elast">
{% for member in sponsor.members %}
<div class="sponsors_main3">
<a href="{{ member.url }}" target="_blank">
<img src="{{ site.baseurl }}/img/sponsors/{{ member.logo }}" class="sponsor-image elast">
</a>
</div>
{% endfor %}
</div>

<!-- See _data/sponsors.yml -->
{% endfor %}

<!-- See _data/sponsors.yml -->
Binary file added img/sponsors/CIE.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 img/sponsors/MeitY.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes
Binary file added img/sponsors/konnectNXT.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 img/sponsors/oneImmersive.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 img/sponsors/studentTribe.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 img/sponsors/telanganaGovt.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 8c84140

Please sign in to comment.