From: vincent@cubedesigners.com Date: Mon, 12 Aug 2013 16:23:22 +0000 (+0000) Subject: (no commit message) X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=5bf0413812aa4f6257f23f6314e0fbf7055a0846;p=ccgm.git --- diff --git a/css/common.css b/css/common.css index 985a5d3..fce3465 100644 --- a/css/common.css +++ b/css/common.css @@ -19,13 +19,7 @@ a:active{background-color:transparent;} q{quotes: none;} q:before, q:after{content:"";} -header, -footer, -article, -section, -hgroup, -nav, -figure{display: block;} + .visual{ width:982px; margin:0 auto; @@ -33,16 +27,11 @@ figure{display: block;} } .visual .v1{ margin:0 -150px;} .visual.add .v1 { margin:0 -209px;} + #wrapper{overflow:hidden;} #header{ padding:12px 0 21px; overflow:hidden; - /*background:#fff url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijg4JSIgc3RvcC1jb2xvcj0iI2ZkZmNmYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmYWY4ZjkiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+); - background: -moz-linear-gradient(top, #fff 0%, #fdfcfc 88%, #faf8f9 100%); - background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fff), color-stop(88%,#fdfcfc), color-stop(100%,#faf8f9)); - background: -webkit-linear-gradient(top, #fff 0%,#fdfcfc 88%,#faf8f9 100%); - background: -o-linear-gradient(top, #fff 0%,#fdfcfc 88%,#faf8f9 100%); - background: -ms-linear-gradient(top, #fff 0%,#fdfcfc 88%,#faf8f9 100%);*/ background-image: linear-gradient(to bottom, #fff 0%,#fdfcfc 88%,#faf8f9 100%); } #header .holder{ @@ -55,7 +44,7 @@ figure{display: block;} } .logo{ background:url(../images/logo.svg) no-repeat; - width:388px; + width:392px; height:91px; overflow:hidden; text-indent:-9999px; @@ -77,22 +66,40 @@ figure{display: block;} list-style:none; float:right; } -#nav li:first-child{margin:0;} #nav li{ - float:left; + display:inline-block; +} +#nav li:first-child a{margin:0;} +#nav li a{ + display:inline-block; font-weight:500; font-size:14px; line-height:14px; text-align:center; - min-width:98px; + width:98px; padding:54px 0 0; - margin:0 0 0 19px; - background:url(../images/elements.png) no-repeat 50% -418px; + background-size: 50px 50px; + background-position: 50% 0; + margin:0 0 0 11px; + text-decoration: none; +} +#nav li a[data-name="centre"]{ + background-image: url(../images/centre.svg); +} +#nav li a[data-name="parcours"]{ + background-image: url(../images/parcours.svg); +} +#nav li a[data-name="pathologies"]{ + background-image: url(../images/pathologies.svg); +} +#nav li a[data-name="recherche"]{ + background-image: url(../images/recherche.svg); +} +#nav li a[data-name="pratique"]{ + background-image: url(../images/pratique.svg); } -#nav .journey {background-position:50% -538px;} -#nav .pathologies {background-position:50% -658px;} -#nav .research {background-position:50% -778px;} -#nav .practical {background-position:50% -888px;} + + .add-nav{ overflow:hidden; font-weight:300; @@ -109,187 +116,14 @@ figure{display: block;} float:left; padding:0 6px 0 21px; } -.add-nav .add{padding:0 0 0 21px;} -.add-nav .add a{ - background:url(../images/arrow.png) no-repeat 100% 2px; +.add-nav li:last-child{padding:0 0 0 21px;} +.add-nav li:last-child a{ + background:url(../images/arrow-header.svg) no-repeat 100% 2px; padding: 0 19px 0 0; } .image-area{margin:0 0 21px;} .image-area img{display:block;} -.slideshow { - margin:0 0 21px; - position: relative; - padding:0 0 0 36px; -} -.slideshow img{display:block;} -.slideshow .mask { - overflow: hidden; -} -.slideshow .slideset { - width: 9999px; - float: left; -} -.slideshow .slide { - float: left; -} -.slideshow .pagination { - position: absolute; - bottom: 100px; - left: 0; - width:100%; - text-align:center; -} -.slideshow .pagination ul { - list-style:none; - display:inline-block; - vertical-align:top; - padding: 0 8px 0 0; - margin:5px 0 0; -} -.slideshow .pagination li { - float: left; - margin: 0 0 0 9px; -} -.slideshow .pagination li a { - background:url(../images/elements.png) no-repeat -15px 0; - width: 15px; - height: 16px; - overflow: hidden; - text-indent: -9999px; - display: block; - border-radius:12px; -} -.slideshow .pagination .active a, -.slideshow .pagination a:hover {background-position:0 0;} -.slideshow .caption{ - background-color:rgba(255,255,255,0.5); - position:absolute; - right:143px; - top:47px; - width:233px; - height:233px; - font-size:30px; - line-height:35px; - color:#fff; - font-weight:300; - text-align:center; - border-radius:253px; - padding:10px; -} -.slideshow .caption .holder{ - background:#51cdf8 url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzUxY2RmOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjMxJSIgc3RvcC1jb2xvcj0iIzQ2YzZmMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjgxJSIgc3RvcC1jb2xvcj0iIzJkYjZlNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMyOGIzZTMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+); - background: -moz-linear-gradient(top, #51cdf8 0%, #46c6f2 31%, #2db6e6 81%, #28b3e3 100%); - background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#51cdf8), color-stop(31%,#46c6f2), color-stop(81%,#2db6e6), color-stop(100%,#28b3e3)); - background: -webkit-linear-gradient(top, #51cdf8 0%,#46c6f2 31%,#2db6e6 81%,#28b3e3 100%); - background: -o-linear-gradient(top, #51cdf8 0%,#46c6f2 31%,#2db6e6 81%,#28b3e3 100%); - background: -ms-linear-gradient(top, #51cdf8 0%,#46c6f2 31%,#2db6e6 81%,#28b3e3 100%); - background: linear-gradient(to bottom, #51cdf8 0%,#46c6f2 31%,#2db6e6 81%,#28b3e3 100%); - border-radius:233px; - width:233px; - height:194px; - padding: 39px 0 0; - overflow:hidden; -} -.slideshow .caption span{ - font-style:italic; - font-size:21px; -} -#main{ - margin:0 auto; - width:981px; -} -.services{ - overflow:hidden; - margin:0 0 65px; - width:1051px; -} -.services .col:first-child{margin: 0 27px 20px 0;} -.services .col{ - float:left; - width:310px; - margin: 0 47px 20px 0; -} -.services .icon{ - margin:5px 0 0; - float:left; -} -.services .col h1{ - color:#0ea6db; - font-size:29px; - line-height:33px; - font-weight:300; - margin:0 0 15px; -} -.services .col .more{ - background:#0ea6db; - font-weight:300; - font-style:italic; - line-height:29px; - border-bottom:1px solid #eff9fd; - display:inline-block; - border-radius:3px; - color:#fff; - padding: 0 13px 1px 10px; - margin:0 0 0 1px; -} -.services .col .text-box{ - overflow: hidden; - padding: 0 0 0 17px; -} -.services .col p{margin:0 0 17px;} -.updates { - background:#f4f1f1; - position: relative; - font-weight:400; - font-style:italic; - font-size:14px; - line-height:31px; -} -.updates .holder{ - margin:0 auto; - width:981px; - position:relative; - padding: 19px 0 16px; - background:url(../images/elements.png) no-repeat 0 -1149px; -} -.updates .mask { - position: relative; - overflow: hidden; - width: 910px; -} -.updates .slideset { - width: 9999px; - float: left; -} -.updates .slide { - width: 910px; - float: left; -} -.updates .btn-prev, -.updates .btn-next { - width: 30px; - height: 31px; - text-indent: -9999px; - overflow: hidden; - bottom: 68px; - float:left; - background: url(../images/elements.png) no-repeat 0 -308px; -} -.updates .btn-next { - margin:0 0 0 5px; - background-position: -35px -308px; -} -.updates .btn-area{ - position:absolute; - right:0; - top:20px; -} -.updates p{margin:0 0 0 39px;} -.updates .date{ - font-weight:500; - margin: 0 5px 0 0; - font-style:italic; -} + #footer{ overflow:hidden; background:#f1eeee; @@ -327,7 +161,7 @@ figure{display: block;} .nav li a{ padding:0 0 1px 24px; display:block; - background:url(../images/arrow2.png) no-repeat 0 1px; + background:url(../images/arrow-grey-right.svg) no-repeat 0 1px; } .info-area{ float:left; @@ -335,11 +169,11 @@ figure{display: block;} width: 389px; } .info-area .box{ - background:url(../images/elements.png) no-repeat 0 -111px; + background-image:url(../images/telephone.svg); padding: 2px 0 30px 38px; overflow:hidden; } -.info-area .box.information{background:url(../images/elements.png) no-repeat -419px -150px;} +.info-area .box.information{background-image:url(../images/exclamation.svg);} .info-area ul{ margin:0; padding:0; @@ -437,7 +271,7 @@ figure{display: block;} list-style:none; } #content ul li{ - background:url(../images/arrow5.png) no-repeat 0 2px; + background:url(../images/arrow-li.svg) no-repeat 0 2px; padding:0 0 3px 30px; } #content .suggestion{ @@ -460,7 +294,7 @@ figure{display: block;} list-style:none; } #content .suggestion>ul>li{ - background:url(../images/bullet.png) no-repeat 2px 8px; + background:url(../images/bullet.svg) no-repeat 2px 8px; padding: 0 0 3px 9px; } #sidebar{ @@ -480,7 +314,7 @@ figure{display: block;} } .sidenav span{font-size:13px;} .sidenav a:hover{text-decoration:none;} -.sidenav>ul>li:hover{background:url(../images/arrow3.png) no-repeat 9px 7px;} +.sidenav>ul>li:hover{background:url(../images/arrow-nav-1.svg) no-repeat 9px 7px;} .sidenav>ul>li>a{ padding:7px 0 11px 39px; color:#fff; @@ -511,7 +345,7 @@ figure{display: block;} padding: 8px 0 0; } .sidenav ul ul li:hover{ - background:url(../images/arrow4.png) no-repeat 22px 12px; + background:url(../images/arrow-nav-2.svg) no-repeat 22px 12px; padding:8px 0 0 39px; margin:0 0 1px -39px } @@ -526,10 +360,11 @@ figure{display: block;} width: 368px; } #footer .timing .note{ - background:url(../images/elements.png) no-repeat -419px -1033px; + background-image:url(../images/horaires.svg); margin: 0 0 28px 53px; padding: 0 0 0 37px; line-height:26px; + width: 228px; } #footer .timing .note p{margin:0;} #footer .timing .clients{ diff --git a/css/home.css b/css/home.css new file mode 100644 index 0000000..12a2c5c --- /dev/null +++ b/css/home.css @@ -0,0 +1,170 @@ +.slideshow { + margin:0 0 21px; + position: relative; + padding:0 0 0 36px; +} +.slideshow img{display:block;} +.slideshow .mask { + overflow: hidden; +} +.slideshow .slideset { + width: 9999px; + float: left; +} +.slideshow .slide { + float: left; +} +.slideshow .pagination { + position: absolute; + bottom: 100px; + left: 0; + width:100%; + text-align:center; +} +.slideshow .pagination ul { + list-style:none; + display:inline-block; + vertical-align:top; + padding: 0 8px 0 0; + margin:5px 0 0; +} +.slideshow .pagination li { + float: left; + margin: 0 0 0 9px; +} +.slideshow .pagination li a { + background:url(../images/elements.png) no-repeat -15px 0; + width: 15px; + height: 16px; + overflow: hidden; + text-indent: -9999px; + display: block; + border-radius:12px; +} +.slideshow .pagination .active a, +.slideshow .pagination a:hover {background-position:0 0;} +.slideshow .caption{ + background-color:rgba(255,255,255,0.5); + position:absolute; + right:143px; + top:47px; + width:233px; + height:233px; + font-size:30px; + line-height:35px; + color:#fff; + font-weight:300; + text-align:center; + border-radius:253px; + padding:10px; +} +.slideshow .caption .holder{ + background: linear-gradient(to bottom, #51cdf8 0%,#46c6f2 31%,#2db6e6 81%,#28b3e3 100%); + border-radius:233px; + width:233px; + height:194px; + padding: 39px 0 0; + overflow:hidden; +} +.slideshow .caption span{ + font-style:italic; + font-size:21px; +} +#main{ + margin:0 auto; + width:981px; +} +.services{ + overflow:hidden; + margin:0 0 65px; + width:1051px; +} +.services .col:first-child{margin: 0 27px 20px 0;} +.services .col{ + float:left; + width:310px; + margin: 0 47px 20px 0; +} +.services .icon{ + margin:5px 0 0; + float:left; +} +.services .col h1{ + color:#0ea6db; + font-size:29px; + line-height:33px; + font-weight:300; + margin:0 0 15px; +} +.services .col .more{ + background:#0ea6db; + font-weight:300; + font-style:italic; + line-height:29px; + border-bottom:1px solid #eff9fd; + display:inline-block; + border-radius:3px; + color:#fff; + padding: 0 13px 1px 10px; + margin:0 0 0 1px; +} +.services .col .text-box{ + overflow: hidden; + padding: 0 0 0 17px; +} +.services .col p{margin:0 0 17px;} +.updates { + background:#f4f1f1; + position: relative; + font-weight:400; + font-style:italic; + font-size:14px; + line-height:31px; +} +.updates .holder{ + margin:0 auto; + width:981px; + position:relative; + padding: 19px 0 16px; + background-image:url(../images/news.svg); + background-position: 0 50%; +} +.updates .mask { + position: relative; + overflow: hidden; + width: 910px; +} +.updates .slideset { + width: 9999px; + float: left; +} +.updates .slide { + width: 910px; + float: left; +} +.updates .btn-prev, +.updates .btn-next { + width: 30px; + height: 31px; + text-indent: -9999px; + overflow: hidden; + bottom: 68px; + float:left; + background-image: url(../images/arrow-news-left.svg); + background-size: 30px 30px; +} +.updates .btn-next { + margin:0 0 0 5px; + background-image: url(../images/arrow-news-right.svg); +} +.updates .btn-area{ + position:absolute; + right:0; + top:20px; +} +.updates p{margin:0 0 0 39px;} +.updates .date{ + font-weight:500; + margin: 0 5px 0 0; + font-style:italic; +} \ No newline at end of file diff --git a/framework/application/forms/CMS/Sub/Footer.php b/framework/application/forms/CMS/Sub/Footer.php new file mode 100644 index 0000000..cd9cd3e --- /dev/null +++ b/framework/application/forms/CMS/Sub/Footer.php @@ -0,0 +1,26 @@ +setLabel('Titre du bloc "Infos pratiques"'); + $this->addElement($infos); + + $adresse = new CCGM_Form_CMS_Sub_Footer_Bloc('adresse'); + $adresse->setLabel('Bloc "Adresse"'); + $this->addSubForm($adresse, 'adresse'); + + $urgences = new CCGM_Form_CMS_Sub_Footer_Bloc('urgences'); + $urgences->setLabel('Bloc "Urgences"'); + $this->addSubForm($urgences, 'urgences'); + + $horaires = new Zend_Form_Element_Textarea('horaires'); + $horaires->setLabel('Horaires'); + $horaires->setAttrib('rows', 3); + $this->addElement($horaires); + } + +} \ No newline at end of file diff --git a/framework/application/forms/CMS/Sub/Footer/Bloc.php b/framework/application/forms/CMS/Sub/Footer/Bloc.php new file mode 100644 index 0000000..2103a82 --- /dev/null +++ b/framework/application/forms/CMS/Sub/Footer/Bloc.php @@ -0,0 +1,19 @@ +setLabel('Titre'); + $this->addElement($titre); + + + $contenu = new Zend_Form_Element_Textarea('contenu'); + $contenu->setLabel('Texte'); + $contenu->setAttrib('rows', 3); + $this->addElement($contenu); + } + +} diff --git a/framework/application/forms/Settings.php b/framework/application/forms/Settings.php index 7dec99e..1fb25ed 100644 --- a/framework/application/forms/Settings.php +++ b/framework/application/forms/Settings.php @@ -14,6 +14,14 @@ class CCGM_Form_Settings extends CubeIT_Form_Settings { $description = new CubeIT_Form_Element_Textarea('description'); $description->setLabel('Description de la page par défaut'); $this->addElementLocalized($description); + + $footer = new CCGM_Form_CMS_Sub_Footer(); + $footer->setLegend('Contenus du pied de page'); + $this->addSubForm($footer,'footer'); + + $copyright = new Zend_Form_Element_Text('copyright'); + $copyright->setLabel('Copyright'); + $this->addElement($copyright); } } diff --git a/framework/application/views/scripts/common/footer.phtml b/framework/application/views/scripts/common/footer.phtml index 50be9b8..a72bed7 100644 --- a/framework/application/views/scripts/common/footer.phtml +++ b/framework/application/views/scripts/common/footer.phtml @@ -1,34 +1,30 @@ +options['footer']; +?> + \ No newline at end of file diff --git a/framework/application/views/scripts/common/header.phtml b/framework/application/views/scripts/common/header.phtml index 3f64567..6246d2b 100644 --- a/framework/application/views/scripts/common/header.phtml +++ b/framework/application/views/scripts/common/header.phtml @@ -5,17 +5,14 @@ diff --git a/framework/application/views/scripts/templates/home.phtml b/framework/application/views/scripts/templates/home.phtml index 4623f5d..f8f0f80 100644 --- a/framework/application/views/scripts/templates/home.phtml +++ b/framework/application/views/scripts/templates/home.phtml @@ -1,3 +1,7 @@ +headScript()->addScriptAndStyle('home'); +?> +
@@ -24,7 +28,7 @@
- Le centre + Le centre

Le centre

Consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore

@@ -32,7 +36,7 @@
- Parcours patien + Parcours patien

Parcours patient

Consectetur adipisicing elit, sed do eiusmod tempor incididunt ut

@@ -40,7 +44,7 @@
- Parcours patient + Parcours patient

Pathologies

Consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore

diff --git a/framework/application/views/scripts/templates/text.phtml b/framework/application/views/scripts/templates/text.phtml new file mode 100644 index 0000000..1d13ec1 --- /dev/null +++ b/framework/application/views/scripts/templates/text.phtml @@ -0,0 +1,89 @@ +
+
+
image description
+
+
+
+ +
+
+

Pathologies

+
+ Le digestif + Le rectum + Le scanner dosimétrique +
+

Cet examen n’est pas réalisé dans un but de diagnostic : aucune interprétation ne sera réalisée.

+
+ Ce scanner a pour but : +
    +
  • De définir votre positionnement pendant tout votre traitement (contention)
  • +
  • De pouvoir reconstruire virtuellement votre corps en 3D afin de délimiter plus précisément les zones à traiter et celles à protéger.
  • +
+
+
+ Déroulement de l’examen : +
    +
  • Des marques au feutre sont faites sur la peau
  • +
  • Des repères métalliques sont posés sur les marques
  • +
  • Le scanner est réalisé
  • +
  • Les marques peuvent être déplacées si nécessaire
  • +
  • Lorsque le positionnement est validé, des points de tatouages très discrets sont réalisés.
  • +
  • Les images de ce scanner sont récupérées par le service de Physique médicale afin de réaliser la Dosimétrie
  • +
+
+

A la fin de cet examen, vous rencontrerez un manipulateur de radiothérapie qui fixera avec vous votre
début de traitement et vous expliquera les modalités de la radiothérapie.

+

Des conseils vous seront donnés pour minimiser les effets secondaires : mesure d’hygiène, habillement, vie quotidienne…

+
+ Conseils +
    +
  • Se laver avec un savon doux (Marseille, Alep)
  • +
  • Privilégier les vêtements en coton au contact direct de la peau
  • +
  • Suivre les conseils alimentaires
  • +
+
+
+ +
+
\ No newline at end of file diff --git a/images/arrow-grey-right.svg b/images/arrow-grey-right.svg new file mode 100644 index 0000000..970a0db --- /dev/null +++ b/images/arrow-grey-right.svg @@ -0,0 +1,27 @@ + + + + + + + + + + + + + + diff --git a/images/arrow-header.svg b/images/arrow-header.svg new file mode 100644 index 0000000..dac916a --- /dev/null +++ b/images/arrow-header.svg @@ -0,0 +1,25 @@ + + + + + + + + + + + + + diff --git a/images/arrow-li.svg b/images/arrow-li.svg new file mode 100644 index 0000000..b02bb4b --- /dev/null +++ b/images/arrow-li.svg @@ -0,0 +1,37 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/images/arrow-nav-1.svg b/images/arrow-nav-1.svg new file mode 100644 index 0000000..dbc8506 --- /dev/null +++ b/images/arrow-nav-1.svg @@ -0,0 +1,20 @@ + + + + + + + + + + + + + + + + + + + diff --git a/images/arrow-nav-2.svg b/images/arrow-nav-2.svg new file mode 100644 index 0000000..01ac8f9 --- /dev/null +++ b/images/arrow-nav-2.svg @@ -0,0 +1,20 @@ + + + + + + + + + + + + + + + + + + + diff --git a/images/arrow-news-left.svg b/images/arrow-news-left.svg new file mode 100644 index 0000000..656f7cb --- /dev/null +++ b/images/arrow-news-left.svg @@ -0,0 +1,27 @@ + + + + + + + + + + + + + + diff --git a/images/arrow-news-right.svg b/images/arrow-news-right.svg new file mode 100644 index 0000000..438398b --- /dev/null +++ b/images/arrow-news-right.svg @@ -0,0 +1,27 @@ + + + + + + + + + + + + + + diff --git a/images/arrow.png b/images/arrow.png deleted file mode 100644 index 675f7a6..0000000 Binary files a/images/arrow.png and /dev/null differ diff --git a/images/arrow2.png b/images/arrow2.png deleted file mode 100644 index 52c6137..0000000 Binary files a/images/arrow2.png and /dev/null differ diff --git a/images/arrow3.png b/images/arrow3.png deleted file mode 100644 index c21a86b..0000000 Binary files a/images/arrow3.png and /dev/null differ diff --git a/images/arrow4.png b/images/arrow4.png deleted file mode 100644 index 9e016dc..0000000 Binary files a/images/arrow4.png and /dev/null differ diff --git a/images/arrow5.png b/images/arrow5.png deleted file mode 100644 index a56f1f5..0000000 Binary files a/images/arrow5.png and /dev/null differ diff --git a/images/bullet.png b/images/bullet.png deleted file mode 100644 index fde71a6..0000000 Binary files a/images/bullet.png and /dev/null differ diff --git a/images/bullet.svg b/images/bullet.svg new file mode 100644 index 0000000..c18c331 --- /dev/null +++ b/images/bullet.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/images/centre.svg b/images/centre.svg new file mode 100644 index 0000000..696e487 --- /dev/null +++ b/images/centre.svg @@ -0,0 +1,20 @@ + + + + + + + + + + + + + + + diff --git a/images/exclamation.svg b/images/exclamation.svg new file mode 100644 index 0000000..237c60a --- /dev/null +++ b/images/exclamation.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/images/horaires.svg b/images/horaires.svg new file mode 100644 index 0000000..76b0945 --- /dev/null +++ b/images/horaires.svg @@ -0,0 +1,14 @@ + + + + + + + + + + diff --git a/images/ico1.png b/images/ico1.png deleted file mode 100644 index f4eb03d..0000000 Binary files a/images/ico1.png and /dev/null differ diff --git a/images/ico2.png b/images/ico2.png deleted file mode 100644 index 3eacbb4..0000000 Binary files a/images/ico2.png and /dev/null differ diff --git a/images/ico3.png b/images/ico3.png deleted file mode 100644 index 87e3270..0000000 Binary files a/images/ico3.png and /dev/null differ diff --git a/images/logo.png b/images/logo.png deleted file mode 100644 index 748bc88..0000000 Binary files a/images/logo.png and /dev/null differ diff --git a/images/news.svg b/images/news.svg new file mode 100644 index 0000000..d6a7125 --- /dev/null +++ b/images/news.svg @@ -0,0 +1,12 @@ + + + + + + + diff --git a/images/parcours.svg b/images/parcours.svg new file mode 100644 index 0000000..b058512 --- /dev/null +++ b/images/parcours.svg @@ -0,0 +1,25 @@ + + + + + + + + + + + + + diff --git a/images/pathologies.svg b/images/pathologies.svg new file mode 100644 index 0000000..fa2921c --- /dev/null +++ b/images/pathologies.svg @@ -0,0 +1,18 @@ + + + + + + + + + + + + + diff --git a/images/pratique.svg b/images/pratique.svg new file mode 100644 index 0000000..a334439 --- /dev/null +++ b/images/pratique.svg @@ -0,0 +1,21 @@ + + + + + + + + + + + + + + + diff --git a/images/recherche.svg b/images/recherche.svg new file mode 100644 index 0000000..c60dfbb --- /dev/null +++ b/images/recherche.svg @@ -0,0 +1,19 @@ + + + + + + + + + + + diff --git a/images/separator.png b/images/separator.png deleted file mode 100644 index a32cf7d..0000000 Binary files a/images/separator.png and /dev/null differ diff --git a/images/telephone.svg b/images/telephone.svg new file mode 100644 index 0000000..c3c0106 --- /dev/null +++ b/images/telephone.svg @@ -0,0 +1,13 @@ + + + + + + + diff --git a/js/home.js b/js/home.js new file mode 100644 index 0000000..e69de29