ajout objet hybride et créa+ajout objet drag, design mention, ouverture nouvel onglet, aussi recherche draggable avec en commentaire /ajout chloe drag/ pour que les modif soient facilement retrouvable
5
web/app/themes/la_mine/asset/dist/index.js
vendored
@ -17,6 +17,11 @@ if (prive != null) {
|
|||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
||||||
|
//ajout chloe drag
|
||||||
|
$( function() {
|
||||||
|
$( "#draggable" ).draggable();
|
||||||
|
} );
|
||||||
|
|
||||||
var slide_tpsF = document.querySelectorAll('.tpsF .slide');
|
var slide_tpsF = document.querySelectorAll('.tpsF .slide');
|
||||||
if (slide_tpsF != null) {
|
if (slide_tpsF != null) {
|
||||||
for (var i = 0; i < slide_tpsF.length; i++) {
|
for (var i = 0; i < slide_tpsF.length; i++) {
|
||||||
|
18706
web/app/themes/la_mine/asset/dist/js/jquery-ui.js
vendored
Normal file
154
web/app/themes/la_mine/asset/dist/style.css
vendored
@ -10,7 +10,7 @@
|
|||||||
*{
|
*{
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
}
|
}
|
||||||
|
/*START PARALAX*/
|
||||||
.paralax{
|
.paralax{
|
||||||
z-index: -1;
|
z-index: -1;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
@ -20,11 +20,46 @@
|
|||||||
#section_proch .paralax{
|
#section_proch .paralax{
|
||||||
left: -20%;
|
left: -20%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.section_accueil .paralax{
|
.section_accueil .paralax{
|
||||||
left: 50%;
|
left: 980px;
|
||||||
|
top: 1000px;
|
||||||
}
|
}
|
||||||
|
.agenda .paralax{
|
||||||
|
z-index: -1;
|
||||||
|
width: 100%;
|
||||||
|
top: 340px;
|
||||||
|
left: 315px;
|
||||||
|
}
|
||||||
|
.les-projets .paralax{
|
||||||
|
z-index: -1;
|
||||||
|
top: 420px;
|
||||||
|
left: 940px;
|
||||||
|
}
|
||||||
|
.la-collecte .paralax{
|
||||||
|
z-index: -1;
|
||||||
|
width: 80%;
|
||||||
|
top: -230px;
|
||||||
|
left: 580px;
|
||||||
|
}
|
||||||
|
.la-benevole-zone .paralax{
|
||||||
|
z-index: -1;
|
||||||
|
width: 80%;
|
||||||
|
top: -685px;
|
||||||
|
left: 580px;
|
||||||
|
}
|
||||||
|
.privatiser-lespace .paralax{
|
||||||
|
z-index: -1;
|
||||||
|
width: 80%;
|
||||||
|
top: -1018px;
|
||||||
|
left: 580px;
|
||||||
|
}
|
||||||
|
.privacy-policy .paralax{
|
||||||
|
z-index: -1;
|
||||||
|
width: 70%;
|
||||||
|
top: 255px;
|
||||||
|
left: 515px;
|
||||||
|
}
|
||||||
|
/*END PARALAX*/
|
||||||
body {
|
body {
|
||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
font-family: Universalis ADF Std, sans-serif;
|
font-family: Universalis ADF Std, sans-serif;
|
||||||
@ -64,6 +99,7 @@ header{
|
|||||||
z-index: 999;
|
z-index: 999;
|
||||||
top: 0;
|
top: 0;
|
||||||
left: 0;
|
left: 0;
|
||||||
|
pointer-events: none;
|
||||||
}
|
}
|
||||||
header > .nav-wrapper{
|
header > .nav-wrapper{
|
||||||
height: fit-content;
|
height: fit-content;
|
||||||
@ -72,6 +108,7 @@ header > .nav-wrapper{
|
|||||||
.logoLamine {
|
.logoLamine {
|
||||||
width : 150px;
|
width : 150px;
|
||||||
height: 150px;
|
height: 150px;
|
||||||
|
pointer-events: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
.logoLamine a{
|
.logoLamine a{
|
||||||
@ -82,6 +119,37 @@ header > .nav-wrapper{
|
|||||||
.logoLamine img{
|
.logoLamine img{
|
||||||
object-fit: cover;
|
object-fit: cover;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#lumiR_logo {
|
||||||
|
z-index: 1;
|
||||||
|
position: absolute;
|
||||||
|
left: 68px;
|
||||||
|
top: 60px;
|
||||||
|
width: 68px;
|
||||||
|
height: 68px;
|
||||||
|
background-color: #ffcc00ff;
|
||||||
|
border-radius: 68px;
|
||||||
|
opacity: 0.3;
|
||||||
|
}
|
||||||
|
|
||||||
|
.accueil #lumiR_logo, .agenda #lumiR_logo, .association #lumiR_logo, .privacy-policy #lumiR_logo{
|
||||||
|
background-color: #ffcc00ff;
|
||||||
|
}
|
||||||
|
.les-projets #lumiR_logo {
|
||||||
|
background-color: #ff0000ff;
|
||||||
|
}
|
||||||
|
.les-temps-forts #lumiR_logo {
|
||||||
|
background-color: #009ee0ff;
|
||||||
|
}
|
||||||
|
.la-collecte #lumiR_logo {
|
||||||
|
background-color: #ff56ffff;
|
||||||
|
}
|
||||||
|
.la-benevole-zone #lumiR_logo {
|
||||||
|
background-color: #5353e1ff;
|
||||||
|
}
|
||||||
|
.privatiser-lespace #lumiR_logo {
|
||||||
|
background-color: #26e800ff;
|
||||||
|
}
|
||||||
#fond_logo{
|
#fond_logo{
|
||||||
z-index: -1;
|
z-index: -1;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
@ -104,6 +172,7 @@ header > .nav-wrapper{
|
|||||||
.rs{
|
.rs{
|
||||||
/* padding-top: 10px; */
|
/* padding-top: 10px; */
|
||||||
height: fit-content;
|
height: fit-content;
|
||||||
|
pointer-events: auto;
|
||||||
}
|
}
|
||||||
.rs > div {
|
.rs > div {
|
||||||
width: 30px;
|
width: 30px;
|
||||||
@ -120,6 +189,7 @@ header > .nav-wrapper{
|
|||||||
.burger{
|
.burger{
|
||||||
/* padding-top: 10px; */
|
/* padding-top: 10px; */
|
||||||
height: fit-content;
|
height: fit-content;
|
||||||
|
pointer-events: auto;
|
||||||
}
|
}
|
||||||
.fond_burger{
|
.fond_burger{
|
||||||
background-image: url('../images/form_burger.svg');
|
background-image: url('../images/form_burger.svg');
|
||||||
@ -135,13 +205,15 @@ header > .nav-wrapper{
|
|||||||
background: white;
|
background: white;
|
||||||
}
|
}
|
||||||
.nav-main.is-active{
|
.nav-main.is-active{
|
||||||
display: block
|
display: block;
|
||||||
|
pointer-events: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
.menu-item {
|
.menu-item {
|
||||||
font-family: Millimetre, sans-serif;
|
font-family: Millimetre, sans-serif;
|
||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
text-align: right;
|
text-align: right;
|
||||||
|
pointer-events: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
#nav-main > ul > li > ul {display: none;}
|
#nav-main > ul > li > ul {display: none;}
|
||||||
@ -188,6 +260,7 @@ body > .content-wrapper{
|
|||||||
}
|
}
|
||||||
.btn a{
|
.btn a{
|
||||||
padding: 7px 10px;
|
padding: 7px 10px;
|
||||||
|
background-color: white;
|
||||||
border: 4px solid black;
|
border: 4px solid black;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -220,7 +293,13 @@ body > .content-wrapper{
|
|||||||
.flickity-button:disabled {
|
.flickity-button:disabled {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
footer .flickity-prev-next-button{
|
||||||
|
width: 50px;
|
||||||
|
height: 50px;
|
||||||
|
}
|
||||||
|
footer .flickity-button-icon {
|
||||||
|
fill: grey;
|
||||||
|
}
|
||||||
/* END BUTTON */
|
/* END BUTTON */
|
||||||
|
|
||||||
|
|
||||||
@ -244,6 +323,7 @@ body > .content-wrapper{
|
|||||||
.section_accueil#section_projets .titre,
|
.section_accueil#section_projets .titre,
|
||||||
.section_accueil#section_projets .wrap_content {
|
.section_accueil#section_projets .wrap_content {
|
||||||
border-color: #f51212ff;
|
border-color: #f51212ff;
|
||||||
|
background-color: white;
|
||||||
}
|
}
|
||||||
.section_accueil#section_projets .wrapper__content h3{
|
.section_accueil#section_projets .wrapper__content h3{
|
||||||
color: #f51212ff;
|
color: #f51212ff;
|
||||||
@ -251,6 +331,14 @@ body > .content-wrapper{
|
|||||||
.section_accueil#section_projets .wrap_content{
|
.section_accueil#section_projets .wrap_content{
|
||||||
height: calc(100% - 80px);
|
height: calc(100% - 80px);
|
||||||
}
|
}
|
||||||
|
/*ajout chloe drag*/
|
||||||
|
#draggable {
|
||||||
|
width: 150px;
|
||||||
|
height: 150px;
|
||||||
|
background-color: red;
|
||||||
|
padding: 0.5em;
|
||||||
|
}
|
||||||
|
/*fin ajout chloe drag*/
|
||||||
|
|
||||||
.section_accueil#section_tpsF .titre,
|
.section_accueil#section_tpsF .titre,
|
||||||
.section_accueil#section_tpsF .content_asso {
|
.section_accueil#section_tpsF .content_asso {
|
||||||
@ -285,6 +373,7 @@ body > .content-wrapper{
|
|||||||
margin: 0 10px 20px 10px;
|
margin: 0 10px 20px 10px;
|
||||||
padding: 2px 8px;
|
padding: 2px 8px;
|
||||||
border: 4px solid black;
|
border: 4px solid black;
|
||||||
|
background-color: white;
|
||||||
height: 40px;
|
height: 40px;
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: flex-end;
|
align-items: flex-end;
|
||||||
@ -324,6 +413,7 @@ article .titre_event{
|
|||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
background-color: white;
|
||||||
border: 8px solid #ffcc00ff;
|
border: 8px solid #ffcc00ff;
|
||||||
padding: 0.5rem 0 0.2rem 0;
|
padding: 0.5rem 0 0.2rem 0;
|
||||||
margin: 0!important;
|
margin: 0!important;
|
||||||
@ -335,6 +425,7 @@ article .titre_event{
|
|||||||
}
|
}
|
||||||
|
|
||||||
.article-content .data{
|
.article-content .data{
|
||||||
|
background-color: white;
|
||||||
border: 4px solid #ffcc00ff;
|
border: 4px solid #ffcc00ff;
|
||||||
padding: 1em;
|
padding: 1em;
|
||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
@ -368,7 +459,11 @@ article .titre_event{
|
|||||||
}
|
}
|
||||||
|
|
||||||
article .__img_event img{
|
article .__img_event img{
|
||||||
object-fit: cover;
|
position:relative;
|
||||||
|
top: 0;
|
||||||
|
width:100%;
|
||||||
|
height:auto;
|
||||||
|
object-fit:contain;
|
||||||
}
|
}
|
||||||
|
|
||||||
.other{
|
.other{
|
||||||
@ -385,6 +480,7 @@ article .__img_event img{
|
|||||||
.voir_aussi {
|
.voir_aussi {
|
||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
|
background-color: white;
|
||||||
border: 8px solid #ffcc00ff;
|
border: 8px solid #ffcc00ff;
|
||||||
transform: rotate(-10deg);
|
transform: rotate(-10deg);
|
||||||
padding: 0.5rem;
|
padding: 0.5rem;
|
||||||
@ -420,6 +516,7 @@ body.la-collecte .__header h3{
|
|||||||
.sider_left_form{
|
.sider_left_form{
|
||||||
padding: 0 1rem;
|
padding: 0 1rem;
|
||||||
border: 8px solid #ff56ffff;
|
border: 8px solid #ff56ffff;
|
||||||
|
background-color: white;
|
||||||
}
|
}
|
||||||
.sider_left_form .acf-form-submit{
|
.sider_left_form .acf-form-submit{
|
||||||
padding-top: 0;
|
padding-top: 0;
|
||||||
@ -431,6 +528,7 @@ body.la-collecte .__header h3{
|
|||||||
.sidebar_left .__content,
|
.sidebar_left .__content,
|
||||||
.content_zone {
|
.content_zone {
|
||||||
border: 8px solid blue;
|
border: 8px solid blue;
|
||||||
|
background-color: white;
|
||||||
padding: 1em;
|
padding: 1em;
|
||||||
}
|
}
|
||||||
/* END PAGE LA COLLECTE */
|
/* END PAGE LA COLLECTE */
|
||||||
@ -454,6 +552,7 @@ body.la-collecte .__header h3{
|
|||||||
}
|
}
|
||||||
.la-benevole-zone .__bouttons > div{
|
.la-benevole-zone .__bouttons > div{
|
||||||
border: 4px solid #5353e1ff;
|
border: 4px solid #5353e1ff;
|
||||||
|
background-color: white;
|
||||||
margin: 10px auto;
|
margin: 10px auto;
|
||||||
padding: 0 10px;
|
padding: 0 10px;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
@ -504,6 +603,7 @@ body.la-collecte .__header h3{
|
|||||||
}
|
}
|
||||||
.association .__bouttons > div{
|
.association .__bouttons > div{
|
||||||
border: 4px solid #ffcc00ff;
|
border: 4px solid #ffcc00ff;
|
||||||
|
background-color: white;
|
||||||
margin: 10px auto;
|
margin: 10px auto;
|
||||||
padding: 0 10px;
|
padding: 0 10px;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
@ -515,6 +615,7 @@ body.la-collecte .__header h3{
|
|||||||
.tableau_engagements > div:not(.gutter-sizer) {
|
.tableau_engagements > div:not(.gutter-sizer) {
|
||||||
margin-bottom: 10px;
|
margin-bottom: 10px;
|
||||||
border: 4px solid #ffcc00ff;
|
border: 4px solid #ffcc00ff;
|
||||||
|
background-color: white;
|
||||||
padding: 10px;
|
padding: 10px;
|
||||||
width: calc(50% - 10px)!important;
|
width: calc(50% - 10px)!important;
|
||||||
}
|
}
|
||||||
@ -563,10 +664,38 @@ body.la-collecte .__header h3{
|
|||||||
}
|
}
|
||||||
.privatiser-lespace .__organisation .__item{
|
.privatiser-lespace .__organisation .__item{
|
||||||
border: 8px solid #26e800ff;
|
border: 8px solid #26e800ff;
|
||||||
|
background-color: white;
|
||||||
padding: 10px;
|
padding: 10px;
|
||||||
}
|
}
|
||||||
/* END PAGE privatiser-lespace */
|
/* END PAGE privatiser-lespace */
|
||||||
|
/*START PRIVACY-POLICY*/
|
||||||
|
.privacy-policy .article-h1 {
|
||||||
|
position: absolute;
|
||||||
|
top: 100px;
|
||||||
|
left: 150px;
|
||||||
|
text-transform: uppercase;
|
||||||
|
font-weight: bold;
|
||||||
|
text-align: center;
|
||||||
|
align-items: center;
|
||||||
|
border: 8px solid #00FFFF;
|
||||||
|
transform: rotate(-10deg);
|
||||||
|
padding: 0.5rem;
|
||||||
|
background-color: white;
|
||||||
|
}
|
||||||
|
.privacy-policy h2, .privacy-policy h3{
|
||||||
|
font-family: Universalis ADF Std, sans-serif;
|
||||||
|
color: black!important;
|
||||||
|
font-size: 1em;
|
||||||
|
text-transform: uppercase;
|
||||||
|
font-weight: bold;
|
||||||
|
}
|
||||||
|
.privacy-policy .content-wrapper {
|
||||||
|
margin-top: 300px;
|
||||||
|
}
|
||||||
|
.privacy-policy .article-body {
|
||||||
|
column-count: 2;
|
||||||
|
}
|
||||||
|
/*END PRIVACY-POLICY*/
|
||||||
|
|
||||||
.titre_page, .titre{
|
.titre_page, .titre{
|
||||||
position: absolute;
|
position: absolute;
|
||||||
@ -577,6 +706,7 @@ body.la-collecte .__header h3{
|
|||||||
text-align: center;
|
text-align: center;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
border: 8px solid blue;
|
border: 8px solid blue;
|
||||||
|
background-color: white;
|
||||||
transform: rotate(-10deg);
|
transform: rotate(-10deg);
|
||||||
padding: 0.5rem;
|
padding: 0.5rem;
|
||||||
background-color: white;
|
background-color: white;
|
||||||
@ -905,6 +1035,14 @@ body.les-temps-forts .titre_page {
|
|||||||
left: 50%;
|
left: 50%;
|
||||||
transform: rotate(-10deg) translateX(-50%);
|
transform: rotate(-10deg) translateX(-50%);
|
||||||
}
|
}
|
||||||
|
.privacy-policy .article-h1{
|
||||||
|
top: 100px;
|
||||||
|
left: 50%;
|
||||||
|
transform: rotate(-10deg) translateX(-50%);
|
||||||
|
}
|
||||||
|
.privacy-policy .article-body {
|
||||||
|
column-count: 1;
|
||||||
|
}
|
||||||
.other .header_other {
|
.other .header_other {
|
||||||
left: 50%;
|
left: 50%;
|
||||||
}
|
}
|
||||||
|
77
web/app/themes/la_mine/asset/images/objet_4.svg
Normal file
@ -0,0 +1,77 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||||
|
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
||||||
|
|
||||||
|
<svg
|
||||||
|
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
||||||
|
xmlns:cc="http://creativecommons.org/ns#"
|
||||||
|
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||||
|
xmlns:svg="http://www.w3.org/2000/svg"
|
||||||
|
xmlns="http://www.w3.org/2000/svg"
|
||||||
|
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||||
|
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||||
|
width="210mm"
|
||||||
|
height="210mm"
|
||||||
|
viewBox="0 0 210 210"
|
||||||
|
version="1.1"
|
||||||
|
id="svg982"
|
||||||
|
inkscape:version="0.92.4 5da689c313, 2019-01-14"
|
||||||
|
sodipodi:docname="objet_4.svg">
|
||||||
|
<defs
|
||||||
|
id="defs976" />
|
||||||
|
<sodipodi:namedview
|
||||||
|
id="base"
|
||||||
|
pagecolor="#ffffff"
|
||||||
|
bordercolor="#666666"
|
||||||
|
borderopacity="1.0"
|
||||||
|
inkscape:pageopacity="0.0"
|
||||||
|
inkscape:pageshadow="2"
|
||||||
|
inkscape:zoom="0.7"
|
||||||
|
inkscape:cx="248.09916"
|
||||||
|
inkscape:cy="393.39925"
|
||||||
|
inkscape:document-units="mm"
|
||||||
|
inkscape:current-layer="layer1"
|
||||||
|
showgrid="false"
|
||||||
|
inkscape:window-width="1920"
|
||||||
|
inkscape:window-height="1015"
|
||||||
|
inkscape:window-x="2135"
|
||||||
|
inkscape:window-y="0"
|
||||||
|
inkscape:window-maximized="1" />
|
||||||
|
<metadata
|
||||||
|
id="metadata979">
|
||||||
|
<rdf:RDF>
|
||||||
|
<cc:Work
|
||||||
|
rdf:about="">
|
||||||
|
<dc:format>image/svg+xml</dc:format>
|
||||||
|
<dc:type
|
||||||
|
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
||||||
|
<dc:title></dc:title>
|
||||||
|
</cc:Work>
|
||||||
|
</rdf:RDF>
|
||||||
|
</metadata>
|
||||||
|
<g
|
||||||
|
inkscape:label="Calque 1"
|
||||||
|
inkscape:groupmode="layer"
|
||||||
|
id="layer1"
|
||||||
|
transform="translate(0,-87)">
|
||||||
|
<g
|
||||||
|
id="g1366-3"
|
||||||
|
transform="matrix(0.63436536,0.30685931,-0.30685931,0.63436536,78.670785,90.0983)"
|
||||||
|
style="fill:#ffcc00;fill-opacity:0.94117647">
|
||||||
|
<g
|
||||||
|
transform="matrix(1.4182647,0,0,1.4182647,15.33186,112.80263)"
|
||||||
|
id="g1097-8-6"
|
||||||
|
style="fill:#ffcc00;fill-opacity:0.94117647">
|
||||||
|
<path
|
||||||
|
id="path1095-9-7"
|
||||||
|
d="m 69.9,65.5 c 0.8,-0.6 1.4,-1.6 1.4,-2.7 0,-1.3 -0.7,-2.4 -1.8,-3 V 3 c 0,-0.7 -0.6,-1.3 -1.3,-1.3 h -7.7 c -0.7,0 -1.3,0.6 -1.3,1.3 v 56.9 c -1,0.6 -1.8,1.7 -1.8,3 0,1.1 0.6,2 1.4,2.7 -0.8,0.6 -1.4,1.6 -1.4,2.7 0,1.3 0.7,2.4 1.8,3 v 5.4 c 0,8.4 -6,12.1 -11.9,12.1 -5.4,0 -10.7,-3.1 -11.7,-9.9 3.1,-1.9 5.3,-5.2 5.3,-9.1 h -2.6 c 0,1.4 -0.4,2.7 -1,3.8 l -1.2,-1.2 -3.3,3.3 1.2,1.2 c -1.1,0.6 -2.4,1 -3.8,1 -1.4,0 -2.6,-0.4 -3.8,-1 l 1.2,-1.2 -3.3,-3.3 -1.3,1 c -0.6,-1.2 -1,-2.5 -1,-3.9 h -2.6 c 0,4 2.3,7.5 5.6,9.3 C 26.1,92.1 36.7,99 47.2,99 58.3,99 69.5,91.3 69.5,76.5 v -5.4 c 1,-0.6 1.8,-1.7 1.8,-3 -0.1,-1.1 -0.6,-2 -1.4,-2.6 z"
|
||||||
|
inkscape:connector-curvature="0"
|
||||||
|
style="fill:#ffcc00;fill-opacity:0.94117647" />
|
||||||
|
</g>
|
||||||
|
<path
|
||||||
|
style="fill:#ffcc00;fill-opacity:0.94117647;stroke-width:1.33377385"
|
||||||
|
id="path1008-6-5"
|
||||||
|
d="m 46.065645,-11.243726 18.21936,39.359645 a 38.199284,38.199284 0 0 0 -4.681559,2.587513 l 4.428146,6.668886 a 29.343025,29.343025 0 0 1 3.614523,-1.987327 l 10.390077,22.434041 a 8.0026432,8.0026432 0 0 0 1.333757,8.72291 l 15.431768,16.95229 -2.52082,33.517748 h 2.880952 v 25.34173 h 21.340361 v -25.34173 h 2.88095 l -2.50746,-33.517748 15.40505,-16.95229 a 8.0026432,8.0026432 0 0 0 1.33381,-8.72291 l 10.40343,-22.434041 a 29.343025,29.343025 0 0 1 3.61453,1.987327 l 4.42814,-6.668886 a 38.199284,38.199284 0 0 0 -4.68156,-2.587513 l 18.21936,-39.359645 a 2.6675478,2.6675478 0 1 0 -4.84161,-2.24074 l -18.29936,39.533057 c -0.68024,-0.253564 -1.33381,-0.506876 -2.06738,-0.74693 l 16.00529,-42.053878 a 2.6678812,2.6678812 0 1 0 -4.98831,-1.893967 l -16.12531,42.387342 -2.53418,-0.666879 12.99095,-44.014537 a 2.6694233,2.6694233 0 1 0 -5.12169,-1.507169 l -13.08431,44.361311 q -1.52053,-0.306999 -3.06767,-0.573519 l 9.37642,-45.174933 a 2.6694298,2.6694298 0 1 0 -5.22841,-1.080345 l -9.3364,45.441655 -2.36081,-0.266671 4.92166,-45.6684 a 2.6675478,2.6675478 0 0 0 -2.37413,-2.960953 h -0.29339 a 2.6675478,2.6675478 0 0 0 -2.66756,2.374126 l -5.01497,45.815094 q -1.50717,-0.09326 -3.00098,-0.133587 v -45.348295 a 2.6675671,2.6675671 0 0 0 -5.33513,0 v 45.30832 q -1.49381,0 -3.00097,0.133083 L 95.161899,-25.99561 a 2.6675478,2.6675478 0 0 0 -2.667564,-2.374126 h -0.293389 a 2.6675478,2.6675478 0 0 0 -2.374125,2.960953 l 5.014973,45.681759 -2.360768,0.266671 -9.33645,-45.441705 a 2.7138365,2.7138365 0 0 0 -5.32172,1.067036 l 9.3364,45.161575 q -1.547194,0.26667 -3.067671,0.573518 l -13.084309,-44.36131 a 2.669425,2.669425 0 1 0 -5.121692,1.507168 l 12.990949,44.014538 -2.534179,0.666879 -16.071979,-42.387342 a 2.6678812,2.6678812 0 0 0 -4.988306,1.893967 l 16.005286,42.053877 c -0.706904,0.239954 -1.333757,0.493518 -2.067378,0.74693 L 50.920616,-13.498279 a 2.6675478,2.6675478 0 1 0 -4.841612,2.24074 z m 93.004015,44.601364 -9.3364,20.233324 v 0 l 7.86926,-20.74015 z m -6.66883,-2.080687 -7.49582,19.75317 -0.37354,-0.160305 5.93526,-20.086584 z m -7.16241,-1.653863 -5.78857,19.619784 -0.72021,-0.173411 4.12135,-19.886506 z m -7.69584,-1.227089 -3.44116,16.76555 1.85394,-16.938911 z m -6.9223,-0.613544 -2.12071,19.539783 V 27.64912 Z m -7.45579,-0.133083 V 47.32249 l -2.13402,-19.526424 z m -7.45579,0.520134 1.853942,16.992295 -3.45447,-16.752191 z m -6.895632,0.973676 4.108041,19.939889 -0.720213,0.173412 -5.788621,-19.619784 z m -7.629152,1.587169 5.97529,20.139969 -0.373541,0.160305 -7.495818,-19.75317 z m -7.068994,2.054021 7.869258,20.74015 v 0 L 72.647729,33.291197 Z"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
</svg>
|
After Width: | Height: | Size: 5.4 KiB |
63
web/app/themes/la_mine/asset/images/objet_5.svg
Normal file
After Width: | Height: | Size: 11 KiB |
62
web/app/themes/la_mine/asset/images/objet_6.svg
Normal file
@ -0,0 +1,62 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||||
|
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
||||||
|
|
||||||
|
<svg
|
||||||
|
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
||||||
|
xmlns:cc="http://creativecommons.org/ns#"
|
||||||
|
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||||
|
xmlns:svg="http://www.w3.org/2000/svg"
|
||||||
|
xmlns="http://www.w3.org/2000/svg"
|
||||||
|
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||||
|
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||||
|
width="210mm"
|
||||||
|
height="210mm"
|
||||||
|
viewBox="0 0 210 210"
|
||||||
|
version="1.1"
|
||||||
|
id="svg982"
|
||||||
|
inkscape:version="0.92.4 5da689c313, 2019-01-14"
|
||||||
|
sodipodi:docname="objet_6.svg">
|
||||||
|
<defs
|
||||||
|
id="defs976" />
|
||||||
|
<sodipodi:namedview
|
||||||
|
id="base"
|
||||||
|
pagecolor="#ffffff"
|
||||||
|
bordercolor="#666666"
|
||||||
|
borderopacity="1.0"
|
||||||
|
inkscape:pageopacity="0.0"
|
||||||
|
inkscape:pageshadow="2"
|
||||||
|
inkscape:zoom="0.7"
|
||||||
|
inkscape:cx="375.50565"
|
||||||
|
inkscape:cy="391.97068"
|
||||||
|
inkscape:document-units="mm"
|
||||||
|
inkscape:current-layer="layer1"
|
||||||
|
showgrid="false"
|
||||||
|
inkscape:window-width="1920"
|
||||||
|
inkscape:window-height="1015"
|
||||||
|
inkscape:window-x="2135"
|
||||||
|
inkscape:window-y="0"
|
||||||
|
inkscape:window-maximized="1" />
|
||||||
|
<metadata
|
||||||
|
id="metadata979">
|
||||||
|
<rdf:RDF>
|
||||||
|
<cc:Work
|
||||||
|
rdf:about="">
|
||||||
|
<dc:format>image/svg+xml</dc:format>
|
||||||
|
<dc:type
|
||||||
|
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
||||||
|
<dc:title></dc:title>
|
||||||
|
</cc:Work>
|
||||||
|
</rdf:RDF>
|
||||||
|
</metadata>
|
||||||
|
<g
|
||||||
|
inkscape:label="Calque 1"
|
||||||
|
inkscape:groupmode="layer"
|
||||||
|
id="layer1"
|
||||||
|
transform="translate(0,-87)">
|
||||||
|
<path
|
||||||
|
style="fill:#5353e1;fill-opacity:0.94117647;stroke:none;stroke-width:0.21923044px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
|
||||||
|
d="m 202.8772,164.27299 a 6.3859848,6.3859848 0 0 0 -1.81145,-1.96138 c -2.54924,-1.81787 -9.24636,-4.84274 -13.32773,-7.13016 0.44891,-8.96143 -3.01698,-19.44467 -12.55197,-30.51934 -23.9878,-27.861319 -54.38843,-27.443115 -59.28713,-27.047879 -4.89873,0.395226 -6.5614,2.371379 -6.5614,2.371379 l -6.70177,2.30265 c -7.357179,-15.619819 -19.750465,-7.731857 -33.174946,2.26637 -13.4245,9.99821 -24.753559,34.61403 -28.695356,47.67656 -3.941765,13.06249 1.889979,30.37692 20.088591,21.66538 18.198627,-8.71147 31.006796,-32.4303 31.006796,-32.4303 l 4.134888,7.94539 c 0,0 -1.361074,2.73076 0.567282,4.99593 14.609255,17.16131 36.180585,30.90874 61.094675,28.96367 8.21831,0.16068 16.6142,-3.54699 22.44703,-9.93247 0.21511,0.0942 0.42685,0.18611 0.64842,0.28489 L 137.32607,259.37175 34.317382,246.84326 19.683264,223.18995 A 3.9194832,3.9194832 0 0 0 15.37973,221.4554 l -4.736986,1.21467 a 3.9194832,3.9194832 0 0 0 -2.3612637,5.85801 L 47.91274,292.58459 a 3.9178616,3.9178616 0 0 0 6.295217,0.50049 l 3.201359,-3.69673 a 3.9162399,3.9162399 0 0 0 0.36931,-4.62438 l -15.270336,-24.68164 89.29159,10.86643 0.0302,0.003 a 6.0584151,6.0584151 0 0 0 11.39743,3.62711 l 0.0111,-0.004 48.63712,-95.93273 c 0.42995,0.1556 0.83528,0.29 1.18869,0.38025 a 6.4022009,6.4022009 0 0 0 7.34279,-3.30753 l 2.68525,-5.32256 a 6.3859848,6.3859848 0 0 0 -0.21521,-6.11919 z m -101.7789,-54.0222 -7.200778,24.19346 -0.802356,0.3925 6.673142,-24.53849 z m -14.801349,1.63389 c 2.827545,4.49641 0.03896,15.20536 0.03896,15.20536 0,0 -1.098844,4.32661 -3.918794,10.04595 -3.195986,6.48192 -8.602429,14.75265 -17.125022,20.5421 -16.042491,10.8977 -13.836006,-8.06655 -10.191207,-15.34856 3.644809,-7.28202 10.666601,-24.32962 30.350623,-31.444 0.325399,0.28152 0.605814,0.6181 0.845435,0.99915 z"
|
||||||
|
id="path1168-9-0"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
</g>
|
||||||
|
</svg>
|
After Width: | Height: | Size: 3.6 KiB |
62
web/app/themes/la_mine/asset/images/objet_7.svg
Normal file
@ -0,0 +1,62 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||||
|
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
||||||
|
|
||||||
|
<svg
|
||||||
|
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
||||||
|
xmlns:cc="http://creativecommons.org/ns#"
|
||||||
|
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||||
|
xmlns:svg="http://www.w3.org/2000/svg"
|
||||||
|
xmlns="http://www.w3.org/2000/svg"
|
||||||
|
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||||
|
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||||
|
width="210mm"
|
||||||
|
height="210mm"
|
||||||
|
viewBox="0 0 210 210"
|
||||||
|
version="1.1"
|
||||||
|
id="svg982"
|
||||||
|
inkscape:version="0.92.4 5da689c313, 2019-01-14"
|
||||||
|
sodipodi:docname="objet_7.svg">
|
||||||
|
<defs
|
||||||
|
id="defs976" />
|
||||||
|
<sodipodi:namedview
|
||||||
|
id="base"
|
||||||
|
pagecolor="#ffffff"
|
||||||
|
bordercolor="#666666"
|
||||||
|
borderopacity="1.0"
|
||||||
|
inkscape:pageopacity="0.0"
|
||||||
|
inkscape:pageshadow="2"
|
||||||
|
inkscape:zoom="0.7"
|
||||||
|
inkscape:cx="172.38488"
|
||||||
|
inkscape:cy="440.54211"
|
||||||
|
inkscape:document-units="mm"
|
||||||
|
inkscape:current-layer="layer1"
|
||||||
|
showgrid="false"
|
||||||
|
inkscape:window-width="1920"
|
||||||
|
inkscape:window-height="1015"
|
||||||
|
inkscape:window-x="2135"
|
||||||
|
inkscape:window-y="0"
|
||||||
|
inkscape:window-maximized="1" />
|
||||||
|
<metadata
|
||||||
|
id="metadata979">
|
||||||
|
<rdf:RDF>
|
||||||
|
<cc:Work
|
||||||
|
rdf:about="">
|
||||||
|
<dc:format>image/svg+xml</dc:format>
|
||||||
|
<dc:type
|
||||||
|
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
||||||
|
<dc:title></dc:title>
|
||||||
|
</cc:Work>
|
||||||
|
</rdf:RDF>
|
||||||
|
</metadata>
|
||||||
|
<g
|
||||||
|
inkscape:label="Calque 1"
|
||||||
|
inkscape:groupmode="layer"
|
||||||
|
id="layer1"
|
||||||
|
transform="translate(0,-87)">
|
||||||
|
<path
|
||||||
|
style="fill:#26e800;fill-opacity:0.94117647;stroke-width:2.20927334"
|
||||||
|
d="m 69.387956,112.51744 c -5.311564,1.91992 -8.025086,7.70476 -6.105172,13.01629 0.256006,0.70825 1.043182,1.22468 1.928244,0.90477 0.708237,-0.256 1.224529,-1.04361 0.904592,-1.92873 -1.343926,-3.71804 0.513977,-7.99289 4.409078,-9.40082 3.895198,-1.40797 7.992896,0.51398 9.400822,4.40908 1.343956,3.71811 -0.513879,7.99285 -4.409077,9.40082 -0.708177,0.25598 -1.224016,1.0435 -0.904107,1.92855 l 3.583777,9.91469 c -1.593505,0.57599 -3.895466,1.40834 -6.182069,2.83572 -2.930931,1.86013 -4.897815,4.17213 -6.028344,6.5826 -0.339266,0.72339 -0.564922,1.20537 -0.904108,1.92855 -2.988441,6.68533 -6.493553,14.1577 -18.68449,21.96737 -0.821146,0.49731 -1.642287,0.99425 -2.286372,1.42758 -6.215987,3.84834 -11.610576,7.19932 -15.622968,11.05185 -4.366512,3.98053 -6.996941,8.33438 -8.357806,13.43051 -1.508072,6.35043 -0.920916,10.74277 1.760459,13.17666 0.405304,0.34946 0.849001,0.64622 1.330742,0.89051 -3.76367,4.22334 -6.702542,9.26772 -7.631228,14.85535 -0.398336,2.39449 -0.39205,4.88893 0.01843,7.57132 l -1.907026,0.68931 c -2.29379,0.82912 -3.48269,3.36405 -2.653577,5.65783 0.829117,2.29379 3.363864,3.48221 5.657654,2.65309 l 1.306827,-0.47237 c 6.723537,17.36616 21.731854,36.22476 42.293887,32.87054 1.948145,-0.31657 3.909236,-0.83058 5.829039,-1.52452 13.779362,-4.9807 23.514255,-18.20591 28.028837,-28.92435 2.7629,-6.55681 4.47872,-13.76878 4.96403,-20.85546 0.46332,-6.7381 0.015,-12.64419 -1.25104,-17.58965 0.59797,-0.98432 1.30575,-1.87939 2.20331,-2.59378 0.85712,-0.68333 1.82219,-1.22479 2.87421,-1.57687 0.0208,-0.008 0.0371,-0.0205 0.0599,-0.0288 0.0187,-0.007 0.0399,-0.007 0.0587,-0.0141 1.04024,-0.40418 2.12404,-0.60332 3.22206,-0.6267 1.14275,-0.0231 2.25832,0.21069 3.34744,0.5852 2.18858,4.612 5.62,9.43927 10.28447,14.32388 4.90351,5.13647 10.83682,9.58592 17.15143,12.86157 10.32365,5.35263 26.26283,9.29836 40.04427,4.3169 l 0.002,-7.2e-4 c 1.91773,-0.69318 3.7542,-1.55239 5.45451,-2.5546 17.95452,-10.56803 17.4365,-34.66375 11.5025,-52.3153 l 1.30488,-0.47167 c 2.29379,-0.82911 3.4822,-3.36387 2.65309,-5.65765 -0.82912,-2.29379 -3.36197,-3.47849 -5.65576,-2.64938 l -1.90945,0.6902 c -1.39947,-2.3249 -2.98831,-4.24497 -4.82633,-5.83345 -4.39437,-3.79546 -10.04818,-5.80096 -15.7878,-6.60348 0.17758,-0.42377 0.31185,-0.85787 0.39902,-1.30255 0.5055,-3.58581 -1.85195,-7.33827 -7.07184,-11.2568 -4.1917,-3.28929 -8.93348,-4.77817 -15.01299,-4.98287 -5.48431,-0.21964 -11.77527,0.65326 -19.07916,1.49163 -0.94941,0.14266 -1.7214,0.22158 -2.67074,0.36422 -14.30284,1.967 -21.83902,-1.71456 -28.41137,-4.94403 -0.72336,-0.33927 -1.20556,-0.56549 -1.92873,-0.90459 -2.65151,-1.24359 -5.578008,-1.58664 -8.843923,-1.20685 -2.670733,0.36461 -5.036393,1.01927 -6.565941,1.77219 l -3.135827,-8.67541 c 4.347391,-2.37213 6.657662,-7.61134 4.865719,-12.56883 -1.919914,-5.31153 -7.705079,-8.02442 -13.016601,-6.10451 z m 9.654908,31.14209 2.832836,-1.02396 c 2.301673,-0.83197 8.385497,-2.83087 13.20639,-0.57002 0.72336,0.33926 1.20555,0.5654 1.92873,0.90459 6.57227,3.2295 14.83166,7.25061 30.08367,5.14072 0.94934,-0.14268 1.89875,-0.28625 2.67104,-0.36489 14.30275,-1.967 23.68182,-3.15532 31.87325,2.89209 3.95067,3.1762 5.98842,6.04324 5.69408,8.55186 -0.0709,0.46127 -0.22963,0.90519 -0.46918,1.3334 -4.27219,-0.29839 -8.47909,0.0133 -12.13582,0.70122 -7.5407,1.41718 -13.58804,2.99494 -19.03371,4.96334 -2.98774,1.07995 -5.74705,2.27898 -8.35908,3.599 l -32.70326,11.82096 -32.705201,11.82167 c -2.849518,0.65647 -5.740106,1.49731 -8.727849,2.57727 -5.445674,1.9684 -11.10418,4.62185 -17.808251,8.3536 -3.346313,1.86193 -6.886981,4.4022 -10.0503,7.48031 -0.630332,-0.15046 -1.165472,-0.39825 -1.596093,-0.74899 -1.766279,-1.56358 -2.097537,-5.24765 -0.913398,-10.27989 2.254597,-9.82324 10.403378,-14.97056 22.658261,-22.60313 0.821145,-0.49732 1.465392,-0.92979 2.286547,-1.42709 13.076189,-8.12965 16.856098,-16.5025 19.844542,-23.18783 0.339266,-0.72339 0.564965,-1.20545 0.904108,-1.92856 2.261105,-4.82099 8.039933,-7.10969 10.518688,-8.00567 z m 29.171576,42.87179 c -1.16041,2.71299 -1.60583,5.66801 -1.3195,8.81046 -0.26292,-0.006 -0.52396,-0.034 -0.7852,-0.0288 -2.05218,0.0417 -4.08297,0.41611 -6.01171,1.14381 -0.0103,0.004 -0.02,0.003 -0.0304,0.007 -0.0187,0.007 -0.0365,0.0154 -0.0552,0.0222 -0.0208,0.008 -0.0402,0.0123 -0.061,0.0198 -0.0104,0.004 -0.0195,0.0109 -0.0299,0.0147 -1.96338,0.68386 -3.74819,1.68647 -5.34804,2.96011 -0.20623,0.16386 -0.39187,0.35313 -0.58945,0.52791 -1.78128,-2.58884 -3.999274,-4.56783 -6.611527,-5.91073 l 10.174207,-3.67759 c 0.14715,-0.0532 4.5969,-1.67659 10.66764,-3.8889 z"
|
||||||
|
id="path898-6-9"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
</g>
|
||||||
|
</svg>
|
After Width: | Height: | Size: 6.2 KiB |
86
web/app/themes/la_mine/asset/images/objet_8.svg
Normal file
@ -0,0 +1,86 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||||
|
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
||||||
|
|
||||||
|
<svg
|
||||||
|
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
||||||
|
xmlns:cc="http://creativecommons.org/ns#"
|
||||||
|
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||||
|
xmlns:svg="http://www.w3.org/2000/svg"
|
||||||
|
xmlns="http://www.w3.org/2000/svg"
|
||||||
|
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||||
|
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||||
|
width="210mm"
|
||||||
|
height="210mm"
|
||||||
|
viewBox="0 0 210 210"
|
||||||
|
version="1.1"
|
||||||
|
id="svg982"
|
||||||
|
inkscape:version="0.92.4 5da689c313, 2019-01-14"
|
||||||
|
sodipodi:docname="objet_8.svg">
|
||||||
|
<defs
|
||||||
|
id="defs976" />
|
||||||
|
<sodipodi:namedview
|
||||||
|
id="base"
|
||||||
|
pagecolor="#ffffff"
|
||||||
|
bordercolor="#666666"
|
||||||
|
borderopacity="1.0"
|
||||||
|
inkscape:pageopacity="0.0"
|
||||||
|
inkscape:pageshadow="2"
|
||||||
|
inkscape:zoom="0.7"
|
||||||
|
inkscape:cx="208.09917"
|
||||||
|
inkscape:cy="410.54211"
|
||||||
|
inkscape:document-units="mm"
|
||||||
|
inkscape:current-layer="layer1"
|
||||||
|
showgrid="false"
|
||||||
|
inkscape:window-width="1920"
|
||||||
|
inkscape:window-height="1015"
|
||||||
|
inkscape:window-x="2135"
|
||||||
|
inkscape:window-y="0"
|
||||||
|
inkscape:window-maximized="1" />
|
||||||
|
<metadata
|
||||||
|
id="metadata979">
|
||||||
|
<rdf:RDF>
|
||||||
|
<cc:Work
|
||||||
|
rdf:about="">
|
||||||
|
<dc:format>image/svg+xml</dc:format>
|
||||||
|
<dc:type
|
||||||
|
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
||||||
|
<dc:title></dc:title>
|
||||||
|
</cc:Work>
|
||||||
|
</rdf:RDF>
|
||||||
|
</metadata>
|
||||||
|
<g
|
||||||
|
inkscape:label="Calque 1"
|
||||||
|
inkscape:groupmode="layer"
|
||||||
|
id="layer1"
|
||||||
|
transform="translate(0,-87)">
|
||||||
|
<g
|
||||||
|
id="g1610"
|
||||||
|
transform="matrix(1.2043517,0.45064215,-0.45064215,1.2043517,52.946629,54.511475)"
|
||||||
|
style="fill:#00ffff;fill-opacity:1">
|
||||||
|
<path
|
||||||
|
style="fill:#00ffff;fill-opacity:1;stroke-width:0.55551261"
|
||||||
|
id="path1029-3"
|
||||||
|
d="m 93.950934,116.46762 c -0.04691,-2.54154 -1.029953,-6.72262 -5.40472,-12.21336 a 1.0443639,1.0443639 0 0 0 -0.145105,-0.14559 c -0.506006,-0.43684 -1.52144,-1.62083 -1.519892,-2.57144 a 3.3330762,3.3330762 0 0 0 -3.180093,-3.410824 c -3.89638,-0.171354 -10.279496,-0.169994 -20.684238,1.792767 a 1.1110255,1.1110255 0 0 0 -0.889779,1.247677 l 0.159218,1.12762 -53.1510052,9.76084 a 1.1110255,1.1110255 0 0 0 -0.9130258,1.09058 l -0.012702,7.77757 a 1.1110255,1.1110255 0 0 0 1.1098247,1.11346 l 2.7810613,0.004 a 1.1110255,1.1110255 0 0 0 1.113457,-1.10982 0.55551269,0.55551269 0 0 1 1.107726,0.002 1.1116435,1.1116435 0 1 0 2.223282,0.003 0.5558271,0.5558271 0 0 1 1.111638,0.006 1.1116435,1.1116435 0 0 0 2.223283,0.003 0.55551269,0.55551269 0 0 1 1.10771,0.001 1.1110255,1.1110255 0 1 0 2.219355,-3.1e-4 0.55583112,0.55583112 0 0 1 1.11166,-0.002 1.1116435,1.1116435 0 1 0 2.22328,0.003 0.5558271,0.5558271 0 0 1 1.111638,0.006 1.1116435,1.1116435 0 1 0 2.223282,0.003 0.55551269,0.55551269 0 1 1 1.107707,0.001 1.1116435,1.1116435 0 0 0 2.223283,0.003 0.55582527,0.55582527 0 1 1 1.111646,-0.002 1.1155782,1.1155782 0 1 0 2.231149,-0.004 0.55551269,0.55551269 0 1 1 1.107724,0.002 1.1116437,1.1116437 0 0 0 2.223282,0.003 0.55582522,0.55582522 0 1 1 1.111646,-0.002 1.1116432,1.1116432 0 1 0 2.223282,0.003 0.55551269,0.55551269 0 1 1 1.10771,0.002 1.1116439,1.1116439 0 0 0 2.223285,0.003 0.55551269,0.55551269 0 1 1 1.095927,0.006 1.1116432,1.1116432 0 0 0 2.223282,0.003 0.55551269,0.55551269 0 1 1 1.107712,0.001 1.1116437,1.1116437 0 0 0 2.223279,0.003 0.55551269,0.55551269 0 1 1 1.107725,0.002 1.1116437,1.1116437 0 0 0 2.223282,0.003 0.55551269,0.55551269 0 0 1 1.107712,0.001 1.1116432,1.1116432 0 1 0 2.223279,0.003 0.56371268,0.56371268 0 1 1 1.127343,0.0136 1.1116439,1.1116439 0 0 0 2.223283,0.003 0.55551269,0.55551269 0 0 1 1.107712,0.001 1.1110255,1.1110255 0 0 0 1.109824,1.11346 l 8.335347,0.0136 v 0 a 10.52141,10.52141 0 0 0 4.986814,1.12372 c 5.405026,0.009 10.467719,-2.04122 12.999397,-3.26263 a 3.855258,3.855258 0 0 0 2.201565,-3.5356 z m -7.692234,0.6552 -1.910868,1.12032 A 3.3330762,3.3330762 0 0 1 79.7972,117.01407 l -5.28008,-9.16103 a 3.3330762,3.3330762 0 0 1 1.229072,-4.55063 l 1.910869,-1.12031 a 3.3330762,3.3330762 0 0 1 4.550632,1.22907 l 5.260449,9.14921 a 3.3330762,3.3330762 0 0 1 -1.229056,4.55063 z"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
<g
|
||||||
|
id="g1126-0"
|
||||||
|
transform="matrix(1.0723294,0,0,1.0723294,31.375241,-996.75622)"
|
||||||
|
style="fill:#00ffff;fill-opacity:1">
|
||||||
|
<path
|
||||||
|
id="path1124-3"
|
||||||
|
overflow="visible"
|
||||||
|
display="inline"
|
||||||
|
visibility="visible"
|
||||||
|
marker="none"
|
||||||
|
style="color:#000000;text-indent:0;text-transform:none;direction:ltr;baseline-shift:baseline;display:inline;overflow:visible;visibility:visible;fill:#00ffff;fill-opacity:1;stroke:none;enable-background:accumulate"
|
||||||
|
d="m 29.703649,957.36235 c -0.51686,0.10391 -0.89069,0.67192 -0.78155,1.1875 1.49092,7.42857 1.70487,12.82325 0.78155,16.4375 -0.92332,3.61426 -2.82109,5.46049 -6.00229,6.375 -0.56963,0.16887 -0.87836,0.91603 -0.59398,1.4375 6.11581,11.96592 8.51756,19.85345 9.06596,25.40625 0.5484,5.5527 -0.68402,8.7517 -2.15707,11.6875 -0.95108,1.8955 -2.01037,3.4172 -2.56348,5.25 -0.55311,1.8328 -0.49698,3.941 0.62524,6.5937 5.5229,5.2366 11.50011,10.2977 17.25658,15.375 0.17946,0.1582 0.41723,0.2488 0.6565,0.25 2.99462,-0.013 5.08542,0 7.90927,0 0.23927,-10e-4 0.47704,-0.092 0.6565,-0.25 5.41701,-5.3968 12.575106,-10.7714 17.256586,-15.375 1.18208,-2.7519 0.64082,-5.0036 -0.43767,-6.7812 -1.07849,-1.7776 -2.55643,-3.2416 -3.47007,-5.0625 -1.33353,-2.6578 -1.8974,-7.844 -0.68777,-14.375 1.20964,-6.53103 4.1595,-14.4197 9.62868,-22.625 0.36005,-0.5242 0.0512,-1.36468 -0.56272,-1.53125 -3.21349,-0.91567 -5.10342,-2.76207 -6.03355,-6.375 -0.93012,-3.61292 -0.74063,-9.00893 0.75029,-16.4375 0.10915,-0.57166 -0.38697,-1.17957 -0.96912,-1.1875 h -6.12734 c -0.39909,-0.004 -0.78818,0.25515 -0.93786,0.625 -1.07397,2.68543 -2.00476,7.30697 -3.907736,11.28125 -0.95149,1.98714 -2.12912,3.79991 -3.59512,5.0625 -1.466,1.2626 -3.20355,2.03125 -5.47084,2.03125 -2.27916,0 -4.02631,-0.7776 -5.5021,-2.0625 -1.47579,-1.28489 -2.6373,-3.1182 -3.59512,-5.125 -1.91565,-4.0136 -2.85449,-8.64131 -3.97027,-11.21875 -0.15927,-0.35834 -0.54569,-0.60298 -0.93785,-0.59375 -2.08557,-3e-5 -4.21369,0 -6.28365,0 z"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
</g>
|
||||||
|
<path
|
||||||
|
style="fill:#00ffff;fill-opacity:1;stroke-width:0.55551261"
|
||||||
|
id="path1029-3-0"
|
||||||
|
d="m 72.412278,116.46762 c 0.0469,-2.54154 1.02996,-6.72262 5.40472,-12.21336 a 1.0443639,1.0443639 0 0 1 0.14511,-0.14559 c 0.506,-0.43684 1.52144,-1.62083 1.51989,-2.57144 a 3.3330761,3.3330761 0 0 1 3.18009,-3.41082 c 3.89638,-0.17135 10.2795,-0.16999 20.684242,1.79277 a 1.1110255,1.1110255 0 0 1 0.88978,1.24767 l -0.15922,1.12762 53.15101,9.76084 a 1.1110255,1.1110255 0 0 1 0.91302,1.09058 l 0.0127,7.77757 a 1.1110255,1.1110255 0 0 1 -1.10982,1.11346 l -2.78106,0.004 a 1.1110255,1.1110255 0 0 1 -1.11346,-1.10982 0.55551268,0.55551268 0 0 0 -1.10772,0.002 1.111646,1.111646 0 1 1 -2.22329,0.003 0.5558276,0.5558276 0 0 0 -1.11163,0.006 1.111646,1.111646 0 0 1 -2.22329,0.003 0.55551268,0.55551268 0 0 0 -1.10771,0.001 1.1110255,1.1110255 0 1 1 -2.21935,-3.2e-4 0.55583114,0.55583114 0 0 0 -1.11166,-0.002 1.1116435,1.1116435 0 1 1 -2.22328,0.003 0.5558281,0.5558281 0 0 0 -1.11164,0.006 1.1116435,1.1116435 0 1 1 -2.22328,0.003 0.55551268,0.55551268 0 1 0 -1.10771,10e-4 1.1116435,1.1116435 0 0 1 -2.22328,0.003 0.5558259,0.5558259 0 1 0 -1.11165,-0.002 1.1155782,1.1155782 0 1 1 -2.23115,-0.004 0.55551268,0.55551268 0 1 0 -1.10772,0.002 1.1116437,1.1116437 0 0 1 -2.22328,0.003 0.5558259,0.5558259 0 1 0 -1.11165,-0.002 1.1116432,1.1116432 0 1 1 -2.22328,0.003 0.55551268,0.55551268 0 1 0 -1.10771,0.002 1.111646,1.111646 0 0 1 -2.22329,0.003 0.55551268,0.55551268 0 1 0 -1.09592,0.006 1.1116432,1.1116432 0 0 1 -2.22328,0.003 0.55551268,0.55551268 0 1 0 -1.10772,10e-4 1.1116437,1.1116437 0 0 1 -2.22328,0.003 0.55551268,0.55551268 0 1 0 -1.10772,0.002 1.1116437,1.1116437 0 0 1 -2.22328,0.003 0.55551268,0.55551268 0 0 0 -1.10772,10e-4 1.1116432,1.1116432 0 1 1 -2.22327,0.003 0.56371602,0.56371602 0 1 0 -1.12735,0.0136 1.1116439,1.1116439 0 0 1 -2.22328,0.003 0.55551268,0.55551268 0 0 0 -1.10771,10e-4 1.1110255,1.1110255 0 0 1 -1.10983,1.11346 l -8.335342,0.0136 v 0 a 10.52141,10.52141 0 0 1 -4.98682,1.12372 c -5.40502,0.009 -10.46772,-2.04122 -12.99939,-3.26263 a 3.855258,3.855258 0 0 1 -2.20157,-3.5356 z m 7.69224,0.6552 1.91087,1.12032 a 3.3330761,3.3330761 0 0 0 4.55063,-1.22907 l 5.28008,-9.16103 a 3.3330761,3.3330761 0 0 0 -1.22907,-4.55063 l -1.91087,-1.12031 a 3.3330761,3.3330761 0 0 0 -4.55064,1.22907 l -5.26044,9.14921 a 3.3330761,3.3330761 0 0 0 1.22905,4.55063 z"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
</svg>
|
After Width: | Height: | Size: 8.7 KiB |
364
web/app/themes/la_mine/asset/images/objet_drag_1.svg
Normal file
@ -0,0 +1,364 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||||
|
<svg
|
||||||
|
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
||||||
|
xmlns:cc="http://creativecommons.org/ns#"
|
||||||
|
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||||
|
xmlns:svg="http://www.w3.org/2000/svg"
|
||||||
|
xmlns="http://www.w3.org/2000/svg"
|
||||||
|
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||||
|
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||||
|
height="1008.842"
|
||||||
|
width="1116.005"
|
||||||
|
version="1.1"
|
||||||
|
id="svg6"
|
||||||
|
sodipodi:docname="objet_drag_1.svg"
|
||||||
|
inkscape:version="0.92.4 5da689c313, 2019-01-14">
|
||||||
|
<metadata
|
||||||
|
id="metadata12">
|
||||||
|
<rdf:RDF>
|
||||||
|
<cc:Work
|
||||||
|
rdf:about="">
|
||||||
|
<dc:format>image/svg+xml</dc:format>
|
||||||
|
<dc:type
|
||||||
|
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
||||||
|
<dc:title></dc:title>
|
||||||
|
</cc:Work>
|
||||||
|
</rdf:RDF>
|
||||||
|
</metadata>
|
||||||
|
<defs
|
||||||
|
id="defs10" />
|
||||||
|
<sodipodi:namedview
|
||||||
|
pagecolor="#ffffff"
|
||||||
|
bordercolor="#666666"
|
||||||
|
borderopacity="1"
|
||||||
|
objecttolerance="10"
|
||||||
|
gridtolerance="10"
|
||||||
|
guidetolerance="10"
|
||||||
|
inkscape:pageopacity="0"
|
||||||
|
inkscape:pageshadow="2"
|
||||||
|
inkscape:window-width="1179"
|
||||||
|
inkscape:window-height="869"
|
||||||
|
id="namedview8"
|
||||||
|
showgrid="false"
|
||||||
|
inkscape:zoom="0.23393158"
|
||||||
|
inkscape:cx="996.1648"
|
||||||
|
inkscape:cy="504.42099"
|
||||||
|
inkscape:window-x="2786"
|
||||||
|
inkscape:window-y="45"
|
||||||
|
inkscape:window-maximized="0"
|
||||||
|
inkscape:current-layer="svg6" />
|
||||||
|
<g
|
||||||
|
style="enable-background:new"
|
||||||
|
id="g4758"
|
||||||
|
transform="matrix(10.197967,0,0,10.197967,4604.0543,-4283.3457)">
|
||||||
|
<g
|
||||||
|
id="g796"
|
||||||
|
transform="matrix(0.35277777,0,0,-0.35277777,-627.16123,585.13499)">
|
||||||
|
<g
|
||||||
|
id="g798"
|
||||||
|
transform="matrix(0.93382,0.35773,-0.35773,0.93382,496.4698,399.35638)">
|
||||||
|
<g
|
||||||
|
id="g800">
|
||||||
|
<path
|
||||||
|
d="M 120.558,0 92.2299,-44.7232 41.8695,-28.7276 48.8292,-81.252 0,-101.468 l 38.991,-35.748 -24.4499,-46.969 52.7778,-2.246 11.3696,-51.744 41.8695,32.306 41.87,-32.306 11.369,51.744 52.779,2.246 -24.452,46.969 38.991,35.748 -48.828,20.216 6.96,52.5244 -50.361,-15.9956 z"
|
||||||
|
style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none"
|
||||||
|
id="path802"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
</g>
|
||||||
|
<path
|
||||||
|
d="M 120.558,0 92.2299,-44.7232 41.8695,-28.7276 48.8292,-81.252 0,-101.468 l 38.991,-35.748 -24.4499,-46.969 52.7778,-2.246 11.3696,-51.744 41.8695,32.306 41.87,-32.306 11.369,51.744 52.779,2.246 -24.452,46.969 38.991,35.748 -48.828,20.216 6.96,52.5244 -50.361,-15.9956 z"
|
||||||
|
style="fill:none;stroke:#f40000;stroke-width:6.96460581;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
|
||||||
|
id="path804"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
<g
|
||||||
|
id="g806"
|
||||||
|
transform="matrix(0.35277777,0,0,-0.35277777,-627.16123,585.13499)"
|
||||||
|
style="fill:#000000;fill-opacity:1">
|
||||||
|
<g
|
||||||
|
id="g808"
|
||||||
|
transform="matrix(0.95665,0.29125,-0.29125,0.95665,562.69766,342.52275)"
|
||||||
|
style="fill:#000000;fill-opacity:1">
|
||||||
|
<g
|
||||||
|
id="g810"
|
||||||
|
style="fill:#000000;fill-opacity:1">
|
||||||
|
<g
|
||||||
|
id="g812"
|
||||||
|
style="fill:#000000;fill-opacity:1">
|
||||||
|
<text
|
||||||
|
transform="matrix(1,0,0,-1,29.275,-19.6)"
|
||||||
|
style="font-variant:normal;font-weight:bold;font-size:28px;font-family:Millimetre;-inkscape-font-specification:Millimetre-Bold;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||||
|
id="text816">
|
||||||
|
<tspan
|
||||||
|
x="0"
|
||||||
|
y="0"
|
||||||
|
id="tspan814"
|
||||||
|
style="fill:#000000;fill-opacity:1">E</tspan>
|
||||||
|
</text>
|
||||||
|
<text
|
||||||
|
transform="matrix(1,0,0,-1,45.975,-19.6)"
|
||||||
|
style="font-variant:normal;font-weight:bold;font-size:28px;font-family:Millimetre;-inkscape-font-specification:Millimetre-Bold;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||||
|
id="text820">
|
||||||
|
<tspan
|
||||||
|
x="0"
|
||||||
|
y="0"
|
||||||
|
id="tspan818"
|
||||||
|
style="fill:#000000;fill-opacity:1">s</tspan>
|
||||||
|
</text>
|
||||||
|
<text
|
||||||
|
transform="matrix(1,0,0,-1,62.675,-19.6)"
|
||||||
|
style="font-variant:normal;font-weight:bold;font-size:28px;font-family:Millimetre;-inkscape-font-specification:Millimetre-Bold;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||||
|
id="text824">
|
||||||
|
<tspan
|
||||||
|
x="0"
|
||||||
|
y="0"
|
||||||
|
id="tspan822"
|
||||||
|
style="fill:#000000;fill-opacity:1">p</tspan>
|
||||||
|
</text>
|
||||||
|
<text
|
||||||
|
transform="matrix(1,0,0,-1,79.375,-19.6)"
|
||||||
|
style="font-variant:normal;font-weight:bold;font-size:28px;font-family:Millimetre;-inkscape-font-specification:Millimetre-Bold;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||||
|
id="text828">
|
||||||
|
<tspan
|
||||||
|
x="0"
|
||||||
|
y="0"
|
||||||
|
id="tspan826"
|
||||||
|
style="fill:#000000;fill-opacity:1">a</tspan>
|
||||||
|
</text>
|
||||||
|
<text
|
||||||
|
transform="matrix(1,0,0,-1,96.075,-19.6)"
|
||||||
|
style="font-variant:normal;font-weight:bold;font-size:28px;font-family:Millimetre;-inkscape-font-specification:Millimetre-Bold;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||||
|
id="text832">
|
||||||
|
<tspan
|
||||||
|
x="0"
|
||||||
|
y="0"
|
||||||
|
id="tspan830"
|
||||||
|
style="fill:#000000;fill-opacity:1">c</tspan>
|
||||||
|
</text>
|
||||||
|
<text
|
||||||
|
transform="matrix(1,0,0,-1,112.775,-19.6)"
|
||||||
|
style="font-variant:normal;font-weight:bold;font-size:28px;font-family:Millimetre;-inkscape-font-specification:Millimetre-Bold;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||||
|
id="text836">
|
||||||
|
<tspan
|
||||||
|
x="0"
|
||||||
|
y="0"
|
||||||
|
id="tspan834"
|
||||||
|
style="fill:#000000;fill-opacity:1">e</tspan>
|
||||||
|
</text>
|
||||||
|
<text
|
||||||
|
transform="matrix(1,0,0,-1,9.125,-47.6)"
|
||||||
|
style="font-variant:normal;font-weight:bold;font-size:28px;font-family:Millimetre;-inkscape-font-specification:Millimetre-Bold;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||||
|
id="text840">
|
||||||
|
<tspan
|
||||||
|
x="0"
|
||||||
|
y="0"
|
||||||
|
id="tspan838"
|
||||||
|
style="fill:#000000;fill-opacity:1">C</tspan>
|
||||||
|
</text>
|
||||||
|
<text
|
||||||
|
transform="matrix(1,0,0,-1,25.825,-47.6)"
|
||||||
|
style="font-variant:normal;font-weight:bold;font-size:28px;font-family:Millimetre;-inkscape-font-specification:Millimetre-Bold;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||||
|
id="text844">
|
||||||
|
<tspan
|
||||||
|
x="0"
|
||||||
|
y="0"
|
||||||
|
id="tspan842"
|
||||||
|
style="fill:#000000;fill-opacity:1">o</tspan>
|
||||||
|
</text>
|
||||||
|
<text
|
||||||
|
transform="matrix(1,0,0,-1,42.525,-47.6)"
|
||||||
|
style="font-variant:normal;font-weight:bold;font-size:28px;font-family:Millimetre;-inkscape-font-specification:Millimetre-Bold;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||||
|
id="text848">
|
||||||
|
<tspan
|
||||||
|
x="0"
|
||||||
|
y="0"
|
||||||
|
id="tspan846"
|
||||||
|
style="fill:#000000;fill-opacity:1">-</tspan>
|
||||||
|
</text>
|
||||||
|
<text
|
||||||
|
transform="matrix(1,0,0,-1,48.025,-47.6)"
|
||||||
|
style="font-variant:normal;font-weight:bold;font-size:28px;font-family:Millimetre;-inkscape-font-specification:Millimetre-Bold;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||||
|
id="text852">
|
||||||
|
<tspan
|
||||||
|
x="0"
|
||||||
|
y="0"
|
||||||
|
id="tspan850"
|
||||||
|
style="fill:#000000;fill-opacity:1">w</tspan>
|
||||||
|
</text>
|
||||||
|
<text
|
||||||
|
transform="matrix(1,0,0,-1,70.325,-47.6)"
|
||||||
|
style="font-variant:normal;font-weight:bold;font-size:28px;font-family:Millimetre;-inkscape-font-specification:Millimetre-Bold;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||||
|
id="text856">
|
||||||
|
<tspan
|
||||||
|
x="0"
|
||||||
|
y="0"
|
||||||
|
id="tspan854"
|
||||||
|
style="fill:#000000;fill-opacity:1">o</tspan>
|
||||||
|
</text>
|
||||||
|
<text
|
||||||
|
transform="matrix(1,0,0,-1,87.025,-47.6)"
|
||||||
|
style="font-variant:normal;font-weight:bold;font-size:28px;font-family:Millimetre;-inkscape-font-specification:Millimetre-Bold;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||||
|
id="text860">
|
||||||
|
<tspan
|
||||||
|
x="0"
|
||||||
|
y="0"
|
||||||
|
id="tspan858"
|
||||||
|
style="fill:#000000;fill-opacity:1">r</tspan>
|
||||||
|
</text>
|
||||||
|
<text
|
||||||
|
transform="matrix(1,0,0,-1,98.125,-47.6)"
|
||||||
|
style="font-variant:normal;font-weight:bold;font-size:28px;font-family:Millimetre;-inkscape-font-specification:Millimetre-Bold;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||||
|
id="text864">
|
||||||
|
<tspan
|
||||||
|
x="0"
|
||||||
|
y="0"
|
||||||
|
id="tspan862"
|
||||||
|
style="fill:#000000;fill-opacity:1">k</tspan>
|
||||||
|
</text>
|
||||||
|
<text
|
||||||
|
transform="matrix(1,0,0,-1,114.825,-47.6)"
|
||||||
|
style="font-variant:normal;font-weight:bold;font-size:28px;font-family:Millimetre;-inkscape-font-specification:Millimetre-Bold;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||||
|
id="text868">
|
||||||
|
<tspan
|
||||||
|
x="0"
|
||||||
|
y="0"
|
||||||
|
id="tspan866"
|
||||||
|
style="fill:#000000;fill-opacity:1">i</tspan>
|
||||||
|
</text>
|
||||||
|
<text
|
||||||
|
transform="matrix(1,0,0,-1,121.725,-47.6)"
|
||||||
|
style="font-variant:normal;font-weight:bold;font-size:28px;font-family:Millimetre;-inkscape-font-specification:Millimetre-Bold;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||||
|
id="text872">
|
||||||
|
<tspan
|
||||||
|
x="0"
|
||||||
|
y="0"
|
||||||
|
id="tspan870"
|
||||||
|
style="fill:#000000;fill-opacity:1">n</tspan>
|
||||||
|
</text>
|
||||||
|
<text
|
||||||
|
transform="matrix(1,0,0,-1,138.425,-47.6)"
|
||||||
|
style="font-variant:normal;font-weight:bold;font-size:28px;font-family:Millimetre;-inkscape-font-specification:Millimetre-Bold;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||||
|
id="text876">
|
||||||
|
<tspan
|
||||||
|
x="0"
|
||||||
|
y="0"
|
||||||
|
id="tspan874"
|
||||||
|
style="fill:#000000;fill-opacity:1">g</tspan>
|
||||||
|
</text>
|
||||||
|
<text
|
||||||
|
transform="matrix(1,0,0,-1,10.625,-75.6)"
|
||||||
|
style="font-variant:normal;font-weight:bold;font-size:28px;font-family:Millimetre;-inkscape-font-specification:Millimetre-Bold;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||||
|
id="text880">
|
||||||
|
<tspan
|
||||||
|
x="0"
|
||||||
|
y="0"
|
||||||
|
id="tspan878"
|
||||||
|
style="fill:#000000;fill-opacity:1">W</tspan>
|
||||||
|
</text>
|
||||||
|
<text
|
||||||
|
transform="matrix(1,0,0,-1,32.925,-75.6)"
|
||||||
|
style="font-variant:normal;font-weight:bold;font-size:28px;font-family:Millimetre;-inkscape-font-specification:Millimetre-Bold;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||||
|
id="text884">
|
||||||
|
<tspan
|
||||||
|
x="0"
|
||||||
|
y="0"
|
||||||
|
id="tspan882"
|
||||||
|
style="fill:#000000;fill-opacity:1">i</tspan>
|
||||||
|
</text>
|
||||||
|
<text
|
||||||
|
transform="matrix(1,0,0,-1,39.825,-75.6)"
|
||||||
|
style="font-variant:normal;font-weight:bold;font-size:28px;font-family:Millimetre;-inkscape-font-specification:Millimetre-Bold;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||||
|
id="text888">
|
||||||
|
<tspan
|
||||||
|
x="0"
|
||||||
|
y="0"
|
||||||
|
id="tspan886"
|
||||||
|
style="fill:#000000;fill-opacity:1">f</tspan>
|
||||||
|
</text>
|
||||||
|
<text
|
||||||
|
transform="matrix(1,0,0,-1,50.925,-75.6)"
|
||||||
|
style="font-variant:normal;font-weight:bold;font-size:28px;font-family:Millimetre;-inkscape-font-specification:Millimetre-Bold;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||||
|
id="text892">
|
||||||
|
<tspan
|
||||||
|
x="0"
|
||||||
|
y="0"
|
||||||
|
id="tspan890"
|
||||||
|
style="fill:#000000;fill-opacity:1">i</tspan>
|
||||||
|
</text>
|
||||||
|
<text
|
||||||
|
transform="matrix(1,0,0,-1,63.325,-75.6)"
|
||||||
|
style="font-variant:normal;font-weight:bold;font-size:28px;font-family:Millimetre;-inkscape-font-specification:Millimetre-Bold;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||||
|
id="text896">
|
||||||
|
<tspan
|
||||||
|
x="0"
|
||||||
|
y="0"
|
||||||
|
id="tspan894"
|
||||||
|
style="fill:#000000;fill-opacity:1">g</tspan>
|
||||||
|
</text>
|
||||||
|
<text
|
||||||
|
transform="matrix(1,0,0,-1,80.025,-75.6)"
|
||||||
|
style="font-variant:normal;font-weight:bold;font-size:28px;font-family:Millimetre;-inkscape-font-specification:Millimetre-Bold;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||||
|
id="text900">
|
||||||
|
<tspan
|
||||||
|
x="0"
|
||||||
|
y="0"
|
||||||
|
id="tspan898"
|
||||||
|
style="fill:#000000;fill-opacity:1">r</tspan>
|
||||||
|
</text>
|
||||||
|
<text
|
||||||
|
transform="matrix(1,0,0,-1,91.125,-75.6)"
|
||||||
|
style="font-variant:normal;font-weight:bold;font-size:28px;font-family:Millimetre;-inkscape-font-specification:Millimetre-Bold;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||||
|
id="text904">
|
||||||
|
<tspan
|
||||||
|
x="0"
|
||||||
|
y="0"
|
||||||
|
id="tspan902"
|
||||||
|
style="fill:#000000;fill-opacity:1">a</tspan>
|
||||||
|
</text>
|
||||||
|
<text
|
||||||
|
transform="matrix(1,0,0,-1,107.825,-75.6)"
|
||||||
|
style="font-variant:normal;font-weight:bold;font-size:28px;font-family:Millimetre;-inkscape-font-specification:Millimetre-Bold;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||||
|
id="text908">
|
||||||
|
<tspan
|
||||||
|
x="0"
|
||||||
|
y="0"
|
||||||
|
id="tspan906"
|
||||||
|
style="fill:#000000;fill-opacity:1">t</tspan>
|
||||||
|
</text>
|
||||||
|
<text
|
||||||
|
transform="matrix(1,0,0,-1,118.925,-75.6)"
|
||||||
|
style="font-variant:normal;font-weight:bold;font-size:28px;font-family:Millimetre;-inkscape-font-specification:Millimetre-Bold;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||||
|
id="text912">
|
||||||
|
<tspan
|
||||||
|
x="0"
|
||||||
|
y="0"
|
||||||
|
id="tspan910"
|
||||||
|
style="fill:#000000;fill-opacity:1">u</tspan>
|
||||||
|
</text>
|
||||||
|
<text
|
||||||
|
transform="matrix(1,0,0,-1,135.625,-75.6)"
|
||||||
|
style="font-variant:normal;font-weight:bold;font-size:28px;font-family:Millimetre;-inkscape-font-specification:Millimetre-Bold;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||||
|
id="text916">
|
||||||
|
<tspan
|
||||||
|
x="0"
|
||||||
|
y="0"
|
||||||
|
id="tspan914"
|
||||||
|
style="fill:#000000;fill-opacity:1">i</tspan>
|
||||||
|
</text>
|
||||||
|
<text
|
||||||
|
transform="matrix(1,0,0,-1,142.525,-75.6)"
|
||||||
|
style="font-variant:normal;font-weight:bold;font-size:28px;font-family:Millimetre;-inkscape-font-specification:Millimetre-Bold;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||||
|
id="text920">
|
||||||
|
<tspan
|
||||||
|
x="0"
|
||||||
|
y="0"
|
||||||
|
id="tspan918"
|
||||||
|
style="fill:#000000;fill-opacity:1">t</tspan>
|
||||||
|
</text>
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
</svg>
|
After Width: | Height: | Size: 17 KiB |
73
web/app/themes/la_mine/asset/images/objet_drag_2.svg
Normal file
@ -0,0 +1,73 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||||
|
<svg
|
||||||
|
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
||||||
|
xmlns:cc="http://creativecommons.org/ns#"
|
||||||
|
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||||
|
xmlns:svg="http://www.w3.org/2000/svg"
|
||||||
|
xmlns="http://www.w3.org/2000/svg"
|
||||||
|
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||||
|
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||||
|
height="1008.842"
|
||||||
|
width="1116.005"
|
||||||
|
version="1.1"
|
||||||
|
id="svg6"
|
||||||
|
sodipodi:docname="objet_drag_2.svg"
|
||||||
|
inkscape:version="0.92.4 5da689c313, 2019-01-14">
|
||||||
|
<metadata
|
||||||
|
id="metadata12">
|
||||||
|
<rdf:RDF>
|
||||||
|
<cc:Work
|
||||||
|
rdf:about="">
|
||||||
|
<dc:format>image/svg+xml</dc:format>
|
||||||
|
<dc:type
|
||||||
|
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
||||||
|
<dc:title></dc:title>
|
||||||
|
</cc:Work>
|
||||||
|
</rdf:RDF>
|
||||||
|
</metadata>
|
||||||
|
<defs
|
||||||
|
id="defs10" />
|
||||||
|
<sodipodi:namedview
|
||||||
|
pagecolor="#ffffff"
|
||||||
|
bordercolor="#666666"
|
||||||
|
borderopacity="1"
|
||||||
|
objecttolerance="10"
|
||||||
|
gridtolerance="10"
|
||||||
|
guidetolerance="10"
|
||||||
|
inkscape:pageopacity="0"
|
||||||
|
inkscape:pageshadow="2"
|
||||||
|
inkscape:window-width="1179"
|
||||||
|
inkscape:window-height="869"
|
||||||
|
id="namedview8"
|
||||||
|
showgrid="false"
|
||||||
|
inkscape:zoom="0.33082922"
|
||||||
|
inkscape:cx="851.82494"
|
||||||
|
inkscape:cy="80.904051"
|
||||||
|
inkscape:window-x="2786"
|
||||||
|
inkscape:window-y="45"
|
||||||
|
inkscape:window-maximized="0"
|
||||||
|
inkscape:current-layer="svg6" />
|
||||||
|
<g
|
||||||
|
style="enable-background:new"
|
||||||
|
id="g4694"
|
||||||
|
transform="matrix(9.1609582,-0.95788842,0.95788842,9.1609582,1789.9792,5000.2885)">
|
||||||
|
<ellipse
|
||||||
|
ry="13.875243"
|
||||||
|
rx="48.055721"
|
||||||
|
cy="-502.30591"
|
||||||
|
cx="-83.608337"
|
||||||
|
id="path4684"
|
||||||
|
style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:#ff0000;stroke-width:2.11666679;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal" />
|
||||||
|
<text
|
||||||
|
id="text4689"
|
||||||
|
y="-497.43756"
|
||||||
|
x="-83.608345"
|
||||||
|
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.93888903px;line-height:1.25;font-family:'Universalis ADF Std';-inkscape-font-specification:'Universalis ADF Std, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.26458335"
|
||||||
|
xml:space="preserve"><tspan
|
||||||
|
style="font-style:normal;font-variant:normal;font-weight:800;font-stretch:normal;font-size:14.11111164px;font-family:Millimetre;-inkscape-font-specification:'Millimetre, Ultra-Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:center;writing-mode:lr-tb;text-anchor:middle;stroke-width:0.26458335"
|
||||||
|
y="-497.43756"
|
||||||
|
x="-83.608345"
|
||||||
|
id="tspan4687"
|
||||||
|
sodipodi:role="line">Fab Lab</tspan></text>
|
||||||
|
</g>
|
||||||
|
</svg>
|
After Width: | Height: | Size: 3.0 KiB |
231
web/app/themes/la_mine/asset/images/objet_drag_3.svg
Normal file
@ -0,0 +1,231 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||||
|
<svg
|
||||||
|
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
||||||
|
xmlns:cc="http://creativecommons.org/ns#"
|
||||||
|
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||||
|
xmlns:svg="http://www.w3.org/2000/svg"
|
||||||
|
xmlns="http://www.w3.org/2000/svg"
|
||||||
|
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||||
|
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||||
|
height="1008.842"
|
||||||
|
width="1116.005"
|
||||||
|
version="1.1"
|
||||||
|
id="svg6"
|
||||||
|
sodipodi:docname="objet_drag_3.svg"
|
||||||
|
inkscape:version="0.92.4 5da689c313, 2019-01-14">
|
||||||
|
<metadata
|
||||||
|
id="metadata12">
|
||||||
|
<rdf:RDF>
|
||||||
|
<cc:Work
|
||||||
|
rdf:about="">
|
||||||
|
<dc:format>image/svg+xml</dc:format>
|
||||||
|
<dc:type
|
||||||
|
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
||||||
|
<dc:title></dc:title>
|
||||||
|
</cc:Work>
|
||||||
|
</rdf:RDF>
|
||||||
|
</metadata>
|
||||||
|
<defs
|
||||||
|
id="defs10" />
|
||||||
|
<sodipodi:namedview
|
||||||
|
pagecolor="#ffffff"
|
||||||
|
bordercolor="#666666"
|
||||||
|
borderopacity="1"
|
||||||
|
objecttolerance="10"
|
||||||
|
gridtolerance="10"
|
||||||
|
guidetolerance="10"
|
||||||
|
inkscape:pageopacity="0"
|
||||||
|
inkscape:pageshadow="2"
|
||||||
|
inkscape:window-width="1179"
|
||||||
|
inkscape:window-height="869"
|
||||||
|
id="namedview8"
|
||||||
|
showgrid="false"
|
||||||
|
inkscape:zoom="0.33082922"
|
||||||
|
inkscape:cx="798.92756"
|
||||||
|
inkscape:cy="80.904051"
|
||||||
|
inkscape:window-x="2786"
|
||||||
|
inkscape:window-y="45"
|
||||||
|
inkscape:window-maximized="0"
|
||||||
|
inkscape:current-layer="svg6" />
|
||||||
|
<g
|
||||||
|
style="enable-background:new"
|
||||||
|
id="g4595"
|
||||||
|
transform="matrix(18.091825,0,0,18.091825,-6980.8556,11151.482)">
|
||||||
|
<g
|
||||||
|
id="g5020"
|
||||||
|
transform="translate(0.11174708)">
|
||||||
|
<g
|
||||||
|
transform="matrix(0.19067539,0.12260851,0.12260851,-0.19067539,236.5936,-417.37868)"
|
||||||
|
id="g1034"
|
||||||
|
style="fill:#ffffff;fill-opacity:1;stroke:#ff0000;stroke-opacity:1">
|
||||||
|
<g
|
||||||
|
transform="matrix(0.97488,0.22274,-0.22274,0.97488,122.87875,1077.9731)"
|
||||||
|
id="g1036"
|
||||||
|
style="fill:#ffffff;fill-opacity:1;stroke:#ff0000;stroke-opacity:1">
|
||||||
|
<g
|
||||||
|
id="g1038"
|
||||||
|
style="fill:#ffffff;fill-opacity:1;stroke:#ff0000;stroke-opacity:1">
|
||||||
|
<path
|
||||||
|
inkscape:connector-curvature="0"
|
||||||
|
id="path1040"
|
||||||
|
style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:#ff0000;stroke-opacity:1"
|
||||||
|
d="M 83.4834,0 C 76.8726,-0.00772 71.2769,-4.76312 70.363,-11.1501 c -2.3481,4.06168 -6.7548,6.57671 -11.5349,6.58314 -6.0472,-0.00782 -11.3234,-4.00476 -12.8286,-9.71824 -2.503,3.2398 -6.4187,5.14678 -10.5774,5.15132 -6.8103,2.3e-4 -12.5141,-5.03112 -13.1972,-11.64132 -2.4427,2.1946 -5.6403,3.4156 -8.9611,3.4215 -7.32544,0 -13.26386,-5.793 -13.2638,-12.9391 0.00605,-5.0485 3.02158,-9.6325 7.72375,-11.7412 -0.96962,-1.829 -1.47778,-3.8573 -1.48225,-5.9163 -7e-5,-7.1461 5.9384,-12.9392 13.2638,-12.9391 4.0084,0.0042 7.7998,1.7766 10.3145,4.8217 1.0218,-6.2818 6.5723,-10.9076 13.0922,-10.9112 5.471,0.0059 10.3769,3.2881 12.3533,8.2647 0.3898,-6.8548 6.1997,-12.2192 13.2373,-12.2223 5.3832,0.0029 10.2306,3.1796 12.2688,8.04 1.2084,-6.0791 6.6626,-10.4708 13.0103,-10.4758 6.5193,0.0078 12.0663,4.6362 13.0843,10.9178 0.881,-6.4192 6.492,-11.214 13.131,-11.2217 7.325,0 13.264,5.793 13.264,12.9391 -0.003,0.1555 -0.009,0.3109 -0.017,0.4662 0.013,0 0.027,0 0.041,0 -0.011,-0.1555 -0.019,-0.3112 -0.024,-0.467 0,-7.1461 5.938,-12.9392 13.263,-12.9391 7.23,0.0051 13.123,5.6566 13.252,12.7076 1.292,-5.9815 6.698,-10.2655 12.964,-10.2726 6.502,0.0075 12.04,4.612 13.077,10.8737 2.232,-4.4179 6.841,-7.2168 11.889,-7.2201 6.733,0.0043 12.395,4.9287 13.168,11.4532 2.436,-3.7206 6.65,-5.9724 11.175,-5.973 7.326,-1e-4 13.264,5.793 13.264,12.9391 -0.004,0.6398 -0.057,1.2784 -0.158,1.9105 0.307,0.1255 0.608,0.2515 0.904,0.378 0.933,-0.2029 1.886,-0.3068 2.843,-0.3097 7.325,-10e-5 13.263,5.793 13.263,12.9391 0,7.1461 -5.938,12.9392 -13.263,12.9391 -2.418,-0.0045 -4.788,-0.6533 -6.855,-1.8764 -0.393,0.142 -0.794,0.2833 -1.202,0.4237 -0.751,6.5417 -6.417,11.4908 -13.165,11.4989 -4.454,-0.0035 -8.609,-2.1877 -11.061,-5.8148 -0.527,0.0875 -1.058,0.1741 -1.592,0.2598 -0.212,6.99124 -6.081,12.55286 -13.251,12.55694 -5.874,-0.00354 -11.046,-3.77629 -12.711,-9.27204 -0.396,0.039 -0.793,0.0776 -1.191,0.1157 -0.24,6.97036 -6.1,12.5013 -13.249,12.50541 -6.415,-0.00521 -11.906,-4.48786 -13.043,-10.64651 -0.721,6.56898 -6.4,11.55272 -13.172,11.56055 -6.648,-0.00708 -12.264,-4.81453 -13.135,-11.24425 -0.099,-0.0014 -0.198,-0.0028 -0.297,-0.0042 -1.008,6.29495 -6.564,10.93719 -13.095,10.94195 -6.821,-4.6e-4 -12.5303,-5.04858 -13.1987,-11.67125 -0.6575,-0.0288 -1.3137,-0.0588 -1.9687,-0.0899 -0.4709,6.79113 -6.2548,12.06522 -13.2322,12.06586 z" />
|
||||||
|
</g>
|
||||||
|
<path
|
||||||
|
inkscape:connector-curvature="0"
|
||||||
|
id="path1042"
|
||||||
|
style="fill:#ffffff;fill-opacity:1;stroke:#ff0000;stroke-width:3.70638609;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
|
||||||
|
d="M 83.4834,0 C 76.8726,-0.00772 71.2769,-4.76312 70.363,-11.1501 c -2.3481,4.06168 -6.7548,6.57671 -11.5349,6.58314 -6.0472,-0.00782 -11.3234,-4.00476 -12.8286,-9.71824 -2.503,3.2398 -6.4187,5.14678 -10.5774,5.15132 -6.8103,2.3e-4 -12.5141,-5.03112 -13.1972,-11.64132 -2.4427,2.1946 -5.6403,3.4156 -8.9611,3.4215 -7.32544,0 -13.26386,-5.793 -13.2638,-12.9391 0.00605,-5.0485 3.02158,-9.6325 7.72375,-11.7412 -0.96962,-1.829 -1.47778,-3.8573 -1.48225,-5.9163 -7e-5,-7.1461 5.9384,-12.9392 13.2638,-12.9391 4.0084,0.0042 7.7998,1.7766 10.3145,4.8217 1.0218,-6.2818 6.5723,-10.9076 13.0922,-10.9112 5.471,0.0059 10.3769,3.2881 12.3533,8.2647 0.3898,-6.8548 6.1997,-12.2192 13.2373,-12.2223 5.3832,0.0029 10.2306,3.1796 12.2688,8.04 1.2084,-6.0791 6.6626,-10.4708 13.0103,-10.4758 6.5193,0.0078 12.0663,4.6362 13.0843,10.9178 0.881,-6.4192 6.492,-11.214 13.131,-11.2217 7.325,0 13.264,5.793 13.264,12.9391 -0.003,0.1555 -0.009,0.3109 -0.017,0.4662 0.013,0 0.027,0 0.041,0 -0.011,-0.1555 -0.019,-0.3112 -0.024,-0.467 0,-7.1461 5.938,-12.9392 13.263,-12.9391 7.23,0.0051 13.123,5.6566 13.252,12.7076 1.292,-5.9815 6.698,-10.2655 12.964,-10.2726 6.502,0.0075 12.04,4.612 13.077,10.8737 2.232,-4.4179 6.841,-7.2168 11.889,-7.2201 6.733,0.0043 12.395,4.9287 13.168,11.4532 2.436,-3.7206 6.65,-5.9724 11.175,-5.973 7.326,-1e-4 13.264,5.793 13.264,12.9391 -0.004,0.6398 -0.057,1.2784 -0.158,1.9105 0.307,0.1255 0.608,0.2515 0.904,0.378 0.933,-0.2029 1.886,-0.3068 2.843,-0.3097 7.325,-10e-5 13.263,5.793 13.263,12.9391 0,7.1461 -5.938,12.9392 -13.263,12.9391 -2.418,-0.0045 -4.788,-0.6533 -6.855,-1.8764 -0.393,0.142 -0.794,0.2833 -1.202,0.4237 -0.751,6.5417 -6.417,11.4908 -13.165,11.4989 -4.454,-0.0035 -8.609,-2.1877 -11.061,-5.8148 -0.527,0.0875 -1.058,0.1741 -1.592,0.2598 -0.212,6.99124 -6.081,12.55286 -13.251,12.55694 -5.874,-0.00354 -11.046,-3.77629 -12.711,-9.27204 -0.396,0.039 -0.793,0.0776 -1.191,0.1157 -0.24,6.97036 -6.1,12.5013 -13.249,12.50541 -6.415,-0.00521 -11.906,-4.48786 -13.043,-10.64651 -0.721,6.56898 -6.4,11.55272 -13.172,11.56055 -6.648,-0.00708 -12.264,-4.81453 -13.135,-11.24425 -0.099,-0.0014 -0.198,-0.0028 -0.297,-0.0042 -1.008,6.29495 -6.564,10.93719 -13.095,10.94195 -6.821,-4.6e-4 -12.5303,-5.04858 -13.1987,-11.67125 -0.6575,-0.0288 -1.3137,-0.0588 -1.9687,-0.0899 -0.4709,6.79113 -6.2548,12.06522 -13.2322,12.06586 z" />
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
<g
|
||||||
|
style="fill:#000002;fill-opacity:1"
|
||||||
|
transform="matrix(0.19067539,0.12260851,0.12260851,-0.19067539,236.5936,-417.37868)"
|
||||||
|
id="g1044">
|
||||||
|
<g
|
||||||
|
style="fill:#000002;fill-opacity:1"
|
||||||
|
transform="matrix(0.98133,0.19232,-0.19232,0.98133,148.06539,1066.1704)"
|
||||||
|
id="g1046">
|
||||||
|
<g
|
||||||
|
style="fill:#000002;fill-opacity:1"
|
||||||
|
id="g1048">
|
||||||
|
<g
|
||||||
|
style="fill:#000002;fill-opacity:1"
|
||||||
|
id="g1050">
|
||||||
|
<text
|
||||||
|
id="text1054"
|
||||||
|
style="font-variant:normal;font-weight:bold;font-size:28px;font-family:Millimetre;-inkscape-font-specification:Millimetre-Bold;writing-mode:lr-tb;fill:#000002;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||||
|
transform="matrix(1,0,0,-1,5.66929,-25.26929)">
|
||||||
|
<tspan
|
||||||
|
style="fill:#000002;fill-opacity:1"
|
||||||
|
id="tspan1052"
|
||||||
|
y="0"
|
||||||
|
x="0">B</tspan>
|
||||||
|
</text>
|
||||||
|
<text
|
||||||
|
id="text1058"
|
||||||
|
style="font-variant:normal;font-weight:bold;font-size:28px;font-family:Millimetre;-inkscape-font-specification:Millimetre-Bold;writing-mode:lr-tb;fill:#000002;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||||
|
transform="matrix(1,0,0,-1,22.36929,-25.26929)">
|
||||||
|
<tspan
|
||||||
|
style="fill:#000002;fill-opacity:1"
|
||||||
|
id="tspan1056"
|
||||||
|
y="0"
|
||||||
|
x="0">A</tspan>
|
||||||
|
</text>
|
||||||
|
<text
|
||||||
|
id="text1062"
|
||||||
|
style="font-variant:normal;font-weight:bold;font-size:28px;font-family:Millimetre;-inkscape-font-specification:Millimetre-Bold;writing-mode:lr-tb;fill:#000002;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||||
|
transform="matrix(1,0,0,-1,39.06929,-25.26929)">
|
||||||
|
<tspan
|
||||||
|
style="fill:#000002;fill-opacity:1"
|
||||||
|
id="tspan1060"
|
||||||
|
y="0"
|
||||||
|
x="0">R</tspan>
|
||||||
|
</text>
|
||||||
|
<text
|
||||||
|
id="text1066"
|
||||||
|
style="font-variant:normal;font-weight:bold;font-size:28px;font-family:Millimetre;-inkscape-font-specification:Millimetre-Bold;writing-mode:lr-tb;fill:#000002;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||||
|
transform="matrix(1,0,0,-1,61.26929,-25.26929)">
|
||||||
|
<tspan
|
||||||
|
style="fill:#000002;fill-opacity:1"
|
||||||
|
id="tspan1064"
|
||||||
|
y="0"
|
||||||
|
x="0">A</tspan>
|
||||||
|
</text>
|
||||||
|
<text
|
||||||
|
id="text1070"
|
||||||
|
style="font-variant:normal;font-weight:bold;font-size:28px;font-family:Millimetre;-inkscape-font-specification:Millimetre-Bold;writing-mode:lr-tb;fill:#000002;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||||
|
transform="matrix(1,0,0,-1,77.96929,-25.26929)">
|
||||||
|
<tspan
|
||||||
|
style="fill:#000002;fill-opacity:1"
|
||||||
|
id="tspan1068"
|
||||||
|
y="0"
|
||||||
|
x="0">S</tspan>
|
||||||
|
</text>
|
||||||
|
<text
|
||||||
|
id="text1074"
|
||||||
|
style="font-variant:normal;font-weight:bold;font-size:28px;font-family:Millimetre;-inkscape-font-specification:Millimetre-Bold;writing-mode:lr-tb;fill:#000002;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||||
|
transform="matrix(1,0,0,-1,94.6693,-25.26929)">
|
||||||
|
<tspan
|
||||||
|
style="fill:#000002;fill-opacity:1"
|
||||||
|
id="tspan1072"
|
||||||
|
y="0"
|
||||||
|
x="0">S</tspan>
|
||||||
|
</text>
|
||||||
|
<text
|
||||||
|
id="text1078"
|
||||||
|
style="font-variant:normal;font-weight:bold;font-size:28px;font-family:Millimetre;-inkscape-font-specification:Millimetre-Bold;writing-mode:lr-tb;fill:#000002;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||||
|
transform="matrix(1,0,0,-1,111.3693,-25.26929)">
|
||||||
|
<tspan
|
||||||
|
style="fill:#000002;fill-opacity:1"
|
||||||
|
id="tspan1076"
|
||||||
|
y="0"
|
||||||
|
x="0">O</tspan>
|
||||||
|
</text>
|
||||||
|
<text
|
||||||
|
id="text1082"
|
||||||
|
style="font-variant:normal;font-weight:bold;font-size:28px;font-family:Millimetre;-inkscape-font-specification:Millimetre-Bold;writing-mode:lr-tb;fill:#000002;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||||
|
transform="matrix(1,0,0,-1,128.0693,-25.26929)">
|
||||||
|
<tspan
|
||||||
|
style="fill:#000002;fill-opacity:1"
|
||||||
|
id="tspan1080"
|
||||||
|
y="0"
|
||||||
|
x="0">C</tspan>
|
||||||
|
</text>
|
||||||
|
<text
|
||||||
|
id="text1086"
|
||||||
|
style="font-variant:normal;font-weight:bold;font-size:28px;font-family:Millimetre;-inkscape-font-specification:Millimetre-Bold;writing-mode:lr-tb;fill:#000002;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||||
|
transform="matrix(1,0,0,-1,144.7693,-25.26929)">
|
||||||
|
<tspan
|
||||||
|
style="fill:#000002;fill-opacity:1"
|
||||||
|
id="tspan1084"
|
||||||
|
y="0"
|
||||||
|
x="0">I</tspan>
|
||||||
|
</text>
|
||||||
|
<text
|
||||||
|
id="text1090"
|
||||||
|
style="font-variant:normal;font-weight:bold;font-size:28px;font-family:Millimetre;-inkscape-font-specification:Millimetre-Bold;writing-mode:lr-tb;fill:#000002;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||||
|
transform="matrix(1,0,0,-1,151.6693,-25.26929)">
|
||||||
|
<tspan
|
||||||
|
style="fill:#000002;fill-opacity:1"
|
||||||
|
id="tspan1088"
|
||||||
|
y="0"
|
||||||
|
x="0">A</tspan>
|
||||||
|
</text>
|
||||||
|
<text
|
||||||
|
id="text1094"
|
||||||
|
style="font-variant:normal;font-weight:bold;font-size:28px;font-family:Millimetre;-inkscape-font-specification:Millimetre-Bold;writing-mode:lr-tb;fill:#000002;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||||
|
transform="matrix(1,0,0,-1,168.3693,-25.26929)">
|
||||||
|
<tspan
|
||||||
|
style="fill:#000002;fill-opacity:1"
|
||||||
|
id="tspan1092"
|
||||||
|
y="0"
|
||||||
|
x="0">T</tspan>
|
||||||
|
</text>
|
||||||
|
<text
|
||||||
|
id="text1098"
|
||||||
|
style="font-variant:normal;font-weight:bold;font-size:28px;font-family:Millimetre;-inkscape-font-specification:Millimetre-Bold;writing-mode:lr-tb;fill:#000002;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||||
|
transform="matrix(1,0,0,-1,185.0693,-25.26929)">
|
||||||
|
<tspan
|
||||||
|
style="fill:#000002;fill-opacity:1"
|
||||||
|
id="tspan1096"
|
||||||
|
y="0"
|
||||||
|
x="0">I</tspan>
|
||||||
|
</text>
|
||||||
|
<text
|
||||||
|
id="text1102"
|
||||||
|
style="font-variant:normal;font-weight:bold;font-size:28px;font-family:Millimetre;-inkscape-font-specification:Millimetre-Bold;writing-mode:lr-tb;fill:#000002;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||||
|
transform="matrix(1,0,0,-1,191.9693,-25.26929)">
|
||||||
|
<tspan
|
||||||
|
style="fill:#000002;fill-opacity:1"
|
||||||
|
id="tspan1100"
|
||||||
|
y="0"
|
||||||
|
x="0">F</tspan>
|
||||||
|
</text>
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
</svg>
|
After Width: | Height: | Size: 15 KiB |
83
web/app/themes/la_mine/asset/images/objet_drag_4.svg
Normal file
@ -0,0 +1,83 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||||
|
<svg
|
||||||
|
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
||||||
|
xmlns:cc="http://creativecommons.org/ns#"
|
||||||
|
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||||
|
xmlns:svg="http://www.w3.org/2000/svg"
|
||||||
|
xmlns="http://www.w3.org/2000/svg"
|
||||||
|
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||||
|
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||||
|
height="1008.842"
|
||||||
|
width="1116.005"
|
||||||
|
version="1.1"
|
||||||
|
id="svg6"
|
||||||
|
sodipodi:docname="objet_drag_4.svg"
|
||||||
|
inkscape:version="0.92.4 5da689c313, 2019-01-14">
|
||||||
|
<metadata
|
||||||
|
id="metadata12">
|
||||||
|
<rdf:RDF>
|
||||||
|
<cc:Work
|
||||||
|
rdf:about="">
|
||||||
|
<dc:format>image/svg+xml</dc:format>
|
||||||
|
<dc:type
|
||||||
|
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
||||||
|
<dc:title></dc:title>
|
||||||
|
</cc:Work>
|
||||||
|
</rdf:RDF>
|
||||||
|
</metadata>
|
||||||
|
<defs
|
||||||
|
id="defs10" />
|
||||||
|
<sodipodi:namedview
|
||||||
|
pagecolor="#ffffff"
|
||||||
|
bordercolor="#666666"
|
||||||
|
borderopacity="1"
|
||||||
|
objecttolerance="10"
|
||||||
|
gridtolerance="10"
|
||||||
|
guidetolerance="10"
|
||||||
|
inkscape:pageopacity="0"
|
||||||
|
inkscape:pageshadow="2"
|
||||||
|
inkscape:window-width="1179"
|
||||||
|
inkscape:window-height="869"
|
||||||
|
id="namedview8"
|
||||||
|
showgrid="false"
|
||||||
|
inkscape:zoom="0.46786317"
|
||||||
|
inkscape:cx="570.18795"
|
||||||
|
inkscape:cy="532.33754"
|
||||||
|
inkscape:window-x="2786"
|
||||||
|
inkscape:window-y="45"
|
||||||
|
inkscape:window-maximized="0"
|
||||||
|
inkscape:current-layer="g5020" />
|
||||||
|
<g
|
||||||
|
transform="matrix(18.091825,0,0,18.091825,-6978.8339,11151.482)"
|
||||||
|
id="g5020">
|
||||||
|
<rect
|
||||||
|
style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:#ff0000;stroke-width:0.82943011;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:fill markers stroke"
|
||||||
|
id="rect945"
|
||||||
|
width="43.261478"
|
||||||
|
height="11.676937"
|
||||||
|
x="485.64999"
|
||||||
|
y="-536.5235"
|
||||||
|
transform="matrix(0.9917817,-0.12794166,0.1671755,0.98592715,0,0)" />
|
||||||
|
<g
|
||||||
|
id="g1044"
|
||||||
|
transform="matrix(0.19067539,0.12260851,0.12260851,-0.19067539,236.5936,-417.37868)"
|
||||||
|
style="fill:#000002;fill-opacity:1">
|
||||||
|
<g
|
||||||
|
id="g1046"
|
||||||
|
transform="matrix(0.98133,0.19232,-0.19232,0.98133,148.06539,1066.1704)"
|
||||||
|
style="fill:#000002;fill-opacity:1" />
|
||||||
|
</g>
|
||||||
|
<text
|
||||||
|
xml:space="preserve"
|
||||||
|
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:8.1336813px;line-height:1.25;font-family:'Universalis ADF Std';-inkscape-font-specification:'Universalis ADF Std, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.43573296"
|
||||||
|
x="481.1763"
|
||||||
|
y="-516.63989"
|
||||||
|
id="text943"
|
||||||
|
transform="rotate(-8.6437813)"><tspan
|
||||||
|
sodipodi:role="line"
|
||||||
|
id="tspan941"
|
||||||
|
x="481.1763"
|
||||||
|
y="-516.63989"
|
||||||
|
style="font-style:normal;font-variant:normal;font-weight:800;font-stretch:normal;font-size:8.13332367px;font-family:Millimetre;-inkscape-font-specification:'Millimetre, Ultra-Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;writing-mode:lr-tb;text-anchor:start;stroke-width:0.43573296">ATELIERS</tspan></text>
|
||||||
|
</g>
|
||||||
|
</svg>
|
After Width: | Height: | Size: 3.4 KiB |
80
web/app/themes/la_mine/asset/images/objet_drag_5.svg
Normal file
@ -0,0 +1,80 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||||
|
<svg
|
||||||
|
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
||||||
|
xmlns:cc="http://creativecommons.org/ns#"
|
||||||
|
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||||
|
xmlns:svg="http://www.w3.org/2000/svg"
|
||||||
|
xmlns="http://www.w3.org/2000/svg"
|
||||||
|
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||||
|
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||||
|
height="1008.842"
|
||||||
|
width="1116.005"
|
||||||
|
version="1.1"
|
||||||
|
id="svg6"
|
||||||
|
sodipodi:docname="objet_drag_5.svg"
|
||||||
|
inkscape:version="0.92.4 5da689c313, 2019-01-14">
|
||||||
|
<metadata
|
||||||
|
id="metadata12">
|
||||||
|
<rdf:RDF>
|
||||||
|
<cc:Work
|
||||||
|
rdf:about="">
|
||||||
|
<dc:format>image/svg+xml</dc:format>
|
||||||
|
<dc:type
|
||||||
|
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
||||||
|
<dc:title></dc:title>
|
||||||
|
</cc:Work>
|
||||||
|
</rdf:RDF>
|
||||||
|
</metadata>
|
||||||
|
<defs
|
||||||
|
id="defs10" />
|
||||||
|
<sodipodi:namedview
|
||||||
|
pagecolor="#ffffff"
|
||||||
|
bordercolor="#666666"
|
||||||
|
borderopacity="1"
|
||||||
|
objecttolerance="10"
|
||||||
|
gridtolerance="10"
|
||||||
|
guidetolerance="10"
|
||||||
|
inkscape:pageopacity="0"
|
||||||
|
inkscape:pageshadow="2"
|
||||||
|
inkscape:window-width="1179"
|
||||||
|
inkscape:window-height="869"
|
||||||
|
id="namedview8"
|
||||||
|
showgrid="false"
|
||||||
|
inkscape:zoom="0.33082922"
|
||||||
|
inkscape:cx="642.36051"
|
||||||
|
inkscape:cy="585.7021"
|
||||||
|
inkscape:window-x="2786"
|
||||||
|
inkscape:window-y="45"
|
||||||
|
inkscape:window-maximized="0"
|
||||||
|
inkscape:current-layer="g5020" />
|
||||||
|
<g
|
||||||
|
transform="matrix(18.091825,0,0,18.091825,-6978.8339,11151.482)"
|
||||||
|
id="g5020">
|
||||||
|
<path
|
||||||
|
style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:#ff0000;stroke-width:0.82910375;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:fill markers stroke"
|
||||||
|
d="m 395.05909,-611.63641 -8.07994,14.82568 6.95918,3.88422 -1.76744,3.24305 9.71746,5.42376 1.76745,-3.24307 4.20091,2.34473 -1.76744,3.24305 9.71745,5.42374 1.76746,-3.24305 4.2009,2.34471 -1.76744,3.24307 9.71746,5.42374 1.76745,-3.24305 6.95919,3.88423 8.07993,-14.82568 -9.71755,-5.4238 -1.76746,3.24305 -4.20081,-2.34466 1.76744,-3.24304 -9.71745,-5.42377 -1.76746,3.24307 -4.2008,-2.34466 1.76745,-3.24306 -9.71757,-5.4238 -1.76745,3.24305 -4.20091,-2.34471 1.76745,-3.24306 z"
|
||||||
|
id="rect823"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
<g
|
||||||
|
id="g1044"
|
||||||
|
transform="matrix(0.19067539,0.12260851,0.12260851,-0.19067539,236.5936,-417.37868)"
|
||||||
|
style="fill:#000002;fill-opacity:1">
|
||||||
|
<g
|
||||||
|
id="g1046"
|
||||||
|
transform="matrix(0.98133,0.19232,-0.19232,0.98133,148.06539,1066.1704)"
|
||||||
|
style="fill:#000002;fill-opacity:1" />
|
||||||
|
</g>
|
||||||
|
<text
|
||||||
|
xml:space="preserve"
|
||||||
|
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:8.1336813px;line-height:1.25;font-family:'Universalis ADF Std';-inkscape-font-specification:'Universalis ADF Std, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.43573296"
|
||||||
|
x="57.896194"
|
||||||
|
y="-713.21735"
|
||||||
|
id="text943"
|
||||||
|
transform="rotate(28.396534)"><tspan
|
||||||
|
sodipodi:role="line"
|
||||||
|
id="tspan941"
|
||||||
|
x="57.896194"
|
||||||
|
y="-713.21735"
|
||||||
|
style="font-style:normal;font-variant:normal;font-weight:800;font-stretch:normal;font-size:8.13332367px;font-family:Millimetre;-inkscape-font-specification:'Millimetre, Ultra-Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;writing-mode:lr-tb;text-anchor:start;stroke-width:0.43573296">RESSOURCERIE</tspan></text>
|
||||||
|
</g>
|
||||||
|
</svg>
|
After Width: | Height: | Size: 3.8 KiB |
98
web/app/themes/la_mine/asset/images/objet_drag_6.svg
Normal file
@ -0,0 +1,98 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||||
|
<svg
|
||||||
|
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
||||||
|
xmlns:cc="http://creativecommons.org/ns#"
|
||||||
|
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||||
|
xmlns:svg="http://www.w3.org/2000/svg"
|
||||||
|
xmlns="http://www.w3.org/2000/svg"
|
||||||
|
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||||
|
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||||
|
height="1008.842"
|
||||||
|
width="1116.005"
|
||||||
|
version="1.1"
|
||||||
|
id="svg6"
|
||||||
|
sodipodi:docname="objet_drag_6.svg"
|
||||||
|
inkscape:version="0.92.4 5da689c313, 2019-01-14">
|
||||||
|
<metadata
|
||||||
|
id="metadata12">
|
||||||
|
<rdf:RDF>
|
||||||
|
<cc:Work
|
||||||
|
rdf:about="">
|
||||||
|
<dc:format>image/svg+xml</dc:format>
|
||||||
|
<dc:type
|
||||||
|
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
||||||
|
<dc:title></dc:title>
|
||||||
|
</cc:Work>
|
||||||
|
</rdf:RDF>
|
||||||
|
</metadata>
|
||||||
|
<defs
|
||||||
|
id="defs10" />
|
||||||
|
<sodipodi:namedview
|
||||||
|
pagecolor="#ffffff"
|
||||||
|
bordercolor="#666666"
|
||||||
|
borderopacity="1"
|
||||||
|
objecttolerance="10"
|
||||||
|
gridtolerance="10"
|
||||||
|
guidetolerance="10"
|
||||||
|
inkscape:pageopacity="0"
|
||||||
|
inkscape:pageshadow="2"
|
||||||
|
inkscape:window-width="1179"
|
||||||
|
inkscape:window-height="869"
|
||||||
|
id="namedview8"
|
||||||
|
showgrid="false"
|
||||||
|
inkscape:zoom="0.33082922"
|
||||||
|
inkscape:cx="706.8714"
|
||||||
|
inkscape:cy="299.91924"
|
||||||
|
inkscape:window-x="2786"
|
||||||
|
inkscape:window-y="45"
|
||||||
|
inkscape:window-maximized="0"
|
||||||
|
inkscape:current-layer="g5020" />
|
||||||
|
<g
|
||||||
|
transform="matrix(18.091825,0,0,18.091825,-6978.8339,11151.482)"
|
||||||
|
id="g5020">
|
||||||
|
<path
|
||||||
|
sodipodi:type="star"
|
||||||
|
style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:#ff0000;stroke-width:1.05444249;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:fill markers stroke"
|
||||||
|
id="path823"
|
||||||
|
sodipodi:sides="13"
|
||||||
|
sodipodi:cx="417.29282"
|
||||||
|
sodipodi:cy="-584.7702"
|
||||||
|
sodipodi:r1="28.46666"
|
||||||
|
sodipodi:r2="27.639469"
|
||||||
|
sodipodi:arg1="0.1923956"
|
||||||
|
sodipodi:arg2="0.43405657"
|
||||||
|
inkscape:flatsided="true"
|
||||||
|
inkscape:rounded="0"
|
||||||
|
inkscape:randomized="0"
|
||||||
|
d="m 445.23424,-579.32707 -5.73007,12.36155 -10.81843,8.28271 -13.42841,2.3064 -12.9621,-4.19827 -9.52633,-9.74118 -3.9082,-13.05249 2.60525,-13.37364 8.52188,-10.63105 12.48624,-5.45301 13.59016,0.97425 11.58073,7.17831 6.91831,11.73792 z"
|
||||||
|
inkscape:transform-center-x="4.4389608"
|
||||||
|
inkscape:transform-center-y="1.8900029"
|
||||||
|
transform="matrix(1,0,0,0.61826116,0,-226.0778)" />
|
||||||
|
<g
|
||||||
|
id="g1044"
|
||||||
|
transform="matrix(0.19067539,0.12260851,0.12260851,-0.19067539,236.5936,-417.37868)"
|
||||||
|
style="fill:#000002;fill-opacity:1">
|
||||||
|
<g
|
||||||
|
id="g1046"
|
||||||
|
transform="matrix(0.98133,0.19232,-0.19232,0.98133,148.06539,1066.1704)"
|
||||||
|
style="fill:#000002;fill-opacity:1" />
|
||||||
|
</g>
|
||||||
|
<text
|
||||||
|
xml:space="preserve"
|
||||||
|
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:8.1336813px;line-height:1;font-family:'Universalis ADF Std';-inkscape-font-specification:'Universalis ADF Std, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.43573296"
|
||||||
|
x="418.03494"
|
||||||
|
y="-589.19684"
|
||||||
|
id="text943"
|
||||||
|
transform="rotate(-0.08206641)"><tspan
|
||||||
|
sodipodi:role="line"
|
||||||
|
id="tspan941"
|
||||||
|
x="418.03494"
|
||||||
|
y="-589.19684"
|
||||||
|
style="font-style:normal;font-variant:normal;font-weight:800;font-stretch:normal;font-size:8.13332367px;font-family:Millimetre;-inkscape-font-specification:'Millimetre, Ultra-Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:center;writing-mode:lr-tb;text-anchor:middle;stroke-width:0.43573296">BRADERIE</tspan><tspan
|
||||||
|
sodipodi:role="line"
|
||||||
|
x="418.03494"
|
||||||
|
y="-580.65674"
|
||||||
|
style="font-style:normal;font-variant:normal;font-weight:800;font-stretch:normal;font-size:8.13332367px;font-family:Millimetre;-inkscape-font-specification:'Millimetre, Ultra-Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:center;writing-mode:lr-tb;text-anchor:middle;stroke-width:0.43573296"
|
||||||
|
id="tspan817">GUINGUETTE</tspan></text>
|
||||||
|
</g>
|
||||||
|
</svg>
|
After Width: | Height: | Size: 4.5 KiB |
86
web/app/themes/la_mine/asset/images/objet_drag_7.svg
Normal file
@ -0,0 +1,86 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||||
|
<svg
|
||||||
|
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
||||||
|
xmlns:cc="http://creativecommons.org/ns#"
|
||||||
|
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||||
|
xmlns:svg="http://www.w3.org/2000/svg"
|
||||||
|
xmlns="http://www.w3.org/2000/svg"
|
||||||
|
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||||
|
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||||
|
height="1008.842"
|
||||||
|
width="1116.005"
|
||||||
|
version="1.1"
|
||||||
|
id="svg6"
|
||||||
|
sodipodi:docname="objet_drag_7.svg"
|
||||||
|
inkscape:version="0.92.4 5da689c313, 2019-01-14">
|
||||||
|
<metadata
|
||||||
|
id="metadata12">
|
||||||
|
<rdf:RDF>
|
||||||
|
<cc:Work
|
||||||
|
rdf:about="">
|
||||||
|
<dc:format>image/svg+xml</dc:format>
|
||||||
|
<dc:type
|
||||||
|
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
||||||
|
<dc:title></dc:title>
|
||||||
|
</cc:Work>
|
||||||
|
</rdf:RDF>
|
||||||
|
</metadata>
|
||||||
|
<defs
|
||||||
|
id="defs10" />
|
||||||
|
<sodipodi:namedview
|
||||||
|
pagecolor="#ffffff"
|
||||||
|
bordercolor="#666666"
|
||||||
|
borderopacity="1"
|
||||||
|
objecttolerance="10"
|
||||||
|
gridtolerance="10"
|
||||||
|
guidetolerance="10"
|
||||||
|
inkscape:pageopacity="0"
|
||||||
|
inkscape:pageshadow="2"
|
||||||
|
inkscape:window-width="1179"
|
||||||
|
inkscape:window-height="869"
|
||||||
|
id="namedview8"
|
||||||
|
showgrid="false"
|
||||||
|
inkscape:zoom="0.33082922"
|
||||||
|
inkscape:cx="518.71144"
|
||||||
|
inkscape:cy="452.60337"
|
||||||
|
inkscape:window-x="2786"
|
||||||
|
inkscape:window-y="45"
|
||||||
|
inkscape:window-maximized="0"
|
||||||
|
inkscape:current-layer="g5020"
|
||||||
|
showguides="false" />
|
||||||
|
<g
|
||||||
|
transform="matrix(18.091825,0,0,18.091825,-6978.8339,11151.482)"
|
||||||
|
id="g5020">
|
||||||
|
<path
|
||||||
|
style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:#ff0000;stroke-width:0.82910375;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:fill markers stroke"
|
||||||
|
d="m 413.01275,-602.08454 -26.53965,10.54724 3.25308,18.51664 55.32549,-9.71981 -3.25307,-18.51663 z"
|
||||||
|
id="rect826"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
<g
|
||||||
|
id="g1044"
|
||||||
|
transform="matrix(0.19067539,0.12260851,0.12260851,-0.19067539,236.5936,-417.37868)"
|
||||||
|
style="fill:#000002;fill-opacity:1">
|
||||||
|
<g
|
||||||
|
id="g1046"
|
||||||
|
transform="matrix(0.98133,0.19232,-0.19232,0.98133,148.06539,1066.1704)"
|
||||||
|
style="fill:#000002;fill-opacity:1" />
|
||||||
|
</g>
|
||||||
|
<text
|
||||||
|
xml:space="preserve"
|
||||||
|
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:7.71931744px;line-height:1;font-family:'Universalis ADF Std';-inkscape-font-specification:'Universalis ADF Std, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.41353488"
|
||||||
|
x="511.78729"
|
||||||
|
y="-508.08301"
|
||||||
|
id="text943"
|
||||||
|
transform="rotate(-10.046333)"><tspan
|
||||||
|
sodipodi:role="line"
|
||||||
|
x="512.5592"
|
||||||
|
y="-508.08301"
|
||||||
|
style="font-style:normal;font-variant:normal;font-weight:800;font-stretch:normal;font-size:7.71897793px;font-family:Millimetre;-inkscape-font-specification:'Millimetre, Ultra-Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:center;writing-mode:lr-tb;text-anchor:middle;stroke-width:0.41353488"
|
||||||
|
id="tspan817">MAISON </tspan><tspan
|
||||||
|
sodipodi:role="line"
|
||||||
|
x="511.78729"
|
||||||
|
y="-499.978"
|
||||||
|
style="font-style:normal;font-variant:normal;font-weight:800;font-stretch:normal;font-size:7.71897793px;font-family:Millimetre;-inkscape-font-specification:'Millimetre, Ultra-Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:center;writing-mode:lr-tb;text-anchor:middle;stroke-width:0.41353488"
|
||||||
|
id="tspan820">DES COMMUNS</tspan></text>
|
||||||
|
</g>
|
||||||
|
</svg>
|
After Width: | Height: | Size: 3.9 KiB |
82
web/app/themes/la_mine/asset/images/objet_drag_8.svg
Normal file
@ -0,0 +1,82 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||||
|
<svg
|
||||||
|
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
||||||
|
xmlns:cc="http://creativecommons.org/ns#"
|
||||||
|
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||||
|
xmlns:svg="http://www.w3.org/2000/svg"
|
||||||
|
xmlns="http://www.w3.org/2000/svg"
|
||||||
|
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||||
|
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||||
|
height="1008.842"
|
||||||
|
width="1116.005"
|
||||||
|
version="1.1"
|
||||||
|
id="svg6"
|
||||||
|
sodipodi:docname="objet_drag_8.svg"
|
||||||
|
inkscape:version="0.92.4 5da689c313, 2019-01-14">
|
||||||
|
<metadata
|
||||||
|
id="metadata12">
|
||||||
|
<rdf:RDF>
|
||||||
|
<cc:Work
|
||||||
|
rdf:about="">
|
||||||
|
<dc:format>image/svg+xml</dc:format>
|
||||||
|
<dc:type
|
||||||
|
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
||||||
|
<dc:title></dc:title>
|
||||||
|
</cc:Work>
|
||||||
|
</rdf:RDF>
|
||||||
|
</metadata>
|
||||||
|
<defs
|
||||||
|
id="defs10" />
|
||||||
|
<sodipodi:namedview
|
||||||
|
pagecolor="#ffffff"
|
||||||
|
bordercolor="#666666"
|
||||||
|
borderopacity="1"
|
||||||
|
objecttolerance="10"
|
||||||
|
gridtolerance="10"
|
||||||
|
guidetolerance="10"
|
||||||
|
inkscape:pageopacity="0"
|
||||||
|
inkscape:pageshadow="2"
|
||||||
|
inkscape:window-width="1179"
|
||||||
|
inkscape:window-height="869"
|
||||||
|
id="namedview8"
|
||||||
|
showgrid="false"
|
||||||
|
inkscape:zoom="0.33082922"
|
||||||
|
inkscape:cx="728.03035"
|
||||||
|
inkscape:cy="381.53235"
|
||||||
|
inkscape:window-x="2786"
|
||||||
|
inkscape:window-y="45"
|
||||||
|
inkscape:window-maximized="0"
|
||||||
|
inkscape:current-layer="g5020" />
|
||||||
|
<g
|
||||||
|
transform="matrix(18.091825,0,0,18.091825,-6978.8339,11151.482)"
|
||||||
|
id="g5020">
|
||||||
|
<ellipse
|
||||||
|
style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:#ff0000;stroke-width:0.82910375;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:fill markers stroke"
|
||||||
|
id="path837"
|
||||||
|
cx="416.7377"
|
||||||
|
cy="-587.51929"
|
||||||
|
rx="29.529621"
|
||||||
|
ry="10.847615" />
|
||||||
|
<g
|
||||||
|
id="g1044"
|
||||||
|
transform="matrix(0.19067539,0.12260851,0.12260851,-0.19067539,236.5936,-417.37868)"
|
||||||
|
style="fill:#000002;fill-opacity:1">
|
||||||
|
<g
|
||||||
|
id="g1046"
|
||||||
|
transform="matrix(0.98133,0.19232,-0.19232,0.98133,148.06539,1066.1704)"
|
||||||
|
style="fill:#000002;fill-opacity:1" />
|
||||||
|
</g>
|
||||||
|
<text
|
||||||
|
xml:space="preserve"
|
||||||
|
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:7.33457899px;line-height:1;font-family:'Universalis ADF Std';-inkscape-font-specification:'Universalis ADF Std, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.39292392"
|
||||||
|
x="417.90836"
|
||||||
|
y="-584.45355"
|
||||||
|
id="text943"
|
||||||
|
transform="rotate(-0.08206641)"><tspan
|
||||||
|
sodipodi:role="line"
|
||||||
|
x="417.90836"
|
||||||
|
y="-584.45355"
|
||||||
|
style="font-style:normal;font-variant:normal;font-weight:800;font-stretch:normal;font-size:7.33425665px;font-family:Millimetre;-inkscape-font-specification:'Millimetre, Ultra-Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:center;writing-mode:lr-tb;text-anchor:middle;stroke-width:0.39292392"
|
||||||
|
id="tspan817">RESTAURATION</tspan></text>
|
||||||
|
</g>
|
||||||
|
</svg>
|
After Width: | Height: | Size: 3.4 KiB |
86
web/app/themes/la_mine/asset/images/objet_drag_9.svg
Normal file
@ -0,0 +1,86 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||||
|
<svg
|
||||||
|
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
||||||
|
xmlns:cc="http://creativecommons.org/ns#"
|
||||||
|
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||||
|
xmlns:svg="http://www.w3.org/2000/svg"
|
||||||
|
xmlns="http://www.w3.org/2000/svg"
|
||||||
|
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||||
|
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||||
|
height="1008.842"
|
||||||
|
width="1116.005"
|
||||||
|
version="1.1"
|
||||||
|
id="svg6"
|
||||||
|
sodipodi:docname="objet_drag_9.svg"
|
||||||
|
inkscape:version="0.92.4 5da689c313, 2019-01-14">
|
||||||
|
<metadata
|
||||||
|
id="metadata12">
|
||||||
|
<rdf:RDF>
|
||||||
|
<cc:Work
|
||||||
|
rdf:about="">
|
||||||
|
<dc:format>image/svg+xml</dc:format>
|
||||||
|
<dc:type
|
||||||
|
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
||||||
|
<dc:title></dc:title>
|
||||||
|
</cc:Work>
|
||||||
|
</rdf:RDF>
|
||||||
|
</metadata>
|
||||||
|
<defs
|
||||||
|
id="defs10" />
|
||||||
|
<sodipodi:namedview
|
||||||
|
pagecolor="#ffffff"
|
||||||
|
bordercolor="#666666"
|
||||||
|
borderopacity="1"
|
||||||
|
objecttolerance="10"
|
||||||
|
gridtolerance="10"
|
||||||
|
guidetolerance="10"
|
||||||
|
inkscape:pageopacity="0"
|
||||||
|
inkscape:pageshadow="2"
|
||||||
|
inkscape:window-width="1179"
|
||||||
|
inkscape:window-height="869"
|
||||||
|
id="namedview8"
|
||||||
|
showgrid="false"
|
||||||
|
inkscape:zoom="0.33082922"
|
||||||
|
inkscape:cx="344.14649"
|
||||||
|
inkscape:cy="556.84939"
|
||||||
|
inkscape:window-x="2786"
|
||||||
|
inkscape:window-y="45"
|
||||||
|
inkscape:window-maximized="0"
|
||||||
|
inkscape:current-layer="g5020" />
|
||||||
|
<g
|
||||||
|
transform="matrix(18.091825,0,0,18.091825,-6978.8339,11151.482)"
|
||||||
|
id="g5020">
|
||||||
|
<circle
|
||||||
|
style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:#ff0000;stroke-width:0.82910375;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:fill markers stroke"
|
||||||
|
id="path822"
|
||||||
|
cx="416.65421"
|
||||||
|
cy="-588.02045"
|
||||||
|
r="24.226002" />
|
||||||
|
<g
|
||||||
|
id="g1044"
|
||||||
|
transform="matrix(0.19067539,0.12260851,0.12260851,-0.19067539,236.5936,-417.37868)"
|
||||||
|
style="fill:#000002;fill-opacity:1">
|
||||||
|
<g
|
||||||
|
id="g1046"
|
||||||
|
transform="matrix(0.98133,0.19232,-0.19232,0.98133,148.06539,1066.1704)"
|
||||||
|
style="fill:#000002;fill-opacity:1" />
|
||||||
|
</g>
|
||||||
|
<text
|
||||||
|
xml:space="preserve"
|
||||||
|
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:8.1336813px;line-height:1;font-family:'Universalis ADF Std';-inkscape-font-specification:'Universalis ADF Std, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.43573296"
|
||||||
|
x="418.03448"
|
||||||
|
y="-588.88635"
|
||||||
|
id="text943"
|
||||||
|
transform="rotate(-0.08206641)"><tspan
|
||||||
|
sodipodi:role="line"
|
||||||
|
x="418.03448"
|
||||||
|
y="-588.88635"
|
||||||
|
style="font-style:normal;font-variant:normal;font-weight:800;font-stretch:normal;font-size:8.13332367px;font-family:Millimetre;-inkscape-font-specification:'Millimetre, Ultra-Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:center;writing-mode:lr-tb;text-anchor:middle;stroke-width:0.43573296"
|
||||||
|
id="tspan817">BOUTIQUE</tspan><tspan
|
||||||
|
sodipodi:role="line"
|
||||||
|
x="418.03448"
|
||||||
|
y="-580.34625"
|
||||||
|
style="font-style:normal;font-variant:normal;font-weight:800;font-stretch:normal;font-size:8.13332367px;font-family:Millimetre;-inkscape-font-specification:'Millimetre, Ultra-Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:center;writing-mode:lr-tb;text-anchor:middle;stroke-width:0.43573296"
|
||||||
|
id="tspan820">GRATUITE</tspan></text>
|
||||||
|
</g>
|
||||||
|
</svg>
|
After Width: | Height: | Size: 3.8 KiB |
@ -15,5 +15,9 @@
|
|||||||
{% include 'components/thumbnails/thumbnails.twig'%}
|
{% include 'components/thumbnails/thumbnails.twig'%}
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
</div>
|
</div>
|
||||||
|
<div class="paralax" data-rellax-speed="-5">
|
||||||
|
<img src="{{theme.link}}/asset/images/objet_4.svg" alt="objet 4">
|
||||||
|
</div>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
@ -11,6 +11,7 @@
|
|||||||
{% block header %}
|
{% block header %}
|
||||||
<div class="logoLamine mr-auto">
|
<div class="logoLamine mr-auto">
|
||||||
<a class="hdr-logo-link" href="{{site.url}}"><img src="{{theme.link}}/asset/images/logo_lamine_vect.svg"/>
|
<a class="hdr-logo-link" href="{{site.url}}"><img src="{{theme.link}}/asset/images/logo_lamine_vect.svg"/>
|
||||||
|
<div id="lumiR_logo"></div>
|
||||||
<div id="fond_logo"></div>
|
<div id="fond_logo"></div>
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
@ -50,6 +51,12 @@
|
|||||||
{% include "components/hero/hero.twig" %}
|
{% include "components/hero/hero.twig" %}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
|
{% if post.slug == "privacy-policy" %}
|
||||||
|
<div class="paralax" data-rellax-speed="5">
|
||||||
|
<img src="{{theme.link}}/asset/images/objet_8.svg" alt="objet 8">
|
||||||
|
</div>
|
||||||
|
{% endif %}
|
||||||
|
|
||||||
<section id="content" role="main" class="content-wrapper container-md">
|
<section id="content" role="main" class="content-wrapper container-md">
|
||||||
{% if title %}<h1>{{title}}</h1>{% endif %}
|
{% if title %}<h1>{{title}}</h1>{% endif %}
|
||||||
<div class="wrapper {{sidebar_class}}">
|
<div class="wrapper {{sidebar_class}}">
|
||||||
|
@ -19,13 +19,13 @@
|
|||||||
|
|
||||||
<div class="reseaux_sociaux align-items">
|
<div class="reseaux_sociaux align-items">
|
||||||
<div class="facebook">
|
<div class="facebook">
|
||||||
<a class="d-flex" href="{{options.facebook.lien_facebook}}">
|
<a class="d-flex" target="_blank" href="{{options.facebook.lien_facebook}}">
|
||||||
<img src="{{ Image(options.facebook.logo_facebook).src }}" />
|
<img src="{{ Image(options.facebook.logo_facebook).src }}" />
|
||||||
<span>{{options.facebook.texte_facebook}}</span>
|
<span>{{options.facebook.texte_facebook}}</span>
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
<div class="insta">
|
<div class="insta">
|
||||||
<a class="d-flex" href="{{options.instagram.lien_instagram}}">
|
<a class="d-flex" target="_blank" href="{{options.instagram.lien_instagram}}">
|
||||||
<img src="{{ Image(options.instagram.logo_instagram).src }}" />
|
<img src="{{ Image(options.instagram.logo_instagram).src }}" />
|
||||||
<span>{{options.instagram.texte_instagram}}</span>
|
<span>{{options.instagram.texte_instagram}}</span>
|
||||||
</a>
|
</a>
|
||||||
@ -57,7 +57,7 @@
|
|||||||
</div>
|
</div>
|
||||||
<div class="add_asso">
|
<div class="add_asso">
|
||||||
<div id="Btn_asso">
|
<div id="Btn_asso">
|
||||||
<a href="{{post.meta('bouton_asso').lien_hello_asso}}">adhérer à l'association</a>
|
<a target="_blank" href="{{post.meta('bouton_asso').lien_hello_asso}}">adhérer à l'association</a>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
@ -12,6 +12,8 @@
|
|||||||
<link rel="author" href="{{ site.theme.link }}/humans.txt" />
|
<link rel="author" href="{{ site.theme.link }}/humans.txt" />
|
||||||
<link rel="pingback" href="{{ site.pingback_url }}" />
|
<link rel="pingback" href="{{ site.pingback_url }}" />
|
||||||
<link rel="profile" href="http://gmpg.org/xfn/11">
|
<link rel="profile" href="http://gmpg.org/xfn/11">
|
||||||
|
{#ajout chloe drag#}
|
||||||
|
<link rel="stylesheet" href="//code.jquery.com/ui/1.12.1/themes/base/jquery-ui.css">
|
||||||
|
|
||||||
{# BOOTSTRAP #}
|
{# BOOTSTRAP #}
|
||||||
<link href="{{ site.theme.link }}/asset/dist/css/bootstrap.min.css" rel="stylesheet">
|
<link href="{{ site.theme.link }}/asset/dist/css/bootstrap.min.css" rel="stylesheet">
|
||||||
@ -19,4 +21,5 @@
|
|||||||
<link href="{{ site.theme.link }}/asset/dist/hamburgers.min.css" rel="stylesheet">
|
<link href="{{ site.theme.link }}/asset/dist/hamburgers.min.css" rel="stylesheet">
|
||||||
<link href="{{ site.theme.link }}/asset/dist/style.css" rel="stylesheet">
|
<link href="{{ site.theme.link }}/asset/dist/style.css" rel="stylesheet">
|
||||||
|
|
||||||
|
|
||||||
{{function('wp_head')}}
|
{{function('wp_head')}}
|
||||||
|
@ -22,7 +22,9 @@
|
|||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
<div class="paralax" data-rellax-speed="-2">
|
||||||
|
<img src="{{theme.link}}/asset/images/objet_6.svg" alt="objet 6">
|
||||||
|
</div>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
|
||||||
|
@ -26,6 +26,9 @@
|
|||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
<div class="paralax" data-rellax-speed="5">
|
||||||
|
<img src="{{theme.link}}/asset/images/objet_5.svg" alt="objet 5">
|
||||||
|
</div>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
@ -31,5 +31,8 @@
|
|||||||
{% endfor %}
|
{% endfor %}
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
|
<div class="paralax" data-rellax-speed="5">
|
||||||
|
<img src="{{theme.link}}/asset/images/objet_2.svg" alt="objet 2">
|
||||||
|
</div>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
@ -3,6 +3,9 @@
|
|||||||
<h2 class="texte_chapeau">{{ post.meta('texte_chapeau_projet') }}</h2>
|
<h2 class="texte_chapeau">{{ post.meta('texte_chapeau_projet') }}</h2>
|
||||||
</div>
|
</div>
|
||||||
<div class="__body">
|
<div class="__body">
|
||||||
|
<!--ajout chloe drag-->
|
||||||
|
<div id="draggable" class="ui-widget-content"></div>
|
||||||
|
<!--fin ajout chloe drag-->
|
||||||
<div class="wrapper__content row justify-content-center">
|
<div class="wrapper__content row justify-content-center">
|
||||||
{% for item in projet %}
|
{% for item in projet %}
|
||||||
<div class="colonne_section col-md-6 col-lg-4">
|
<div class="colonne_section col-md-6 col-lg-4">
|
||||||
|
@ -59,7 +59,9 @@
|
|||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<div class="paralax" data-rellax-speed="5">
|
||||||
|
<img src="{{theme.link}}/asset/images/objet_7.svg" alt="objet 7">
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
</section>
|
</section>
|
||||||
|