Skip to content
Snippets Groups Projects

Compare revisions

Changes are shown as if the source revision was being merged into the target revision. Learn more about comparing revisions.

Source

Select target project
No results found

Target

Select target project
  • VideoLAN.org/websites
  • Freso/websites
  • ePirat/websites
  • DimStar77/websites
  • lemourin/websites
  • kwizart/websites
  • cmassiot/websites
  • fcartegnie/websites
  • mfkl/websites
  • chouquette/websites
  • maybesamuel43/websites
  • xslidian/websites
  • realRojSerbest/websites
  • Aza/websites
  • azchohfi/websites
  • VegaMex/websites
  • m/websites
  • fkuehne/websites
  • Roman-Gemini95/websites
  • Jamesguru/websites
  • dillmo71/websites
  • anodsaod/websites
  • jill/websites
  • Garf/websites
  • atas70835/websites
  • mahdiabdolahi01234/websites
  • pbo-linaro/websites
  • OctopusET/websites
28 results
Show changes
Commits on Source (2)
......@@ -84,6 +84,9 @@ $(function($){
<a href="https://abema.tv/" target="_blank">
<?php image( 'events/vdd19/sponsors/abematv.png' , 'AbemaTV', 'sponsors-logo'); ?>
</a>
<a href="https://mozilla.org/" target="_blank">
<?php image( 'events/vdd19/sponsors/mozilla.png' , 'Mozilla', 'sponsors-logo'); ?>
</a>
</div>
<header class="header-bg">
<div class="container">
......@@ -384,21 +387,35 @@ $(function($){
We are looking for sponsors!
</p>
<section class="text-center">
<a href="https://www.iij.ad.jp/en/" target="_blank">
<?php image( 'events/vdd19/sponsors/IIJ.jpg' , 'Internet Initiative Japan', 'sponsors-logo-2'); ?>
</a>
<br/>
<a href="https://www.stream.co.jp/english/" target="_blank">
<?php image( 'events/vdd19/sponsors/jstream.jpg' , 'J-Stream', 'sponsors-logo-2'); ?>
</a>
<br/>
<a href="https://mux.com/" target="_blank">
<div class="row col-xs-10 col-xs-offset-1">
<div class="col col-md-6 col-sm-12">
<a href="https://www.iij.ad.jp/en/" target="_blank">
<?php image( 'events/vdd19/sponsors/IIJ.jpg' , 'Internet Initiative Japan', 'sponsors-logo-2'); ?>
</a>
</div>
<div class="col col-md-6 col-sm-12">
<a href="https://www.stream.co.jp/english/" target="_blank">
<?php image( 'events/vdd19/sponsors/jstream.jpg' , 'J-Stream', 'sponsors-logo-2'); ?>
</a>
</div>
<div class="clearfix"></div>
<div class="col col-md-6 col-sm-12">
<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">
</a>
</div>
<div class="col col-md-6 col-sm-12">
<a href="https://abema.tv/" target="_blank">
<?php image( 'events/vdd19/sponsors/abematv.png' , 'AbemaTV', 'sponsors-logo-2'); ?>
</a>
</a>
</div>
<div class="clearfix"></div>
<div class="col col-md-6 col-sm-12">
<a href="https://mozilla.org/" target="_blank">
<?php image( 'events/vdd19/sponsors/mozilla.png' , 'Mozilla', 'sponsors-logo-2'); ?>
</a>
</div>
</div>
</section>
</div>
</section>
......