Blame view

pages/sponsors.php 764 Bytes
f43f5448   Geoffrey PREUD'HOMME   Centered sponsors
1
2
3
4
5
6
7
  <div id="sponsors" class="container text-center">
    <h2>Sponsors</h2>
    <div class="row">
      <div class="col-lg-12">
        <div class="col-md-6">
          <ul class="nav nav-pills nav-stacked">
            <h3>LEGO Education</h3>
e72d064d   Geoffrey PREUD'HOMME   Open sponsors lin...
8
            <li><a href="http://education.lego.com/" target="_blank"><img class="logo" alt="Logo LEGO Education" src="img/legoEducation.png" /></a></li>
f43f5448   Geoffrey PREUD'HOMME   Centered sponsors
9
10
11
12
13
          </ul>
        </div>
        <div class="col-md-6">
          <ul class="nav nav-pills nav-stacked">
            <h3>Polytech Instrumentation</h3>
e72d064d   Geoffrey PREUD'HOMME   Open sponsors lin...
14
            <li><a href="http://www.polytech-instrumentation.fr/" target="_blank"><img class="logo" alt="Logo Polytech Instrumentation" src="img/polytechInstrumentation.png" /></a></li>
f43f5448   Geoffrey PREUD'HOMME   Centered sponsors
15
16
17
18
19
          </ul>
        </div>
      </div>
    </div>
  </div>