CINXE.COM

News stories for Amber Arshad - Aurora

<!DOCTYPE html> <!--[if lt IE 7]> <html lang="en" class="ie ie6 lte9 lte8 lte7"> <![endif]--> <!--[if IE 7]> <html lang="en" class="ie ie7 lte9 lte8 lte7"> <![endif]--> <!--[if IE 8]> <html lang="en" class="ie ie8 lte9 lte8"> <![endif]--> <!--[if IE 9]> <html lang="en" class="ie ie9 lte9"> <![endif]--> <!--[if gt IE 9]> <html lang="en"> <![endif]--> <!--[if !IE]><!--> <html lang="en"> <!--<![endif]--> <head><script type="text/javascript" src="/_static/js/bundle-playback.js?v=HxkREWBo" charset="utf-8"></script> <script type="text/javascript" src="/_static/js/wombat.js?v=txqj7nKC" charset="utf-8"></script> <script>window.RufflePlayer=window.RufflePlayer||{};window.RufflePlayer.config={"autoplay":"on","unmuteOverlay":"hidden"};</script> <script type="text/javascript" src="/_static/js/ruffle/ruffle.js"></script> <script type="text/javascript"> __wm.init("https://web.archive.org/web"); __wm.wombat("http://aurora.dawn.com:80/authors/3256/amber-arshad","20170707054718","https://web.archive.org/","web","/_static/", "1499406438"); </script> <link rel="stylesheet" type="text/css" href="/_static/css/banner-styles.css?v=S1zqJCYt" /> <link rel="stylesheet" type="text/css" href="/_static/css/iconochive.css?v=3PDvdIFv" /> <!-- End Wayback Rewrite JS Include --> <!-- meta --> <meta charset="utf-8"> <meta name="viewport" content="width=device-width,minimum-scale=1,initial-scale=1"> <!--[if IE]> <meta http-equiv="X-UA-Compatible" content="IE=edge" /> <![endif]--> <title>News stories for Amber Arshad - Aurora</title> <meta property="fb:app_id" content="323694191004296"/> <link rel="dns-prefetch" href="//web.archive.org/web/20170707054718/http://i.dawn.com/"> <link rel="dns-prefetch" href="//web.archive.org/web/20170707054718/http://ajax.googleapis.com/"> <link rel="dns-prefetch" href="//web.archive.org/web/20170707054718/http://cdnjs.cloudflare.com/"> <meta property="og:image" content="https://web.archive.org/web/20170707054718im_/http://aurora.dawn.com/_img/social-default.jpg"/> <meta name="twitter:image" content="https://web.archive.org/web/20170707054718im_/http://aurora.dawn.com/_img/social-default.jpg"/> <script type="application/ld+json"> {"@context":"https:\/\/web.archive.org\/web\/20170707054718\/http:\/\/schema.org","@type":"organization","logo":"https:\/\/web.archive.org\/web\/20170707054718\/http:\/\/aurora.dawn.com\/_img\/logo.png","name":"Aurora Magazine","url":"https:\/\/web.archive.org\/web\/20170707054718\/http:\/\/aurora.dawn.com","sameAs":["","https:\/\/web.archive.org\/web\/20170707054718\/https:\/\/twitter.com\/auroramag","",""],"potentialAction":{"@type":"SearchAction","target":"https:\/\/web.archive.org\/web\/20170707054718\/http:\/\/aurora.dawn.com\/search?cx=partner-pub-8258178831251847:bv07ib-e2ch&ie=UTF-8&q={search_term_string}","query-input":"required name=search_term_string"}} </script> <link rel="stylesheet" href="/web/20170707054718cs_/http://aurora.dawn.com/_css/roboto.20170528080408.css" media="all"> <link rel="stylesheet" href="/web/20170707054718cs_/http://aurora.dawn.com/_css/all.20170706175409.css" media="all"> <!-- - - - - - - adsense:header start - - - - - - --> <script async="async" src="https://web.archive.org/web/20170707054718js_/https://www.googletagservices.com/tag/js/gpt.js"></script> <script type="text/javascript"> var googletag = googletag || {}; googletag.cmd = googletag.cmd || []; googleAdsSlots = []; googletag.cmd.push(function() { googleAdsSlots.push(googletag.defineSlot('/1029551/DAWN-ASA-DESKTOP-TOP', [[728,90],[970,90]], 'div-gpt-ad-1497509390303-0').addService(googletag.pubads())); googleAdsSlots.push(googletag.defineSlot('/1029551/DAWN-LB-728x90-BOTTOM', [728,90], 'div-gpt-ad-1455520357400-1').addService(googletag.pubads())); googleAdsSlots.push(googletag.defineSlot('/1029551/DAWN-LB-728x90-MIDDLE', [728,90], 'div-gpt-ad-1455520357400-2').addService(googletag.pubads())); googleAdsSlots.push(googletag.defineSlot('/1029551/DAWN-ASA-MOBILE-TOP', [[728,90],[320,50]], 'div-gpt-ad-1497509390303-1').addService(googletag.pubads())); googletag.pubads().set("document_language", "en"); googletag.pubads().collapseEmptyDivs(); googletag.pubads().setTargeting('site', 'aurora.dawn.com'); googletag.pubads().disableInitialLoad(); googletag.enableServices(); }); </script> <!-- - - - - - - adsense:header end - - - - - - --> <!-- - - - - start:refresh slots - - - - --> <script type="text/javascript"> window.onload = function() { googletag.cmd.push(function() { function isEnabled(div) { if (!div) return false; var width = parseInt($(div).css('width')); var height = parseInt($(div).css('height')); var margin = parseInt($(div).css('margin')); var display = $(div).css('display'); var parent = $(div).parent(); if (display == 'none') return false; if (parent.is('body')) { return true; } else { return isEnabled(parent); } } var resetCorrelator = true; // issue #470 for (i = 0; i < googleAdsSlots.length; i++) { var slot = googleAdsSlots[i]; var id = slot.getSlotElementId(); var div = document.getElementById(id); if (isEnabled(div)) { googletag.pubads().refresh([slot], {changeCorrelator: resetCorrelator}); resetCorrelator = false; } } // http://stackoverflow.com/a/30935893 // https://developers.google.com/doubleclick-gpt/reference#googletag.events.SlotRenderEndedEvent // it is required as sometimes rendered ad is empty but rad adds width and height on the div // which doesn't allow the ad to collapse in this case googletag.pubads().addEventListener('slotRenderEnded', function(e) { var $renderedSlot = $('#' + e.slot.getSlotElementId()); if(e.isEmpty) { $renderedSlot.parents('.ad').attr("style", "display: none !important"); } else { // https://github.com/aleemb/dawn.com/issues/836 // multi dimension ads rad init, as we don't know which ad is rendered so // we get the dimensions of rendered ad and then configure it with rad var width = 0; var height = 0; var isMultidimensionalAd = $renderedSlot.parents('.ad').find('.rad--multi').length > 0; var isPriorityAd = $renderedSlot.parents('.ad').hasClass('ad--priority'); if(e.size.length) { width = e.size[0]; height = e.size[1]; } if (isMultidimensionalAd) { if (width && height) { $renderedSlot.css({width: width+'px', height: height+'px'}); $renderedSlot.closest('.js-ad').css({maxWidth: width+'px', maxHeight: height+'px'}); $renderedSlot.rad({allowBiggerSizing:'true'}); } } if (isPriorityAd) { if (width && height) { var onMouseOut = "javascript:this.style.overflow='hidden';" +"__adi=$(this).find('iframe').eq(0);" +"__adi.height(height);"; var onMouseOver = "javascript:this.style.overflow='visible';" +"__adi=$(this).find('iframe').eq(0);" +"__adi.contents().height();" // weird, adding this fixes Firefox expanding issue +"setTimeout(function(){__adi.height(__adi.contents().height() || height);}, 10);"; $renderedSlot.parents('.js-ad').attr('onMouseOver', onMouseOver); $renderedSlot.parents('.js-ad').attr('onMouseOut', onMouseOut); } } } }); }); } </script> <!-- - - - - end:refresh slots - - - - --> <!-- - - - - start:google - - - - --> <script type="text/javascript"> (function (i,s,o,g,r,a,m) {i['GoogleAnalyticsObject']=r;i[r]=i[r]||function () { (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) })(window,document,'script','//web.archive.org/web/20170707054718/http://www.google-analytics.com/analytics.js','ga'); ga('create', 'UA-40396753-4', 'auto'); ga('set', 'dimension1', 'Authors'); ga('set', 'dimension2', '3256-Amber Arshad'); ga('require', 'displayfeatures'); ga('send', 'pageview'); </script> <!-- - - - - end:google - - - - --> <!-- - - - - start:chartbeat - - - - --> <script type="text/javascript">var _sf_startpt=(new Date()).getTime()</script> <!-- - - - - end:chartbeat - - - - --> <!--[if lt IE 9]> <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script> <![endif]--> </head> <body class=""> <div class="p-2 ad--top-leaderboard d-none d-sm-block"> <!-- - - adsense: start - - --> <div class="ad " aria-hidden="true"> <div class="js-ad clearfix" style="text-align:center;margin:0 auto;overflow:hidden;"> <div class="radWrapper rad--multi ad__wrapper"> <div id="div-gpt-ad-1497509390303-0" class="ad__wrapper__slot"> <script>googletag.cmd.push(function() { googletag.display('div-gpt-ad-1497509390303-0'); });</script> </div> </div> </div> </div> <!-- - - adsense: end - - --> </div> <div class="p-2 ad--top-leaderboard d-block d-sm-none"> <!-- - - adsense: start - - --> <div class="ad " aria-hidden="true"> <div class="js-ad clearfix" style="text-align:center;margin:0 auto;overflow:hidden;"> <div class="radWrapper rad--multi ad__wrapper"> <div id="div-gpt-ad-1497509390303-1" class="ad__wrapper__slot"> <script>googletag.cmd.push(function() { googletag.display('div-gpt-ad-1497509390303-1'); });</script> </div> </div> </div> </div> <!-- - - adsense: end - - --> </div> <header class="mb-4 sticky theme--cream-light"> <div class="container-fluid mast"> <div class="row no-gutters"> <div class="col-sm-4 col-12"> <div class="mb-2 ml-4 pl-2"> <a href="/web/20170707054718/http://aurora.dawn.com/" class=""> <h1 class="text-hide logo "> Aurora Magazine </h1> </a> <h3 class="subtitle size-three text--400">Promoting excellence in advertising</h3> </div> </div> <div class="col-sm-2 col-12"></div> <div class="col-sm-6 col-12"> <div class="search-social-bar mr-2"> <div class="mast__social mt-1 float-left text-right"> <a target="_blank" href="https://web.archive.org/web/20170707054718/https://www.facebook.com/auroramagazine"><img src="/web/20170707054718im_/http://aurora.dawn.com/_img/facebook.png"/></a> <a target="_blank" href="https://web.archive.org/web/20170707054718/https://twitter.com/AuroraMag"><img src="/web/20170707054718im_/http://aurora.dawn.com/_img/twitter.png"/></a> </div> <div class="search-box text-center "> <form action="/web/20170707054718/http://aurora.dawn.com/search"> <input type="hidden" name="cx" value="partner-pub-8258178831251847:bv07ib-e2ch"/> <input type="hidden" name="cof" value="FORID:10"/> <input type="hidden" name="ie" value="UTF-8"/> <input type="text" class="search col-9 p-1 search__text" value="" placeholder="Search" name="q"/> </form> </div> </div> </div> </div> </div><!-- .container-fluid --> <div class="menu"> <ul class="nav nav--primary nav--responsive pl-2 text-center "> <li class="nav__item nav__item--home "><a class="" href="/web/20170707054718/http://aurora.dawn.com/">Home</a></li> <li class="nav__item nav__item--recent "><a class="" href="/web/20170707054718/http://aurora.dawn.com/recent">Recent</a></li> <li class="nav__item nav__item--agencies "><a class="" href="/web/20170707054718/http://aurora.dawn.com/agencies">Agencies</a></li> <li class="nav__item nav__item--people "><a class="" href="/web/20170707054718/http://aurora.dawn.com/people">People</a></li> <li class="nav__item nav__item--marketing "><a class="" href="/web/20170707054718/http://aurora.dawn.com/marketing">Marketing</a></li> <li class="nav__item nav__item--creative "><a class="" href="/web/20170707054718/http://aurora.dawn.com/creative">Creative</a></li> <li class="nav__item nav__item--media "><a class="" href="/web/20170707054718/http://aurora.dawn.com/media">Media</a></li> <li class="nav__item nav__item--trends "><a class="" href="/web/20170707054718/http://aurora.dawn.com/trends">Trends</a></li> </ul> </div> </header> <div class="container-fluid clearfix pt-4"> <div class="content"> <main class="pb-2"> <div class="row"> <div class="col-12"> <div class="mr-4 m-2 p-2 theme"> <h2 class="tag size-eight text--700 bald pl-0">Amber Arshad</h2> <!-- - - - article - - - --> <article class="box story pb-2" data-id="1142060" data-layout="story"> <!-- box/image --> <figure class="media media--left media--stretch col-sm-4 col-12 px-0 "> <div class="media__item "><a title="" href="https://web.archive.org/web/20170707054718/http://aurora.dawn.com/news/1142060/in-conversation-with-adeel-hashmi-head-of-tpl-maps"><img src="https://web.archive.org/web/20170707054718im_/http://i.dawn.com/thumbnail/2017/05/5923f3a2de4a5.jpg" alt="In conversation with Adeel Hashmi, Head of TPL Maps"/></a></div> </figure> <!-- box/title lighter --> <h2 data-layout="story" data-id="1142060" class="story__title text--300 "><a href="https://web.archive.org/web/20170707054718/http://aurora.dawn.com/news/1142060/in-conversation-with-adeel-hashmi-head-of-tpl-maps" class="story__link"><strong>In conversation with Adeel Hashmi, Head of TPL Maps</strong></a></h2> <!-- box/excerpt --> <div class="story__excerpt text--300 ">The challenges and opportunities of launching a street view mapping app in Pakistan. <!-- box/date --><span class="story__time text--300 "><span class="timestamp--label">Updated</span> <span class="timestamp--time timeago" title="2017-05-23T17:52:23+05:00"><span class="timestamp__calendar">May 23, 2017</span> <span class="timestamp__time">05:52pm</span></span></span> </div> </article> <!-- - - - /article - - - --> <!-- - - - article - - - --> <article class="box story pb-2" data-id="1142059" data-layout="story"> <!-- box/image --> <figure class="media media--left col-sm-4 col-12 px-0 "> <div class="media__item "><a title="" href="https://web.archive.org/web/20170707054718/http://aurora.dawn.com/news/1142059/atiya-zaidi-to-attend-the-see-it-be-it-programme-at-cannes-lions"><img src="https://web.archive.org/web/20170707054718im_/http://i.dawn.com/thumbnail/2017/05/592273651ab21.jpg" alt="Atiya Zaidi to attend the ‘See It Be It’ programme at Cannes Lions"/></a></div> </figure> <!-- box/title lighter --> <h2 data-layout="story" data-id="1142059" class="story__title text--300 "><a href="https://web.archive.org/web/20170707054718/http://aurora.dawn.com/news/1142059/atiya-zaidi-to-attend-the-see-it-be-it-programme-at-cannes-lions" class="story__link"><strong>Atiya Zaidi to attend the ‘See It Be It’ programme at Cannes Lions</strong></a></h2> <!-- box/excerpt --> <div class="story__excerpt text--300 ">The ECD of Synergy Dentsu is among the 15 women selected from all over the world to attend the event. <!-- box/date --><span class="story__time text--300 "><span class="timestamp--label">Updated</span> <span class="timestamp--time timeago" title="2017-05-22T11:09:52+05:00"><span class="timestamp__calendar">May 22, 2017</span> <span class="timestamp__time">11:09am</span></span></span> </div> </article> <!-- - - - /article - - - --> <!-- - - - article - - - --> <article class="box story pb-2" data-id="1142033" data-layout="story"> <!-- box/image --> <figure class="media media--left media--stretch col-sm-4 col-12 px-0 "> <div class="media__item "><a title="" href="https://web.archive.org/web/20170707054718/http://aurora.dawn.com/news/1142033/omore-sticks-to-the-desi-tune"><img src="https://web.archive.org/web/20170707054718im_/http://i.dawn.com/thumbnail/2017/05/591d43d0aa386.jpg" alt="Omoré sticks to the desi tune"/></a></div> </figure> <!-- box/title lighter --> <h2 data-layout="story" data-id="1142033" class="story__title text--300 "><a href="https://web.archive.org/web/20170707054718/http://aurora.dawn.com/news/1142033/omore-sticks-to-the-desi-tune" class="story__link"><strong>Omoré sticks to the desi tune</strong></a></h2> <!-- box/excerpt --> <div class="story__excerpt text--300 ">As Summer arrives, Omoré launches three new flavours; Injeer, Kairi and Candi. <!-- box/date --><span class="story__time text--300 "><span class="timestamp--label">Updated</span> <span class="timestamp--time timeago" title="2017-05-18T12:06:28+05:00"><span class="timestamp__calendar">May 18, 2017</span> <span class="timestamp__time">12:06pm</span></span></span> </div> </article> <!-- - - - /article - - - --> <!-- - - - article - - - --> <article class="box story pb-2" data-id="1142029" data-layout="story"> <!-- box/image --> <figure class="media media--left media--stretch col-sm-4 col-12 px-0 "> <div class="media__item "><a title="" href="https://web.archive.org/web/20170707054718/http://aurora.dawn.com/news/1142029/aspiring-to-amazon"><img src="https://web.archive.org/web/20170707054718im_/http://i.dawn.com/thumbnail/2017/05/591954a57bd09.jpg" alt="Aspiring to Amazon"/></a></div> </figure> <!-- box/title lighter --> <h2 data-layout="story" data-id="1142029" class="story__title text--300 "><a href="https://web.archive.org/web/20170707054718/http://aurora.dawn.com/news/1142029/aspiring-to-amazon" class="story__link"><strong>Aspiring to Amazon</strong></a></h2> <!-- box/excerpt --> <div class="story__excerpt text--300 ">Zain Suharwardy, MD, Daraz pk, on the evolution of Daraz.pk and the consumer trends which dictate online retail. <!-- box/date --><span class="story__time text--300 "><span class="timestamp--label">Updated</span> <span class="timestamp--time timeago" title="2017-05-22T16:38:35+05:00"><span class="timestamp__calendar">May 22, 2017</span> <span class="timestamp__time">04:38pm</span></span></span> </div> </article> <!-- - - - /article - - - --> <!-- - - - article - - - --> <article class="box story pb-2" data-id="1141987" data-layout="story"> <!-- box/image --> <figure class="media media--left media--stretch col-sm-4 col-12 px-0 "> <div class="media__item "><a title="" href="https://web.archive.org/web/20170707054718/http://aurora.dawn.com/news/1141987/dig-it-2017-exploring-the-potential-of-big-data"><img src="https://web.archive.org/web/20170707054718im_/http://i.dawn.com/thumbnail/2017/04/58f600312db03.jpg" alt="Dig-It 2017 – Exploring the potential of Big Data"/></a></div> </figure> <!-- box/title lighter --> <h2 data-layout="story" data-id="1141987" class="story__title text--300 "><a href="https://web.archive.org/web/20170707054718/http://aurora.dawn.com/news/1141987/dig-it-2017-exploring-the-potential-of-big-data" class="story__link"><strong>Dig-It 2017 – Exploring the potential of Big Data</strong></a></h2> <!-- box/excerpt --> <div class="story__excerpt text--300 ">The conference attracted local and international marketing professionals and featured informative keynote sessions. <!-- box/date --><span class="story__time text--300 "><span class="timestamp--label">Updated</span> <span class="timestamp--time timeago" title="2017-04-18T16:16:24+05:00"><span class="timestamp__calendar">Apr 18, 2017</span> <span class="timestamp__time">04:16pm</span></span></span> </div> </article> <!-- - - - /article - - - --> <!-- - - - article - - - --> <article class="box story pb-2" data-id="1141985" data-layout="story"> <!-- box/image --> <figure class="media media--left media--stretch col-sm-4 col-12 px-0 "> <div class="media__item "><a title="" href="https://web.archive.org/web/20170707054718/http://aurora.dawn.com/news/1141985/basking-in-the-spotlight"><img src="https://web.archive.org/web/20170707054718im_/http://i.dawn.com/thumbnail/2017/04/58f4794452c49.jpg" alt="Basking in the spotlight"/></a></div> </figure> <!-- box/title lighter --> <h2 data-layout="story" data-id="1141985" class="story__title text--300 "><a href="https://web.archive.org/web/20170707054718/http://aurora.dawn.com/news/1141985/basking-in-the-spotlight" class="story__link"><strong>Basking in the spotlight</strong></a></h2> <!-- box/excerpt --> <div class="story__excerpt text--300 ">The winners of the PAS Awards 2017. <!-- box/date --><span class="story__time text--300 "><span class="timestamp--label">Updated</span> <span class="timestamp--time timeago" title="2017-04-24T09:43:18+05:00"><span class="timestamp__calendar">Apr 24, 2017</span> <span class="timestamp__time">09:43am</span></span></span> </div> </article> <!-- - - - /article - - - --> <!-- - - - article - - - --> <article class="box story pb-2" data-id="1141982" data-layout="story"> <!-- box/image --> <figure class="media media--left media--stretch col-sm-4 col-12 px-0 "> <div class="media__item "><a title="" href="https://web.archive.org/web/20170707054718/http://aurora.dawn.com/news/1141982/nokia-as-a-brand-and-especially-the-nokia-3310-have-always-been-loved-by-people-in-pakistan"><img src="https://web.archive.org/web/20170707054718im_/http://i.dawn.com/thumbnail/2017/04/58ee122da14a1.jpg" alt="“Nokia as a brand and especially the Nokia 3310 have always been loved by people in Pakistan”"/></a></div> </figure> <!-- box/title lighter --> <h2 data-layout="story" data-id="1141982" class="story__title text--300 "><a href="https://web.archive.org/web/20170707054718/http://aurora.dawn.com/news/1141982/nokia-as-a-brand-and-especially-the-nokia-3310-have-always-been-loved-by-people-in-pakistan" class="story__link"><strong>“Nokia as a brand and especially the Nokia 3310 have always been loved by people in Pakistan”</strong></a></h2> <!-- box/excerpt --> <div class="story__excerpt text--300 ">In conversation with Muhammad Kamran Khan, Country Head, HMD Pakistan &amp; Afghanistan. <!-- box/date --><span class="story__time text--300 "><span class="timestamp--label">Updated</span> <span class="timestamp--time timeago" title="2017-06-17T10:22:09+05:00"><span class="timestamp__calendar">Jun 17, 2017</span> <span class="timestamp__time">10:22am</span></span></span> </div> </article> <!-- - - - /article - - - --> <!-- - - - article - - - --> <article class="box story pb-2" data-id="1141955" data-layout="story"> <!-- box/image --> <figure class="media media--left media--stretch col-sm-4 col-12 px-0 "> <div class="media__item "><a title="" href="https://web.archive.org/web/20170707054718/http://aurora.dawn.com/news/1141955/see-you-at-mywarface"><img src="https://web.archive.org/web/20170707054718im_/http://i.dawn.com/thumbnail/2017/04/58ecbd8d4aa8a.jpg" alt="See you at #MyWarFace"/></a></div> </figure> <!-- box/title lighter --> <h2 data-layout="story" data-id="1141955" class="story__title text--300 "><a href="https://web.archive.org/web/20170707054718/http://aurora.dawn.com/news/1141955/see-you-at-mywarface" class="story__link"><strong>See you at #MyWarFace</strong></a></h2> <!-- box/excerpt --> <div class="story__excerpt text--300 ">The #MyWarFace campaign aims to encourage agency and brand participation in the PAS Awards 2017. <!-- box/date --><span class="story__time text--300 "><span class="timestamp--label">Published</span> <span class="timestamp--time timeago" title="2017-04-11T16:11:57+05:00"><span class="timestamp__calendar">Apr 11, 2017</span> <span class="timestamp__time">04:11pm</span></span></span> </div> </article> <!-- - - - /article - - - --> <!-- - - - article - - - --> <article class="box story pb-2" data-id="1140744" data-layout="story"> <!-- box/image --> <figure class="media media--left media--stretch col-sm-4 col-12 px-0 "> <div class="media__item "><a title="" href="https://web.archive.org/web/20170707054718/http://aurora.dawn.com/news/1140744/online-and-onwards"><img src="https://web.archive.org/web/20170707054718im_/http://i.dawn.com/thumbnail/2015/03/5508671331cea.jpg" alt="Online and onwards"/></a></div> </figure> <!-- box/title lighter --> <h2 data-layout="story" data-id="1140744" class="story__title text--300 "><a href="https://web.archive.org/web/20170707054718/http://aurora.dawn.com/news/1140744/online-and-onwards" class="story__link"><strong>Online and onwards</strong></a></h2> <!-- box/excerpt --> <div class="story__excerpt text--300 ">Although online travel sector is at its nascent stage in Pakistan, many growth enablers can help push it forward. <!-- box/date --><span class="story__time text--300 "><span class="timestamp--label">Published</span> <span class="timestamp--time timeago" title="2017-04-09T11:32:10+05:00"><span class="timestamp__calendar">Apr 09, 2017</span> <span class="timestamp__time">11:32am</span></span></span> </div> </article> <!-- - - - /article - - - --> <!-- - - - article - - - --> <article class="box story pb-2" data-id="1141948" data-layout="story"> <!-- box/image --> <figure class="media media--left media--stretch col-sm-4 col-12 px-0 "> <div class="media__item "><a title="" href="https://web.archive.org/web/20170707054718/http://aurora.dawn.com/news/1141948/breaking-the-stereotype-one-cup-of-tea-at-a-time"><img src="https://web.archive.org/web/20170707054718im_/http://i.dawn.com/thumbnail/2017/03/58d4961dcc193.jpg" alt="Breaking the stereotype – one cup of tea at a time"/></a></div> </figure> <!-- box/title lighter --> <h2 data-layout="story" data-id="1141948" class="story__title text--300 "><a href="https://web.archive.org/web/20170707054718/http://aurora.dawn.com/news/1141948/breaking-the-stereotype-one-cup-of-tea-at-a-time" class="story__link"><strong>Breaking the stereotype – one cup of tea at a time</strong></a></h2> <!-- box/excerpt --> <div class="story__excerpt text--300 ">Tapal's recent ad campaign aims to break gender stereotypes and celebrate modern, independent women. <!-- box/date --><span class="story__time text--300 "><span class="timestamp--label">Published</span> <span class="timestamp--time timeago" title="2017-04-05T09:00:06+05:00"><span class="timestamp__calendar">Apr 05, 2017</span> <span class="timestamp__time">09:00am</span></span></span> </div> </article> <!-- - - - /article - - - --> <!-- - - - article - - - --> <article class="box story pb-2" data-id="1141936" data-layout="story"> <!-- box/image --> <figure class="media media--left media--stretch col-sm-4 col-12 px-0 "> <div class="media__item "><a title="" href="https://web.archive.org/web/20170707054718/http://aurora.dawn.com/news/1141936/we-didnt-want-to-destroy-the-sanctity-of-the-national-anthem-with-overt-branding"><img src="https://web.archive.org/web/20170707054718im_/http://i.dawn.com/thumbnail/2017/03/58cb65dfb7936.jpg" alt="“We didn’t want to destroy the sanctity of the national anthem with overt branding”"/></a></div> </figure> <!-- box/title lighter --> <h2 data-layout="story" data-id="1141936" class="story__title text--300 "><a href="https://web.archive.org/web/20170707054718/http://aurora.dawn.com/news/1141936/we-didnt-want-to-destroy-the-sanctity-of-the-national-anthem-with-overt-branding" class="story__link"><strong>“We didn’t want to destroy the sanctity of the national anthem with overt branding”</strong></a></h2> <!-- box/excerpt --> <div class="story__excerpt text--300 ">In conversation with Shahneela Ahmed, Marketing Manager Pakistan, Lenovo, about the ‘Different is Better’ ad campaign. <!-- box/date --><span class="story__time text--300 "><span class="timestamp--label">Published</span> <span class="timestamp--time timeago" title="2017-03-17T09:23:42+05:00"><span class="timestamp__calendar">Mar 17, 2017</span> <span class="timestamp__time">09:23am</span></span></span> </div> </article> <!-- - - - /article - - - --> <!-- - - - article - - - --> <article class="box story pb-2" data-id="1141877" data-layout="story"> <!-- box/image --> <figure class="media media--left media--stretch col-sm-4 col-12 px-0 "> <div class="media__item "><a title="" href="https://web.archive.org/web/20170707054718/http://aurora.dawn.com/news/1141877/gul-ahmeds-meinperfecthoon-campaign-targets-women-who-doubt-their-self-image-every-single-day"><img src="https://web.archive.org/web/20170707054718im_/http://i.dawn.com/thumbnail/2017/03/58c10489df455.jpg" alt="“Gul Ahmed’s #MeinPerfectHoon campaign targets women who doubt their self-image every single day”"/></a></div> </figure> <!-- box/title lighter --> <h2 data-layout="story" data-id="1141877" class="story__title text--300 "><a href="https://web.archive.org/web/20170707054718/http://aurora.dawn.com/news/1141877/gul-ahmeds-meinperfecthoon-campaign-targets-women-who-doubt-their-self-image-every-single-day" class="story__link"><strong>“Gul Ahmed’s #MeinPerfectHoon campaign targets women who doubt their self-image every single day”</strong></a></h2> <!-- box/excerpt --> <div class="story__excerpt text--300 ">In conversation with Ayesha Farid, Strategy Director, Adcom Leo Burnett, about Gul Ahmed’s #MeinPerfectHoon campaign. <!-- box/date --><span class="story__time text--300 "><span class="timestamp--label">Updated</span> <span class="timestamp--time timeago" title="2017-03-09T16:03:14+05:00"><span class="timestamp__calendar">Mar 09, 2017</span> <span class="timestamp__time">04:03pm</span></span></span> </div> </article> <!-- - - - /article - - - --> <!-- - - - article - - - --> <article class="box story pb-2" data-id="1141856" data-layout="story"> <!-- box/image --> <figure class="media media--left media--stretch col-sm-4 col-12 px-0 "> <div class="media__item "><a title="" href="https://web.archive.org/web/20170707054718/http://aurora.dawn.com/news/1141856/winning-this-award-will-reinforce-customer-trust"><img src="https://web.archive.org/web/20170707054718im_/http://i.dawn.com/thumbnail/2017/03/58bd338bd53ce.jpg" alt="“Winning this award will reinforce customer trust&amp;quot;"/></a></div> </figure> <!-- box/title lighter --> <h2 data-layout="story" data-id="1141856" class="story__title text--300 "><a href="https://web.archive.org/web/20170707054718/http://aurora.dawn.com/news/1141856/winning-this-award-will-reinforce-customer-trust" class="story__link"><strong>“Winning this award will reinforce customer trust&quot;</strong></a></h2> <!-- box/excerpt --> <div class="story__excerpt text--300 ">JazzCash Mobile Account won the ‘Best Mobile Product for Women in Emerging Markets’ Award at the Global Mobile Awards. <!-- box/date --><span class="story__time text--300 "><span class="timestamp--label">Published</span> <span class="timestamp--time timeago" title="2017-03-06T15:08:49+05:00"><span class="timestamp__calendar">Mar 06, 2017</span> <span class="timestamp__time">03:08pm</span></span></span> </div> </article> <!-- - - - /article - - - --> <!-- - - - article - - - --> <article class="box story pb-2" data-id="1141640" data-layout="story"> <!-- box/image --> <figure class="media media--left col-sm-4 col-12 px-0 "> <div class="media__item "><a title="" href="https://web.archive.org/web/20170707054718/http://aurora.dawn.com/news/1141640/we-anticipate-that-within-five-years-we-will-be-listed-among-the-top-dairy-companies-of-pakistan"><img src="https://web.archive.org/web/20170707054718im_/http://i.dawn.com/thumbnail/2017/02/58b56799be95a.jpg" alt="“We anticipate that within five years, we will be listed among the top dairy companies of Pakistan”"/></a></div> </figure> <!-- box/title lighter --> <h2 data-layout="story" data-id="1141640" class="story__title text--300 "><a href="https://web.archive.org/web/20170707054718/http://aurora.dawn.com/news/1141640/we-anticipate-that-within-five-years-we-will-be-listed-among-the-top-dairy-companies-of-pakistan" class="story__link"><strong>“We anticipate that within five years, we will be listed among the top dairy companies of Pakistan”</strong></a></h2> <!-- box/excerpt --> <div class="story__excerpt text--300 ">Aamir Khawas, Head of Marketing and Sales, Fauji Foods on the acquisition of Noon Pakistan by Fauji Foods. <!-- box/date --><span class="story__time text--300 "><span class="timestamp--label">Updated</span> <span class="timestamp--time timeago" title="2017-03-01T15:56:54+05:00"><span class="timestamp__calendar">Mar 01, 2017</span> <span class="timestamp__time">03:56pm</span></span></span> </div> </article> <!-- - - - /article - - - --> <!-- - - - article - - - --> <article class="box story pb-2" data-id="1141848" data-layout="story"> <!-- box/image --> <figure class="media media--left media--stretch col-sm-4 col-12 px-0 "> <div class="media__item "><a title="" href="https://web.archive.org/web/20170707054718/http://aurora.dawn.com/news/1141848/design-has-the-power-to-heal-or-hurt"><img src="https://web.archive.org/web/20170707054718im_/http://i.dawn.com/thumbnail/2017/02/58b0095d12735.jpg" alt="“Design has the power to heal or hurt”"/></a></div> </figure> <!-- box/title lighter --> <h2 data-layout="story" data-id="1141848" class="story__title text--300 "><a href="https://web.archive.org/web/20170707054718/http://aurora.dawn.com/news/1141848/design-has-the-power-to-heal-or-hurt" class="story__link"><strong>“Design has the power to heal or hurt”</strong></a></h2> <!-- box/excerpt --> <div class="story__excerpt text--300 ">The conference brought together students and design professionals to discuss the need for sustainable design. <!-- box/date --><span class="story__time text--300 "><span class="timestamp--label">Updated</span> <span class="timestamp--time timeago" title="2017-02-24T16:08:41+05:00"><span class="timestamp__calendar">Feb 24, 2017</span> <span class="timestamp__time">04:08pm</span></span></span> </div> </article> <!-- - - - /article - - - --> <!-- - - - article - - - --> <article class="box story pb-2" data-id="1141762" data-layout="story"> <!-- box/image --> <figure class="media media--left media--stretch col-sm-4 col-12 px-0 "> <div class="media__item "><a title="" href="https://web.archive.org/web/20170707054718/http://aurora.dawn.com/news/1141762/swinging-to-the-tune"><img src="https://web.archive.org/web/20170707054718im_/http://i.dawn.com/thumbnail/2017/02/589ebd6fc78ba.jpg" alt="Swinging to the tune"/></a></div> </figure> <!-- box/title lighter --> <h2 data-layout="story" data-id="1141762" class="story__title text--300 "><a href="https://web.archive.org/web/20170707054718/http://aurora.dawn.com/news/1141762/swinging-to-the-tune" class="story__link"><strong>Swinging to the tune</strong></a></h2> <!-- box/excerpt --> <div class="story__excerpt text--300 ">As PSL 2017 kicks off with an adrenaline-pumping start, we review the official songs of the five teams. <!-- box/date --><span class="story__time text--300 "><span class="timestamp--label">Updated</span> <span class="timestamp--time timeago" title="2017-02-13T09:39:03+05:00"><span class="timestamp__calendar">Feb 13, 2017</span> <span class="timestamp__time">09:39am</span></span></span> </div> </article> <!-- - - - /article - - - --> <!-- - - - article - - - --> <article class="box story pb-2" data-id="1141744" data-layout="story"> <!-- box/image --> <figure class="media media--left media--stretch col-sm-4 col-12 px-0 "> <div class="media__item "><a title="" href="https://web.archive.org/web/20170707054718/http://aurora.dawn.com/news/1141744/interview-farees-shah-gm-pakistan-iflix"><img src="https://web.archive.org/web/20170707054718im_/http://i.dawn.com/thumbnail/2017/02/5892c622b5cec.jpg" alt="Interview: Farees Shah, GM Pakistan, iflix"/></a></div> </figure> <!-- box/title lighter --> <h2 data-layout="story" data-id="1141744" class="story__title text--300 "><a href="https://web.archive.org/web/20170707054718/http://aurora.dawn.com/news/1141744/interview-farees-shah-gm-pakistan-iflix" class="story__link"><strong>Interview: Farees Shah, GM Pakistan, iflix</strong></a></h2> <!-- box/excerpt --> <div class="story__excerpt text--300 ">Farees Shah on iflix Pakistan’s launch, its content strategy, tackling piracy and their future plans for Pakistan. <!-- box/date --><span class="story__time text--300 "><span class="timestamp--label">Updated</span> <span class="timestamp--time timeago" title="2017-02-03T11:36:15+05:00"><span class="timestamp__calendar">Feb 03, 2017</span> <span class="timestamp__time">11:36am</span></span></span> </div> </article> <!-- - - - /article - - - --> <!-- - - - article - - - --> <article class="box story pb-2" data-id="1141589" data-layout="story"> <!-- box/image --> <figure class="media media--left media--stretch col-sm-4 col-12 px-0 "> <div class="media__item "><a title="" href="https://web.archive.org/web/20170707054718/http://aurora.dawn.com/news/1141589/feeling-the-beat"><img src="https://web.archive.org/web/20170707054718im_/http://i.dawn.com/thumbnail/2016/12/584a35c46b277.jpg" alt="Feeling the beat"/></a></div> </figure> <!-- box/title lighter --> <h2 data-layout="story" data-id="1141589" class="story__title text--300 "><a href="https://web.archive.org/web/20170707054718/http://aurora.dawn.com/news/1141589/feeling-the-beat" class="story__link"><strong>Feeling the beat</strong></a></h2> <!-- box/excerpt --> <div class="story__excerpt text--300 ">A very Pakistani initiative that has enabled hearing impaired people to experience music. <!-- box/date --><span class="story__time text--300 "><span class="timestamp--label">Updated</span> <span class="timestamp--time timeago" title="2016-12-26T14:03:57+05:00"><span class="timestamp__calendar">Dec 26, 2016</span> <span class="timestamp__time">02:03pm</span></span></span> </div> </article> <!-- - - - /article - - - --> <!-- - - - article - - - --> <article class="box story pb-2" data-id="1141580" data-layout="story"> <!-- box/image --> <figure class="media media--left media--stretch col-sm-4 col-12 px-0 "> <div class="media__item "><a title="" href="https://web.archive.org/web/20170707054718/http://aurora.dawn.com/news/1141580/people-in-agencies-no-longer-make-as-much-money-as-they-used-to"><img src="https://web.archive.org/web/20170707054718im_/http://i.dawn.com/thumbnail/2016/11/5825fdcbf0e28.jpg" alt="“People in agencies no longer make as much money as they used to&amp;quot;"/></a></div> </figure> <!-- box/title lighter --> <h2 data-layout="story" data-id="1141580" class="story__title text--300 "><a href="https://web.archive.org/web/20170707054718/http://aurora.dawn.com/news/1141580/people-in-agencies-no-longer-make-as-much-money-as-they-used-to" class="story__link">“People in agencies no longer make as much money as they used to&quot;</a></h2> <!-- box/excerpt --> <div class="story__excerpt text--300 ">In conversation with Michael J. Readman, Chairman, Z2C Limited. <!-- box/date --><span class="story__time text--300 "><span class="timestamp--label">Updated</span> <span class="timestamp--time timeago" title="2016-11-12T11:54:04+05:00"><span class="timestamp__calendar">Nov 12, 2016</span> <span class="timestamp__time">11:54am</span></span></span> </div> </article> <!-- - - - /article - - - --> <!-- - - - article - - - --> <article class="box story pb-2" data-id="1141550" data-layout="story"> <!-- box/image --> <figure class="media media--left media--stretch col-sm-4 col-12 px-0 "> <div class="media__item "><a title="" href="https://web.archive.org/web/20170707054718/http://aurora.dawn.com/news/1141550/making-islamic-finance-a-reality"><img src="https://web.archive.org/web/20170707054718im_/http://i.dawn.com/thumbnail/2016/11/58259eea49768.jpg" alt="Making Islamic finance a reality"/></a></div> </figure> <!-- box/title lighter --> <h2 data-layout="story" data-id="1141550" class="story__title text--300 "><a href="https://web.archive.org/web/20170707054718/http://aurora.dawn.com/news/1141550/making-islamic-finance-a-reality" class="story__link">Making Islamic finance a reality</a></h2> <!-- box/excerpt --> <div class="story__excerpt text--300 ">In conversation with Irfan Siddiqui, President and CEO, Meezan Bank. <!-- box/date --><span class="story__time text--300 "><span class="timestamp--label">Updated</span> <span class="timestamp--time timeago" title="2016-11-10T15:00:24+05:00"><span class="timestamp__calendar">Nov 10, 2016</span> <span class="timestamp__time">03:00pm</span></span></span> </div> </article> <!-- - - - /article - - - --> </div><!-- .mr-4 --> <div class="col-12"> <div class="mr-4 p-2"> <ol class="nav pagination"> <!-- --><li><div>1</div></li><!-- <!-- --><li><a href="/web/20170707054718/http://aurora.dawn.com/authors/3256/amber-arshad/2">2</a></li><!-- <!-- --><li><a href="/web/20170707054718/http://aurora.dawn.com/authors/3256/amber-arshad/2">Next</a></li><!-- --></ol> </div> </div><!-- .--> </div><!-- .row --> </main> <aside class="pb-4"> <!-- - - - - - - widget:start id: 538 - type: linkedimage - object_id: - title: - - - - - - --> <section class="widget theme widget-linkedimage " data-type="linkedimage" data-id="538"> <div class="widget__container "> <div class="widget__container__body "> <a href="https://web.archive.org/web/20170707054718/http://aurora.dawn.com/subscribe/"><img class="col-12" src="//web.archive.org/web/20170707054718im_/http://i.dawn.com/widgets/upload-image-ff0fe3069b166b3fa34fb301b96b1d0c.png?r=400151068" alt=""/></a> </div> </div> </section> <!-- - - - - - - widget:end - - - - - - --> <!-- - - - - - - widget:start id: 180 - type: popular - object_id: - title: Most Popular - - - - - - --> <section class="widget theme widget-popular " data-type="popular" data-id="180"> <div class="widget__container "> <h2 class="widget__container__title "><span>Most Popular</span></h2> <div class="widget__container__body "> <div class="row"> <div class="col-12"> <!-- - - - article - - - --> <article class="box story mb-4" data-id="1142037" data-layout="story"> <!-- box/image --> <figure class="media media--left media--stretch col-sm-4 col-12 px-0 "> <div class="media__item "><a title="" href="https://web.archive.org/web/20170707054718/http://aurora.dawn.com/news/1142037/creating-the-dolmen-experience"><img src="https://web.archive.org/web/20170707054718im_/http://i.dawn.com/thumbnail/2017/05/591db205ec44e.jpg" alt="Creating the Dolmen experience"/></a></div> </figure> <!-- box/title small-lighter --> <h2 data-layout="story" data-id="1142037" class="story__title size-five text--300 "><a href="https://web.archive.org/web/20170707054718/http://aurora.dawn.com/news/1142037/creating-the-dolmen-experience" class="story__link"><strong>Creating the Dolmen experience</strong></a></h2> </article> <!-- - - - /article - - - --> <!-- - - - article - - - --> <article class="box story mb-4" data-id="1141993" data-layout="story"> <!-- box/image --> <figure class="media media--left media--stretch col-sm-4 col-12 px-0 "> <div class="media__item "><a title="" href="https://web.archive.org/web/20170707054718/http://aurora.dawn.com/news/1141993/the-politics-of-femvertising"><img src="https://web.archive.org/web/20170707054718im_/http://i.dawn.com/thumbnail/2017/04/59007792d6036.jpg" alt="The politics of ‘femvertising’"/></a></div> </figure> <!-- box/title small-lighter --> <h2 data-layout="story" data-id="1141993" class="story__title size-five text--300 "><a href="https://web.archive.org/web/20170707054718/http://aurora.dawn.com/news/1141993/the-politics-of-femvertising" class="story__link"><strong>The politics of ‘femvertising’</strong></a></h2> </article> <!-- - - - /article - - - --> <!-- - - - article - - - --> <article class="box story mb-4" data-id="1141333" data-layout="story"> <!-- box/image --> <figure class="media media--left media--stretch col-sm-4 col-12 px-0 "> <div class="media__item "><a title="" href="https://web.archive.org/web/20170707054718/http://aurora.dawn.com/news/1141333/a-passion-for-media"><img src="https://web.archive.org/web/20170707054718im_/http://i.dawn.com/thumbnail/2015/12/5665c02c05a66.jpg" alt="A passion for media"/></a></div> </figure> <!-- box/title small-lighter --> <h2 data-layout="story" data-id="1141333" class="story__title size-five text--300 "><a href="https://web.archive.org/web/20170707054718/http://aurora.dawn.com/news/1141333/a-passion-for-media" class="story__link"><strong>A passion for media</strong></a></h2> </article> <!-- - - - /article - - - --> <!-- - - - article - - - --> <article class="box story mb-4" data-id="1142080" data-layout="story"> <!-- box/image --> <figure class="media media--left media--stretch col-sm-4 col-12 px-0 "> <div class="media__item "><a title="" href="https://web.archive.org/web/20170707054718/http://aurora.dawn.com/news/1142080/five-feel-good-tv-commercials"><img src="https://web.archive.org/web/20170707054718im_/http://i.dawn.com/thumbnail/2017/07/5959da21e3d5b.jpg" alt="Five feel-good TV commercials"/></a></div> </figure> <!-- box/title small-lighter --> <h2 data-layout="story" data-id="1142080" class="story__title size-five text--300 "><a href="https://web.archive.org/web/20170707054718/http://aurora.dawn.com/news/1142080/five-feel-good-tv-commercials" class="story__link"><strong>Five feel-good TV commercials</strong></a></h2> </article> <!-- - - - /article - - - --> <!-- - - - article - - - --> <article class="box story mb-4" data-id="1142081" data-layout="story"> <!-- box/image --> <figure class="media media--left media--stretch col-sm-4 col-12 px-0 "> <div class="media__item "><a title="" href="https://web.archive.org/web/20170707054718/http://aurora.dawn.com/news/1142081/digital-trends-to-look-out-for-in-2018"><img src="https://web.archive.org/web/20170707054718im_/http://i.dawn.com/thumbnail/2017/07/595b585dd9484.jpg" alt="Digital trends to look out for in 2018"/></a></div> </figure> <!-- box/title small-lighter --> <h2 data-layout="story" data-id="1142081" class="story__title size-five text--300 "><a href="https://web.archive.org/web/20170707054718/http://aurora.dawn.com/news/1142081/digital-trends-to-look-out-for-in-2018" class="story__link"><strong>Digital trends to look out for in 2018</strong></a></h2> </article> <!-- - - - /article - - - --> </div><!-- .--> </div><!-- .row --> </div> </div> </section> <!-- - - - - - - widget:end - - - - - - --> <!-- - - - - - - widget:start id: 524 - type: poll - object_id: 8482390 - title: Should Pakistani brands use Indian celebrities to endorse their products? - - - - - - --> <section class="widget theme widget-poll " data-type="poll" data-id="524"> <div class="widget__container "> <h2 class="widget__container__title "><span>Should Pakistani brands use Indian celebrities to endorse their products?</span></h2> <div class="widget__container__body "> <div id="widgetPoll-16794499"> <script src="//web.archive.org/web/20170707054718js_/http://static.polldaddy.com/p/8482390.js" defer></script> </div> <link rel="stylesheet" href="/web/20170707054718cs_/http://aurora.dawn.com/widgets/poll/_css/poll.20170528080408.css" media="all"></div> </div> </section> <!-- - - - - - - widget:end - - - - - - --> <!-- - - - - - - widget:start id: 521 - type: writers - object_id: - title: Contributors - - - - - - --> <section class="widget theme widget-writers " data-type="writers" data-id="521"> <div class="widget__container "> <h2 class="widget__container__title "><span>Contributors</span></h2> <div class="widget__container__body "> <div class="text-center "> <h2 class="tag text-center text--400 bald "><a title="Talha bin Hamid" href="https://web.archive.org/web/20170707054718/http://aurora.dawn.com/authors/3341/talha-bin-hamid" class="stroy__link">Talha bin Hamid</a></h2> </div> <!-- - - - article - - - --> <article class="box story " data-id="1142076" data-layout="story"> <!-- box/title center-small-lighter-pb:4 --> <h2 data-layout="story" data-id="1142076" class="story__title size-five text-center text--300 pb-4"><a href="https://web.archive.org/web/20170707054718/http://aurora.dawn.com/news/1142076/a-question-of-celebrity-endorsements" class="story__link"><strong>A question of celebrity endorsements</strong></a></h2> </article> <!-- - - - /article - - - --> <div class="text-center "> <h2 class="tag text-center text--400 bald "><a title="Amber Arshad" href="https://web.archive.org/web/20170707054718/http://aurora.dawn.com/authors/3256/amber-arshad" class="stroy__link">Amber Arshad</a></h2> </div> <!-- - - - article - - - --> <article class="box story " data-id="1142060" data-layout="story"> <!-- box/title center-small-lighter-pb:4 --> <h2 data-layout="story" data-id="1142060" class="story__title size-five text-center text--300 pb-4"><a href="https://web.archive.org/web/20170707054718/http://aurora.dawn.com/news/1142060/in-conversation-with-adeel-hashmi-head-of-tpl-maps" class="story__link"><strong>In conversation with Adeel Hashmi, Head of TPL Maps</strong></a></h2> </article> <!-- - - - /article - - - --> <div class="text-center "> <h2 class="tag text-center text--400 bald "><a title="Rashna Abdi" href="https://web.archive.org/web/20170707054718/http://aurora.dawn.com/authors/3373/rashna-abdi" class="stroy__link">Rashna Abdi</a></h2> </div> <!-- - - - article - - - --> <article class="box story " data-id="1141950" data-layout="story"> <!-- box/title center-small-lighter-pb:4 --> <h2 data-layout="story" data-id="1141950" class="story__title size-five text-center text--300 pb-4"><a href="https://web.archive.org/web/20170707054718/http://aurora.dawn.com/news/1141950/10-commandments-for-creatives" class="story__link"><strong>10 Commandments for Creatives</strong></a></h2> </article> <!-- - - - /article - - - --> <div class="text-center "> <h2 class="tag text-center text--400 bald "><a title="Ayesha Shaikh" href="https://web.archive.org/web/20170707054718/http://aurora.dawn.com/authors/3241/ayesha-shaikh" class="stroy__link">Ayesha Shaikh</a></h2> </div> <!-- - - - article - - - --> <article class="box story " data-id="1142025" data-layout="story"> <!-- box/title center-small-lighter-pb:4 --> <h2 data-layout="story" data-id="1142025" class="story__title size-five text-center text--300 pb-4"><a href="https://web.archive.org/web/20170707054718/http://aurora.dawn.com/news/1142025/retail-revs-up" class="story__link"><strong>Retail revs up</strong></a></h2> </article> <!-- - - - /article - - - --> <div class="text-center "> <h2 class="tag text-center text--400 bald "><a title="Faraz Maqsood Hamidi" href="https://web.archive.org/web/20170707054718/http://aurora.dawn.com/authors/3213/faraz-maqsood-hamidi" class="stroy__link">Faraz Maqsood Hamidi</a></h2> </div> <!-- - - - article - - - --> <article class="box story " data-id="1142036" data-layout="story"> <!-- box/title center-small-lighter-pb:4 --> <h2 data-layout="story" data-id="1142036" class="story__title size-five text-center text--300 pb-4"><a href="https://web.archive.org/web/20170707054718/http://aurora.dawn.com/news/1142036/retail-therapy" class="story__link"><strong>Retail therapy</strong></a></h2> </article> <!-- - - - /article - - - --> <p class="text-center m-0 pb-2"> <span class="tag size-three bald theme--cream-light more-link p-2"><a title="View More" href="/web/20170707054718/http://aurora.dawn.com/authors" class="">View More</a></span> </p> </div> </div> </section> <!-- - - - - - - widget:end - - - - - - --> </aside> </div> </div> <div class="my-2 px-2"> <!-- - - adsense: start - - --> <div class="ad " aria-hidden="true"> <div class="js-ad clearfix" style="text-align:center;margin:0 auto;overflow:hidden;max-width:728px;max-height:90px"> <div class="radWrapper ad__wrapper"> <div id="div-gpt-ad-1455520357400-1" class="ad__wrapper__slot" style="width:728px;height:90px"> <script>googletag.cmd.push(function() { googletag.display('div-gpt-ad-1455520357400-1'); });</script> </div> </div> </div> </div> <!-- - - adsense: end - - --> </div> <footer class="pt-6 theme--cream-light"> <div class="mx-2"> <div class="container-fluid"> <div class="row"> <div class="col-lg-7 col-12"> <div class="row"> <div class="col-4"> <div class="text-center"> <!-- - - - - - - widget:start id: 539 - type: linkedimage - object_id: - title: Issue Sep-Oct 2016 - - - - - - --> <section class="widget theme widget-linkedimage " data-type="linkedimage" data-id="539"> <div class="widget__container "> <h2 class="widget__container__title "><span>Issue Sep-Oct 2016</span></h2> <div class="widget__container__body "> <a href="https://web.archive.org/web/20170707054718/http://aurora.dawn.com/issue/2017/3"><img class="col-12" src="//web.archive.org/web/20170707054718im_/http://i.dawn.com/widgets/upload-image-58eb1c354e17c.jpg" alt="Issue Sep-Oct 2016"/></a> <h6 class="widget__blurb text-center">March-April</h6> </div> </div> </section> <!-- - - - - - - widget:end - - - - - - --> </div> </div> <div class="col-4"> <div class="text-center"> <!-- - - - - - - widget:start id: 531 - type: linkedimage - object_id: - title: Issue May-June 2017 - - - - - - --> <section class="widget theme widget-linkedimage " data-type="linkedimage" data-id="531"> <div class="widget__container "> <h2 class="widget__container__title "><span>Issue May-June 2017</span></h2> <div class="widget__container__body "> <a href="https://web.archive.org/web/20170707054718/http://aurora.dawn.com/issue/2017/5"><img class="col-12" src="//web.archive.org/web/20170707054718im_/http://i.dawn.com/widgets/upload-image-5959e12d3ef75.jpg" alt="Issue May-June 2017"/></a> <h6 class="widget__blurb text-center">May-June</h6> </div> </div> </section> <!-- - - - - - - widget:end - - - - - - --> </div> </div> <div class="col-4"> <div class="text-center"> <!-- - - - - - - widget:start id: 544 - type: linkedimage - object_id: - title: Issue Jan-Feb 2017 - - - - - - --> <section class="widget theme widget-linkedimage " data-type="linkedimage" data-id="544"> <div class="widget__container "> <h2 class="widget__container__title "><span>Issue Jan-Feb 2017</span></h2> <div class="widget__container__body "> <a href="https://web.archive.org/web/20170707054718/http://aurora.dawn.com/issue/2017/1"><img class="col-12" src="//web.archive.org/web/20170707054718im_/http://i.dawn.com/widgets/upload-image-589c53ec132b3.jpg" alt="Issue Jan-Feb 2017"/></a> <h6 class="widget__blurb text-center">Jan-Feb</h6> </div> </div> </section> <!-- - - - - - - widget:end - - - - - - --> </div> </div> </div> </div> <div class="col-sm-offset-4 col-sm-4 col-lg-offset-0 col-lg-5 col-12"> <div class="pb-4 text-center"> <ul class="nav"> <li class="nav__item"><a href="/web/20170707054718/http://aurora.dawn.com/subscribe"><img class="border" alt="Subscribe to Aurora" src="/web/20170707054718im_/http://aurora.dawn.com/_img/subscribe.20170707104718.png"/></a></li> </ul> </div> </div> <div class="col-sm-offset-2 col-sm-8 col-12"> <div class="mb-4"> <ul class="nav nav--aurora-footer text-center"> <li class="nav__item"><a class="theme--purple-light" href="/web/20170707054718/http://aurora.dawn.com/">Home</a></li> <li class="nav__item"><a class="theme--purple-light" href="/web/20170707054718/http://aurora.dawn.com/recent">Recent</a></li> <li class="nav__item"><a class="theme--purple-light" href="/web/20170707054718/http://aurora.dawn.com/agencies">Agencies</a></li> <li class="nav__item"><a class="theme--purple-light" href="/web/20170707054718/http://aurora.dawn.com/people">People</a></li> <li class="nav__item"><a class="theme--purple-light" href="/web/20170707054718/http://aurora.dawn.com/marketing">Marketing</a></li> <li class="nav__item"><a class="theme--purple-light" href="/web/20170707054718/http://aurora.dawn.com/creative">Creative</a></li> <li class="nav__item"><a class="theme--purple-light" href="/web/20170707054718/http://aurora.dawn.com/media">Media</a></li> <li class="nav__item"><a class="theme--purple-light" href="/web/20170707054718/http://aurora.dawn.com/trends">Trends</a></li> <!--<li class="nav__item"><a class="size-three caps theme--purple-light" href="/blogs">Blogs</a></li>--> <li class="nav__item"><a class="size-three caps theme--purple-light" href="/web/20170707054718/http://aurora.dawn.com/about-us">About Us</a></li> </ul> </div> </div> <div class="col-12"> <div class="footer--note size-two text-center mb-4"> <p> For questions regarding subscription and timely delivery, please contact on the following numbers or visit <br/> (ISB) +92-51-220-2701-5 &bull; Plot 12, Sector G-7/1 Mauve Area, Near Zero Point Islamabad, 44000 <br/> (KHI) +92-21-3561-3066/7 &bull; Haroon House Dr. Ziauddin Ahmed Road Karachi, 74200 <br/> (LHR) +92-42-3575-8120-25 &bull; 20-N, Gulberg II Lahore, 54660 <br/> <a href="https://web.archive.org/web/20170707054718/http://www.dawn.com/terms">Terms and Conditions</a> &bull; <a href="https://web.archive.org/web/20170707054718/http://www.dawn.com/privacy">Privacy Policy</a> <br/> </p> <img class="compunode" src="/web/20170707054718im_/http://aurora.dawn.com/_img/compunode.png" style="width:100px" class="my-4 py-4"/><br/><br/> </div> </div> </div> </div> </div> <script src="//web.archive.org/web/20170707054718js_/http://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js" defer></script> <script src="/web/20170707054718js_/http://aurora.dawn.com/_js/all.20170623124909.js" defer></script> <!-- - - - - start:alexa - - - - --> <script type="text/javascript"> _atrk_opts = { atrk_acct:"1DJ3k1acFH00UN", domain:"dawn.com",dynamic: true}; (function() { var as = document.createElement('script'); as.type = 'text/javascript'; as.async = true; as.src = "https://web.archive.org/web/20170707054718/https://d31qbv1cthcecs.cloudfront.net/atrk.js"; var s = document.getElementsByTagName('script')[0];s.parentNode.insertBefore(as, s); })(); </script> <noscript><img src="https://web.archive.org/web/20170707054718im_/https://d5nxst8fruw4z.cloudfront.net/atrk.gif?account=1DJ3k1acFH00UN" style="display:none" height="1" width="1" alt=""/></noscript> <!-- - - - - end:alexa - - - - --> <!-- - - - - start:chartbeat publishing - - - - --> <script type="text/javascript"> var _sf_async_config = _sf_async_config || {}; /** CONFIGURATION START **/ _sf_async_config.uid = 62163; _sf_async_config.domain = "dawn.com"; _sf_async_config.useCanonical = true; _sf_async_config.sections = "aurora.dawn.com,Authors,3256-Amber Arshad"; _sf_async_config.authors = ""; /** CONFIGURATION END **/ (function(){ function loadChartbeat() { window._sf_endpt = (new Date()).getTime(); var e = document.createElement('script'); e.setAttribute('language', 'javascript'); e.setAttribute('type', 'text/javascript'); e.setAttribute('src', '//web.archive.org/web/20170707054718/http://static.chartbeat.com/js/chartbeat.js'); document.body.appendChild(e); } var oldonload = window.onload; window.onload = (typeof window.onload != 'function') ? loadChartbeat : function() { oldonload(); loadChartbeat(); }; })(); </script> <!-- - - - - end:chartbeat - - - - --> <!-- - - - - start:ga-events - - - - --> <script type="text/javascript"> if (typeof $ !== 'undefined') $('.widget-linkedimage a').click(function(){ga('send','event','linkedimage','click','https://web.archive.org/web/20170707054718/http://aurora.dawn.com/subscribe/');}); if (typeof $ !== 'undefined') $('.widget-linkedimage a').click(function(){ga('send','event','linkedimage','click','https://web.archive.org/web/20170707054718/http://aurora.dawn.com/issue/2017/3');}); if (typeof $ !== 'undefined') $('.widget-linkedimage a').click(function(){ga('send','event','linkedimage','click','https://web.archive.org/web/20170707054718/http://aurora.dawn.com/issue/2017/5');}); if (typeof $ !== 'undefined') $('.widget-linkedimage a').click(function(){ga('send','event','linkedimage','click','https://web.archive.org/web/20170707054718/http://aurora.dawn.com/issue/2017/1');}); </script> <!-- - - - - end:ga-events - - - - --> </footer> <!--2017-07-07 10:47:18--> </body> </html> <!-- FILE ARCHIVED ON 05:47:18 Jul 07, 2017 AND RETRIEVED FROM THE INTERNET ARCHIVE ON 10:37:13 Dec 01, 2024. JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE. ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C. SECTION 108(a)(3)). --> <!-- playback timings (ms): captures_list: 0.535 exclusion.robots: 0.03 exclusion.robots.policy: 0.019 esindex: 0.012 cdx.remote: 20.667 LoadShardBlock: 148.021 (3) PetaboxLoader3.datanode: 106.65 (4) PetaboxLoader3.resolve: 121.451 (3) load_resource: 156.007 -->

Pages: 1 2 3 4 5 6 7 8 9 10