mirror of
https://github.com/ConjureETS/site-2015.git
synced 2026-03-24 12:31:24 +00:00
133 lines
5.4 KiB
HTML
133 lines
5.4 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" data-spy="scroll" data-target="#menu">
|
|
<!-- Navigation -->
|
|
::before
|
|
<nav class="navbar navbar-default navbar-fixed-top" id="menu">
|
|
<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="#bs-example-navbar-collapse-1">
|
|
<span class="sr-only">Toggle navigation</span>
|
|
<span class="icon-bar"></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 src="{%static 'img/logo_blanc.png' %}"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>
|
|
|
|
<li class="page-scroll"><a href="#club">Club</a></li>
|
|
<li class="page-scroll"><a href="#mtlgj">MTLGJ</a></li>
|
|
<li class="page-scroll"><a href="#jams">Jams</a></li>
|
|
<li class="page-scroll"><a href="#contact">Contact</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>(514) 396-8800 poste: #7713</p>
|
|
</div>
|
|
<div class="footer-col col-md-6">
|
|
<h3>Sur le web</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="https://www.linkedin.com/groups/1156197" class="btn-social btn-outline"><i class="fa fa-fw fa-linkedin"></i></a>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div class="footer-below">
|
|
<div class="container">
|
|
<div class="row">
|
|
<div class="col-lg-12">
|
|
Copyright © Conjure 2015
|
|
</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="{% static 'js/jQueryEasing.js' %}"></script>
|
|
<script src="{% static 'js/classie.js' %}"></script>
|
|
<script src="{% static 'js/cbpAnimatedHeader.min.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>
|