Added statically generated version of the website (Simply Static)
30
static/wp-content/plugins/akismet/_inc/form.js
Normal file
@@ -0,0 +1,30 @@
|
||||
var ak_js = document.getElementById( "ak_js" );
|
||||
|
||||
if ( ! ak_js ) {
|
||||
ak_js = document.createElement( 'input' );
|
||||
ak_js.setAttribute( 'id', 'ak_js' );
|
||||
ak_js.setAttribute( 'name', 'ak_js' );
|
||||
ak_js.setAttribute( 'type', 'hidden' );
|
||||
}
|
||||
else {
|
||||
ak_js.parentNode.removeChild( ak_js );
|
||||
}
|
||||
|
||||
ak_js.setAttribute( 'value', ( new Date() ).getTime() );
|
||||
|
||||
var commentForm = document.getElementById( 'commentform' );
|
||||
|
||||
if ( commentForm ) {
|
||||
commentForm.appendChild( ak_js );
|
||||
}
|
||||
else {
|
||||
var replyRowContainer = document.getElementById( 'replyrow' );
|
||||
|
||||
if ( replyRowContainer ) {
|
||||
var children = replyRowContainer.getElementsByTagName( 'td' );
|
||||
|
||||
if ( children.length > 0 ) {
|
||||
children[0].appendChild( ak_js );
|
||||
}
|
||||
}
|
||||
}
|
||||
BIN
static/wp-content/plugins/gtranslate/24.png
Normal file
|
After Width: | Height: | Size: 31 KiB |
BIN
static/wp-content/plugins/gtranslate/24a.png
Normal file
|
After Width: | Height: | Size: 31 KiB |
BIN
static/wp-content/plugins/gtranslate/alt_flags.png
Normal file
|
After Width: | Height: | Size: 9.9 KiB |
BIN
static/wp-content/plugins/gtranslate/alt_flagsa.png
Normal file
|
After Width: | Height: | Size: 10 KiB |
BIN
static/wp-content/plugins/gtranslate/arrow_down.png
Normal file
|
After Width: | Height: | Size: 208 B |
BIN
static/wp-content/plugins/gtranslate/arrow_up.png
Normal file
|
After Width: | Height: | Size: 175 B |
BIN
static/wp-content/plugins/gtranslate/flags/16/nl.png
Normal file
|
After Width: | Height: | Size: 367 B |
14
static/wp-content/plugins/gtranslate/gtranslate-style24.css
Normal file
@@ -0,0 +1,14 @@
|
||||
a.gflag {font-size:24px;padding:1px 0;background-repeat:no-repeat;background-image:url(/wp-content/plugins/gtranslate/24.png);}
|
||||
a.gflag img {border:0;height:24px;display:inline;}
|
||||
a.gflag:hover {background-image:url(/wp-content/plugins/gtranslate/24a.png);}
|
||||
img.gstats {display:none;}
|
||||
a.alt_flag {background-image:url(/wp-content/plugins/gtranslate/alt_flags.png);}
|
||||
a.alt_flag:hover {background-image:url(/wp-content/plugins/gtranslate/alt_flagsa.png);}
|
||||
a.us_flag {background-position:-0px -100px;}
|
||||
a.br_flag {background-position:-100px -100px;}
|
||||
a.mx_flag {background-position:-200px -100px;}
|
||||
|
||||
a.glink {text-decoration:none;}
|
||||
a.glink span {margin-right:5px;font-size:15px;vertical-align:middle;}
|
||||
a.glink img {vertical-align:middle;display:inline;border:0;padding:0;margin:0;opacity:0.8;}
|
||||
a.glink:hover img {opacity:1;}
|
||||
BIN
static/wp-content/plugins/gtranslate/switcher.png
Normal file
|
After Width: | Height: | Size: 207 B |
255
static/wp-content/themes/twentyten/blocks.css
Normal file
@@ -0,0 +1,255 @@
|
||||
/*
|
||||
Theme Name: Twenty Ten
|
||||
Description: Used to style blocks.
|
||||
*/
|
||||
|
||||
/*--------------------------------------------------------------
|
||||
>>> TABLE OF CONTENTS:
|
||||
----------------------------------------------------------------
|
||||
1.0 General Block Styles
|
||||
2.0 Blocks - Common Blocks
|
||||
3.0 Blocks - Formatting
|
||||
4.0 Blocks - Layout Elements
|
||||
5.0 Blocks - Widgets
|
||||
6.0 Blocks - Colors
|
||||
--------------------------------------------------------------*/
|
||||
|
||||
/*--------------------------------------------------------------
|
||||
1.0 General Block Styles
|
||||
--------------------------------------------------------------*/
|
||||
|
||||
/* Captions */
|
||||
|
||||
[class^="wp-block-"]:not(.wp-block-gallery) figcaption {
|
||||
color: #777;
|
||||
font-family: "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
|
||||
}
|
||||
|
||||
/* Alignments */
|
||||
|
||||
[class^="wp-block-"].alignleft,
|
||||
[class^="wp-block-"] .alignleft {
|
||||
margin-right: 24px;
|
||||
}
|
||||
|
||||
[class^="wp-block-"].alignright,
|
||||
[class^="wp-block-"] .alignright {
|
||||
margin-left: 24px;
|
||||
}
|
||||
|
||||
/*--------------------------------------------------------------
|
||||
2.0 Blocks - Common Blocks
|
||||
--------------------------------------------------------------*/
|
||||
|
||||
/* Paragraph */
|
||||
|
||||
p.has-drop-cap:not(:focus)::first-letter {
|
||||
font-size: 5em;
|
||||
margin-top: 0.1em;
|
||||
}
|
||||
|
||||
/* Image */
|
||||
|
||||
.wp-block-image figure {
|
||||
margin-bottom: 24px;
|
||||
}
|
||||
|
||||
.wp-block-image figcaption {
|
||||
margin: -7px 0 20px;;
|
||||
padding: 9px 9px 1.0em;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.wp-block-image.alignfull,
|
||||
.wp-block-image.alignfull img {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
/* Gallery */
|
||||
|
||||
.wp-block-gallery {
|
||||
margin: 0 0 24px;
|
||||
}
|
||||
|
||||
.wp-block-gallery .blocks-gallery-image figcaption,
|
||||
.wp-block-gallery .blocks-gallery-item figcaption {
|
||||
font-family: "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
|
||||
left: 0;
|
||||
right: 0;
|
||||
width: auto;
|
||||
}
|
||||
|
||||
/* Quotes */
|
||||
|
||||
.wp-block-quote:not(.is-large):not(.is-style-large) {
|
||||
border: none;
|
||||
padding: 0 3em;
|
||||
}
|
||||
|
||||
.wp-block-quote cite {
|
||||
color: inherit;
|
||||
font-size: inherit;
|
||||
font-weight: 600;
|
||||
}
|
||||
|
||||
/* Audio */
|
||||
|
||||
.wp-block-audio {
|
||||
margin-left: 0;
|
||||
margin-right: 0;
|
||||
}
|
||||
|
||||
.wp-block-audio audio {
|
||||
display: block;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
/* File */
|
||||
|
||||
.rtl .wp-block-file * + .wp-block-file__button {
|
||||
margin: 0 0 0 0.75em;
|
||||
}
|
||||
|
||||
/*--------------------------------------------------------------
|
||||
3.0 Blocks - Formatting
|
||||
--------------------------------------------------------------*/
|
||||
|
||||
/* Code */
|
||||
|
||||
.wp-block-code {
|
||||
background-color: transparent;
|
||||
border: 0;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
/* Pullquote */
|
||||
|
||||
.wp-block-pullquote p {
|
||||
font-size: 1.5em;
|
||||
}
|
||||
|
||||
.wp-block-pullquote__citation,
|
||||
.wp-block-pullquote cite {
|
||||
color: inherit;
|
||||
font-size: inherit;
|
||||
font-weight: 600;
|
||||
text-transform: none;
|
||||
}
|
||||
|
||||
/* Table */
|
||||
|
||||
.wp-block-table td,
|
||||
.wp-block-table th {
|
||||
border: none;
|
||||
}
|
||||
|
||||
.wp-block-table td {
|
||||
border-top: 1px solid #e7e7e7;
|
||||
}
|
||||
|
||||
.wp-block-table tr:nth-child(odd) td {
|
||||
background: #f2f7fc;
|
||||
}
|
||||
|
||||
/*--------------------------------------------------------------
|
||||
4.0 Blocks - Layout Elements
|
||||
--------------------------------------------------------------*/
|
||||
|
||||
/* Separator */
|
||||
|
||||
.wp-block-separator {
|
||||
border: 0;
|
||||
}
|
||||
|
||||
/* Media & Text */
|
||||
|
||||
.wp-block-media-text {
|
||||
margin-bottom: 24px;
|
||||
}
|
||||
|
||||
/*--------------------------------------------------------------
|
||||
5.0 Blocks - Widgets
|
||||
--------------------------------------------------------------*/
|
||||
|
||||
/* Archives, Categories & Latest Posts */
|
||||
|
||||
.wp-block-archives.aligncenter,
|
||||
.wp-block-categories.aligncenter,
|
||||
.wp-block-latest-posts.aligncenter {
|
||||
margin-left: 20px;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.rtl .wp-block-archives.aligncenter,
|
||||
.rtl .wp-block-categories.aligncenter,
|
||||
.rtl .wp-block-latest-posts.aligncenter {
|
||||
margin-left: 0;
|
||||
margin-right: 20px;
|
||||
}
|
||||
|
||||
/* Latest Comments */
|
||||
|
||||
.wp-block-latest-comments {
|
||||
margin: 0 0 24px;
|
||||
}
|
||||
|
||||
/* Latest Posts */
|
||||
|
||||
.wp-block-latest-posts.is-grid {
|
||||
margin-left: 0;
|
||||
margin-right: 0;
|
||||
}
|
||||
|
||||
/*--------------------------------------------------------------
|
||||
6.0 Blocks - Colors
|
||||
--------------------------------------------------------------*/
|
||||
|
||||
.has-blue-color,
|
||||
.has-blue-color:visited {
|
||||
color: #0066cc;
|
||||
}
|
||||
|
||||
.has-blue-background-color,
|
||||
.has-blue-background-color:visited {
|
||||
background-color: #0066cc;
|
||||
}
|
||||
|
||||
.has-black-color,
|
||||
.has-black-color:visited {
|
||||
color: #000;
|
||||
}
|
||||
|
||||
.has-black-background-color,
|
||||
.has-black-background-color:visited {
|
||||
background-color: #000;
|
||||
}
|
||||
|
||||
.has-medium-gray-color,
|
||||
.has-medium-gray-color:visited {
|
||||
color: #666;
|
||||
}
|
||||
|
||||
.has-medium-gray-background-color,
|
||||
.has-medium-gray-background-color:visited {
|
||||
background-color: #666;
|
||||
}
|
||||
|
||||
.has-light-gray-color,
|
||||
.has-light-gray-color:visited {
|
||||
color: #f1f1f1;
|
||||
}
|
||||
|
||||
.has-light-gray-background-color,
|
||||
.has-light-gray-background-color:visited {
|
||||
background-color: #f1f1f1;
|
||||
}
|
||||
|
||||
.has-white-color,
|
||||
.has-white-color:visited {
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
.has-white-background-color,
|
||||
.has-white-background-color:visited {
|
||||
background-color: #fff;
|
||||
}
|
||||
BIN
static/wp-content/themes/twentyten/images/wordpress.png
Normal file
|
After Width: | Height: | Size: 794 B |
1439
static/wp-content/themes/twentyten/style.css
Normal file
BIN
static/wp-content/uploads/2017/08/5stappen-1024x766.jpg
Normal file
|
After Width: | Height: | Size: 115 KiB |
BIN
static/wp-content/uploads/2017/08/5stappen-150x150.jpg
Normal file
|
After Width: | Height: | Size: 10 KiB |
BIN
static/wp-content/uploads/2017/08/5stappen-300x224.jpg
Normal file
|
After Width: | Height: | Size: 21 KiB |
BIN
static/wp-content/uploads/2017/08/5stappen-768x575.jpg
Normal file
|
After Width: | Height: | Size: 78 KiB |
BIN
static/wp-content/uploads/2017/08/5stappen-940x198.jpg
Normal file
|
After Width: | Height: | Size: 30 KiB |
BIN
static/wp-content/uploads/2017/08/5stappen.jpg
Normal file
|
After Width: | Height: | Size: 310 KiB |
BIN
static/wp-content/uploads/2017/08/CPT-INT_en.png
Normal file
|
After Width: | Height: | Size: 5.0 KiB |
BIN
static/wp-content/uploads/2017/08/Deltap2-150x145.jpg
Normal file
|
After Width: | Height: | Size: 6.4 KiB |
BIN
static/wp-content/uploads/2017/08/Deltap2.jpg
Normal file
|
After Width: | Height: | Size: 8.2 KiB |
BIN
static/wp-content/uploads/2017/08/Deltaplan-Dementie-2.0.pdf
Normal file
BIN
static/wp-content/uploads/2017/08/NewLogoC-150x150.jpg
Normal file
|
After Width: | Height: | Size: 6.0 KiB |
BIN
static/wp-content/uploads/2017/08/NewLogoC-300x72.jpg
Normal file
|
After Width: | Height: | Size: 6.9 KiB |
BIN
static/wp-content/uploads/2017/08/NewLogoC.jpg
Normal file
|
After Width: | Height: | Size: 24 KiB |
BIN
static/wp-content/uploads/2017/08/PERSBERICHT2.pdf
Normal file
BIN
static/wp-content/uploads/2017/08/School_of_Athens3-150x150.jpg
Normal file
|
After Width: | Height: | Size: 7.3 KiB |
BIN
static/wp-content/uploads/2017/08/School_of_Athens3-300x63.jpg
Normal file
|
After Width: | Height: | Size: 7.1 KiB |
BIN
static/wp-content/uploads/2017/08/School_of_Athens3-768x162.jpg
Normal file
|
After Width: | Height: | Size: 35 KiB |
BIN
static/wp-content/uploads/2017/08/School_of_Athens3.jpg
Normal file
|
After Width: | Height: | Size: 77 KiB |
BIN
static/wp-content/uploads/2017/08/UMSD-V1.02.pdf
Normal file
BIN
static/wp-content/uploads/2017/08/UMSD3-150x150.jpg
Normal file
|
After Width: | Height: | Size: 7.8 KiB |
BIN
static/wp-content/uploads/2017/08/UMSD3-220x198.jpg
Normal file
|
After Width: | Height: | Size: 12 KiB |
BIN
static/wp-content/uploads/2017/08/UMSD3.jpg
Normal file
|
After Width: | Height: | Size: 12 KiB |
BIN
static/wp-content/uploads/2017/08/brainsLeonardo-150x150.jpg
Normal file
|
After Width: | Height: | Size: 6.2 KiB |
BIN
static/wp-content/uploads/2017/08/brainsLeonardo-208x198.jpg
Normal file
|
After Width: | Height: | Size: 11 KiB |
BIN
static/wp-content/uploads/2017/08/brainsLeonardo.jpg
Normal file
|
After Width: | Height: | Size: 15 KiB |
BIN
static/wp-content/uploads/2017/08/brief-aan-van-Rijn.pdf
Normal file
BIN
static/wp-content/uploads/2017/08/creation-of-adam-150x150.jpg
Normal file
|
After Width: | Height: | Size: 5.4 KiB |
BIN
static/wp-content/uploads/2017/08/creation-of-adam-300x63.jpg
Normal file
|
After Width: | Height: | Size: 6.0 KiB |
BIN
static/wp-content/uploads/2017/08/creation-of-adam-768x162.jpg
Normal file
|
After Width: | Height: | Size: 28 KiB |
BIN
static/wp-content/uploads/2017/08/creation-of-adam.jpg
Normal file
|
After Width: | Height: | Size: 61 KiB |
BIN
static/wp-content/uploads/2017/08/creation_of_adam-150x150.jpg
Normal file
|
After Width: | Height: | Size: 5.7 KiB |
BIN
static/wp-content/uploads/2017/08/creation_of_adam-300x63.jpg
Normal file
|
After Width: | Height: | Size: 4.8 KiB |
BIN
static/wp-content/uploads/2017/08/creation_of_adam-768x162.jpg
Normal file
|
After Width: | Height: | Size: 24 KiB |
BIN
static/wp-content/uploads/2017/08/creation_of_adam.jpg
Normal file
|
After Width: | Height: | Size: 45 KiB |
|
After Width: | Height: | Size: 7.5 KiB |
|
After Width: | Height: | Size: 7.2 KiB |
|
After Width: | Height: | Size: 38 KiB |
BIN
static/wp-content/uploads/2017/08/cropped-School_of_Athens3.jpg
Normal file
|
After Width: | Height: | Size: 64 KiB |
|
After Width: | Height: | Size: 5.8 KiB |
|
After Width: | Height: | Size: 6.0 KiB |
|
After Width: | Height: | Size: 30 KiB |
BIN
static/wp-content/uploads/2017/08/cropped-creation-of-adam.jpg
Normal file
|
After Width: | Height: | Size: 52 KiB |
|
After Width: | Height: | Size: 5.8 KiB |
|
After Width: | Height: | Size: 4.8 KiB |
|
After Width: | Height: | Size: 25 KiB |
BIN
static/wp-content/uploads/2017/08/cropped-creation_of_adam.jpg
Normal file
|
After Width: | Height: | Size: 44 KiB |
BIN
static/wp-content/uploads/2017/08/cropped-owl-150x150.jpg
Normal file
|
After Width: | Height: | Size: 3.6 KiB |
BIN
static/wp-content/uploads/2017/08/cropped-owl-300x63.jpg
Normal file
|
After Width: | Height: | Size: 4.9 KiB |
BIN
static/wp-content/uploads/2017/08/cropped-owl-768x161.jpg
Normal file
|
After Width: | Height: | Size: 18 KiB |
BIN
static/wp-content/uploads/2017/08/cropped-owl-940x197.jpg
Normal file
|
After Width: | Height: | Size: 25 KiB |
BIN
static/wp-content/uploads/2017/08/cropped-owl.jpg
Normal file
|
After Width: | Height: | Size: 25 KiB |
BIN
static/wp-content/uploads/2017/08/cropped-owl2-150x150.jpg
Normal file
|
After Width: | Height: | Size: 5.4 KiB |
BIN
static/wp-content/uploads/2017/08/cropped-owl2-300x63.jpg
Normal file
|
After Width: | Height: | Size: 5.9 KiB |
BIN
static/wp-content/uploads/2017/08/cropped-owl2-768x161.jpg
Normal file
|
After Width: | Height: | Size: 25 KiB |
BIN
static/wp-content/uploads/2017/08/cropped-owl2-940x197.jpg
Normal file
|
After Width: | Height: | Size: 36 KiB |
BIN
static/wp-content/uploads/2017/08/cropped-owl2.jpg
Normal file
|
After Width: | Height: | Size: 36 KiB |
BIN
static/wp-content/uploads/2017/08/dementiewijs-150x150.jpg
Normal file
|
After Width: | Height: | Size: 11 KiB |
BIN
static/wp-content/uploads/2017/08/dementiewijs-300x215.jpg
Normal file
|
After Width: | Height: | Size: 28 KiB |
BIN
static/wp-content/uploads/2017/08/dementiewijs-768x551.jpg
Normal file
|
After Width: | Height: | Size: 126 KiB |
BIN
static/wp-content/uploads/2017/08/dementiewijs-940x198.jpg
Normal file
|
After Width: | Height: | Size: 51 KiB |
|
After Width: | Height: | Size: 7.5 KiB |
|
After Width: | Height: | Size: 14 KiB |
|
After Width: | Height: | Size: 14 KiB |
BIN
static/wp-content/uploads/2017/08/dementiewijs-is-beter.jpg
Normal file
|
After Width: | Height: | Size: 52 KiB |
|
After Width: | Height: | Size: 7.1 KiB |
|
After Width: | Height: | Size: 13 KiB |
|
After Width: | Height: | Size: 14 KiB |
BIN
static/wp-content/uploads/2017/08/dementiewijs-is-beter2.jpg
Normal file
|
After Width: | Height: | Size: 58 KiB |
BIN
static/wp-content/uploads/2017/08/dementiewijs.jpg
Normal file
|
After Width: | Height: | Size: 327 KiB |
BIN
static/wp-content/uploads/2017/08/moi.jpg
Normal file
|
After Width: | Height: | Size: 2.3 KiB |
BIN
static/wp-content/uploads/2017/08/owl-1-150x103.jpg
Normal file
|
After Width: | Height: | Size: 3.6 KiB |
BIN
static/wp-content/uploads/2017/08/owl-1-300x63.jpg
Normal file
|
After Width: | Height: | Size: 5.0 KiB |
BIN
static/wp-content/uploads/2017/08/owl-1.jpg
Normal file
|
After Width: | Height: | Size: 6.4 KiB |
BIN
static/wp-content/uploads/2017/08/owl-150x103.jpg
Normal file
|
After Width: | Height: | Size: 3.6 KiB |
BIN
static/wp-content/uploads/2017/08/owl-300x63.jpg
Normal file
|
After Width: | Height: | Size: 5.0 KiB |
BIN
static/wp-content/uploads/2017/08/owl.jpg
Normal file
|
After Width: | Height: | Size: 6.4 KiB |
BIN
static/wp-content/uploads/2017/08/owl2-150x103.jpg
Normal file
|
After Width: | Height: | Size: 5.0 KiB |
BIN
static/wp-content/uploads/2017/08/owl2-300x63.jpg
Normal file
|
After Width: | Height: | Size: 6.0 KiB |
BIN
static/wp-content/uploads/2017/08/owl2.jpg
Normal file
|
After Width: | Height: | Size: 9.2 KiB |
BIN
static/wp-content/uploads/2017/08/schema2-150x150.jpg
Normal file
|
After Width: | Height: | Size: 7.4 KiB |
BIN
static/wp-content/uploads/2017/08/schema2-300x164.jpg
Normal file
|
After Width: | Height: | Size: 11 KiB |
BIN
static/wp-content/uploads/2017/08/schema2-513x198.jpg
Normal file
|
After Width: | Height: | Size: 19 KiB |
BIN
static/wp-content/uploads/2017/08/schema2.jpg
Normal file
|
After Width: | Height: | Size: 27 KiB |
BIN
static/wp-content/uploads/2017/08/stap4-150x150.jpg
Normal file
|
After Width: | Height: | Size: 10 KiB |
BIN
static/wp-content/uploads/2017/08/stap4-300x227.jpg
Normal file
|
After Width: | Height: | Size: 22 KiB |
BIN
static/wp-content/uploads/2017/08/stap4-768x581.jpg
Normal file
|
After Width: | Height: | Size: 80 KiB |