mirror of
https://github.com/Lapikud/lapikud.github.io.git
synced 2026-03-21 12:37:49 +00:00
Added 'our work' section, fixed dependency location errors
This commit is contained in:
@@ -1,21 +1,3 @@
|
||||
<!--carousel support-->
|
||||
<script src="https://cdn.jsdelivr.net/npm/siema@1.5.1/dist/siema.min.js"></script>
|
||||
<script>
|
||||
const mySiema = new Siema({
|
||||
selector: '.siema',
|
||||
duration: 500,
|
||||
easing: 'ease-out',
|
||||
perPage: 1,
|
||||
startIndex: 0,
|
||||
draggable: true,
|
||||
multipleDrag: true,
|
||||
threshold: 20,
|
||||
loop: true,
|
||||
});
|
||||
// listen for keydown event
|
||||
setInterval(() => mySiema.next(), 2500)
|
||||
</script>
|
||||
|
||||
<!-- facebook widget thing support -->
|
||||
<div id="fb-root"></div>
|
||||
<script>(function(d, s, id) {
|
||||
@@ -25,19 +7,3 @@
|
||||
js.src = 'https://connect.facebook.net/en_US/sdk.js#xfbml=1&version=v3.1';
|
||||
fjs.parentNode.insertBefore(js, fjs);
|
||||
}(document, 'script', 'facebook-jssdk'));</script>
|
||||
|
||||
<!-- leafletjs map styles -->
|
||||
<script src="https://unpkg.com/leaflet@1.3.3/dist/leaflet.js"
|
||||
integrity="sha512-tAGcCfR4Sc5ZP5ZoVz0quoZDYX5aCtEm/eu1KhSLj2c9eFrylXZknQYmxUssFaVJKvvc0dJQixhGjG2yXWiV9Q=="
|
||||
crossorigin=""></script>
|
||||
|
||||
<script>
|
||||
var map = L.map('map').setView([59.396342, 24.668718], 19);
|
||||
|
||||
L.tileLayer('https://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png', {
|
||||
attribution: '© <a href="https://www.openstreetmap.org/copyright">OpenStreetMap</a> contributors'
|
||||
}).addTo(map);
|
||||
|
||||
L.marker([59.396342, 24.668718]).addTo(map)
|
||||
.openPopup();
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user