mirror of
https://github.com/ConjureETS/site-2015.git
synced 2026-03-23 20:11:24 +00:00
Fix menu
This commit is contained in:
parent
394aec7765
commit
119fbd2b82
@ -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.
|
||||||
|
|||||||
@ -79,6 +79,10 @@ dont le mandat commun est de promouvoir l’industrie 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 l’industrie 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>
|
||||||
|
|||||||
@ -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>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user