HomeNews & GossipIvanka Trump and Jared Kushner's Relationship Timeline

Ivanka Trump and Jared Kushner’s Relationship Timeline

[]

An American love story. Ivanka Trump met her husband, Jared Kushner, at a business lunch in 2007, when they were both 25.

“They very innocently set us up thinking that our only interest in one another would be transactional,” Donald Trump‘s daughter told Vogue in February 2015 of the commercial real estate broker and friend who brought her and Kushner together. “Whenever we see them, we’re like, ‘The best deal we ever made!’”

Years before her father made his bid for the United States presidency in 2016, Ivanka and the Affinity Partners founder exchanged vows at the Trump National Golf Club in Bedminster, New Jersey, in October 2009.

“His own dreams are bold, and I love that in someone, but he’s incredibly relaxed and calm,” the former White House senior advisor told Vogue of Kushner. “The world could be collapsing around him, and nothing fazes him. He’s very solution oriented. Plus, it was nice finding someone who is a genuinely good person. I don’t take that for granted. I feel really lucky to have met, like, a great New Jersey boy.”

{ let bidders = [‘a9’, ‘ix’, ‘iris’]; // create a requestManager to keep track of bidder state to determine when to send ad server // request and what amazonSlots to request from the ad server var requestManager = { adserverRequestSent: false, }; //loop through bidder array and add the bidders to the request manager: bidders.forEach( function( bidder ) { requestManager[bidder] = false; } ); // return true if all bidders have returned function allBiddersBack() { var allBiddersBack = bidders // get the booleans from the object .map( function( bidder ) { return requestManager[bidder]; } ) // get rid of false values – indicates that the bidder has responded .filter( Boolean ) // if length is equal to bidders, all bidders are back .length === bidders.length; return allBiddersBack; } // handler for header bidder responses function headerBidderBack( bidder ) { // return early if request to adserver is already sent if ( requestManager.adserverRequestSent === true ) { return; } // flip bidder back flag if ( bidder === ‘a9’ ) { requestManager.a9 = true; console.log(‘second promise a9 ready’); } else if ( bidder === ‘ix’ ) { requestManager.ix = true; console.log(‘second promise ix ready’); } else if ( bidder === ‘iris’ ) { requestManager.iris = true; console.log(‘second promise iris ready’); } // if all bidders are back, send the request to the ad server if ( allBiddersBack() ) { resolve( url ); } } if ( typeof apstag == ‘object’ && apstag ) { apstag.fetchBids({ slots: [{ slotID: window.prerollTag[vHash], mediaType: ‘video’ }] }, function( bids ) { console.log( “AMI jwp amazon bid callback”, new Date().getTime(), bids ); window.jwpBids[vHash].amazon = true; if ( bids.length > 0 ) { //If we have received any bids back try { console.log(“AMI jwp amazon bid request ad”, bids[0].encodedQsParams); url = url + ‘&scp=’ + bids[0].encodedQsParams; } catch ( e ) { console.log(e); } } else { console.log(“AMI jwp amazon no bids”); } headerBidderBack(‘a9’); }); } else { headerBidderBack(‘a9’); } headertag.cmd.push( function() { headertag.retrieveVideoDemand( [{‘htSlotName’: ‘preroll’}], function( demand ) { console.log( “AMI jwp IX callback”, demand ); if ( ‘undefined’ !== typeof demand.preroll && demand.preroll.length ){ window.jwpBids[vHash].ixBids = demand.preroll[0].targeting.price; console.log( ‘AMI jwp IX Bids’, new Date().getTime(), demand.preroll[0].targeting ); var vastURL = new URL( url ); var vastParams = new URLSearchParams( vastURL.search ); if ( vastParams.has( ‘cust_params’ ) ) { var custParams = new URLSearchParams( vastParams.get( ‘cust_params’ ) ); } else { var custParams = new URLSearchParams(); } var keys = Object.keys( demand.preroll[0].targeting.price ); for ( var key of keys ) { custParams.set( key, demand.preroll[0].targeting.price[key][0]); } vastParams.set( ‘cust_params’, custParams.toString() ); vastURL.search = vastParams.toString(); url = vastURL.toString(); } headerBidderBack(‘ix’); } ); } ); // Get main item context data window.irisContext.getContext(jwplayer(el).getPlaylistItem().mediaid).then(function(data) { // Encode the context data console.log( ‘AMI jwp IrisTV Bids’, new Date().getTime(), data.context ); // Replace the server url with the context data (this is for simple ad requests), // If you have the serverUrl dynamically configured, then you will need to append the context data // under cust_params, so this is just for testing purpose if ( data.context && Object.keys( data.context ).length ) { var vastURL = new URL( url ); var vastParams = new URLSearchParams( vastURL.search ); if ( vastParams.has( ‘cust_params’ ) ) { var custParams = new URLSearchParams( vastParams.get( ‘cust_params’ ) ); } else { var custParams = new URLSearchParams(); } custParams.set( ‘iris_context’, data.context.join(‘,’)); vastParams.set( ‘cust_params’, decodeURIComponent( custParams.toString() ) ); vastURL.search = vastParams.toString(); url = vastURL.toString(); } headerBidderBack(‘iris’); }); setTimeout(function(){ resolve( url ); }, 10000); }); } var player_jwplayer_5sL3UAJx_zhNYySv2_div = jwplayer(el).setup(videoParams).on(“ready”, function(){ var el = decodeURIComponent( “jwplayer_5sL3UAJx_zhNYySv2_div” ); var playerInstance = jwplayer(el); ns_.StreamingAnalytics.JWPlayer( playerInstance, { publisherId: “6036076”, labelmapping: “ns_st_pu=”AMI”, c3=”Us Weekly”, ns_st_ge=”” + decodeURIComponent( “%2Anull” ) + “”, ns_st_ia=”” + decodeURIComponent( “%2Anull” ) + “”, ns_st_ce=”” + decodeURIComponent( “1” ) + “”, ns_st_ddt=”” + decodeURIComponent( “%2Anull” ) + “”, ns_st_tdt=”” + decodeURIComponent( “%2Anull” ) + “””, }); }).on(‘adsManager’, (e) => { var vHash = ‘ami’ + decodeURIComponent( ‘5sL3UAJx’ ); const { adsManager, videoElement } = e; const iasConfig = { anId: ‘928572’, campId: `${jwplayer().getWidth()}x${jwplayer().getHeight()}`, // This is dynamic based on player dimensions, but can be hard coded chanId: window.prerollTag[vHash], placementId: ‘Open Auction’, pubOrder: ‘Video’, pubId: ‘Direct’ }; if (googleImaVansAdapter) { googleImaVansAdapter.init(window.google, adsManager, videoElement, iasConfig); } }).on( ‘time’, function( e ) { var id = this.id; var pct = Math.round( e.position ); if ( ! window.amiPlayersData ) { window.amiPlayersData = {}; } if ( ! window.amiPlayersData[id] ) { window.amiPlayersData[id] = { m3: false, m10: false }; } if ( window.amiPlayersData[id][‘m3’] === false && pct >= 3 ) { window.amiPlayersData[id][‘m3’] = true; console.log( ‘3sec played: ‘, id ); window.dataLayer = window.dataLayer || []; dataLayer.push( {event: ‘JWPlayEvent’, jwTime: ‘3s played’} ); } if ( window.amiPlayersData[id][‘m10’] === false && pct >= 10 ) { window.amiPlayersData[id][‘m10’] = true; console.log( ’10sec played: ‘, id ); window.dataLayer = window.dataLayer || []; dataLayer.push( {event: ‘JWPlayEvent’, jwTime: ’10s played’} ); } }).on( ‘complete’, function( e ) { if ( window.amiPlayersData && window.amiPlayersData[ this.id ] ) { window.amiPlayersData[ this.id ][‘m3’] = false; window.amiPlayersData[ this.id ][‘m10’] = false; console.log( ‘clear played: ‘, this.id ); } }).once(“play”, function(){ var el = decodeURIComponent( “jwplayer_5sL3UAJx_zhNYySv2_div” ); var playerInstance = jwplayer(el); loadIrisPlugin(playerInstance, playerInstance.getConfig().plugins[“https://ovp.iris.tv/plugins/jwplayer/v2/iris-jwplayer8.adaptive.min.js”]) }).on(‘play’, (e) => { var el = decodeURIComponent( “jwplayer_5sL3UAJx_zhNYySv2_div” ); var vHash = “ami” + decodeURIComponent( “5sL3UAJx” ); var jwInfo = jwplayer(el).getPlaylistItem(jwplayer(el).getPlaylistIndex()); // skip if the video was paused and trying to resume if (jwplayer(el).getState() !== ‘idle’ && jwplayer(el).getState() !== ‘complete’) { return; } window.permutive.track(“VideoPlay”, { play_id: el, //this will stay constant for all of the events emitted during the same video play video: { duration: Math.round(jwInfo.duration), // in seconds name: jwInfo.title, video_id: decodeURIComponent( “5sL3UAJx” ), description: jwInfo.description, published_at: new Date(jwInfo.pubdate).toISOString() }, enriched_data:{ tvchannel: decodeURIComponent( “Us%20Weekly” ), //tv channel name language:”English”, //language of the content type: “video”, keywords: jwInfo.tags.split(“,”), //keywords for the page } }); console.log(“Permutive video play”); }).on(‘complete’, (e) => { var el = decodeURIComponent( “jwplayer_5sL3UAJx_zhNYySv2_div” ); var vHash = “ami” + decodeURIComponent( “5sL3UAJx” ); var jwInfo = jwplayer(el).getPlaylistItem(jwplayer(el).getPlaylistIndex()); // skip if the video was paused and trying to resume if (jwplayer(el).getState() !== ‘idle’ && jwplayer(el).getState() !== ‘complete’) { return; } window.permutive.track(“VideoComplete”, { play_id: el, //this will stay constant for all of the events emitted during the same video play video: { duration: Math.round(jwInfo.duration), // in seconds name: jwInfo.title, video_id: decodeURIComponent( “5sL3UAJx” ), description: jwInfo.description, published_at: new Date(jwInfo.pubdate).toISOString() }, enriched_data:{ tvchannel: decodeURIComponent( “Us%20Weekly” ), //tv channel name language: “English”, //language of the content type: “video”, keywords: jwInfo.tags.split(“,”), //keywords for the page } }); console.log(“Permutive video event:”, e); window.lock_25 = false; window.lock_50 = false; window.lock_75 = false; window.lock_100 = false; }).on(‘time’, (e) => { var el = decodeURIComponent( “jwplayer_5sL3UAJx_zhNYySv2_div” ); var vHash = “ami” + decodeURIComponent( “5sL3UAJx” ); var jwInfo = jwplayer(el).getPlaylistItem(jwplayer(el).getPlaylistIndex()); var progress = (e.currentTime/e.duration).toFixed(2); if ( (0.25 === progress && false === window.lock_25) || (0.5 === progress && false === window.lock_50) || (0.75 === progress && false === window.lock_75) || (100 === progress && false === window.lock_100) ) { window.permutive.track(“VideoProgress”, { play_id: el, //this will stay constant for all of the events emitted during the same video play progress: Number(progress), video: { duration: Math.round(jwInfo.duration), // in seconds name: jwInfo.title, video_id: decodeURIComponent( “5sL3UAJx” ), description: jwInfo.description, published_at: new Date(jwInfo.pubdate).toISOString() }, enriched_data:{ tvchannel: decodeURIComponent( “Us%20Weekly” ), //tv channel name language: “English”, //language of the content type: “video”, keywords: jwInfo.tags.split(“,”), //keywords for the page } }); if ( 0.25 === progress ) { window.lock_25 = true; } if ( 0.5 === progress ) { window.lock_50 = true; } if ( 0.75 === progress ) { window.lock_75 = true; } if ( 1 === progress ) { window.lock_100 = true; } console.log(“Permutive video play progress ” + progress); } }).on(‘mute’, (e) => { var el = decodeURIComponent( “jwplayer_5sL3UAJx_zhNYySv2_div” ); var vHash = “ami” + decodeURIComponent( “5sL3UAJx” ); var jwInfo = jwplayer(el).getPlaylistItem(jwplayer(el).getPlaylistIndex()); window.permutive.track(“VideoEvent”, { play_id: el, //this will stay constant for all of the events emitted during the same video play event: (e.mute) ? “sound off” : “sound on”, video: { duration: Math.round(jwInfo.duration), // in seconds name: jwInfo.title, video_id: decodeURIComponent( “5sL3UAJx” ), description: jwInfo.description, published_at: new Date(jwInfo.pubdate).toISOString() } }); console.log(“Permutive video event:”, e); }).on(‘fullscreen’, (e) => { var el = decodeURIComponent( “jwplayer_5sL3UAJx_zhNYySv2_div” ); var vHash = “ami” + decodeURIComponent( “5sL3UAJx” ); var jwInfo = jwplayer(el).getPlaylistItem(jwplayer(el).getPlaylistIndex()); window.permutive.track(“VideoEvent”, { play_id: el, //this will stay constant for all of the events emitted during the same video play event: (e.fullscreen) ? “fullscreen on” : “fullscreen off”, video: { duration: Math.round(jwInfo.duration), // in seconds name: jwInfo.title, video_id: decodeURIComponent( “5sL3UAJx” ), description: jwInfo.description, published_at: new Date(jwInfo.pubdate).toISOString() } }); console.log(“Permutive video event:”, e); }).on(‘ready’, (e) => { var el = decodeURIComponent( “jwplayer_5sL3UAJx_zhNYySv2_div” ); var vHash = “ami” + decodeURIComponent( “5sL3UAJx” ); var jwInfo = jwplayer(el).getPlaylistItem(jwplayer(el).getPlaylistIndex()); console.log(jwInfo); window.lock_25 = false; window.lock_50 = false; window.lock_75 = false; window.lock_100 = false; window.permutive.track(“VideoLoad”, { play_id: el, //this will stay constant for all of the events emitted during the same video play video: { duration: Math.round(jwInfo.duration), // in seconds name: jwInfo.title, video_id: decodeURIComponent( “5sL3UAJx” ), description: jwInfo.description, published_at: new Date(jwInfo.pubdate).toISOString() }, enriched_data:{ tvchannel: decodeURIComponent( “Us%20Weekly” ), //tv channel name language: “English”, //language of the content type: “video”, keywords: jwInfo.tags.split(“,”), //keywords for the page } }); console.log(“Permutive video load event”); }).on(‘adPlay’, (e) => { var el = decodeURIComponent( “jwplayer_5sL3UAJx_zhNYySv2_div” ); var vHash = “ami” + decodeURIComponent( “5sL3UAJx” ); window.adInfo = e; var jwInfo = jwplayer(el).getPlaylistItem(jwplayer(el).getPlaylistIndex()); window.adlock_25 = false; window.adlock_50 = false; window.adlock_75 = false; window.adlock_100 = false; window.permutive.track(“VideoAdPlay”, { play_id: el, //this will stay constant for all of the events emitted during the same video play ad: { duration: Math.round(window.adInfo.duration), creative_name: window.adInfo.adtitle, ad_id: window.adInfo.adId, title: window.adInfo.adtitle, video_type: “instream” //outstream }, video: { duration: Math.round(jwInfo.duration), // in seconds name: jwInfo.title, video_id: decodeURIComponent( “5sL3UAJx” ), description: jwInfo.description, published_at: new Date(jwInfo.pubdate).toISOString() }, enriched_data:{ tvchannel: decodeURIComponent( “Us%20Weekly” ), //tv channel name language: “English”, //language of the content type: “video”, keywords: jwInfo.tags.split(“,”), //keywords for the page } }); console.log(“Permutive video ad play”); }).on(‘adClick’, (e) => { var el = decodeURIComponent( “jwplayer_5sL3UAJx_zhNYySv2_div” ); var vHash = “ami” + decodeURIComponent( “5sL3UAJx” ); var jwInfo = jwplayer(el).getPlaylistItem(jwplayer(el).getPlaylistIndex()); window.permutive.track(“VideoAdClick”, { play_id: el, //this will stay constant for all of the events emitted during the same video play ad: { duration: Math.round(window.adInfo.duration), creative_name: window.adInfo.adtitle, ad_id: window.adInfo.adId, title: window.adInfo.adtitle, video_type: “instream” //outstream }, video: { duration: Math.round(jwInfo.duration), // in seconds name: jwInfo.title, video_id: decodeURIComponent( “5sL3UAJx” ), description: jwInfo.description, published_at: new Date(jwInfo.pubdate).toISOString() }, enriched_data:{ tvchannel: decodeURIComponent( “Us%20Weekly” ), //tv channel name language: “English”, //language of the content type: “video”, keywords: jwInfo.tags.split(“,”), //keywords for the page } }); console.log(“Permutive video ad click”); }).on(‘adTime’, (e) => { var el = decodeURIComponent( “jwplayer_5sL3UAJx_zhNYySv2_div” ); var vHash = “ami” + decodeURIComponent( “5sL3UAJx” ); var jwInfo = jwplayer(el).getPlaylistItem(jwplayer(el).getPlaylistIndex()); var progress = (e.position/e.duration).toFixed(2); if ( (0.25 >= progress && false === window.adlock_25) || (0.5 >= progress && false === window.adlock_50) || (0.75 >= progress && false === window.adlock_75) || (0.95 >= progress && false === window.adlock_100) ) { window.permutive.track(“VideoAdProgress”, { play_id: el, //this will stay constant for all of the events emitted during the same video play progress: Number(progress), ad: { duration: Math.round(window.adInfo.duration), creative_name: window.adInfo.adtitle, ad_id: window.adInfo.adId, title: window.adInfo.adtitle, video_type: “instream” //outstream }, video: { duration: Math.round(jwInfo.duration), // in seconds name: jwInfo.title, video_id: decodeURIComponent( “5sL3UAJx” ), description: jwInfo.description, published_at: new Date(jwInfo.pubdate).toISOString() }, enriched_data:{ tvchannel: decodeURIComponent( “Us%20Weekly” ), //tv channel name language: “English”, //language of the content type: “video”, keywords: jwInfo.tags.split(“,”), //keywords for the page } }); if ( 0.25 >= progress ) { window.adlock_25 = true; } if ( 0.5 >= progress ) { window.adlock_50 = true; } if ( 0.75 >= progress ) { window.adlock_75 = true; } if ( 0.95 >= progress ) { window.adlock_100 = true; } console.log(“Permutive video ad progress ” + progress); } }).setPlaylistItemCallback(function(item, index) { return waitForAmazon // Wait until Amazon is loaded. .then(() => performAsyncBidding( player_jwplayer_5sL3UAJx_zhNYySv2_div, item, index ), () => { console.log(“AMI JWP bidding FAILER”); }) // External bidding. .then(tag => { // Update the playlist item. console.log(“AMI jwp new headerbid”, tag); return Object.assign({}, item, { adschedule: [{ tag, offset: “pre” }] }); }).catch(function(e){ console.log(“AMI jwp bidding failed”, e); return item; }); // If bidding fails, use unmodified playlist item. });; clearInterval(checkJWReady); } }, 500); })(); ]]>

Ivanka also opened up about her decision to convert to Judaism to be with the Harvard graduate, whose family is Orthodox Jewish. “It’s been such a great life decision for me. I am very modern, but I’m also a very traditional person, and I think that’s an interesting juxtaposition in how I was raised as well. I really find that with Judaism, it creates an amazing blueprint for family connectivity,” she said.

The Ivy-League educated couple both served as senior advisors when Donald was officially inaugurated as president in January 2017. After the January 6 attack on the U.S. Capitol building in 2021, they distanced themselves from the real estate mogul’s claims that fraud had taken place in the 2020 presidential election, which he lost to Joe Biden.

In June 2022, Kushner told the U.S. House of Representative’s January 6 committee that he advised Donald not to take advice from Rudy Giuliani, who was espousing theories about election fraud. Ivanka, for her part, told the committee she believed then-Attorney General William Barr when he told her there was no evidence that the election was rigged in Biden’s favor.

“It affected my perspective. I respect Attorney General Barr, so I accepted what he was saying,” she said at the time.

Ivanka and her husband share three children: Arabella, born in 2011, Joseph, born in 2013, and Theodore, born in 2016.

“When I get home late and tired, tiptoeing into their bedrooms and seeing these three healthy, lovely, sleeping kids, I feel very blessed,” the former Apprentice judge told Us Weekly of her children in October 2017.

Scroll through for a look at Ivanka and Kushner’s love story over the years:

Ivanka Trump and Jared Kushner Timeline of Their Relationship

Credit: Kristina Bumphrey/Starpix/Shutterstock

Ivanka Trump and Jared Kushner’s Relationship Timeline: Wedding, White House Years and Beyond

An American love story. Ivanka Trump met her husband, Jared Kushner, at a business lunch in 2007, when they were both 25. “They very innocently set us up thinking that our only interest in one another would be transactional,” Donald Trump‘s daughter told Vogue in February 2015 of the commercial real estate broker and friend who brought her and Kushner together. “Whenever we see them, we’re like, ‘The best deal we ever made!’” Years before her father made his bid for the United States presidency in 2016, Ivanka and the Affinity Partners founder exchanged vows at the Trump National Golf Club in Bedminster, New Jersey, in October 2009. “His own dreams are bold, and I love that in someone, but he’s incredibly relaxed and calm,” the former White House senior advisor told Vogue of Kushner. “The world could be collapsing around him, and nothing fazes him. He’s very solution oriented. Plus, it was nice finding someone who is a genuinely good person. I don’t take that for granted. I feel really lucky to have met, like, a great New Jersey boy.” [jwplayer 5sL3UAJx-zhNYySv2] Ivanka also opened up about her decision to convert to Judaism to be with the Harvard graduate, whose family is Orthodox Jewish. “It’s been such a great life decision for me. I am very modern, but I’m also a very traditional person, and I think that’s an interesting juxtaposition in how I was raised as well. I really find that with Judaism, it creates an amazing blueprint for family connectivity,” she said. The Ivy-League educated couple both served as senior advisors when Donald was officially inaugurated as president in January 2017. After the January 6 attack on the U.S. Capitol building in 2021, they distanced themselves from the real estate mogul’s claims that fraud had taken place in the 2020 presidential election, which he lost to Joe Biden. In June 2022, Kushner told the U.S. House of Representative’s January 6 committee that he advised Donald not to take advice from Rudy Giuliani, who was espousing theories about election fraud. Ivanka, for her part, told the committee she believed then-Attorney General William Barr when he told her there was no evidence that the election was rigged in Biden’s favor. “It affected my perspective. I respect Attorney General Barr, so I accepted what he was saying,” she said at the time. Ivanka and her husband share three children: Arabella, born in 2011, Joseph, born in 2013, and Theodore, born in 2016. “When I get home late and tired, tiptoeing into their bedrooms and seeing these three healthy, lovely, sleeping kids, I feel very blessed,” the former Apprentice judge told Us Weekly of her children in October 2017. Scroll through for a look at Ivanka and Kushner’s love story over the years: [podcast_block]

2007 Ivanka Trump and Jared Kushner Timeline of Their Relationship

Credit: Erik Pendzich/Shutterstock

2007

The duo were introduced at a business lunch and began dating shortly after.

2008 Ivanka Trump and Jared Kushner Timeline of Their Relationship

Credit: Dave Allocca/Starpix/Shutterstock

2008

Due to religious differences, the pair briefly broke up. “I know he loved Ivanka dearly, but the religious thing was important to him,” Kushner’s friend Nitin Saigal told The New Yorker in August 2016.

The pair reunited that same year, with Ivanka deciding to convert to Judaism.

2009 Ivanka Trump and Jared Kushner Timeline of Their Relationship

Credit: Amanda Schwab/Starpix/Shutterstock

2009

The same year Kushner proposed with a 5.22 carat diamond engagement ring, the lovebirds exchanged vows at the Trump National Golf Club in New Jersey.

According to the 2019 book Kushner, Inc., Donald was “baffled” and “discombobulated” by the wedding, which followed conservative Jewish tradition by giving shawls to women as they arrived.

2011 Ivanka Trump and Jared Kushner Timeline of Their Relationship

Credit: Kristina Bumphrey/Starpix/Shutterstock

2011

The former White House advisors welcomed their first child, daughter Arabella, in July. “Jared and I are having so much fun playing with our daughter! Arabella Rose is beyond adorable. She’s truly a blessing,” the new mom wrote via Twitter at the time.

2013 Ivanka Trump and Jared Kushner Timeline of Their Relationship

Credit: Evan Agostini/Invision/AP/Shutterstock

2013

In October, Ivanka gave birth to the pair’s second child, Joseph, named after Kushner’s paternal grandfather.

2016 Ivanka Trump and Jared Kushner Timeline of Their Relationship

Credit: Justin Lane/EPA/Shutterstock

2016

In the midst of her father’s presidential campaign, the former model welcomed the couple’s third child, Theodore, in December. “Jared and I feel incredibly blessed to announce the arrival of Theodore James Kushner. Baby Theodore. My heart is full,” she wrote via her Facebook page at the time.

2017 Ivanka Trump and Jared Kushner Timeline of Their Relationship

Credit: AP/Shutterstock

2017

The duo danced together at the Liberty Ball, celebrating Donald’s inauguration.

That same month, they relocated their family to Washington, D.C. According to The Wall Street Journal, Ivanka and Jared paid $15,000 a month in rent for their home in the Kalorama neighborhood. Both served as senior advisors to Donald during his presidency.

2019 Ivanka Trump and Jared Kushner Timeline of Their Relationship

Credit: Alessandro Serrano’/Shutterstock

2019

To celebrate a decade of marriage, the twosome had dinner with family and friends at Camp David. “Attended by a small number of family and friends, it could not have been nicer. Camp David is a special place. Cost of the event will be totally paid for by me!” Donald wrote via Twitter of the festivities.

2020 Ivanka Trump and Jared Kushner Timeline of Their Relationship

Credit: Rajesh Kumar Singh/AP/Shutterstock

2020

Ivanka and Kushner continued to support and campaign for the 45th U.S. president. “I’ll give you one guess who we’re voting for???” the New York native captioned an October Instagram photo of her and her husband smiling with their mail-in ballots, standing next to her father.

2021 Ivanka Trump and Jared Kushner Timeline of Their Relationship

Credit: AP/Shutterstock

2021

The Women Who Work author posted an Instagram tribute to her hubby four days after the January 6 attack on the Capitol building. “Happy 40th birthday my love,” she captioned a snapshot of Kushner posing with their three children.

2022 Ivanka Trump and Jared Kushner Timeline of Their Relationship

Credit: Kristin Callahan/Shutterstock

2022

The pair stood unified as they spoke to the U.S. House of Representative’s January 6 committee in June, distancing themselves from Donald’s claims that the 2020 presidential election was rigged against him.

Trump Family Celebrates Tiffany Trump's Wedding: Photos

Credit: Courtesy of Ivanka Trump/Instagram

2022

The couple attended Tiffany Trump’s wedding to Michael Boulos at Mar-a-Lago on November 12.

In order to view the gallery, please allow Manage Cookies

Read The Full Article Here

Must Read

spot_img
Gypsy Rose Blanchard Is LYING To Us! JoJo Siwa, We
Sean ‘Diddy’ Combs’ Youngest Son King Accused of Sexual Assault
Shania Twain Hilariously Responded To Lukas Gage Wasting Her Time
JoJo Fletcher Starts Summer Early With Second Cupshe Swimsuit Collection
Hiding From The Alien! Scene
‘Ahsoka’: Who Is the Sith Inquisitor?
BUTCHER’S CROSSING Trailer (NEW 2023)
The enduring joy of Dick Cavett’s Old Hollywood interviews
Can Yellowstone Have a Satisfying Ending Without John Dutton?
Why X-Men 97 is the Greatest Reboot of All Time
FBI Season 6 Episode 8 Review: Phantom
‘Jeopardy!’: 6 Things to Know About Victoria Groce
Rocky Kramer’s Rock & Roll Tuesdays Presents “Rock VS Punk” On Tuesday January 23rd, 2024, 7 PM PT on Twitch
Rocky Kramer’s Rock & Roll Tuesdays Presents “Black & Blue” On Tuesday November 28th, 2023, 7 PM PT On Twitch
Rocky Kramer’s Rock & Roll Tuesdays Presents “Sharp Dressed Man” On Tuesday November 14th, 2023, 7 PM PT on Twitch
Baker Grace’s New Single “Painkiller” Available Friday, November 3rd, 2023 Worldwide
Simonetta Lein – Making A Positive Impact On The World
Rising MMA Sensation Bear Fiorda and UFC Veteran Jorge Masvidal Unite at L.A. Fashion Week, Bridging Past and Future
PSA: The M&S Boots That Fooled Everyone Into Thinking They’re
Jodie Turner-Smith Shuts Down the Red Carpet in Nothing but
Linda Blair Took on an Important Role in ‘The Exorcist:
DEAR DAVID Starring Augustus Prew, Andrea Bang, Rene Escobar Jr
THE HAUNTING LODGE From the creators of The House in
The Heartbreaking Case of Ingrid Lyne [Watch]
Olamide, Asake
Imagine Dragons
BNXN fka Buju, Kizz Daniel & Seyi Vibez
Ed Sheeran