Commit 372c17053444a4b4360c1764dab786457e270cb2

Authored by Geoffrey PREUD'HOMME
1 parent bd7909a0

Added sponsors to page

Showing 2 changed files with 7 additions and 2 deletions   Show diff stats
css/crep.css
... ... @@ -115,8 +115,8 @@ body
115 115 margin-bottom: 30px;
116 116 }
117 117  
118   -#footer img
  118 +#footer img, .logo
119 119 {
120 120 max-height: 100px;
121 121 max-width: 100%;
122   -}
123 122 \ No newline at end of file
  123 +}
... ...
pages/sponsors.php
... ... @@ -0,0 +1,5 @@
  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" />
... ...