Blame view

pages/contact.php 892 Bytes
dd215af7   henyxia   Somes fixed
1
  <div class="jumbotron" style="min-height: 250px;">
89965b6f   Geoffrey PREUD'HOMME   Reformattage
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
      <img src="img/contact.jpg" align="left" style="margin-right: 20px;">
      <h1>Contact</h1>
      <p>Pour toute information, vous pouvez contacter Mme Pichonat</p>
      <p>
          <span class="glyphicon glyphicon-envelope"></span>
          <a href="mailto:emmanuelle.pichonat@polytech-lille.fr">emmanuelle.pichonat@polytech-lille.fr</a>
      </p>
      <p>
          <span class="glyphicon glyphicon-phone-alt"></span>
          <a href="tel:+33328767447">03 28 76 74 47</a>
      </p>
      <p>
          <span class="glyphicon glyphicon-map-marker"></span> Polytech Lille</p>
      <p>2, Bd Langevin</p>
      <p>59655 Villeneuve d'Ascq Cedex</p>
07793ced   henyxia   Contact page
17
  </div>
dd215af7   henyxia   Somes fixed
18
  
a2f5866b   Geoffrey PREUD'HOMME   Added static map ...
19
  <div id="map-canvas">
89965b6f   Geoffrey PREUD'HOMME   Reformattage
20
21
22
      <a href="https://www.google.fr/maps/place/Polytech+Lille/@50.607584,3.136977,15z/data=!4m2!3m1!1s0x0:0xcc566fb8dc443187">
          <img src="img/polyMap.png" />
      </a>
dd215af7   henyxia   Somes fixed
23
  </div>