Skip to content

Commit

Permalink
Updated ideation partners and font size decreased
Browse files Browse the repository at this point in the history
  • Loading branch information
hemanth-sunkireddy committed Oct 25, 2023
1 parent 71f291c commit dfc5669
Show file tree
Hide file tree
Showing 4 changed files with 10,031 additions and 26 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/

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 dfc5669

Please sign in to comment.