#element-8b058152-7753-4f04-8038-5485033c3be4 .seoheadlines h1,
#element-8b058152-7753-4f04-8038-5485033c3be4 .seoheadlines h2,
#element-8b058152-7753-4f04-8038-5485033c3be4 .seoheadlines h3,
#element-8b058152-7753-4f04-8038-5485033c3be4 .seoheadlines h4,
#element-8b058152-7753-4f04-8038-5485033c3be4 .seoheadlines h5,
#element-8b058152-7753-4f04-8038-5485033c3be4 .seoheadlines h6 {
text-align: center;
padding: 10px;
margin: 5px 0;
background-color: transparent;
color: #508d24;
}
#element-8b058152-7753-4f04-8038-5485033c3be4 .seoheadlines.use-bg-color-1 h1,
#element-8b058152-7753-4f04-8038-5485033c3be4 .seoheadlines.use-bg-color-1 h2,
#element-8b058152-7753-4f04-8038-5485033c3be4 .seoheadlines.use-bg-color-1 h3,
#element-8b058152-7753-4f04-8038-5485033c3be4 .seoheadlines.use-bg-color-1 h4,
#element-8b058152-7753-4f04-8038-5485033c3be4 .seoheadlines.use-bg-color-1 h5,
#element-8b058152-7753-4f04-8038-5485033c3be4 .seoheadlines.use-bg-color-1 h6 {
background-color: #fff;
}
#element-8b058152-7753-4f04-8038-5485033c3be4 .seoheadlines.use-font-family-1 h1,
#element-8b058152-7753-4f04-8038-5485033c3be4 .seoheadlines.use-font-family-1 h2,
#element-8b058152-7753-4f04-8038-5485033c3be4 .seoheadlines.use-font-family-1 h3,
#element-8b058152-7753-4f04-8038-5485033c3be4 .seoheadlines.use-font-family-1 h4,
#element-8b058152-7753-4f04-8038-5485033c3be4 .seoheadlines.use-font-family-1 h5,
#element-8b058152-7753-4f04-8038-5485033c3be4 .seoheadlines.use-font-family-1 h6 {
font-family: “” !important;
}
#element-8b058152-7753-4f04-8038-5485033c3be4 .seoheadlines h1 .paragraph,
#element-8b058152-7753-4f04-8038-5485033c3be4 .seoheadlines h2 .paragraph,
#element-8b058152-7753-4f04-8038-5485033c3be4 .seoheadlines h3 .paragraph,
#element-8b058152-7753-4f04-8038-5485033c3be4 .seoheadlines h4 .paragraph,
#element-8b058152-7753-4f04-8038-5485033c3be4 .seoheadlines h5 .paragraph,
#element-8b058152-7753-4f04-8038-5485033c3be4 .seoheadlines h6 .paragraph {
margin: 0;
padding: 0;
}
#element-8b058152-7753-4f04-8038-5485033c3be4 .seoheadlines a {
text-decoration: none;
color: #508d24;
font-family: “” !important;
}
Vijgen smoothie met aardbeien
function setupElement516141478275283045() {
var requireFunc = window.platformElementRequire || window.require;
// Relies on a global require, specific to platform elements
requireFunc([
‘w-global’,
‘underscore’,
‘jquery’,
‘backbone’,
‘util/platform/elements/PlatformElement’,
‘util/platform/elements/PlatformElementSettings’
], function(
_W,
_,
$,
Backbone,
PlatformElement,
PlatformElementSettings
) {
var dependencies = null || [];
var platform_element_id = “209976852378389883-1.0.4″;
if (typeof _W.loadedPlatformDependencies === ‘undefined’) {
_W.loadedPlatformDependencies = [];
}
if (typeof _W.platformElements === ‘undefined’) {
_W.platformElements = [];
}
if (typeof _W.platformElements[platform_element_id] === ‘undefined’) {
_W.platformElements[platform_element_id] = {};
_W.platformElements[platform_element_id].deferredObject = new $.Deferred();
_W.platformElements[platform_element_id].deferredPromise = _W.platformElements[platform_element_id].deferredObject.promise();
}
if(_.intersection(_W.loadedPlatformDependencies, dependencies).length !== dependencies.length){
_.reduce(dependencies, function(promise, nextScript){
_W.loadedPlatformDependencies.push(nextScript);
return promise.then(function(){
return $.getScript(nextScript);
});
}, $().promise()).then(function(){
_W.platformElements[platform_element_id].deferredObject.resolve();
});
}
if (dependencies.length === 0){
_W.platformElements[platform_element_id].deferredObject.resolve();
}
_W.platformElements[platform_element_id].deferredPromise.done(function(){
var _ElementDefinition = /**
* This is required for element rendering to be possible
* @type {PlatformElement}
*
* we normalize the styles on initial load.
*/
(function() {
var SEOHeadlines = PlatformElement.extend({
initialize: function() {
// we normalize the styles on initial load.
$(document).ready(function() {
this.fixStyles();
}.bind(this));
this.fixStyles();
},
/**
* Lots of styles are applied by default to editable areas of
* the editor. To make the element looks how you want, some styles
* need to be overwritten.
*/
fixStyles: function() {
this.$(‘.editable-text’).each(function(index, value) {
$(value).attr(‘style’, ”);
});
this.$(‘.element’).each(function(index, value) {
$(value).attr(‘style’, ”);
});
}
});
return SEOHeadlines;
})();;
if (typeof _ElementDefinition == ‘undefined’ || typeof _ElementDefinition == ‘null’) {
var _ElementDefinition = PlatformElement.extend({});
}
var _Element = _ElementDefinition.extend({
initialize: function() {
// we still want to call the initialize function defined by the developer
// however, we don’t want to call it until placeholders have been replaced
this.placeholderInterval = setInterval(function() {
// so use setInterval to check for placeholders.
if (this.$(‘.platform-element-child-placeholder’).length == 0) {
clearInterval(this.placeholderInterval);
this.constructor.__super__.initialize.apply(this);
}
}.bind(this), 100);
}
});
_Element.prototype.settings = new PlatformElementSettings({“customFontSize_each”:[{“customFontSize_index”:0},{“customFontSize_index”:1},{“customFontSize_index”:2},{“customFontSize_index”:3},{“customFontSize_index”:4},{“customFontSize_index”:5},{“customFontSize_index”:6},{“customFontSize_index”:7},{“customFontSize_index”:8},{“customFontSize_index”:9},{“customFontSize_index”:10},{“customFontSize_index”:11},{“customFontSize_index”:12},{“customFontSize_index”:13}],”useBgColor”:true,”useFontFamily”:false,”useFontSize”:false,”useLink”:false,”selectHeadline”:”h1″,”headingText”:”Vijgen smoothie met aardbeien”,”linkURL”:”#”,”headlineAlignment”:”center”,”fontFamily”:””,”customFontSize”:14,”headlineColor”:”#508d24″,”headlineBgColor”:”#fff”,”borderThickness”:0,”borderStyle”:”none”,”borderColor”:”#fff”,”borderRadius”:0});
_Element.prototype.settings.page_element_id = “516141478275283045”;
_Element.prototype.element_id = “8b058152-7753-4f04-8038-5485033c3be4”;
_Element.prototype.user_id = “94741176”;
_Element.prototype.site_id = “583927102394162462”;
_Element.prototype.assets_path = “//marketplace.editmysite.com/elements/209976852378389883-1.0.4/assets/”;
new _Element({
el: ‘#element-8b058152-7753-4f04-8038-5485033c3be4’
});
});
});
}
if (typeof document.documentElement.appReady == ‘undefined’) {
document.documentElement.appReady = 0;
}
if (document.documentElement.appReady || (window.inEditor && window.inEditor())) {
setupElement516141478275283045();
} else if (document.createEvent && document.addEventListener) {
document.addEventListener(‘appReady’, setupElement516141478275283045, false);
} else {
document.documentElement.attachEvent(‘onpropertychange’, function(event){
if (event.propertyName == ‘appReady’) {
setupElement516141478275283045();
}
});
}
#element-41a2773c-c33a-470c-ace6-bd1fdd8f1350 .waddons-blog-image.hideImage {
display: none;
}
function setupElement271935819956888714() {
var requireFunc = window.platformElementRequire || window.require;
// Relies on a global require, specific to platform elements
requireFunc([
‘w-global’,
‘underscore’,
‘jquery’,
‘backbone’,
‘util/platform/elements/PlatformElement’,
‘util/platform/elements/PlatformElementSettings’
], function(
_W,
_,
$,
Backbone,
PlatformElement,
PlatformElementSettings
) {
var dependencies = null || [];
var platform_element_id = “260411112593998040-1.0.0”;
if (typeof _W.loadedPlatformDependencies === ‘undefined’) {
_W.loadedPlatformDependencies = [];
}
if (typeof _W.platformElements === ‘undefined’) {
_W.platformElements = [];
}
if (typeof _W.platformElements[platform_element_id] === ‘undefined’) {
_W.platformElements[platform_element_id] = {};
_W.platformElements[platform_element_id].deferredObject = new $.Deferred();
_W.platformElements[platform_element_id].deferredPromise = _W.platformElements[platform_element_id].deferredObject.promise();
}
if(_.intersection(_W.loadedPlatformDependencies, dependencies).length !== dependencies.length){
_.reduce(dependencies, function(promise, nextScript){
_W.loadedPlatformDependencies.push(nextScript);
return promise.then(function(){
return $.getScript(nextScript);
});
}, $().promise()).then(function(){
_W.platformElements[platform_element_id].deferredObject.resolve();
});
}
if (dependencies.length === 0){
_W.platformElements[platform_element_id].deferredObject.resolve();
}
_W.platformElements[platform_element_id].deferredPromise.done(function(){
var _ElementDefinition = (function(){
var blogImg = PlatformElement.extend({
initialize: function() {
}
});
return blogImg;
})();
;
if (typeof _ElementDefinition == ‘undefined’ || typeof _ElementDefinition == ‘null’) {
var _ElementDefinition = PlatformElement.extend({});
}
var _Element = _ElementDefinition.extend({
initialize: function() {
// we still want to call the initialize function defined by the developer
// however, we don’t want to call it until placeholders have been replaced
this.placeholderInterval = setInterval(function() {
// so use setInterval to check for placeholders.
if (this.$(‘.platform-element-child-placeholder’).length == 0) {
clearInterval(this.placeholderInterval);
this.constructor.__super__.initialize.apply(this);
}
}.bind(this), 100);
}
});
_Element.prototype.settings = new PlatformElementSettings({“hideImage”:true});
_Element.prototype.settings.page_element_id = “271935819956888714”;
_Element.prototype.element_id = “41a2773c-c33a-470c-ace6-bd1fdd8f1350”;
_Element.prototype.user_id = “94741176”;
_Element.prototype.site_id = “583927102394162462”;
_Element.prototype.assets_path = “//marketplace.editmysite.com/elements/260411112593998040-1.0.0/assets/”;
new _Element({
el: ‘#element-41a2773c-c33a-470c-ace6-bd1fdd8f1350’
});
});
});
}
if (typeof document.documentElement.appReady == ‘undefined’) {
document.documentElement.appReady = 0;
}
if (document.documentElement.appReady || (window.inEditor && window.inEditor())) {
setupElement271935819956888714();
} else if (document.createEvent && document.addEventListener) {
document.addEventListener(‘appReady’, setupElement271935819956888714, false);
} else {
document.documentElement.attachEvent(‘onpropertychange’, function(event){
if (event.propertyName == ‘appReady’) {
setupElement271935819956888714();
}
});
}
Vandaag is een lekkere lazy sunday, want gisteravond hadden we een feestje. Of nouja een feestje, eigenlijk een soort mini festival haha. In het dorp waar Jens vandaan komt, hebben ze 3x per jaar feest, 1x in het Pinksterweekend, 1x in het Mosselseizoen en 1x rond de Kerst. In de muziektent op het dorpsplein komen bandjes en verder wordt er heel veel gedronken haha. Dat is ongeveer de samenvatting van die feesten, ik ben zelf helemaal niet zo’n drinker en ik houd ook niet echt van dronken mensen om me heen, maar toch ga ik elke keer weer mee. Ten eerste omdat ik het fijn vind om daarna lekker samen te slapen en samen wakker te worden. Als ik niet mee zou gaan, slaapt Jens bij zijn ouders en dat vind ik dan weer ongezellig. Ten tweede omdat mijn beste vriendinnetje een vriendin is van één van de vrienden van Jens. Dus voor ons is dat ook altijd een uitgelezen moment om lekker bij te kletsen en samen te mopperen dat we naar huis willen en het beu zijn hahaha. Want dat gebeurt meestal, wij zijn het vaak een stuk eerder beu dan de jongens. Gisteravond ging het beter dan normaal eigenlijk, het duurde tot 01.00 uur en de jongens vonden het ook goed om naar huis te gaan. En wij hadden het eigenlijk ook nog prima naar ons zin. Dus mijn schoonzusje nog even thuisgebracht, 2 vrienden thuis afgezet en daarna lekker naar huis. We waren om 2 uur lekker thuis en wat was Leyla blij om ons weer te zien. Nadat ze een hele avond alleen was geweest en in de bench had geslapen, dacht ik eigenlijk dat ze wel uitgeslapen zou zijn, maar gelukkig was dat vanochtend niet het geval. Ze piepte 1x rond een uur of 7 dat ze moest plassen en het was Jens z’n beurt dus die heeft ze laten plassen. En daarna hebben wij heerlijk tot 11 uur geslapen, dat is wel echt een nieuw record en Leyla zelf hadden we ook nog niet gehoord. Super fijn na zo’n lange avond haha, dus vandaag lekker uitbrakken en op het gemakje.
Blendertijd: 3 minuten
Aantal: 2 smoothies
Bijzondere benodigheden:
- Blender
- Citruspers
Hoe maak je het? Was als eerste het fruit. Voor het fruit wat je niet schilt (of wat geen schil heeft), is het het meest gezond om voor een biologische variant te kiezen, je kunt de bestrijdingsmiddelen er namelijk niet vanaf wassen. Doe de ananasaardbeien, aardbeien en de bramen vast in de blender. |
Snijd vervolgens de sinaasappels door de helft en pers ze uit. Het sap kun je toevoegen aan het fruit in de blender. Tot slot schil je de vijgen, als je biologische vijgen gebruikt, kun je ze er ook met de schil in doen. Alle ingrediënten voor deze biologische, gezonde smoothie zitten nu in de blender. |
Volg je Organic Happiness al op Social Media?