site-2015/templates/template.html
antoine.mcnabb b4989f9843 Bug fixe 1
2015-11-11 20:16:38 -05:00

134 lines
5.5 KiB
HTML

{% load staticfiles %}
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
<meta name="description" content="">
<meta name="author" content="">
<link rel="icon" href="favicon.ico">
<title>Conjure</title>
<!-- Bootstrap core CSS -->
<link href="{% static 'css/bootstrap.min.css' %}" rel="stylesheet">
<!-- Custom CSS -->
<!--link href="{% static 'css/style.css' %}" rel="stylesheet"-->
<link href="{% static 'css/freelancer.css' %}" rel="stylesheet">
<!-- Custom Fonts -->
<link href="{% static 'css/font-awesome.min.css' %}" rel="stylesheet" type="text/css">
<link href="http://fonts.googleapis.com/css?family=Montserrat:400,700" rel="stylesheet" type="text/css">
<link href="http://fonts.googleapis.com/css?family=Lato:400,700,400italic,700italic" rel="stylesheet" type="text/css">
</head>
<body id="page-top" class="index">
<!-- Navigation -->
<nav class="navbar navbar-default navbar-fixed-top">
<div class="container">
<!-- Brand and toggle get grouped for better mobile display -->
<div class="navbar-header page-scroll">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="#page-top"> <img class="logo"/></a>
</div>
<!-- Collect the nav links, forms, and other content for toggling -->
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
<ul class="nav navbar-nav navbar-right">
<li class="hidden">
<a href="#page-top"></a>
</li>
<ul class="nav navbar-nav">
<!--li><a href="{% url 'index' %}">Accueil</a></li-->
<li><a href="#page-top">acceuil</a></li>
<li><a href="#club">Club</a></li>
<li><a href="#mtlgj">MTLGJ</a></li>
<li><a href="#jams">Jams</a></li>
<!--li><a href="{% url 'project:index' %}">Projets</a></li>
<li><a href="{% url 'member:index' %}">Membres</a></li-->
</ul>
</ul>
</div>
<!-- /.navbar-collapse -->
</div>
<!-- /.container-fluid -->
</nav>
<!--/.navbar -->
{% block content %}{% endblock %}
<!-- Footer -->
<footer class="text-center">
<div class="footer-above">
<div class="container">
<div class="row">
<div class="footer-col col-md-6">
<h3>Emplacement</h3>
<p>local A-1744<br><a href="mailto:Conjure@ens.etsmtl.ca">Conjure@ens.etsmtl.ca</a><br>(514) 396-8800 poste: #7713</p>
</div>
<div class="footer-col col-md-6">
<h3>Nous Contacter</h3>
<ul class="list-inline">
<li>
<a href="https://www.facebook.com/ConjureETS" class="btn-social btn-outline"><i class="fa fa-fw fa-facebook"></i></a>
</li>
<li>
<a href="https://www.youtube.com/user/ConjureETS" class="btn-social btn-outline"><i class="fa fa-fw fa-youtube"></i></a>
</li>
<li>
<a href="https://twitter.com/conjureets" class="btn-social btn-outline"><i class="fa fa-fw fa-twitter"></i></a>
</li>
<li>
<a href="mailto:Conjure@ens.etsmtl.ca" class="btn-social btn-outline"><i class="fa fa-fw fa-send"></i></a>
</li>
</ul>
</div>
</div>
</div>
</div>
<div class="footer-below">
<div class="container">
<div class="row">
<div class="col-lg-12">
Copyright &copy; Conjure
</div>
</div>
</div>
</div>
</footer>
<!-- Scroll to Top Button (Only visible on small and extra-small screen sizes) -->
<div class="scroll-top page-scroll visible-xs visible-sm">
<a class="btn btn-primary" href="#page-top">
<i class="fa fa-chevron-up"></i>
</a>
</div>
<!-- Portfolio Modals -->
<!-- jQuery -->
<script src="{% static 'js/jquery.js' %}"></script>
<!-- Bootstrap Core JavaScript -->
<script src="{% static 'js/bootstrap.min.js' %}"></script>
<!-- Plugin JavaScript -->
<script src="http://cdnjs.cloudflare.com/ajax/libs/jquery-easing/1.3/jquery.easing.min.js"></script>
<script src="{% static 'js/classie.js' %}"></script>
<script src="{% static 'js/cbpAnimatedHeader.js' %}"></script>
<!-- Contact Form JavaScript -->
<script src="{% static 'js/jqBootstrapValidation.js' %}"></script>
<script src="{% static 'js/contact_me.js' %}"></script>
<!-- Custom Theme JavaScript -->
<script src="{% static 'js/freelancer.js' %}"></script>
</body>
</html>