nouveaux templates, page /contact

... et IE=edge dans les méta
This commit is contained in:
Thomas NOËL 2015-01-13 14:56:29 +01:00
parent 5021977c54
commit 9c707a8e30
18 changed files with 42 additions and 3 deletions

View File

@ -2,8 +2,9 @@
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="{{ STATIC_URL }}authentic2/css/style.css">
<link rel="shortcut icon" href="{{ STATIC_URL }}authentic2/img/favicon.ico" />
<link href='https://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800' rel='stylesheet' type='text/css'>

View File

@ -21,7 +21,7 @@
<i class="fa fa-search"></i>
</button>
<a id="contact_us" href="{{ site_vincennes_url }}/Contact" class="contact_us btn box">
<a id="contact_us" href="{{ portal_url }}/contact" class="contact_us btn box">
<i class="fa fa-envelope-o"></i>
<span class="hidden-xs hidden-sm">Nous contacter</span>
</a>

View File

@ -250,7 +250,7 @@ div.contact_block div {
#content div.contact_block div h3 {
background: rgba(255, 255, 255, 0.8);
background: rgba(255, 255, 255, 0.85);
height: 40px;
width: 100%;
padding: 5px 5px 5px 5px;
@ -284,6 +284,42 @@ div.contact_block div.contact_affaires_generales {
background: url(../img/contact_affaires_generales.png) no-repeat;
}
div.contact_block div.contact_tourisme {
background: url(../img/tourisme.jpg) no-repeat;
}
div.contact_block div.contact_mediatheque {
background: url(../img/bibliotheque.jpg) no-repeat;
}
div.contact_block div.contact_conservatoire {
background: url(../img/conservatoire.jpg) no-repeat;
}
div.contact_block div.contact_culture {
background: url(../img/culture.jpg) no-repeat;
}
div.contact_block div.contact_sport {
background: url(../img/sport.jpg) no-repeat;
}
div.contact_block div.contact_archives {
background: url(../img/archives.jpg) no-repeat;
}
div.contact_block div.contact_teleservices {
background: url(../img/vignette_compte-citoyen.png) no-repeat;
}
div.contact_block div.contact_developpement_eco {
background: url(../img/developpement_eco.jpg) no-repeat;
}
div.contact_block div.contact_autre {
background: url(../img/autre.jpg) no-repeat;
}
/************************* catforms ************************/

Binary file not shown.

After

Width:  |  Height:  |  Size: 42 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 65 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 24 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 37 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 20 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 31 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 38 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 28 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 36 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 21 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 35 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 42 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.8 KiB

View File

@ -2,8 +2,10 @@
{% load menu_tags cms_tags sekizai_tags i18n portail_citoyen_tags staticfiles %}
<html>
<head>
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta http-equiv="content-language" content="fr" />
<link rel="shortcut icon" href="{{ portal_url }}{{ STATIC_URL }}portail_citoyen/img/favicon.ico" />
<title>Compte Citoyen {% page_attribute "page_title" %}</title>