Skip to content

Commit eaef93a

Browse files
committed
fix sponsor section speakers
1 parent 1b3fbe7 commit eaef93a

File tree

1 file changed

+15
-9
lines changed

1 file changed

+15
-9
lines changed

speakers.html

Lines changed: 15 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -845,7 +845,7 @@ <h4>Day 1</h4>
845845
<!--End Speakers Section -->
846846

847847

848-
<!-- Sponsor Section -->
848+
<!-- Sponsor Section -->
849849
<section class="sponsor-section">
850850
<span class="float-text">Our Sponsor</span>
851851
<div class="auto-container">
@@ -854,6 +854,13 @@ <h2>Our Sponsors</h2>
854854
</div>
855855

856856
<div class="sponsors-area">
857+
<div class="client-logo">
858+
<figure class="image">
859+
<a href="https://codesandbox.io" target="_blank"><img
860+
src="images/clients/codesandbox-unstack.png" alt=""
861+
style="width: 120px; height: 120px;"></a>
862+
</figure>
863+
</div>
857864
<div class="client-logo">
858865
<figure class="image">
859866
<a href="https://amp.dev" target="_blank"><img src="images/clients/amp-logo.png"
@@ -884,20 +891,19 @@ <h2>Our Sponsors</h2>
884891
alt=""></a>
885892
</figure>
886893
</div>
887-
888-
<div class="client-logo">
889-
<figure class="image">
890-
<a href="https://andela.com" target="_blank"><img src="images/clients/andela.png"
891-
alt=""></a>
892-
</figure>
893-
</div>
894-
895894
<div class="client-logo">
896895
<figure class="image">
897896
<a href="https://thinkster.io" target="_blank"><img src="images/clients/thinkster.png"
898897
alt=""></a>
899898
</figure>
900899
</div>
900+
901+
<div class="client-logo">
902+
<figure class="image">
903+
<a href="https://kkontech.com" target="_blank"><img src="images/clients/kkontech.png" alt=""
904+
style="width: 250px;"></a>
905+
</figure>
906+
</div>
901907
</div>
902908

903909
<div class="btn-box">

0 commit comments

Comments
 (0)