Blame view

pages/sponsors.php 1.08 KB
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
          </ul>
444b66fa   Jean Wasilewski   Added Oxybul
16
17
  	  </div>
  	  <div class="col-md-3">
f43f5448   Geoffrey PREUD'HOMME   Centered sponsors
18
        </div>
444b66fa   Jean Wasilewski   Added Oxybul
19
  	  <div class="col-md-6">
6886cd3f   Geoffrey PREUD'HOMME   Added white backg...
20
21
22
23
            <ul class="nav nav-pills nav-stacked">
              <h3>Oxybul</h3>
              <li><a href="http://www.oxybul.com" target="_blank"><img class="logo" alt="Logo Oxybul" src="img/oxybul.png" /></a></li>
              </ul>
444b66fa   Jean Wasilewski   Added Oxybul
24
25
26
27
        </div>
  	  <div class="col-md-3">
        </div>
  	</div>
f43f5448   Geoffrey PREUD'HOMME   Centered sponsors
28
29
    </div>
  </div>