Skip to content

Commit

Permalink
Merge pull request #46 from hemanth-sunkireddy/sponsors-update
Browse files Browse the repository at this point in the history
Sponsors update
  • Loading branch information
sudokara authored Oct 26, 2023
2 parents 71f291c + 22f848c commit a1e8397
Show file tree
Hide file tree
Showing 5 changed files with 10,032 additions and 28 deletions.
18 changes: 11 additions & 7 deletions _data/sponsors.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,21 @@
- 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: IDEATION PARTNERS
members:
- logo: telanganaGovt.png
name: Telangana Government
url: https://www.telangana.gov.in/
- logo: konnectNXT.png
name: KonnectNXT
url: https://konnectnxt.com/

- sponsors: STUDENT OUTREACH PARTNER
members:
Expand All @@ -26,4 +29,5 @@
members:
- logo: oneImmersive.png
name: One Immersive
url: https://www.oneimmersive.us/
url: https://www.oneimmersive.us/

3 changes: 1 addition & 2 deletions _includes/home_page_banner.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@ <h3>28-29 OCTOBER</h3>
<div class=""heading_container>
<br><br>
<!-- <h4> <span style="border-bottom: 1px solid #fff; padding-bottom: 2.5px"></span> Registrations opening soon</h4> -->

<h4>USE CODE : <span style="border-bottom: 1px solid #fff; padding-bottom: 2.5px">GRABITFIRST</span> TO AVAIL ₹250 DISCOUNT (LAST 50 COUPONS LEFT)</h4>
<h4>JOIN US FOR THE EVENT AND COMPETE FOR THE CHANCE TO WIN INR 4 LAKH WORTH PRIZES</h4>
</div>

<div class="row" style="justify-content: center; align-items: center;">
Expand Down
35 changes: 17 additions & 18 deletions _includes/sponsors.html
Original file line number Diff line number Diff line change
@@ -1,21 +1,20 @@

{% 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"> {{ sponsor.sponsors }}</h1>
</div>
</div>
<div class="row" id="sponsors-page">
{% for sponsor in site.data.sponsors %}
<div class="col-sponsors">
<div class="col-12 text-center"; style="margin-bottom:3%;">
<h1 class="what1"> {{ sponsor.sponsors }}</h1>
</div>

<div class="row justify-content-around main-sponsors" style="margin-bottom: 5%;">
{% 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 class="row justify-content-around main-sponsors" style="margin-bottom: 5%;">
{% 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>
</div>
{% endfor %}
</div>

{% endfor %}

<!-- See _data/sponsors.yml -->
9,997 changes: 9,996 additions & 1 deletion css/bootstrap/bootstrap.min.css

Large diffs are not rendered by default.

7 changes: 7 additions & 0 deletions css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -366,6 +366,13 @@ div.contactIcon a:hover svg path {
background-color: #0C0C0C;
}

.col-sponsors {
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%
}


#female-pic {
max-width: 80%;
margin: 0 auto;
Expand Down

0 comments on commit a1e8397

Please sign in to comment.