Anne Curtis and Erwan Heussaff celebrate her first wedding anniversary on November 12th.
The couple looks at their special day, posting one of their official wedding portraits on Instagram.
Anne describes her photograph with an expression that was removed from the wedding vows a year ago.
He writes: "You learned and trusted me again in the spell, you took what was broken and all its crazy, and made it again all over …
"Happy 1st Anniversary Monday, always grateful for you and all the love you have to give.
"You are my little piece of paradise here on earth. It's a tame."
READ: Why Anne Curtis and Erwan Heussaff's married vows still make us tears
For Erwan's part, he reflects his first year of marriage.
He begins: "He has been married for a year.
"Nothing has changed, but everything is different. One of the things I keep is to make sure that you will always be happy with us.
"No matter what happens around us or where we are in life, we will laugh over time.
"That smile can stop the time for me.
"The giggle that kills above everything puts it in perspective and reminds me not to take it all so seriously.
"We are nowhere near the central point of our story, but I do not think we have written a specific destination or end up in mind.
"Instead of walking to something, we are happy to roam each other, content, wandering towards the unknown, just love life with each other.
"The conversation that is not always spoken, which never really ends up, falls on us and just goes over to fresh senses and dream analyzes tomorrow night.
"Married to life."
Read: the wedding album by Anne Curtis and Erwan Heussaff
See this post on Instagram
Married to a year. Nothing has changed, but everything is different. The only thing I keep is to make sure that you will always be happy with us. No matter what happens around us or where we are in life, we will laugh over time. That smile can stop the time for me. The giggle that goes above all, puts everything in perspective and reminds me not to take it all so seriously. We are nowhere near the central point of our story, but I do not think we have written a specific destination or end up in mind. Rather than walking on something, we are happy to roam each other, content, wandering towards the unknown, just to love each other. The conversation, which is not always spoken, which never really ends, is sleeping on us, and just the next day is moving with fresh expressions and dreams analysis. Married to life. ? @ jimpollardgoesclick
Anne and Erwan are currently in their "long" honeymoon in Africa.
SUBMISSION – Continue reading below
The couple will travel for a month around the world's second largest continent.
Read: Anne Curtis is a pure heat in Solenn Heusaff's honeymoon gift
/*$(document).ready(function(){ if(getCookieISPR('ISPR_agreed') === true){ $(".ISPR-useragreement").hide(); } });*/
function statusChangeCallback(response) { console.log(response); // The response object is returned with a status field that lets the // app know the current login status of the person. // Full docs on the response object can be found in the documentation // for FB.getLoginStatus(). if (response.status === 'connected') { // Logged into your app and Facebook. fb_API(); } else if (response.status === 'not_authorized') { // The person is logged into Facebook, but not your app. setCookie("__pl", "", -1); setCookie("__cx_update_profile", "", -1); setCookie("__cx_1st_time", "", -1); setCookie("__eid", "", -1); } else { // The person is not logged into Facebook, so we're not sure if // they are logged into this app or not. setCookie("__pl", -1, -99999); setCookie("__cx_update_profile", -1, -99999); setCookie("__cx_1st_time", -1, -99999); setCookie("__eid", -1, -99999); } } function checkLoginState() { FB.getLoginStatus(function(response) { statusChangeCallback(response); }); }
function fb_API() {
FB.api('/me', { fields: "name, first_name, last_name, email, age_range, bio, birthday, picture, link, gender, locale, timezone, updated_time, verified" }, function(response) { if (getCookie("__pl") === "") { var udata = response; $.ajax({ "url": "https://www.pep.ph/services/prepare", "data": response, "dataType": "jsonp", contentType: "application/json", jsonpCallback: "jsonpCallback", beforeSubmit: function() { console.log("Sending..."); }, success: function(response, status) { if (status == "success" || status == 200) { var current = new Date().getFullYear(); var Birthyear = new Date(udata.birthday).getFullYear(); var age = current - Birthyear; var gaUserData = '{"userId": "'+udata.id+'","userProfilesmember-id": "'+udata.id+'","userProfilesgender": "'+udata.gender+'","userProfilesage": "'+age+'","userProfilesbyear": "'+Birthyear+'","site": "pep.ph","userFbProfile":"'+udata.link+'","userName":"'+udata.name+'","avatar":"'+udata.picture.data.url+'","fname":"'+udata.first_name+'"}';
setCookie("gaUserData", gaUserData, 1); setCookie("__pl", udata.name, 30); //setgaUserData(response); $('#fb-login-img').addClass("hidden"); $(".ISPR-useragreement").addClass('hidden'); $('.fb-login-title').addClass("hidden"); $('#fb-logged-in').removeClass("hidden"); $('#fb-logout').removeClass("hidden"); $("#fb-user-pp").attr("src", udata.picture.data.url); $(".fb-user-pp").attr("src", udata.picture.data.url); $(".fb-user-pp").removeClass("hidden"); $('#fb-welcome').text("Welcome, " + udata.name + "!"); console.log(response.message); document.location.reload(); } else if (response.status == "failed") { console.log(response.message); } } }); } else {
$('#fb-login-img').addClass("hidden"); $(".ISPR-useragreement").addClass('hidden'); $('.fb-login-title').addClass("hidden"); $('#fb-logged-in').removeClass("hidden"); $('#fb-logout').removeClass("hidden"); $("#fb-user-pp").attr("src", response.picture.data.url); $(".fb-user-pp").attr("src", response.picture.data.url); $(".fb-user-pp").removeClass("hidden"); $('#fb-welcome').text("Welcome, " + response.name + "!"); }
}); }
function getCookieISPR(cname) {
var name = cname + "=";
var decodedCookie = decodeURIComponent(document.cookie);
var ca = decodedCookie.split(';');
for(var i = 0; i
statusChangeCallback(response);
} else { //user hit cancel button console.log('User cancelled login or did not fully authorize.');
} } }, { // return_scopes: true, // auth_type: 'reauthenticate', // auth_nonce: '{random-nonce}', scope: 'email, public_profile, user_birthday' });
/*} else {
alert('Please check the user agreement before logging in');
}*/
}
function fb_logout(){
FB.logout(function(response) {
setCookie("__pl", "", -1);
setCookie("__cx_update_profile", "", -1);
setCookie("__cx_1st_time", "", -1);
setCookie("__eid", "", -1);
setCookie("gaUserData", "", -1);
$('#fb-logged-in').addClass("hidden");
$('#fb-logout').addClass("hidden");
$('#fb-login-img').removeClass("hidden");
$(".ISPR-useragreement").removeClass('hidden');
$('.fb-login-title').removeClass("hidden");
$(".fb-user-pp").addClass("hidden");
$(".fb-user-pp").attr("src", "");
console.log('User has been logged out.');
document.location.reload();
});
}
function setCookie(cname, cvalue, exdays) {
var d = new Date();
d.setTime(d.getTime() + (exdays*24*60*60*1000));
var expires = "expires="+d.toUTCString();
document.cookie = cname + "=" + cvalue + "; " + expires + "; path=/; domain=.pep.ph";
}
function getCookie(cname) {
var name = cname + "=";
var ca = document.cookie.split(';');
for(var i=0; i
Source link