Advertisement
decembre

FLICKR(view small) - ARCHIVES(ORIG)-1-before30.07.2013

Jul 30th, 2013
561
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1.  
  2. <!DOCTYPE html>
  3. <html lang="en-us">
  4. <head>
  5. <!--
  6. _
  7. . - ` : ` '.' `` . - '` ` .
  8. ' ,gi$@$q pggq pggq . ' pggq
  9. + j@@@P*\7 @@@@ @@@@ _ : @@@@ ! ._ , . _ - .
  10. . . @@@K @@@@ ; -` `_,_ ` . @@@@ ;/ ` _,,_ `
  11. ; pgg@@@@gggq @@@@ @@@@ .' ,iS@@@@@Si @@@@ .6@@@P' !!!! j!!!!7 ;
  12. @@@@@@@@@@@ @@@@ @@@@ ` j@@@P*"*+Y7 @@@@ .6@@@P !!!!47*"*+;
  13. `_ @@@@ @@@@ @@@@ .@@@7 . ` @@@@.6@@@P ` !!!!; . '
  14. . @@@@ ' @@@@ @@@@ :@@@! !: @@@@7@@@K `; !!!! ' ` '
  15. @@@@ . @@@@ @@@@ `%@@@. . @@@@`7@@@b . !!!! :
  16. ! @@@@ @@@@ @@@@ \@@@$+,,+4b @@@@ `7@@@b !!!!
  17. @@@@ : @@@@ @@@@ `7%S@@hX!P' @@@@ `7@@@b !!!! .
  18. : """" """" """" :. `^"^` """" `""""" ''''
  19. ` - . . _._ ` _._ _ . -
  20. , ` ,glllllllllg, `-: ' .~ . . . ~. `
  21. ,jlllllllllllllllp, .!' .+. . . . . . .+. `.
  22. ` jllllllllllllllllllll ` +. . . . . . . . .+ .
  23. . jllllllllllllllllllllll . . . . . . . . . . .
  24. .l@@@@@@@lllllllllllllll. j. . . . . . . :::::::l `
  25. ; ;@@@@@@@@@@@@@@@@@@@lllll :. . :::::::::::::::::: ;
  26. :l@@@@@@@@@@@@@@@@@@@@@l; ::::::::::::::::::::::;
  27. ` Y@@@@@@@@@@@@@@@@@@@@@P ::::::::::::::::::::: '
  28. - Y@@@@@@@@@@@@@@@@@@@P . ::::::::::::::::::: .
  29. `*@@@@@@@@@@@@@@@*` ` ` `:::::::::::::::`
  30. `. `*%@@@@@@@%*` . ` `+:::::::::+` '
  31. . ``` _ ' - . ``` -
  32. ` ' ` ' `
  33. You're reading. We're hiring.
  34. http://flickr.com/jobs/
  35. -->
  36. <title> Flickr: Archive of Saeedz Fashion Photography's photostream: Taken in ...
  37. </title>
  38. <script data-script-purpose="page_timing">
  39. var farm_timing = {}; farm_timing.page_start = new Date().getTime();
  40. </script>
  41. <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  42. <meta name="description" content="Flickr is almost certainly the best online photo management and sharing application in the world. Show off your favorite photos and videos to the world, securely and privately show content to your friends and family, or blog the photos and videos you take with a cameraphone.">
  43. <meta http-equiv="imagetoolbar" content="no">
  44. <link href="/apple-touch-icon.png" rel="apple-touch-icon-precomposed">
  45. <meta http-equiv="X-UA-Compatible" content="chrome=1">
  46. <meta name="viewport" content="width=1036">
  47. <meta name="application-name" content=" Flickr: Archive of Saeedz Fashion Photography's photostream: Taken in ...
  48. "/>
  49. <meta name="msapplication-TileColor" content="#ffffff"/>
  50. <meta name="msapplication-TileImage" content="http://l.yimg.com/g/images/favicon-msapplication-tileimage.png"/>
  51. <script>
  52. F = window.F || {};
  53. (function(F){var TIMEOUT=10000;var pollers={},pollerCount=0,cachedEls={},testDiv=document.createElement('div'),support={nativeTrim:typeof String.prototype.trim==='function',classList:'classList'in testDiv};F.util={clone:function(o){if(o===null||typeof o!=='object'){return o;} var c=new o.constructor();for(var k in o){c[k]=F.util.clone(o[k]);} return c;},trim:function(str){if(support.nativeTrim){return str.trim();} else{return str.replace(/^\s+|\s+$/g,'');}},getElementById:function(id){if(!cachedEls[id]){cachedEls[id]=document.getElementById(id);} return cachedEls[id];},hasClass:function(el,className){if(!el){return false;} if(support.classList){return el.classList.contains(className);} else{var re=new RegExp('(?:^|\\s+)'+className+'(?:\\s+|$)');return re.test(el.className);}},addClass:function(el,className){if(!el){return;} if(support.classList){el.classList.add(className);} else if(!F.util.hasClass(el,className)){el.className=F.util.trim([el.className,className].join(' '));}},removeClass:function(el,className){if(support.classList){el.classList.remove(className);} else if(className&&F.util.hasClass(el,className)){el.className=F.util.trim(el.className.replace(new RegExp('(?:^|\\s+)'+className+'(?:\\s+|$)'),' '));if(F.util.hasClass(el,className)){F.util.removeClass(el,className);}}},whenElementExists:function(id,callback,interval){var iterations=0,pollerId=id+pollerCount++;interval=interval||10;var checkElementAndCallback=function(){var el=(id==='body')?document.body:F.util.getElementById(id);if(el){clearInterval(pollers[pollerId]);callback(el);return true;} else if(++iterations*interval>=TIMEOUT){clearInterval(pollers[pollerId]);return false;}};if(!checkElementAndCallback()){pollers[pollerId]=setInterval(checkElementAndCallback,interval);}},addListener:function(el,type,fn,capture){if(el.addEventListener){el.addEventListener(type,fn,capture);} else if(el.attachEvent){el.attachEvent('on'+type,fn);}},setCookie:function(name,value,days,path){var date,expires='',path=path||'/';if(days){date=new Date();date.setTime(date.getTime()+(days*24*60*60*1000));expires='; expires='+date.toGMTString();} document.cookie=name+'='+value+expires+'; path='+path;},getCookie:function(name){var i,cookies=' '+document.cookie+';';name=' '+name+'=';if((i=cookies.indexOf(name))>=0){i+=name.length;cookies=cookies.substring(i,cookies.indexOf(';',i));return cookies;}},removeCookie:function(name){return F.util.setCookie(name,'',0);}};testDiv=null;}(F));
  54. (function(wipe_msg, root_url, bust_image_search, is_debug) {
  55. var w=window,d=document,top_loc=top.location,self_loc=self.location,referrer=d.referrer,flickr_regex=/^[A-Za-z]+:\/{2,3}(?:[0-9\-A-Za-z]+\.)*flickr\.(?:(?:com)|(?:net))(?::\d+)?(?:\/[^?#]*)?(?:\?[^#]*)?(?:#.*)?$/i,self_is_offline=(self_loc.protocol&&self_loc.protocol.indexOf('http')<0),self_is_flickr=flickr_regex.test(self_loc),self_url=self_is_flickr?self_loc.href:root_url+'/',photo_page_re_result=self_is_flickr&&/\/photos\/[^\/]+\/(\d+)/i.exec(self_loc.pathname),photo_id=photo_page_re_result&&parseInt(photo_page_re_result[1],10),frame_whitelist_regex=/^[A-Za-z]+:\/{2,3}(?:[0-9\-A-Za-z]+\.)*(?:(?:flickr\.(?:(?:com)|(?:net)))|(?:yahoo\.(?:(?:com)|(?:net)|(?:(?:com?\.)?[A-Za-z]{2})))|(?:creativecommons\.org)|(?:eyewonderlabs\.com)|(?:stumbleupon\.com)|(?:screenqueri\.es)|(?:su\.pr)|(?:bing\.com)|(?:google\.(?:(?:com)|(?:(?:com?\.)?[A-Za-z]{2}))))(?::\d+)?(?:\/[^?#]*)?(?:\?[^#]*)?(?:#.*)?$/i,self_whitelist_regex=/^[A-Za-z]+:\/{2,3}(?:[0-9\-A-Za-z]+\.)*(?:(?:flickr\.(?:(?:com)|(?:net)))|(?:yahoo\.(?:(?:com)|(?:net)|(?:(?:com?\.)?[A-Za-z]{2})))|(?:translate\.google\.com)|(?:translate\.googleusercontent\.com)|(?:web\.archive\.org))(?::\d+)?(?:\/[^?#]*)?(?:\?[^#]*)?(?:#.*)?$/i,image_search_regex=/^[A-Za-z]+:\/{2,3}(?:[0-9\-A-Za-z]+\.)*(?:(?:(?:google)|(?:bing))\.(?:(?:com)|(?:(?:com?\.)?[A-Za-z]{2})))(?::\d+)?(?:\/[^?#]*)?(?:\?[^#]*)?(?:#.*)?$/i,referrer_is_flickr=flickr_regex.test(referrer),referrer_is_whitelisted=frame_whitelist_regex.test(referrer),referrer_is_image_search=image_search_regex.test(referrer),faq_url=root_url+'/frame_redir.gne?source='+encodeURIComponent(referrer)+'&dest='+encodeURIComponent(root_url+'/help/blogging/#1392237'),redir_url=root_url+'/frame_redir.gne?source='+encodeURIComponent(referrer)+'&dest='+encodeURIComponent(self_url),should_bust,should_wipe,base;function redirect(){w.onerror=function(){return true;};if(typeof top_loc.replace==='function'){top_loc.replace(redir_url);}else{top_loc.href=redir_url;}} function wipe(){var logo_w,font_size,win_width,html,msg;w.onerror=function(){return true;};logo_w=162;font_size='12px';setInterval(function(){if(d&&d.body){if(d.body.lastChild&&d.body.lastChild.className&&d.body.lastChild.className==='wipe-msg'){}else{msg=wipe_msg.replace('{url}',redir_url).replace('{faq}',faq_url);if(typeof w.innerWidth==='number'){win_width=w.innerWidth;}else if(d.body.clientWidth){win_width=d.body.clientWidth;} if(win_width&&win_width<162){logo_w=win_width;font_size='10px';} html='<div class="wipe-msg" style="font-size:'+font_size+';text-align:left;"><div style="margin-bottom:3px;"><img alt="Flickr" width="'+logo_w+'" src="http://l.yimg.com/g/images/logo_home.png"></div><div style="padding-left:5px;line-height:1.2em;">'+msg+'</div></div>';d.body.style.margin='0';d.body.innerHTML=html;}}},200);} function get_frame_depth(){var win=self,frame_depth=0;while(win!==win.parent){frame_depth+=1;win=win.parent;} return frame_depth;} function debug(){if(is_debug){console.log(arguments);}} if(self_is_flickr&&self_loc===top_loc){}else if(self_is_offline){}else if(!self_is_flickr&&!self_whitelist_regex.test(self_loc)){should_wipe=true;}else if(bust_image_search&&photo_id&&referrer_is_image_search){should_bust=true;}else if(referrer&&!referrer_is_whitelisted&&get_frame_depth()>0){should_wipe=true;}else if(!referrer_is_flickr&&get_frame_depth()>1){should_wipe=true;} if(is_debug){debug({self_is_flickr:self_is_flickr,top_loc:top_loc,self_loc:self_loc,referrer:referrer,self_is_offline:self_is_offline,self_is_flickr:self_is_flickr,self_url:self_url,photo_page_re_result:photo_page_re_result,photo_id:photo_id,referrer_is_flickr:referrer_is_flickr,referrer_is_whitelisted:referrer_is_whitelisted,referrer_is_image_search:referrer_is_image_search,self_is_whitelisted:self_whitelist_regex.test(self_loc),frame_depth:get_frame_depth(),faq_url:faq_url,redir_url:redir_url,should_bust:should_bust,should_wipe:should_wipe,base:base});}else{if(should_bust){setTimeout(function(){w.onbeforeunload=w.onunload=null;redirect();},1000);setTimeout(wipe,2000);redirect();}else if(should_wipe){wipe();}else if(referrer_is_whitelisted&&!referrer_is_flickr){base=document.createElement('base');base.target='_top';document.getElementsByTagName('head')[0].appendChild(base);}}
  56. }('We\'re sorry, Flickr <a href="{faq}" target="_top">doesn\'t allow embedding within frames</a>.<br><br>If you\'d like to view this content, <a href="{url}" target="_top">please click here</a>.', 'http://www.flickr.com', true, false));
  57. (function(F){var el,w,d,n,ua,ae,is_away_from_tab,de,disabled=false,assigned_events=false;w=window;d=w.document;n=w.navigator;ua=n&&n.userAgent;var supportsActiveElt=false;if('activeElement'in document){supportsActiveElt=true;} function doF(e,me){if(is_away_from_tab&&e.target===w){is_away_from_tab=false;}else{el=e.target||me;}} function doB(e){if(el!==w&&e.target===w){is_away_from_tab=true;}else{el=undefined;}} function get(){var nt,in_doc;if(supportsActiveElt){el=document.activeElement;}else if(el&&(nt=el.nodeType)){if(d.contains){if((ua&&ua.match(/Opera[\s\/]([^\s]*)/))||nt===1){in_doc=d.contains(el);}else{while(el){if(d===el){in_doc=true;} el=el.parentNode;}}}else if(d.compareDocumentPosition){if(d===el||!!(d.compareDocumentPosition(el)&16)){in_doc=true;}}else{var myEl=el;while(myEl){if(d===myEl){in_doc=true;} myEl=myEl.parentNode;}}} return in_doc?el:undefined;} function isInput(){var n=get(),nn;if(!n){return false;} nn=n.nodeName.toLowerCase();return(nn==='input'||nn==='textarea');} function instrumentInputs(){if(!assigned_events){var i,me,inputs=document.getElementsByTagName('input'),tas=document.getElementsByTagName('textarea'),nInputs=inputs.length,nTextAreas=tas.length;if(nInputs||nTextAreas){for(i=0;i<nTextAreas;i++){me=tas[i];tas[i].attachEvent('onfocusin',function(e){if(!disabled){doF(e,me);}});} for(i=0;i<nInputs;i++){me=inputs[i];inputs[i].attachEvent('onfocusin',function(e){if(!disabled){doF(e,me);}});} assigned_events=true;}}} function destroy(){disabled=true;if(de=w.removeEventListener){de('focus',doF,true);de('blur',doB,true);}else if(de=d.removeEvent){de('blur',doB);}} function dom_onready(onready_handler){if(typeof onready_handler==='undefined'){return false;} if(document.readyState==='complete'){onready_handler();}else{if(document.addEventListener){DOMContentLoaded=function(){document.removeEventListener('DOMContentLoaded',DOMContentLoaded,false);onready_handler();};}else if(document.attachEvent){DOMContentLoaded=function(){if(document.readyState==='complete'){document.detachEvent('onreadystatechange',DOMContentLoaded);onready_handler();}};} if(document.addEventListener){document.addEventListener('DOMContentLoaded',onready_handler,false);}else if(document.attachEvent){document.attachEvent('onreadystatechange',onready_handler);}}} if(ae=w.addEventListener){ae('focus',doF,true);ae('blur',doB,true);}else if(ae=d.attachEvent){dom_onready(instrumentInputs);ae('onfocusout',doB);} F.focus_tracker={get:get,isInput:isInput,destroy:destroy};}(F));
  58. (function(){var mod='imageChecker',imgs={},i=0;function stamp(node){return node.id||(node.id=mod+'-'+new Date().getTime()+i++);} F[mod]={load:function(node){imgs[stamp(node)]=true;},error:function(node){imgs[stamp(node)]=false;},check:function(node){return imgs[stamp(node)];}};}());
  59. </script>
  60. <script src="http://l.yimg.com/g/combo/1/3.7.3?j/yui/3.7.3/yui/yui-.E.A.v25Pmk&amp;j/yui/3.7.3/.FN/.FN-.E.A.v25Pmk"></script>
  61. <link rel="stylesheet" href="http://l.yimg.com/g/combo/1/3.7.3?c/c_.X_nav_2013.BC.v2b6C8&c/c_.J_.D.BC.v2auQT&c/c_.J_.D.BC.v2auQT&c/c_.J_nav.BC.v27yEc&c/c_.EM_.D.BC.v28KjX&c/c_archives-.D.BC.v28QWP&c/c_.EC-.D.BC.v27yEc&c/c_.FK-.D.BC.v2b5wk&c/c_.FW-.HN.BC.v29hvz&c/c_.EG-.D.BC.v27yEc&c/c_.ECtream-subnav-2013.BC.v2b6C8&" type="text/css">
  62. <link rel="shortcut icon" type="image/ico" href="http://l.yimg.com/g/favicon.ico">
  63. <link rel="search" type="application/opensearchdescription+xml" href="/opensearch.xml" title="Flickr">
  64. </head>
  65. <body class="zeus en-us new-footer new-header super-liquid extras breakout new-footer-tight-ass header-underlap">
  66. <script>(function(){var b=document.body,ua=typeof YUI==='function'&&YUI()&&YUI().UA,os=ua&&(ua.os?ua.os.replace(/\s/g,''):'')||(ua.ios?'ios':'')||(ua.android?'android':'');function make_class(browser){return(os&&ua[browser])?'ua-'+os+'-'+browser+' '+'ua-'+os+'-'+browser+'-'+Math.floor(ua[browser]):'';} b.className=[b.className,'js',make_class('webkit')||make_class('ie')||make_class('gecko')].join(' ');}());</script>
  67. <script>
  68. /*jslint white: false, undef: false, browser: true, eqeqeq: true, regexp: false, newcap: true, immed: true, onevar: false, plusplus: false */
  69. /*global F: false, YUI: false, window: false */
  70. (function(F){var OFFSETS={GLOBAL_NAV:null,UNIVERSAL_HEADER:null};function alignToAnchor(anchor,preventDelay){var delay=(!preventDelay&&document.documentMode)?800:50;var elt=document.getElementById(anchor)||document.getElementsByName(anchor)[0];if(elt){setTimeout(function(){var destination=elt.offsetTop,origPosition=elt.style.position;if(F.util.hasClass(document.body,'header-underlap')){destination-=OFFSETS.GLOBAL_NAV;} if(F.util.hasClass(document.body,'with-eyebrow')){destination-=OFFSETS.UNIVERSAL_HEADER;} if(!origPosition){elt.style.position='relative';destination=Math.max(destination,elt.offsetTop-destination);elt.style.position=origPosition;} window.scrollTo(0,destination);},delay);}} function normalizeAnchor(){var anchor=document.location.hash;if(anchor[0]==='#'){anchor=anchor.replace('#','');} return anchor;} function handleEvent(elt,eventName,handler,useCapture){useCapture=useCapture||false;if(elt.addEventListener){elt.addEventListener(eventName,handler,useCapture);}else if(elt.attachEvent){elt.attachEvent('on'+eventName,handler);}} F.anchorRepositioner={init:function(){F.util.whenElementExists('global-nav',function(nav){OFFSETS.GLOBAL_NAV=nav.offsetHeight;});F.util.whenElementExists('eyebrow',function(eyebrow){OFFSETS.UNIVERSAL_HEADER=eyebrow.offsetHeight;});var pageLoadAnchor=normalizeAnchor();if(pageLoadAnchor){handleEvent(document,'DOMContentLoaded',function(){alignToAnchor(pageLoadAnchor);});} handleEvent(window,'hashchange',function(e){if(e.preventDefault){e.preventDefault();}else{e.returnValue=false;} var anchor=normalizeAnchor();alignToAnchor(anchor);},true);}};}(F)); F.anchorRepositioner.init();
  71. </script>
  72. <script>
  73. /*jslint white: false, undef: false, browser: true, eqeqeq: true, regexp: false, newcap: true, immed: true, onevar: false, plusplus: false */
  74. /*global F: false, YUI: false, window: false */
  75. (function(F) {
  76. var useNewExplore = false ,
  77. useEyebrow = false,
  78. HEIGHT_TO_PHOTO_TOP = 46,
  79. savingThrowAgainstTrailingCommas = true;
  80. var NEW_PHOTO_HEIGHT;
  81. var MIN_PAGE_WIDTH=1024,MIN_PAGE_HEIGHT=768,MIN_PHOTO_WIDTH=975,SCROLLBAR_GUTTER=26,PHOTO_INTERIOR_PADDING_TOP=0,PHOTO_INTERIOR_PADDING_SIDES=10,PHOTO_TITLE_HEIGHT=41,PHOTO_ATTRIBUTION_HEIGHT=NEW_PHOTO_HEIGHT||45;var bodyInitialized=false,subnavDefaultWidth=0;function verifyDimension(n){return(typeof n==='number'&&n>0);} function resizeCoverPhoto(subnav){var main=F.util.getElementById('main')||F.util.getElementById('Main');if(F.util.hasClass(document.body,'breakout')){subnav.style.left=0;subnav.style.width='auto';return;} if(!subnavDefaultWidth){subnavDefaultWidth=main.offsetWidth;} var clientWidth=document.body.clientWidth;if(clientWidth<975){return;} var offset=Math.ceil((clientWidth-subnavDefaultWidth)/2);subnav.style.left=(-1*offset)+'px';subnav.style.width=clientWidth+'px';} F.liquid={getDimensions:function(preventHighResolution){var doc=window.document,win=doc.defaultView||doc.parentWindow,mode=doc.compatMode,h=win.innerHeight,w=win.innerWidth,root=doc.documentElement,preventHighResolution=preventHighResolution||false,pixelRatio=preventHighResolution?1:(window.devicePixelRatio||1);if(mode){if(mode!=='CSS1Compat'){root=doc.body;} h=root.clientHeight;w=root.clientWidth;} h*=pixelRatio;w*=pixelRatio;if(verifyDimension(w)&&verifyDimension(h)){return{height:h,width:w,isHighResolution:(pixelRatio>1)};} return false;},getAvailableSpaceForPhoto:function(){var dimensions,pixelRatio=window.devicePixelRatio||1;dimensions=F.liquid.getDimensions()||{width:MIN_PAGE_WIDTH,height:MIN_PAGE_HEIGHT};return{w:Math.max(dimensions.width-(2*pixelRatio*PHOTO_INTERIOR_PADDING_SIDES),pixelRatio*MIN_PHOTO_WIDTH),h:dimensions.height-(pixelRatio*(HEIGHT_TO_PHOTO_TOP+PHOTO_INTERIOR_PADDING_TOP+PHOTO_TITLE_HEIGHT+PHOTO_ATTRIBUTION_HEIGHT))};},getAvailableSpaceForPhotoContainer:function(){var dimensions,pixelRatio=window.devicePixelRatio||1;dimensions=F.liquid.getDimensions()||{width:MIN_PAGE_WIDTH,height:MIN_PAGE_HEIGHT};dimensions.width/=pixelRatio;dimensions.height/=pixelRatio;return{w:dimensions.width,h:dimensions.height-HEIGHT_TO_PHOTO_TOP-PHOTO_ATTRIBUTION_HEIGHT};},resizePage:function(){var pageDimensions=F.liquid.getDimensions(true),pageWidth=pageDimensions.width,pageHeight=pageDimensions.height-HEIGHT_TO_PHOTO_TOP;F.util.setCookie('liqpw',pageWidth,365);F.util.setCookie('liqph',pageHeight,365);if(!bodyInitialized){F.util.whenElementExists('body',function(body){F.util.addClass(body,'liquid');bodyInitialized=true;});} F.util.whenElementExists('subnav-refresh',function(subnav){resizeCoverPhoto(subnav);});return pageWidth;}};}(F)); F.liquid.resizePage();
  82. </script>
  83. <noscript><div id="beacon"><img src="http://geo.yahoo.com/f?s=792600122&t=842f8bcccdb3c83b9cfcb89e9b3f738a&fl_ev=0&lang=en&intl=fr" width="0" height="0" alt="" /></div></noscript>
  84. <a name="top"></a>
  85. <div id="global-nav" class="no-js " >
  86. <div id="gn-wrap" class="gn-wrap">
  87. <div class="logo" style="width: 70px;">
  88. <a href="/" data-track="Logo-main" title="Flickr logo. If you click it, you'll go home">
  89. <span class="refresh-logo-2013"> Flickr logo. If you click it, you'll go home </span>
  90. </a>
  91. </div>
  92. <div class="nav small-logo">
  93. <ul class="top-nav">
  94. <li class="gn-menu-parent toplink" data-context="you">
  95. <a data-track="You-main" class="gn-link" href="/photos/bruno-decembre/"><span>You</span></a>
  96. <div class="panel" id="you-panel">
  97. <div class="arrow"></div>
  98. <div class="bd">
  99. <ul>
  100. <li class="gn-subnav-item"><a data-track="You-photostream" href="/photos/bruno-decembre/">Photostream</a></li>
  101. <li class="gn-subnav-item"><a data-track="You-sets" href="/photos/bruno-decembre/sets">Sets</a></li>
  102. <li class="gn-subnav-item"><a data-track="You-map" href="/photos/bruno-decembre/map">Map</a></li>
  103. <li class="gn-subnav-item"><a data-track="You-favorites" href="/photos/bruno-decembre/favorites">Favorites</a></li>
  104. <li class="gn-subnav-item"><a data-track="You-galleries" href="/photos/bruno-decembre/galleries">Galleries</a></li>
  105. <li class="gn-subnav-item"><a data-track="You-recent_activity" href="/activity">Recent Activity</a></li>
  106. <li class="gn-subnav-item stats"><a data-track="You-stats" href="/photos/bruno-decembre/stats">Stats</a></li>
  107. <li class="gn-subnav-item"><a data-track="You-organize" href="/photos/organize">Organize</a></li>
  108. </ul>
  109. </div>
  110. </div>
  111. </li>
  112. <li class="gn-menu-parent toplink" data-context="contacts">
  113. <a data-track="Contacts-main" class="gn-link" href="/photos/friends"><span>Contacts</span></a>
  114. <div class="panel" id="contacts-panel">
  115. <div class="arrow"></div>
  116. <div class="bd">
  117. <ul>
  118. <li class="gn-subnav-item"><a data-track="Contacts-recent_photos" href="/photos/friends">Recent Photos</a></li>
  119. <li class="gn-subnav-item"><a data-track="Contacts-contact_list" href="/people/bruno-decembre/contacts">Contact List</a></li>
  120. <li class="gn-subnav-item"><a data-track="Contacts-photos_of_contacts" href="/photosof/contacts">Photos of Contacts</a></li>
  121. <li class="gn-subnav-item"><a data-track="Contacts-add_contacts" href="/import/people/">Add Contacts</a></li>
  122. </ul>
  123. </div>
  124. </div>
  125. </li>
  126. <li class="gn-menu-parent toplink" data-context="communities">
  127. <a data-track="Communities-main" class="gn-link" href="/groups"><span>Communities</span></a>
  128. <div class="panel" id="communities-panel">
  129. <div class="arrow"></div>
  130. <div class="bd">
  131. <ul>
  132. <li class="gn-subnav-item"><a data-track="Communities-groups_list" href="/groups">Groups List</a></li>
  133. <li class="gn-subnav-item"><a data-track="Communities-recent_discussions" href="/recent.gne">Recent Discussions</a></li>
  134. <li class="gn-subnav-item"><a data-track="Communities-search_groups" href="/search/groups">Search Groups</a></li>
  135. <li class="gn-subnav-item"><a data-track="Communities-create_a_group" href="/groups_create.gne">Create a Group</a></li>
  136. </ul>
  137. </div>
  138. </div>
  139. </li>
  140. <li class="gn-menu-parent toplink" data-context="explore">
  141. <a data-track="Explore-main" class="gn-link explore" href="/explore"><span>Explore</span></a>
  142. <div class="panel" id="explore-panel">
  143. <div class="arrow"></div>
  144. <div class="bd">
  145. <ul>
  146. <li class="gn-subnav-item"><a data-track="Explore-recent_photos" href="/explore">Recent Photos</a></li>
  147. <li class="gn-subnav-item"><a data-track="Explore-the_commons" href="/commons">The Commons</a></li>
  148. <li class="gn-subnav-item"><a data-track="Explore-getty_collection" href="/gettyimages">Getty Collection</a></li>
  149. <li class="gn-subnav-item"><a data-track="Explore-galleries" href="/galleries">Galleries</a></li>
  150. <li class="gn-subnav-item"><a data-track="Explore-world_map" href="/map">World Map</a></li>
  151. <li class="gn-subnav-item"><a data-track="Explore-app_garden" href="/services">App Garden</a></li>
  152. <li class="gn-subnav-item"><a data-track="Explore-camera_finder" href="/cameras">Camera Finder</a></li>
  153. <li class="gn-subnav-item"><a data-track="Explore-flickr_blog" href="http://blog.flickr.net">Flickr Blog</a></li>
  154. </ul>
  155. </div>
  156. </div>
  157. </li>
  158. <li class="toplink gn-upload">
  159. <a data-track="Upload-main" class="gn-link" href="/upload">
  160. <span>Upload</span>
  161. </a>
  162. </li>
  163. </ul>
  164. </div>
  165. <div class="tools">
  166. <form action="/search/" method="get" role="search" class="nav-selecta bo-selecta-3">
  167. <input type="text" name="q" value="" id="gn-search-field" class="gn-search" autocomplete="off" aria-label="Search">
  168. <input type="submit" data-track="Search-search_icon" class="search-icon icon" tabindex="-1" value="Search">
  169. </form>
  170. <ul class="top-nav">
  171. <li class="gn-menu-parent toplink gn-account" data-context="account">
  172. <a data-track="Account-buddyicon" class="gn-link account" href="/account"><img class="gn-buddyicon" src="http://farm8.staticflickr.com/7382/buddyicons/15064538@N00.jpg?1369561028#15064538@N00" alt="" width="33" height="33" ></a>
  173. <a data-track="Account-flickrmail-main" id="header-mailcount" class="header-count" href="/mail">1</a> <div id="gb-ac-wrap">
  174. <div id="gb-ac-panel" class="panel arrow_box">
  175. <div class="cover-img-wrap">
  176. <div class="cover-img-gradient"></div>
  177. <img class="cover-img defer" width="100%" src="http://l.yimg.com/g/images/spaceout.gif" data-defer-src="http://l.yimg.com/g/images/coverphoto09_s.jpg.v2">
  178. </div>
  179. <div id="gb-ac-profile" class="clearfix">
  180. <img class="buddy-icon left xBuddyIcon" width="50" height="50" src="http://farm8.staticflickr.com/7382/buddyicons/15064538@N00.jpg?1369561028#15064538@N00">
  181. <div class="wrap left">
  182. <div class="iwrap">
  183. <div class="welcome "><span lang="mi" title="">Kia ora</span> decembre!</div>
  184. <div class="wel-desc">
  185. Now you know how to greet people in M&#228;ori! </div>
  186. </div>
  187. </div>
  188. </div>
  189. <div class="usage">
  190. <div class="disk left unlimited">Using 0.0029 TB of unlimited</div>
  191. </div>
  192. <ul class="ac-nav">
  193. <li>
  194. <a data-track="Account-flickrmail-menu" href="/mail">FlickrMail <span class="number">(1)</span></a>
  195. </li>
  196. <li>
  197. <a data-track="Account-help" href="/help">Help</a>
  198. </li>
  199. <li>
  200. <a data-track="Account-settings" href="/account">Settings</a>
  201. </li>
  202. <li>
  203. <a data-track="Account-sign_out" href="/logout.gne?magic_cookie=12a2e3f0f90ad6c9a402924aafdda685">Sign out</a></li>
  204. </li>
  205. </ul>
  206. </div>
  207. </div>
  208. </li>
  209. </ul>
  210. </div>
  211. </div>
  212. </div>
  213. <div id="main" class="clearfix" role="main">
  214. <script type="text/javascript">
  215. YUI().use('base',function(Y){
  216. Y.UA.ie && (document.body.className = document.body.className + ' ua-windows-ie');
  217. Y.UA.opera && (document.body.className = document.body.className + ' ua-opera');
  218. });
  219. </script>
  220. <div class="subnav-refresh" id="subnav-refresh">
  221. <div class="cover-photo-holder">
  222. <div id="cover-photo" class="cover-photo wviewvert" style="background-image: url(http://farm4.staticflickr.com/3725/coverphoto/93483436@N05_h.jpg);"></div>
  223. </div>
  224. <!-- <div class="overlay"></div> -->
  225. <div class="subnav-middle">
  226. <div class="sn-avatar sn-avatar-size-300 ">
  227. <img class="sn-avatar-mask" height="110" width="110" src="http://farm4.staticflickr.com/3780/buddyicons/93483436@N05_r.jpg?1372001175#93483436@N05">
  228. <img class="sn-avatar-ico" height="48" width="48" src="http://farm4.staticflickr.com/3780/buddyicons/93483436@N05_r.jpg?1372001175#93483436@N05">
  229. </div>
  230. <div class="person">
  231. <h1>
  232. <span class="character-name-holder">
  233. Saeedz Fashion Photography
  234. <a data-track="edit-relationship" href="/people/saeedz/relationship/" class="RefreshButt contact-changer-trigger add-button" style="">+ Add</a>
  235. </span>
  236. </h1>
  237. <h2>
  238. <a href="/people/saeedz/relationship/" onclick="icon_windowOpenFromLink('93483436@N05');return false">Add Saeedz Fashion
  239. Photography as a contact</a> </h2>
  240. </div>
  241. <div class="stats">
  242. <div class="stat member-since">
  243. <h1>February 2013</h1>
  244. <h2>Member Since</h2>
  245. </div>
  246. </div>
  247. <div class="subnav-holder">
  248. <ul class="nav-links clearfix">
  249. <li class="sn-navitem sn-photostream "><a data-track="YouSubnav-photostream" href="/photos/saeedz/">Photostream</a></li>
  250. <li class="sn-navitem sn-navitem-sets "><a data-track="YouSubnav-sets" href="/photos/saeedz/sets/">Sets</a></li>
  251. <li class="sn-navitem sn-navitem-faves "><a data-track="YouSubnav-favorites" href="/photos/saeedz/favorites/">Favorites</a></li>
  252. </ul>
  253. <ul class="nav-links nav-links-tools clearfix" id="button-bar">
  254. <li class="sn-navitem sn-dropdowntarget">
  255. <a class="sn-ico sn-ico-more rapidnofollow" id="you-subnav-more-butt" data-track="YouSubnav-more_menu"></a>
  256. <ul class="sn-dropdown">
  257. <li class="sn-dropdownitem"><a data-track="YouSubnav-map" href="/photos/saeedz/map/">Map</a></li>
  258. <li class="sn-dropdownitem"><a data-track="YouSubnav-galleries" href="/photos/saeedz/galleries/">Galleries</a></li>
  259. <li class="sn-dropdownitem"><a data-track="YouSubnav-collections" href="/photos/saeedz/collections/">Collections</a></li>
  260. <li class="sn-dropdownitem"><a data-track="YouSubnav-archives" href="/photos/saeedz/archives/">Archives</a></li>
  261. <li class="sn-dropdownitem"><a data-track="YouSubnav-tags" href="/photos/saeedz/tags/">Tags</a></li>
  262. <li class="sn-dropdownitem"><a data-track="YouSubnav-photos_of" href="/people/saeedz/photosof/">Photos of</a></li>
  263. <li class="sn-dropdownitem"><a data-track="YouSubnav-profile" href="/people/saeedz/">Profile</a></li>
  264. <li class="sn-dropdownitem sn-divider"></li>
  265. <li class="sn-dropdownitem"><a data-track="YouSubnav-mail" href="/mail/write/?to=93483436@N05">Send FlickrMail</a></li>
  266. <li class="sn-dropdownitem"><a data-track="YouSubnav-block" href="/ignore.gne?id=93483436@N05">Block</a></li>
  267. <ul>
  268. </li>
  269. </ul>
  270. </div>
  271. </div>
  272. </div>
  273. <script type="text/x-template" id="subnav-template-photopicker">
  274. <h1>
  275. Choose Cover Photo
  276. <span class="button-close subnav-view-close">&times;</span>
  277. </h1>
  278. <a href="/photos/upload/" class="sn-button button-upload">Upload a Photo</a>
  279. <h2>Recent Photos</h2>
  280. <div class="subnav-io">
  281. </div>
  282. </script>
  283. <script type="text/x-template" id="subnav-template-positionmask">
  284. <div class="cover-photo-position">
  285. <p>Drag to Set Position</p>
  286. <div class="sn-button cover-photo-position-cancel">Cancel</div>
  287. <div class="sn-button cover-photo-position-save">Save</div>
  288. </div>
  289. </script>
  290. <div class="searchified-options clearfix">
  291. <div id="archives-navigation">
  292. <a href="/photos/saeedz/archives/">Archives</a> /
  293. <strong class="InHere">Date Taken</strong>
  294. (104 items)
  295. </div>
  296. <div class="searchified-options-view">
  297. View:
  298. <strong id="options-thumb" class="searchified-menu-button">Small thumbnails <span class="caret">▾</span></strong>
  299. <span class="item-divider"></span>
  300. <a class="item-link" href="/photos/saeedz/archives/date-taken/map/">Map</a>
  301. <span class="item-divider"></span>
  302. <a class="item-link" href="/photos/saeedz/archives/date-taken/calendar/">Calendar</a>
  303. </div>
  304. </div>
  305. <div id="archives-tabs">
  306. <div class="prev">
  307. &nbsp;
  308. </div>
  309. <div class="tabs">
  310. <div>
  311. <a href="/photos/saeedz/archives/date-taken/2010/" class="item">2010</a>
  312. <a href="/photos/saeedz/archives/date-taken/2011/" class="item">2011</a>
  313. <a href="/photos/saeedz/archives/date-taken/2012/" class="item">2012</a>
  314. <a href="/photos/saeedz/archives/date-taken/2013/" class="item">2013</a>
  315. </div>
  316. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement