-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
71 changed files
with
24,710 additions
and
127 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
/*1614445334,,JIT Construction: v1003373540,en_GB*/ | ||
|
||
/** | ||
* Copyright (c) 2017-present, Facebook, Inc. All rights reserved. | ||
* | ||
* You are hereby granted a non-exclusive, worldwide, royalty-free license to use, | ||
* copy, modify, and distribute this software in source code or binary form for use | ||
* in connection with the web services and APIs provided by Facebook. | ||
* | ||
* As with any software that integrates with the Facebook platform, your use of | ||
* this software is subject to the Facebook Platform Policy | ||
* [http://developers.facebook.com/policy/]. This copyright notice shall be | ||
* included in all copies or substantial portions of the software. | ||
* | ||
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR | ||
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS | ||
* FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR | ||
* COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER | ||
* IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN | ||
* CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. | ||
*/ | ||
(function _(a,b,c,d,e){var f=window.console;f&&Math.floor(new Date().getTime()/1e3)-b>7*24*60*60&&f.warn("The Facebook JSSDK is more than 7 days old.");if(window[c])return;if(!window.JSON)return;var g=window[c]={__buffer:{replay:function(){var a=this,b=function(d){var b=window[c];a.calls[d][0].split(".").forEach(function(a){return b=b[a]});b.apply(null,a.calls[d][1])};for(var d=0;d<this.calls.length;d++)b(d);this.calls=[]},calls:[],opts:null},getUserID:function(){return""},getAuthResponse:function(){return null},getAccessToken:function(){return null},init:function(a){g.__buffer.opts=a}};for(var b=0;b<d.length;b++){f=d[b];if(f in g)continue;var h=f.split("."),i=h.pop(),j=g;for(var k=0;k<h.length;k++)j=j[h[k]]||(j[h[k]]={});j[i]=function(a){if(a==="init")return;return function(){g.__buffer.calls.push([a,Array.prototype.slice.call(arguments)])}}(f)}k=a;h=/Chrome\/(\d+)/.exec(navigator.userAgent);h&&Number(h[1])>=55&&"assign"in Object&&"findIndex"in[]&&(k+="&ua=modern_es6");j=document.createElement("script");j.src=k;j.async=!0;e&&(j.crossOrigin="anonymous");i=document.getElementsByTagName("script")[0];i.parentNode&&i.parentNode.insertBefore(j,i)})("https:\/\/connect.facebook.net\/en_GB\/all.js?hash=a60dd34d090ffc1178001aa5d3cfdbc1", 1614445334, "FB", ["AppEvents.EventNames","AppEvents.ParameterNames","AppEvents.activateApp","AppEvents.clearAppVersion","AppEvents.clearUserID","AppEvents.getAppVersion","AppEvents.getUserID","AppEvents.logEvent","AppEvents.logPageView","AppEvents.logPurchase","AppEvents.setAppVersion","AppEvents.setUserID","AppEvents.updateUserProperties","Canvas.Plugin.showPluginElement","Canvas.Plugin.hidePluginElement","Canvas.Prefetcher.addStaticResource","Canvas.Prefetcher.setCollectionMode","Canvas.getPageInfo","Canvas.scrollTo","Canvas.setAutoGrow","Canvas.setDoneLoading","Canvas.setSize","Canvas.setUrlHandler","Canvas.startTimer","Canvas.stopTimer","Event.subscribe","Event.unsubscribe","XFBML.parse","addFriend","api","getAccessToken","getAuthResponse","getLoginStatus","getUserID","init","login","logout","publish","share","ui"], true); |
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
jQuery(document).ready(function() { | ||
// Show or hide the sticky footer button | ||
jQuery(window).scroll(function() { | ||
if (jQuery(this).scrollTop() > 200) { | ||
jQuery('.backtop').fadeIn(200); | ||
} else { | ||
jQuery('.backtop').fadeOut(200); | ||
} | ||
}); | ||
|
||
// Animate the scroll to top | ||
jQuery('.backtop').click(function(event) { | ||
event.preventDefault(); | ||
jQuery('html, body').animate({scrollTop: 0}, 300); | ||
}) | ||
}); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,278 @@ | ||
button[data-balloon] { | ||
overflow: visible; | ||
} | ||
[data-balloon] { | ||
position: relative; | ||
} | ||
[data-balloon]:before, | ||
[data-balloon]:after { | ||
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; | ||
filter: alpha(opacity=0); | ||
-khtml-opacity: 0; | ||
-moz-opacity: 0; | ||
opacity: 0; | ||
pointer-events: none; | ||
-webkit-transition: all 0.18s ease-out 0.18s; | ||
transition: all 0.18s ease-out 0.18s; | ||
bottom: 100%; | ||
left: 50%; | ||
position: absolute; | ||
z-index: 10; | ||
-webkit-transform: translate(-50%, 10px); | ||
-ms-transform: translate(-50%, 10px); | ||
transform: translate(-50%, 10px); | ||
-webkit-transform-origin: top; | ||
-ms-transform-origin: top; | ||
transform-origin: top; | ||
} | ||
[data-balloon]:after { | ||
background: rgba(17, 17, 17, 0.9); | ||
border-radius: 4px; | ||
color: #fff; | ||
content: attr(data-balloon); | ||
font-size: 12px; | ||
padding: .5em 1em; | ||
white-space: nowrap; | ||
margin-bottom: 11px; | ||
} | ||
[data-balloon]:before { | ||
background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="36px" height="12px"><path fill="rgba(17, 17, 17, 0.9)" transform="rotate(0)" d="M2.658,0.000 C-13.615,0.000 50.938,0.000 34.662,0.000 C28.662,0.000 23.035,12.002 18.660,12.002 C14.285,12.002 8.594,0.000 2.658,0.000 Z"/></svg>') no-repeat; | ||
background-size: 100% auto; | ||
height: 6px; | ||
width: 18px; | ||
content: ""; | ||
margin-bottom: 5px; | ||
} | ||
[data-balloon]:hover:before, | ||
[data-balloon][data-balloon-visible]:before, | ||
[data-balloon]:hover:after, | ||
[data-balloon][data-balloon-visible]:after { | ||
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; | ||
filter: alpha(opacity=100); | ||
-khtml-opacity: 1; | ||
-moz-opacity: 1; | ||
opacity: 1; | ||
pointer-events: auto; | ||
-webkit-transform: translate(-50%, 0); | ||
-ms-transform: translate(-50%, 0); | ||
transform: translate(-50%, 0); | ||
} | ||
[data-balloon][data-balloon-break]:after { | ||
white-space: normal; | ||
} | ||
[data-balloon-pos="down"]:before, | ||
[data-balloon-pos="down"]:after { | ||
bottom: auto; | ||
left: 50%; | ||
top: 100%; | ||
-webkit-transform: translate(-50%, -10px); | ||
-ms-transform: translate(-50%, -10px); | ||
transform: translate(-50%, -10px); | ||
} | ||
[data-balloon-pos="down"]:after { | ||
margin-top: 11px; | ||
} | ||
[data-balloon-pos="down"]:before { | ||
background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="36px" height="12px"><path fill="rgba(17, 17, 17, 0.9)" transform="rotate(180 18 6)" d="M2.658,0.000 C-13.615,0.000 50.938,0.000 34.662,0.000 C28.662,0.000 23.035,12.002 18.660,12.002 C14.285,12.002 8.594,0.000 2.658,0.000 Z"/></svg>') no-repeat; | ||
background-size: 100% auto; | ||
height: 6px; | ||
width: 18px; | ||
margin-top: 5px; | ||
margin-bottom: 0; | ||
} | ||
[data-balloon-pos="down"]:hover:before, | ||
[data-balloon-pos="down"][data-balloon-visible]:before, | ||
[data-balloon-pos="down"]:hover:after, | ||
[data-balloon-pos="down"][data-balloon-visible]:after { | ||
-webkit-transform: translate(-50%, 0); | ||
-ms-transform: translate(-50%, 0); | ||
transform: translate(-50%, 0); | ||
} | ||
[data-balloon-pos="left"]:before, | ||
[data-balloon-pos="left"]:after { | ||
bottom: auto; | ||
left: auto; | ||
right: 100%; | ||
top: 50%; | ||
-webkit-transform: translate(10px, -50%); | ||
-ms-transform: translate(10px, -50%); | ||
transform: translate(10px, -50%); | ||
} | ||
[data-balloon-pos="left"]:after { | ||
margin-right: 11px; | ||
} | ||
[data-balloon-pos="left"]:before { | ||
background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="12px" height="36px"><path fill="rgba(17, 17, 17, 0.9)" transform="rotate(-90 18 18)" d="M2.658,0.000 C-13.615,0.000 50.938,0.000 34.662,0.000 C28.662,0.000 23.035,12.002 18.660,12.002 C14.285,12.002 8.594,0.000 2.658,0.000 Z"/></svg>') no-repeat; | ||
background-size: 100% auto; | ||
height: 18px; | ||
width: 6px; | ||
margin-right: 5px; | ||
margin-bottom: 0; | ||
} | ||
[data-balloon-pos="left"]:hover:before, | ||
[data-balloon-pos="left"][data-balloon-visible]:before, | ||
[data-balloon-pos="left"]:hover:after, | ||
[data-balloon-pos="left"][data-balloon-visible]:after { | ||
-webkit-transform: translate(0, -50%); | ||
-ms-transform: translate(0, -50%); | ||
transform: translate(0, -50%); | ||
} | ||
[data-balloon-pos="right"]:before, | ||
[data-balloon-pos="right"]:after { | ||
bottom: auto; | ||
left: 100%; | ||
top: 50%; | ||
-webkit-transform: translate(-10px, -50%); | ||
-ms-transform: translate(-10px, -50%); | ||
transform: translate(-10px, -50%); | ||
} | ||
[data-balloon-pos="right"]:after { | ||
margin-left: 11px; | ||
} | ||
[data-balloon-pos="right"]:before { | ||
background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="12px" height="36px"><path fill="rgba(17, 17, 17, 0.9)" transform="rotate(90 6 6)" d="M2.658,0.000 C-13.615,0.000 50.938,0.000 34.662,0.000 C28.662,0.000 23.035,12.002 18.660,12.002 C14.285,12.002 8.594,0.000 2.658,0.000 Z"/></svg>') no-repeat; | ||
background-size: 100% auto; | ||
height: 18px; | ||
width: 6px; | ||
margin-bottom: 0; | ||
margin-left: 5px; | ||
} | ||
[data-balloon-pos="right"]:hover:before, | ||
[data-balloon-pos="right"][data-balloon-visible]:before, | ||
[data-balloon-pos="right"]:hover:after, | ||
[data-balloon-pos="right"][data-balloon-visible]:after { | ||
-webkit-transform: translate(0, -50%); | ||
-ms-transform: translate(0, -50%); | ||
transform: translate(0, -50%); | ||
} | ||
[data-balloon-length]:after { | ||
white-space: normal; | ||
} | ||
[data-balloon-length="small"]:after { | ||
width: 80px; | ||
} | ||
[data-balloon-length="medium"]:after { | ||
width: 150px; | ||
} | ||
[data-balloon-length="large"]:after { | ||
width: 260px; | ||
} | ||
[data-balloon-length="xlarge"]:after { | ||
width: 90vw; | ||
} | ||
@media screen and (min-width: 768px) { | ||
[data-balloon-length="xlarge"]:after { | ||
width: 380px; | ||
} | ||
} | ||
[data-balloon-length="fit"]:after { | ||
width: 100%; | ||
} | ||
|
||
/* Burbuja azul -> #3E58AA RGB (62, 88, 170) */ | ||
button[data-balloon-azul] { | ||
overflow: visible; | ||
} | ||
[data-balloon-azul] { | ||
position: relative; | ||
} | ||
[data-balloon-azul]:before, | ||
[data-balloon-azul]:after { | ||
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; | ||
filter: alpha(opacity=0); | ||
-khtml-opacity: 0; | ||
-moz-opacity: 0; | ||
opacity: 0; | ||
pointer-events: none; | ||
-webkit-transition: all 0.18s ease-out 0.18s; | ||
transition: all 0.18s ease-out 0.18s; | ||
bottom: 100%; | ||
left: 50%; | ||
position: absolute; | ||
z-index: 10; | ||
-webkit-transform: translate(-50%, 10px); | ||
-ms-transform: translate(-50%, 10px); | ||
transform: translate(-50%, 10px); | ||
-webkit-transform-origin: top; | ||
-ms-transform-origin: top; | ||
transform-origin: top; | ||
} | ||
[data-balloon-azul]:after { | ||
background: rgba(62, 88, 170, 0.9); | ||
border-radius: 4px; | ||
color: #fff; | ||
content: attr(data-balloon-azul); | ||
font-size: 12px; | ||
padding: .5em 1em; | ||
white-space: pre-wrap; | ||
margin-bottom: 11px; | ||
} | ||
[data-balloon-azul]:before { | ||
background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="36px" height="12px"><path fill="rgba(62, 88, 170, 0.9)" transform="rotate(0)" d="M2.658,0.000 C-13.615,0.000 50.938,0.000 34.662,0.000 C28.662,0.000 23.035,12.002 18.660,12.002 C14.285,12.002 8.594,0.000 2.658,0.000 Z"/></svg>') no-repeat; | ||
background-size: 100% auto; | ||
height: 6px; | ||
width: 18px; | ||
content: ""; | ||
margin-bottom: 5px; | ||
} | ||
[data-balloon-azul]:hover:before, | ||
[data-balloon-azul][data-balloon-visible]:before, | ||
[data-balloon-azul]:hover:after, | ||
[data-balloon-azul][data-balloon-visible]:after { | ||
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; | ||
filter: alpha(opacity=100); | ||
-khtml-opacity: 1; | ||
-moz-opacity: 1; | ||
opacity: 1; | ||
pointer-events: auto; | ||
-webkit-transform: translate(-50%, 0); | ||
-ms-transform: translate(-50%, 0); | ||
transform: translate(-50%, 0); | ||
} | ||
[data-balloon-azul][data-balloon-break]:after { | ||
white-space: pre-wrap; | ||
} | ||
[data-balloon-pos="down_azul"]:before, | ||
[data-balloon-pos="down_azul"]:after { | ||
bottom: auto; | ||
left: 50%; | ||
top: 100%; | ||
-webkit-transform: translate(-50%, -10px); | ||
-ms-transform: translate(-50%, -10px); | ||
transform: translate(-50%, -10px); | ||
} | ||
[data-balloon-pos="down_azul"]:after { | ||
margin-top: 11px; | ||
} | ||
[data-balloon-pos="down_azul"]:before { | ||
background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="36px" height="12px"><path fill="rgba(62, 88, 170, 0.9)" transform="rotate(180 18 6)" d="M2.658,0.000 C-13.615,0.000 50.938,0.000 34.662,0.000 C28.662,0.000 23.035,12.002 18.660,12.002 C14.285,12.002 8.594,0.000 2.658,0.000 Z"/></svg>') no-repeat; | ||
background-size: 100% auto; | ||
height: 6px; | ||
width: 18px; | ||
margin-top: 5px; | ||
margin-bottom: 0; | ||
} | ||
[data-balloon-pos="down_azul"]:hover:before, | ||
[data-balloon-pos="down_azul"][data-balloon-visible]:before, | ||
[data-balloon-pos="down_azul"]:hover:after, | ||
[data-balloon-pos="down_azul"][data-balloon-visible]:after { | ||
-webkit-transform: translate(-50%, 0); | ||
-ms-transform: translate(-50%, 0); | ||
transform: translate(-50%, 0); | ||
} | ||
[data-balloon-pos="left"]:before, | ||
[data-balloon-pos="left"]:after { | ||
bottom: auto; | ||
left: auto; | ||
right: 100%; | ||
top: 50%; | ||
-webkit-transform: translate(10px, -50%); | ||
-ms-transform: translate(10px, -50%); | ||
transform: translate(10px, -50%); | ||
} | ||
[data-balloon-azul-length="small"]:after { | ||
width: 140px; | ||
} | ||
[data-balloon-azul-length="fit"]:after { | ||
width: 100%; | ||
} |
Oops, something went wrong.