Ajout Résultats Toeic sur toutes les résolutions + Traduction Formulaire de Mail

This commit is contained in:
Anthony Dumas 2016-01-26 00:08:22 +01:00
parent d2ea57da03
commit 05448146da
2 changed files with 39 additions and 7 deletions

View File

@ -157,7 +157,23 @@
</div>
<div class="row">
<div class="col-sm-6 hidden-xs">
<div class="visible-lg col-lg-6">
<div class="visible">
<center><br><br>
<img src="img/me/Portrait.png" alt="">
</center>
</div>
</div>
<div class="visible-md col-md-6">
<div class="visible">
<center><br><br>
<img src="img/me/Portrait.png" alt="">
</center>
</div>
</div>
<div class="visible-sm col-sm-6">
<div class="visible">
<center>
<img src="img/me/Portrait.png" alt="">
@ -184,10 +200,15 @@
<small><span class="glyphicon glyphicon-calendar" aria-hidden="true"></span> 2013 - 2015</small>
<small><span class="glyphicon glyphicon-map-marker" aria-hidden="true"></span> IUT du Puy-en-Velay</small>
</h4><br>
</h4>
<h4><i class="fa fa-language"></i> English : Toeic - 990.<br>
<small>Professional proficiency in English.</small></h4><br>
<h4><span class="glyphicon glyphicon-camera" aria-hidden="true"></span> Amateur de Photographie
<br><span class="glyphicon glyphicon-film" aria-hidden="true"></span> Fan de science-fiction</h4>
<br>
<h4><span class="glyphicon glyphicon-map-marker" aria-hidden="true"></span> Clermont-Ferrand<br>Puy-De-Dome, Auvergne, FR</h4>
<h3>Mobile : 06.38.42.80.21</h3>
<h4><a href="mailto:anthony-dumas@pad-panic.fr">anthony-dumas@pad-panic.fr</a></h4> </center>
@ -212,11 +233,13 @@
<span class="glyphicon glyphicon-education" aria-hidden="true"></span> DUT Imagerie Numérique<br>
<small><span class="glyphicon glyphicon-calendar" aria-hidden="true"></span> 2013 - 2015</small>
<small><span class="glyphicon glyphicon-map-marker" aria-hidden="true"></span> IUT du Puy-en-Velay</small><br>
<small><span class="glyphicon glyphicon-map-marker" aria-hidden="true"></span> IUT du Puy-en-Velay</small>
</h4>
<h4><br><span class="glyphicon glyphicon-camera" aria-hidden="true"></span> Amateur de Photographie
<h4><i class="fa fa-language"></i> English : Toeic - 990.<br>
<small>Professional proficiency in English.</small></h4>
<h4><span class="glyphicon glyphicon-camera" aria-hidden="true"></span> Amateur de Photographie
<br><span class="glyphicon glyphicon-film" aria-hidden="true"></span> Fan de science-fiction</h4>
<br>
<h4><span class="glyphicon glyphicon-map-marker" aria-hidden="true"></span> Clermont-Ferrand<br>Puy-De-Dome, Auvergne, FR</h4>
<h3>Mobile : 06.38.42.80.21</h3>
<h4><a href="mailto:anthony-dumas@pad-panic.fr">anthony-dumas@pad-panic.fr</a></h4></div>
@ -242,8 +265,13 @@
<small><span class="glyphicon glyphicon-calendar" aria-hidden="true"></span> 2013 - 2015</small>
<small><span class="glyphicon glyphicon-map-marker" aria-hidden="true"></span> IUT du Puy-en-Velay</small>
</h3>
<h3><i class="fa fa-language"></i> English : Toeic - 990.<br>
<small>Professional proficiency in English.</small></h3>
<h3><span class="glyphicon glyphicon-camera" aria-hidden="true"></span> Amateur de Photographie
<br><span class="glyphicon glyphicon-film" aria-hidden="true"></span> Fan de science-fiction</h3>
<h3><span class="glyphicon glyphicon-map-marker" aria-hidden="true"></span> Clermont-Ferrand<br>Puy-De-Dome, Auvergne, FR</h3>
<h3>Mobile : 06.38.42.80.21</h3>
<h4><a href="mailto:anthony-dumas@pad-panic.fr">anthony-dumas@pad-panic.fr</a></h4>
@ -269,10 +297,14 @@
<small><span class="glyphicon glyphicon-calendar" aria-hidden="true"></span> 2013-2015</small>
<small><span class="glyphicon glyphicon-map-marker" aria-hidden="true"></span> IUT du Puy-en-Velay</small>
</h3>
<h3><i class="fa fa-language"></i> English : Toeic - 990.<br>
<small>Professional proficiency in English.</small></h3>
<h3><span class="glyphicon glyphicon-camera" aria-hidden="true"></span> Amateur de Photographie
<br><span class="glyphicon glyphicon-film" aria-hidden="true"></span> Fan de science-fiction</h3>
<h3><span class="glyphicon glyphicon-map-marker" aria-hidden="true"></span> Clermont-Ferrand<br>Puy-De-Dome, Auvergne, FR</h3>
<h3>Mobile : 06.38.42.80.21</h3>

View File

@ -37,7 +37,7 @@ $(function() {
$('#success > .alert-success').html("<button type='button' class='close' data-dismiss='alert' aria-hidden='true'>&times;")
.append("</button>");
$('#success > .alert-success')
.append("<strong>Your message has been sent. </strong>");
.append("<strong>Votre message a été envoyé ! </strong>");
$('#success > .alert-success')
.append('</div>');
@ -49,7 +49,7 @@ $(function() {
$('#success').html("<div class='alert alert-danger'>");
$('#success > .alert-danger').html("<button type='button' class='close' data-dismiss='alert' aria-hidden='true'>&times;")
.append("</button>");
$('#success > .alert-danger').append("<strong>Sorry " + firstName + ", it seems that my mail server is not responding. Please try again later!");
$('#success > .alert-danger').append("<strong>Désolé " + firstName + ", mon serveur de mail ne semble pas disponible, vous pouvez m'envoyer un mail directement à anthony-dumas@pad-panic.fr !");
$('#success > .alert-danger').append('</div>');
//clear all fields
$('#contactForm').trigger("reset");