Commit e72d064ddd6a4cd76f8a645fa56e1c56e99bb116

Authored by Geoffrey PREUD'HOMME
1 parent f441bc37

Open sponsors link in a new tab

Showing 2 changed files with 5 additions and 5 deletions   Show diff stats
footer.php
... ... @@ -5,15 +5,15 @@
5 5 <div class="col-md-6">
6 6 <ul class="nav nav-pills nav-stacked">
7 7 <li>Sponsorisé par Polytech Lille</li>
8   - <li><a href="http://www.polytech-lille.fr/ecole-d-ingenieurs.html"><img src="img/polytechlille.png" alt="Logo de Poltytech Lille"/></a></li>
  8 + <li><a href="http://www.polytech-lille.fr/ecole-d-ingenieurs.html" target="_blank"><img src="img/polytechlille.png" alt="Logo de Poltytech Lille"/></a></li>
9 9 </ul>
10 10 </div>
11 11 <div class="col-md-6">
12 12 <ul class="nav nav-pills nav-stacked">
13 13 <li>Et par l'Université de Lille 1</li>
14   - <li><a href="http://www.univ-lille1.fr/"><img src="img/lille1.png" alt="Logo de l'Université de Lille 1 - Sciences et Technologies"/></a></li>
  14 + <li><a href="http://www.univ-lille1.fr/" target="_blank"><img src="img/lille1.png" alt="Logo de l'Université de Lille 1 - Sciences et Technologies"/></a></li>
15 15 </ul>
16   - </div>
  16 + </div>
17 17 </div>
18 18 </div>
19 19 </div>
... ...
pages/sponsors.php
... ... @@ -5,13 +5,13 @@
5 5 <div class="col-md-6">
6 6 <ul class="nav nav-pills nav-stacked">
7 7 <h3>LEGO Education</h3>
8   - <li><a href="http://education.lego.com/"><img class="logo" alt="Logo LEGO Education" src="img/legoEducation.png" /></a></li>
  8 + <li><a href="http://education.lego.com/" target="_blank"><img class="logo" alt="Logo LEGO Education" src="img/legoEducation.png" /></a></li>
9 9 </ul>
10 10 </div>
11 11 <div class="col-md-6">
12 12 <ul class="nav nav-pills nav-stacked">
13 13 <h3>Polytech Instrumentation</h3>
14   - <li><a href="http://www.polytech-instrumentation.fr/"><img class="logo" alt="Logo Polytech Instrumentation" src="img/polytechInstrumentation.png" /></a></li>
  14 + <li><a href="http://www.polytech-instrumentation.fr/" target="_blank"><img class="logo" alt="Logo Polytech Instrumentation" src="img/polytechInstrumentation.png" /></a></li>
15 15 </ul>
16 16 </div>
17 17 </div>
... ...