mirror of
https://github.com/ConjureETS/site-2015.git
synced 2026-03-26 05:21:23 +00:00
Commit Antoine
This commit is contained in:
parent
5641df0f2f
commit
80c3501b9f
@ -1,6 +1,7 @@
|
|||||||
{% extends 'template.html' %}
|
{% extends 'template.html' %}
|
||||||
{% load staticfiles %}
|
{% load staticfiles %}
|
||||||
{% block content %}
|
{% block content %}
|
||||||
|
<div class="boxContent">
|
||||||
<section id="cd-timeline" class="cd-container">
|
<section id="cd-timeline" class="cd-container">
|
||||||
{%for article in articles%}
|
{%for article in articles%}
|
||||||
<div class="cd-timeline-block">
|
<div class="cd-timeline-block">
|
||||||
@ -19,4 +20,5 @@
|
|||||||
</div> <!-- cd-timeline-block -->
|
</div> <!-- cd-timeline-block -->
|
||||||
{%endfor%}
|
{%endfor%}
|
||||||
</section>
|
</section>
|
||||||
|
</div>
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|||||||
@ -1,6 +1,7 @@
|
|||||||
{% extends 'template.html' %}
|
{% extends 'template.html' %}
|
||||||
{% load staticfiles %}
|
{% load staticfiles %}
|
||||||
{% block content %}
|
{% block content %}
|
||||||
|
<div class="boxContent">
|
||||||
<section id = "membre">
|
<section id = "membre">
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<div class="row">
|
<div class="row">
|
||||||
|
|||||||
@ -2,6 +2,7 @@
|
|||||||
{% load staticfiles %}
|
{% load staticfiles %}
|
||||||
{% block content %}
|
{% block content %}
|
||||||
<!-- projet Grid Section -->
|
<!-- projet Grid Section -->
|
||||||
|
|
||||||
<section id="projet">
|
<section id="projet">
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<div class="row">
|
<div class="row">
|
||||||
@ -20,14 +21,15 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
{% if project.screenshot %}
|
{% if project.screenshot %}
|
||||||
<img src="{{ project.screenshot.url }}" class="img-responsive" alt="">
|
<img src="{{ project.screenshot.url }}" class="projet" alt="">
|
||||||
{% else %}
|
{% else %}
|
||||||
<img src="{% static 'img/projet/cabin.png' %}" class="img-responsive" alt="">
|
<img src="{% static 'img/projet/cabin.png' %}" class="projet" alt="">
|
||||||
{% endif %}
|
{% endif %}
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
</section>
|
</section>
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|||||||
@ -1,6 +1,7 @@
|
|||||||
{% extends 'template.html' %}
|
{% extends 'template.html' %}
|
||||||
{% load staticfiles %}
|
{% load staticfiles %}
|
||||||
{% block content %}
|
{% block content %}
|
||||||
|
<div class="boxContent">
|
||||||
<div class="projet">
|
<div class="projet">
|
||||||
<div class="col-lg-12">
|
<div class="col-lg-12">
|
||||||
<h1>{{ project.name }}</h1>
|
<h1>{{ project.name }}</h1>
|
||||||
@ -46,5 +47,6 @@
|
|||||||
{% endfor %}
|
{% endfor %}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
</section>
|
</section>
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|||||||
@ -1,5 +0,0 @@
|
|||||||
# {
|
|
||||||
padding-top: 70px; /* Required padding for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. */
|
|
||||||
color:#888;
|
|
||||||
margin:auto;
|
|
||||||
}
|
|
||||||
@ -9,6 +9,8 @@ html {
|
|||||||
min-height: 100%;
|
min-height: 100%;
|
||||||
}
|
}
|
||||||
body {
|
body {
|
||||||
|
/*min-height:1200px;
|
||||||
|
max-height:1200px;*/
|
||||||
margin-bottom: 0px;
|
margin-bottom: 0px;
|
||||||
padding-bottom: 0px;
|
padding-bottom: 0px;
|
||||||
color: #696969 ;
|
color: #696969 ;
|
||||||
@ -123,12 +125,19 @@ footer {
|
|||||||
border-radius: 50%;
|
border-radius: 50%;
|
||||||
border: 5px solid rgba(255,255,255,0.5);
|
border: 5px solid rgba(255,255,255,0.5);
|
||||||
}
|
}
|
||||||
|
.projet
|
||||||
|
{
|
||||||
|
border: 5px solid rgba(255,255,255,0.5);
|
||||||
|
min-width:300px;
|
||||||
|
max-width:300px;
|
||||||
|
min-height:200px;
|
||||||
|
max-height:300px;
|
||||||
|
|
||||||
|
}
|
||||||
.list-item .list-link {
|
.list-item .list-link {
|
||||||
display: block;
|
display: block;
|
||||||
position: relative;
|
position: relative;
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
max-width: 250px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.list-item .list-link .caption {
|
.list-item .list-link .caption {
|
||||||
@ -160,6 +169,7 @@ footer {
|
|||||||
-webkit-border-radius: 50%;
|
-webkit-border-radius: 50%;
|
||||||
-moz-border-radius: 50%;
|
-moz-border-radius: 50%;
|
||||||
border-radius: 50%;
|
border-radius: 50%;
|
||||||
|
max-width:250px;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -187,7 +197,7 @@ footer {
|
|||||||
}
|
}
|
||||||
.infobox
|
.infobox
|
||||||
{
|
{
|
||||||
padding:15px;
|
padding-top:15px;
|
||||||
height:40%;
|
height:40%;
|
||||||
-webkit-box-shadow: 0px 1px 5px 0px rgba(0,0,0,1);
|
-webkit-box-shadow: 0px 1px 5px 0px rgba(0,0,0,1);
|
||||||
-moz-box-shadow: 0px 1px 5px 0px rgba(0,0,0,1);
|
-moz-box-shadow: 0px 1px 5px 0px rgba(0,0,0,1);
|
||||||
@ -227,8 +237,8 @@ footer {
|
|||||||
#contact
|
#contact
|
||||||
{
|
{
|
||||||
background-color:#f8f8f8;
|
background-color:#f8f8f8;
|
||||||
max-height:100px;
|
max-height:125px;
|
||||||
min-height:100px;
|
min-height:125px;
|
||||||
color:black;
|
color:black;
|
||||||
}
|
}
|
||||||
#contact .boxContent
|
#contact .boxContent
|
||||||
@ -237,13 +247,12 @@ footer {
|
|||||||
}
|
}
|
||||||
#contact ul
|
#contact ul
|
||||||
{
|
{
|
||||||
float:right;
|
display:block;
|
||||||
display:inline;
|
|
||||||
}
|
}
|
||||||
#contact li
|
#contact li
|
||||||
{
|
{
|
||||||
|
|
||||||
display:inline;
|
display:block;
|
||||||
padding:5px;
|
padding:5px;
|
||||||
}
|
}
|
||||||
#conjure
|
#conjure
|
||||||
@ -264,9 +273,27 @@ footer {
|
|||||||
}
|
}
|
||||||
.imgJams
|
.imgJams
|
||||||
{
|
{
|
||||||
height:20%;
|
height:30%;
|
||||||
width:40%;
|
width:40%;
|
||||||
}
|
}
|
||||||
|
.imgJams
|
||||||
|
{
|
||||||
|
height:30%;
|
||||||
|
width:40%;
|
||||||
|
}
|
||||||
|
.logo
|
||||||
|
{
|
||||||
|
width:29px;
|
||||||
|
padding:5px;}
|
||||||
|
.left
|
||||||
|
{
|
||||||
|
float:left;
|
||||||
|
}
|
||||||
|
|
||||||
|
.right
|
||||||
|
{
|
||||||
|
float:right;
|
||||||
|
}
|
||||||
@media(min-width:767px) {
|
@media(min-width:767px) {
|
||||||
#projet .list-item {
|
#projet .list-item {
|
||||||
margin: 0 0 30px;
|
margin: 0 0 30px;
|
||||||
|
|||||||
BIN
static/img/fblogo.png
Normal file
BIN
static/img/fblogo.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.2 KiB |
BIN
static/img/jams/55906118.jpg
Normal file
BIN
static/img/jams/55906118.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 59 KiB |
BIN
static/img/ytlogo.png
Normal file
BIN
static/img/ytlogo.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 13 KiB |
@ -51,12 +51,14 @@ Voici quelque Game Jam auquel Conjure participe:
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="infobox" id="contact">
|
<div class="infobox" id="contact">
|
||||||
<p><ul><li>local A-1744</li>
|
<p><ul class="right"><li>local A-1744</li>
|
||||||
<li>Conjure@ens.etsmtl.ca</li>
|
<li>Conjure@ens.etsmtl.ca</li>
|
||||||
<li>(514) 396-8800 poste: #7713</li>
|
<li>(514) 396-8800 poste: #7713</li>
|
||||||
<li><a href="https://www.facebook.com/ConjureETS">ConjureETS</a></li>
|
</ul>
|
||||||
<li><a href="https://www.youtube.com/user/ConjureETS">Youtube</a></li>
|
<ul class="left">
|
||||||
<ul></p>
|
<li><a href="https://www.facebook.com/ConjureETS"><img src={% static 'img/fblogo.png' %} class="logo"/>ConjureETS</a></li>
|
||||||
|
<li><a href="https://www.youtube.com/user/ConjureETS"><img src={% static 'img/ytlogo.png' %} class="logo"/>Youtube</a></li>
|
||||||
|
</ul></p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|||||||
@ -15,7 +15,7 @@
|
|||||||
<link href="{% static 'css/bootstrap.min.css' %}" rel="stylesheet">
|
<link href="{% static 'css/bootstrap.min.css' %}" rel="stylesheet">
|
||||||
<!-- Custom CSS -->
|
<!-- Custom CSS -->
|
||||||
<link href="{% static 'css/style.css' %}" rel="stylesheet">
|
<link href="{% static 'css/style.css' %}" rel="stylesheet">
|
||||||
<link href="{% static 'css/timeline2.css' %}" rel="stylesheet">
|
<!--link href="{% static 'css/timeline2.css' %}" rel="stylesheet"-->
|
||||||
<!-- Custom Fonts -->
|
<!-- Custom Fonts -->
|
||||||
<link href="{% static 'css/font-awesome.min.css' %}" rel="stylesheet" type="text/css">
|
<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=Montserrat:400,700" rel="stylesheet" type="text/css">
|
||||||
@ -41,7 +41,7 @@
|
|||||||
<div id="navbar" class="navbar-collapse collapse">
|
<div id="navbar" class="navbar-collapse collapse">
|
||||||
<ul class="nav navbar-nav">
|
<ul class="nav navbar-nav">
|
||||||
<li><a href="{% url 'index' %}">Accueil</a></li>
|
<li><a href="{% url 'index' %}">Accueil</a></li>
|
||||||
<li><a href="{% url 'blog:index' %}">Blog</a></li>
|
<!--li><a href="{% url 'blog:index' %}">Blog</a></li-->
|
||||||
<li><a href="{% url 'project:index' %}">Projets</a></li>
|
<li><a href="{% url 'project:index' %}">Projets</a></li>
|
||||||
<li><a href="{% url 'member:index' %}">Membres</a></li>
|
<li><a href="{% url 'member:index' %}">Membres</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user