This commit is contained in:
antoine.mcnabb 2015-11-11 23:01:14 -05:00
parent 394aec7765
commit 119fbd2b82
3 changed files with 8 additions and 6 deletions

View File

@ -16,7 +16,7 @@ $phone = $_POST['phone'];
$message = $_POST['message']; $message = $_POST['message'];
// Create the email and send the message // Create the email and send the message
$to = 'conjure@ens.ettsmtl.ca'; // Add your email address inbetween the '' replacing yourname@yourdomain.com - This is where the form will send a message to. $to = 'conjure@ens.etsmtl.ca'; // Add your email address inbetween the '' replacing yourname@yourdomain.com - This is where the form will send a message to.
$email_subject = "Website Contact Form: $name"; $email_subject = "Website Contact Form: $name";
$email_body = "You have received a new message from your website contact form.\n\n"."Here are the details:\n\nName: $name\n\nEmail: $email_address\n\nPhone: $phone\n\nMessage:\n$message"; $email_body = "You have received a new message from your website contact form.\n\n"."Here are the details:\n\nName: $name\n\nEmail: $email_address\n\nPhone: $phone\n\nMessage:\n$message";
$headers = "From: noreply@yourdomain.com\n"; // This is the email address the generated message will be from. We recommend using something like noreply@yourdomain.com. $headers = "From: noreply@yourdomain.com\n"; // This is the email address the generated message will be from. We recommend using something like noreply@yourdomain.com.

View File

@ -79,6 +79,10 @@ dont le mandat commun est de promouvoir lindustrie du jeu vidéo</p>
<p class="visible-xs">Global Game Jam</p> <p class="visible-xs">Global Game Jam</p>
</div--> </div-->
<div class="col-sm-3"> <div class="col-sm-3">
<img src="{% static 'img/jams/asylumjam.png' %}" class="hidden-xs img-responsive imgJams" alt="">
<p class="visible-xs">Asylum Jam</p>
</div>
<div class="col-sm-3">
<img src="{% static 'img/jams/pixelChalenge.png' %}" class="hidden-xs img-responsive imgJams" alt=""> <img src="{% static 'img/jams/pixelChalenge.png' %}" class="hidden-xs img-responsive imgJams" alt="">
<p class="visible-xs">Pixel Chalenge</p> <p class="visible-xs">Pixel Chalenge</p>
</div> </div>
@ -95,10 +99,7 @@ dont le mandat commun est de promouvoir lindustrie du jeu vidéo</p>
<img src="{% static 'img/jams/ludumDare.png' %}" class="hidden-xs img-responsive imgJams" alt=""> <img src="{% static 'img/jams/ludumDare.png' %}" class="hidden-xs img-responsive imgJams" alt="">
<p class="visible-xs">Ludum Dare</p> <p class="visible-xs">Ludum Dare</p>
</div> </div>
<div class="col-sm-3">
<img src="{% static 'img/jams/asylumjam.png' %}" class="hidden-xs img-responsive imgJams" alt="">
<p class="visible-xs">Asylum Jam</p>
</div>
</div> </div>
</div> </div>

View File

@ -113,7 +113,8 @@
<script src="{% static 'js/jquery.js' %}"></script> <script src="{% static 'js/jquery.js' %}"></script>
<!-- Bootstrap Core JavaScript --> <!-- Bootstrap Core JavaScript -->
<script src="{% static 'js/bootstrap.min.js' %}"></script> <!-- REACTIVER LORSQUE LE BUG SERA FIX -->
<!--script src="{% static 'js/bootstrap.js' %}"></script-->
<!-- Plugin JavaScript --> <!-- Plugin JavaScript -->
<script src="{% static 'js/jQueryEasing.js' %}"></script> <script src="{% static 'js/jQueryEasing.js' %}"></script>