Skip to content

Commit ba7c443

Browse files
committed
image fix
1 parent 70ba9cb commit ba7c443

1 file changed

Lines changed: 11 additions & 11 deletions

File tree

index.html

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -560,7 +560,7 @@ <h4 style="color:navy">Speakers and Judges</h4>
560560
<div class="col-12 col-md-6 col-lg-4">
561561
<div class="single-speaker-area bg-gradient-overlay-2 wow fadeInUp" data-wow-delay="300ms">
562562
<div class="speaker-single-thumb">
563-
<img src="img/speakers-img/adobe.jpg" alt="">
563+
<img style="height: 450px;" src="img/speakers-img/adobe.jpg" alt="">
564564
</div>
565565
<div class="social-info">
566566
<a href="https://in.linkedin.com/in/sharad-srivastava-93463b12"><i class="zmdi zmdi-linkedin"></i></a>
@@ -575,7 +575,7 @@ <h5>Sharad Srivastava</h5>
575575
<div class="col-12 col-md-6 col-lg-4">
576576
<div class="single-speaker-area bg-gradient-overlay-2 wow fadeInUp" data-wow-delay="300ms">
577577
<div class="speaker-single-thumb">
578-
<img src="img/speakers-img/elastic.png" alt="">
578+
<img style="height: 450px;" src="img/speakers-img/elastic.png" alt="">
579579
</div>
580580
<div class="social-info">
581581
<a href="https://www.linkedin.com/in/aravindputrevu/"><i class="zmdi zmdi-linkedin"></i></a>
@@ -593,7 +593,7 @@ <h5>Aravind Putrevu</h5>
593593
<div class="col-12 col-md-6 col-lg-4">
594594
<div class="single-speaker-area bg-gradient-overlay-2 wow fadeInUp" data-wow-delay="300ms">
595595
<div class="speaker-single-thumb">
596-
<img src="img/speakers-img/SaurabhGupta.jpg" alt="">
596+
<img style="height: 450px;" src="img/speakers-img/SaurabhGupta.jpg" alt="">
597597
</div>
598598
<div class="social-info">
599599
<a href="https://in.linkedin.com/in/saurabh-gupta-a3262319"><i class="zmdi zmdi-linkedin"></i></a>
@@ -1549,31 +1549,31 @@ <h5 class="widget-title">Campus</h5>
15491549
}
15501550
}
15511551

1552-
function img_width(sponsor_div,width_val){
1553-
if(sponsor_div != null){
1552+
function img_width(sponsor_div, width_val) {
1553+
if (sponsor_div != null) {
15541554
sponsor_div.getElementsByTagName('img')[0].style.width = width_val
15551555
}
15561556
}
15571557

15581558
if (/Android|webOS|iPhone|iPad|iPod|BlackBerry|IEMobile|Opera Mini/i.test(navigator.userAgent)) {
15591559

15601560
var wf_sponsor = document.getElementById('wells-fargo')
1561-
img_width(wf_sponsor,"auto")
1561+
img_width(wf_sponsor, "auto")
15621562

15631563
var monster_sponsor = document.getElementById('monster')
1564-
img_width(monster_sponsor,"auto")
1564+
img_width(monster_sponsor, "auto")
15651565

15661566
var dev_sponsor = document.getElementById('dev')
1567-
img_width(dev_sponsor,"auto")
1567+
img_width(dev_sponsor, "auto")
15681568

15691569
var zulip_sponsor = document.getElementById('zulip')
1570-
img_width(zulip_sponsor,"auto")
1570+
img_width(zulip_sponsor, "auto")
15711571

15721572
var jet_sponsor = document.getElementById('jet-brains')
1573-
img_width(jet_sponsor,"auto")
1573+
img_width(jet_sponsor, "auto")
15741574

15751575
var sticker_sponsor = document.getElementById('sticker-you')
1576-
img_width(sticker_sponsor,"auto")
1576+
img_width(sticker_sponsor, "auto")
15771577

15781578
if (mobile != null) {
15791579
mobile.style.display = "block";

0 commit comments

Comments
 (0)