Skip to content
Commits on Source (2)
......@@ -81,6 +81,9 @@ $(function($){
<a href="https://mux.com/" target="_blank">
<?php image( 'events/vdd19/sponsors/mux.png' , 'Mux', 'sponsors-logo'); ?>
</a>
<a href="https://abema.tv/" target="_blank">
<?php image( 'events/vdd19/sponsors/abematv.png' , 'AbemaTV', 'sponsors-logo'); ?>
</a>
</div>
<header class="header-bg">
<div class="container">
......@@ -283,6 +286,7 @@ $(function($){
</h4>
<div class="event-description">
<h3>Lunch</h3>
<p>Bentō sponsored by <a href="https://abema.tv/" target="_blank">AbemaTV</a></p>
</div>
</div>
......@@ -388,6 +392,10 @@ $(function($){
<a href="https://mux.com/" target="_blank">
<?php image( 'events/vdd19/sponsors/mux.png' , 'Mux', 'sponsors-logo-2'); ?>
</a>
<br/>
<a href="https://abema.tv/" target="_blank">
<?php image( 'events/vdd19/sponsors/abematv.png' , 'AbemaTV', 'sponsors-logo-2'); ?>
</a>
</section>
</div>
</section>
......