This file contains hidden or 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
{ | |
"sections": [ | |
{ | |
"id": "section-1745854082854", | |
"title": "Voor trailerhelling ", | |
"items": [ | |
{ | |
"id": "item-1745854125228", | |
"text": "Fok ophangen en rolsysteem controleren", | |
"completed": false |
This file contains hidden or 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
distance: function(lat1, lon1, lat2, lon2) { | |
var p = 0.017453292519943295; | |
var c = Math.cos; | |
var a = 0.5 - c((lat2 - lat1) * p)/2 + | |
c(lat1 * p) * c(lat2 * p) * | |
(1 - c((lon2 - lon1) * p))/2; | |
return (12742 * Math.asin(Math.sqrt(a))) * 1000; | |
}, |
This file has been truncated, but you can view the full file.
This file contains hidden or 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
! function() { | |
var n, t; | |
(function() { | |
t = {} | |
}).call(this), | |
function() { | |
(function() { | |
var n = this, | |
r = n._, |
This file contains hidden or 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
.container { | |
max-width: 1140px; | |
margin-left: auto; | |
margin-right: auto; | |
} | |
.row:before, | |
.row:after { | |
content: " "; | |
display: table; |
This file contains hidden or 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
<div class="container"> | |
<div class="row"> | |
<div class="col-6"> | |
</div> | |
<div class="col-6"> | |
</div> | |
</div> | |
This file contains hidden or 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
{ | |
"ideeen": { | |
"idee": [ | |
{ | |
"id": "1", | |
"naam": "Book-o-matic", | |
"beschrijving": "Schuif met boek in schuif en boek terug. Dien een boek in de schuif en krijg een gelijkaardig boek terug op basis van populariteits-data.", | |
"haalbaarheid": "1/5" | |
}, | |
{ |
This file contains hidden or 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
<!DOCTYPE html> | |
<html lang="en"> | |
<head> | |
<meta charset="UTF-8"> | |
<title>Sippelberg NV - Stadium Fitness</title> | |
<style type="text/css"> | |
body { | |
margin: 0; | |
padding: 0; |