Skip to content

Commit eda4122

Browse files
Merge pull request #3 from jai-dewani/edit
Phone compatibility error fixed
2 parents 0b15283 + 83291af commit eda4122

File tree

1 file changed

+38
-3
lines changed

1 file changed

+38
-3
lines changed

index.html

Lines changed: 38 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -459,7 +459,7 @@ <h3 class="white-text">Sponsors</h3>
459459
</div>
460460
<div class="col s12 m12 l6">
461461
<center><h5 class="white-text">IDE Partner</h5></center>
462-
<center><a href="https://jetbrains.com"><img class="my-image-2" src="Sponsors/jetbrains.png"></a></center>
462+
<center><a href="https://jetbrains.com" target="_blank"><img class="my-image-2" src="Sponsors/jetbrains.png"></a></center>
463463
</div>
464464
<div class="col s12 m12 l6">
465465
<center><h5 class="white-text">Sponsor</h5></center>
@@ -505,7 +505,7 @@ <h3 class="white-text">Sponsors</h3>
505505
</div>
506506
</div>
507507
</div>-->
508-
<div class="row">
508+
<div class="row hide-on-med-and-down">
509509
<div class="col s12 m12 l4">
510510
<center>
511511
<br>
@@ -540,7 +540,7 @@ <h3 class="white-text">Sponsors</h3>
540540
</center>
541541
</div>
542542
</div>
543-
<div>
543+
<div class="hide-on-med-and-down">
544544
<div class="col s12 m12 l4">
545545
<center>
546546
<p class="description">
@@ -565,6 +565,41 @@ <h3 class="white-text">Sponsors</h3>
565565
</center>
566566
</div>
567567
</div>
568+
<div class="hide-on-large-only">
569+
<div class="col s12 m12 l4">
570+
<center>
571+
<br>
572+
<img class="my-image" src="images/12.png"><br><br><br>
573+
<div class="teal">
574+
<p class="description">
575+
This event aspires to give significant contribution to help the growth
576+
and promotion of Open Source Community.
577+
</p>
578+
</div>
579+
</center>
580+
</div>
581+
<div class="col l4 s12 m12">
582+
<center>
583+
<a href="documents/hackathon.pdf" target="_blank"><img class="my-image" src="images/11.png"></a>
584+
<div class="teal">
585+
<p class="description">
586+
We need your support to make this hack a grand and succefull event. Click image to download <a href="documents/hackathon.pdf" target="_blank">sponsorship</a> brochure.
587+
</p>
588+
</div>
589+
</center>
590+
</div>
591+
<div class="col s12 m12 l4">
592+
<center>
593+
<img class="my-image" src="images/21.png">
594+
<div class="teal">
595+
<p class="description">
596+
Hack’d d Unhack’d will be a strong platform for both industry professionals
597+
and young developers to come together and propose solutions.
598+
</p>
599+
</div>
600+
</center>
601+
</div>
602+
</div>
568603
<!--<div class="col s12 m12 hide-on-large-only">
569604
<center>
570605
<a href="documents/hackathon.pdf" target="_blank"><img src="images/11.png" class="my-image"></a>

0 commit comments

Comments
 (0)