Commit f43f5448b41d02b2d55274c1a6b03acc065274e4
1 parent
372c1705
Centered sponsors
Not sure if it looks good
Showing
1 changed file
with
19 additions
and
5 deletions
Show diff stats
pages/sponsors.php
1 | -<h2>Sponsors</h2> | |
2 | -<h3>LEGO Education</h3> | |
3 | -<img class="logo" alt="Logo LEGO Education" src="img/legoEducation.png" /> | |
4 | -<h3>Polytech Instrumentation</h3> | |
5 | -<img class="logo" alt="Logo Polytech Instrumentation" src="img/polytechInstrumentation.png" /> | |
1 | +<div id="sponsors" class="container text-center"> | |
2 | + <h2>Sponsors</h2> | |
3 | + <div class="row"> | |
4 | + <div class="col-lg-12"> | |
5 | + <div class="col-md-6"> | |
6 | + <ul class="nav nav-pills nav-stacked"> | |
7 | + <h3>LEGO Education</h3> | |
8 | + <li><img class="logo" alt="Logo LEGO Education" src="img/legoEducation.png" /></li> | |
9 | + </ul> | |
10 | + </div> | |
11 | + <div class="col-md-6"> | |
12 | + <ul class="nav nav-pills nav-stacked"> | |
13 | + <h3>Polytech Instrumentation</h3> | |
14 | + <li><img class="logo" alt="Logo Polytech Instrumentation" src="img/polytechInstrumentation.png" /></li> | |
15 | + </ul> | |
16 | + </div> | |
17 | + </div> | |
18 | + </div> | |
19 | +</div> | ... | ... |