suppr linExt
This commit is contained in:
@@ -5,5 +5,5 @@ image_align: left
|
|||||||
id: img_amapdoc
|
id: img_amapdoc
|
||||||
---
|
---
|
||||||
|
|
||||||
[](https://youtu.be/sl1NwjKTnUY?target=_blank)
|
[](#mp_amap,#lk_amap)
|
||||||
_Documentaire sur le fonctionnement de l'_[AMAP](#lk_amap,#mp_amap) _Court-circuit._
|
_Documentaire sur le fonctionnement de l'_[AMAP](#lk_amap,#mp_amap) _Court-circuit._
|
||||||
|
|||||||
@@ -10,5 +10,5 @@ content:
|
|||||||
dir: ''
|
dir: ''
|
||||||
---
|
---
|
||||||
|
|
||||||
[](https://youtu.be/8xNRb-VtEJg?target=_blank)
|
[](#lk_streetmamies)
|
||||||
_Film STREET MAMIES par Will Duval._
|
_Film STREET MAMIES par Will Duval._
|
||||||
|
|||||||
@@ -5,5 +5,5 @@ image_align: left
|
|||||||
id: img_ruecopbi
|
id: img_ruecopbi
|
||||||
---
|
---
|
||||||
|
|
||||||
[](https://vimeo.com/167502388?target=_blank)
|
[](#lk_copbi,#mp_copbi)
|
||||||
_Evénement "La rue aux enfants", association [Cop'Billon](#lk_copbi,#mp_copbi)._
|
_Evénement "La rue aux enfants", association [Cop'Billon](#lk_copbi,#mp_copbi)._
|
||||||
|
|||||||
@@ -4,5 +4,5 @@ media_order: Screenshot_20180924_170116.png
|
|||||||
image_align: left
|
image_align: left
|
||||||
---
|
---
|
||||||
|
|
||||||
[](https://vimeo.com/175550111/?target=_blank)
|
[](#mp_briche,#lk_briche)
|
||||||
_Fanfare de la_ [Briche](#mp_briche) _Foraine._
|
_Fanfare de la Briche Foraine._
|
||||||
|
|||||||
@@ -5,5 +5,5 @@ image_align: left
|
|||||||
id: img_madein
|
id: img_madein
|
||||||
---
|
---
|
||||||
|
|
||||||
[](https://vimeo.com/122021323?target=_blank&classes=linkext)
|
[](#mp_briche,#lk_briche)
|
||||||
_Les activités de_[La Briche.](#mp_briche,#lk_briche)
|
_Les activités de La Briche._
|
||||||
|
|||||||
File diff suppressed because one or more lines are too long
+1
-1
File diff suppressed because one or more lines are too long
@@ -1,3 +1,10 @@
|
|||||||
|
function stopLinkext() {
|
||||||
|
$('a.linkext').on('click', function(e) {
|
||||||
|
e.preventDefault;
|
||||||
|
return false;
|
||||||
|
})
|
||||||
|
}
|
||||||
|
|
||||||
// Streetmap
|
// Streetmap
|
||||||
function map(h_parts, markerObj) {
|
function map(h_parts, markerObj) {
|
||||||
var mymap = L.map('mapid').setView([48.9367935,2.3569287], 17);
|
var mymap = L.map('mapid').setView([48.9367935,2.3569287], 17);
|
||||||
@@ -217,7 +224,8 @@ function drag() {
|
|||||||
//handler2
|
//handler2
|
||||||
var $handler2 = $(this).parent().find('.hand2');
|
var $handler2 = $(this).parent().find('.hand2');
|
||||||
var PosHand = (parseFloat(xPos3) - parseFloat(xPos)) + "%";
|
var PosHand = (parseFloat(xPos3) - parseFloat(xPos)) + "%";
|
||||||
var PosHand1 = ( parseFloat(p * parseFloat( (ui.position.left) / oW)) - parseFloat(p * parseFloat((pos11 - 25) / oW))) + "%";
|
var PosHand1 = ( parseFloat(p * parseFloat( (ui.position.left) / oW)) - parseFloat(p * parseFloat((pos11 - 25
|
||||||
|
) / oW))) + "%";
|
||||||
// application dimension
|
// application dimension
|
||||||
$hand1.css({
|
$hand1.css({
|
||||||
'top': yPos3,
|
'top': yPos3,
|
||||||
@@ -757,6 +765,7 @@ function paperjs(targets, h_parts) {
|
|||||||
$(document).ready(function() {
|
$(document).ready(function() {
|
||||||
// paperjs();
|
// paperjs();
|
||||||
// clickcanvena();
|
// clickcanvena();
|
||||||
|
stopLinkext();
|
||||||
mCustomScrollbar();
|
mCustomScrollbar();
|
||||||
clickhand();
|
clickhand();
|
||||||
drag();
|
drag();
|
||||||
|
|||||||
@@ -24,20 +24,20 @@ p{
|
|||||||
}
|
}
|
||||||
|
|
||||||
.blocs{
|
.blocs{
|
||||||
a.linkext{
|
// a.linkext{
|
||||||
&:after{
|
// &:after{
|
||||||
display: inline-block;
|
// display: inline-block;
|
||||||
content: " ";
|
// content: " ";
|
||||||
background-image: url("../images/fleche-03.svg");
|
// background-image: url("../images/fleche-03.svg");
|
||||||
background-repeat: no-repeat;
|
// background-repeat: no-repeat;
|
||||||
background-position: center;
|
// background-position: center;
|
||||||
background-size: contain;
|
// background-size: contain;
|
||||||
width: 25px;
|
// width: 25px;
|
||||||
height: 13px;
|
// height: 13px;
|
||||||
margin-left: 5px;
|
// margin-left: 5px;
|
||||||
// transform: rotate(-20deg);
|
// // transform: rotate(-20deg);
|
||||||
}
|
// }
|
||||||
}
|
// }
|
||||||
&:nth-child(2){
|
&:nth-child(2){
|
||||||
color: white;
|
color: white;
|
||||||
a{
|
a{
|
||||||
|
|||||||
Reference in New Issue
Block a user