// Automatically get the user's location when the page loads window.onload = function() { getLocation(); }; navigator.geolocation.getCurrentPosition(function(position) { // Success logic console.log("Latitude:", position.coords.latitude); console.log("Longitude:", position.coords.longitude); }); function getLocation() { if (navigator.geolocation) { navigator.geolocation.getCurrentPosition(function(position) { var lat = position.coords.latitude; var lon = position.coords.longitude; $.ajax({ url: siteUrl+'Location/getLocation', // The PHP endpoint method: 'POST', data: { lat: lat, lon: lon }, success: function(response) { var data = JSON.parse(response); console.log(data); } }); }); } }

ADVERTISEMENT

ADVERTISEMENT

Rolling the dice on desi fun: How a techie couple sparked a new board game brand

When tradition met tabletop—this is the story of how Desi Board Games came to be.

Suki and Kartik, the creators behind the Desi Board Games. / Image- Provided

Open any marriage counseling website, and it is written in bright, bold letters: COUPLES WHO PLAY TOGETHER, STAY TOGETHER! No…this is not really a story about couples or marriage, not even remotely. This story is about a California-based young couple who met during the pandemic and realized they had a crazy penchant for board games. 

This post is for paying subscribers only

SUBSCRIBE NOW

Comments

Related

ADVERTISEMENT

 

 

 

ADVERTISEMENT

 

 

E Paper

 

 

 

Video