Quantcast
Channel: Refinery29
Viewing all articles
Browse latest Browse all 17430

All Eyes On The Future: 27 New Yorkers Imagine The World Ahead

$
0
0
var one = 1; var two = 14; var three = 19; var totalOne = 13; var totalTwo = 5; var totalThree = 15; var oneCount = 1; var twoCount = 1; var threeCount = 1; var mobile = false; function brightSlide(obj) { obj.style.opacity = "1.0"; obj.style.transition = "all 0.3s"; obj.style.WebkitTransition = "all 0.3s"; } function dimSlide(obj) { obj.style.opacity = "0.5"; obj.style.transition = "all 0.3s"; obj.style.WebkitTransition = "all 0.3s"; } function showArrow(obj) { obj.style.opacity = "1.0"; obj.style.transition = "all 0.3s"; obj.style.WebkitTransition = "all 0.3s"; } function hideArrow(obj) { obj.style.opacity = "0.0"; obj.style.transition = "all 0.3s"; obj.style.WebkitTransition = "all 0.3s"; } function setupArrows() { if (navigator.userAgent.match(/Android|BlackBerry|iPhone|iPad|iPod|Opera Mini|IEMobile/i)) { mobile = true; } var grabArrowLeft1 = document.getElementById('lab-prev-1'); var grabArrowRight1 = document.getElementById('lab-next-1'); grabArrowLeft1.setAttribute("onclick","leftSlider(1)"); grabArrowRight1.setAttribute("onclick","rightSlider(1)"); var grabArrowLeft2 = document.getElementById('lab-prev-2'); var grabArrowRight2 = document.getElementById('lab-next-2'); grabArrowLeft2.setAttribute("onclick","leftSlider(2)"); grabArrowRight2.setAttribute("onclick","rightSlider(2)"); var grabArrowLeft3 = document.getElementById('lab-prev-3'); var grabArrowRight3 = document.getElementById('lab-next-3'); grabArrowLeft3.setAttribute("onclick","leftSlider(3)"); grabArrowRight3.setAttribute("onclick","rightSlider(3)"); if (mobile == true) { grabArrowLeft1.style.left = "-200px"; grabArrowRight1.style.left = "5000px"; grabArrowLeft2.style.left = "-200px"; grabArrowRight2.style.left = "5000px"; grabArrowLeft3.style.left = "-200px"; grabArrowRight3.style.left = "5000px"; var grabSlides = document.getElementsByClassName("lab-gallery-image"); for (i = 0; i 1799) { if (num > 2) { obj.scrollLeft = (385*num) - 385; } } else { if (num > 1) { obj.scrollLeft = (385*num) - 385; } } } function moveBackward(obj,num,count) { if (num > -1) { obj.scrollLeft = (385*(num-2)) - 385; } } function manageArrowsRight(objt1,objt2,count,total) { objt1.style.display = "block"; showArrow(objt1); if (count == total) { hideArrow(objt2); } else { showArrow(objt2); } } function manageArrowsLeft(objt1,objt2,count,total) { showArrow(objt2); if (count > 2) { showArrow(objt1); } else { hideArrow(objt1); } } function rightSlider(id) { /* Grab all the slides */ var grabSlides = document.getElementsByClassName("lab-gallery-image"); /* Grab the right objects */ var grabCarousel = document.getElementById(['lab-gallery-' + id + '-carousel']); var grabArrowLeft = document.getElementById(['lab-prev-' + id]); var grabArrowRight = document.getElementById(['lab-next-' + id]); /* Gallery functions 1 */ if (id == 1) { /* Dim previous slides */ if (oneCount > 1) { var prevOne = ((one) - 1); dimSlide(grabSlides[prevOne]); } else { dimSlide(grabSlides[0]); } /* Brighen selected slide */ brightSlide(grabSlides[one]); /* Get the width of the window */ var windowWidth = window.innerWidth; /* Advance the carousel */ moveForward(grabCarousel,oneCount); /* Count it */ if (oneCount 1) { var prevTwo = ((two) - 1); dimSlide(grabSlides[prevTwo]); } else { dimSlide(grabSlides[13]); } /* Brighen selected slide */ brightSlide(grabSlides[two]); /* Get the width of the window */ var windowWidth = window.innerWidth; /* Advance the carousel */ moveForward(grabCarousel,twoCount); /* Count it */ if (twoCount 1) { var prevThree = ((three) - 1); dimSlide(grabSlides[prevThree]); } else { dimSlide(grabSlides[18]); } /* Brighen selected slide */ brightSlide(grabSlides[three]); /* Get the width of the window */ var windowWidth = window.innerWidth; /* Advance the carousel */ moveForward(grabCarousel,threeCount); /* Count it */ if (threeCount < totalThree) { three++; threeCount++; } /* Turn on the left arrow after first use of right arrow */ manageArrowsRight(grabArrowLeft,grabArrowRight,threeCount,totalThree); } } function leftSlider(id) { /* Grab all the slides */ var grabSlides = document.getElementsByClassName("lab-gallery-image"); /* Grab the right objects */ var grabCarousel = document.getElementById(['lab-gallery-' + id + '-carousel']); var grabArrowLeft = document.getElementById(['lab-prev-' + id]); var grabArrowRight = document.getElementById(['lab-next-' + id]); /* Gallery functions 1 */ if (id == 1) { /* Dim previous slides */ if (oneCount 0) { one--; oneCount--; } } /* Gallery functions 2 */ if (id == 2) { /* Dim previous slides */ if (twoCount 0) { two--; twoCount--; } } /* Gallery functions 3 */ if (id == 3) { /* Dim previous slides */ if (threeCount 0) { three--; threeCount--; } } } function setupVideoHero() { var vidHeroD = "https://content.jwplatform.com/videos/LXwzowHs-r0yi2e87.mp4"; /* Video Hero Desktop */ var vidHeroM = "https://content.jwplatform.com/videos/Sjy1pumy-YUuIWPFk.mp4"; /* Video Hero Mobile */ if (window.innerWidth < 768) { var videoHeroMobile = document.getElementById("lab-video-hero-mobile"); videoHeroMobile.src = vidHeroM; videoHeroMobile.load(); } else { var videoHeroDesktop = document.getElementById("lab-video-hero-desktop"); videoHeroDesktop.src = vidHeroD; videoHeroDesktop.load(); } } function injectVideo() { var grabOpener = document.getElementsByClassName("opener"); var grabLabPack = document.getElementsByClassName("lab-package"); var grabLab = document.getElementById("lab"); grabOpener[0].appendChild(grabLabPack[0]); grabLab.style.display = "block"; setupVideoHero(); } document.onmouseleave = function() { window.isReady = false } window.addEventListener("resize", function() {window.isReady = false}); function ready(fn) { if (document.attachEvent ? document.readyState === "complete" : document.readyState !== "loading"){ fn(); } else { document.addEventListener('DOMContentLoaded', fn); } } window.isReady = window.isReady === undefined ? false : window.isReady; ready(function () { var imagesLoadedInterval = setInterval(function(){ if(window.imagesLoaded) { imagesLoaded( '#lab-load', { background: true }, function() { window.isReady = false clearInterval(imagesLoadedInterval) }); clearInterval(imagesLoadedInterval) } }, 100) if (window.isReady === false) { window.isReady = true } else { return } setTimeout(function(){ clearTimeout(); injectVideo(); setupArrows(); }, 50); })

For an object with the practical purpose of keeping one’s retinas from scorching at high noon, sunglasses contain shades of meaning. They allow one to see without being seen. They obscure identity — while triggering the instinct to sniff out who, exactly, is behind those oversized square frames. But perhaps their most evocative interpretation is as an instrument of forward-looking, through which one might be able to see beyond the present into a blindingly bright future. 

With this reading as our guide, we brought Gucci’s latest eyewear collection and New York City’s dreamers and doers together in an off-the-cuff collision of style, serendipity, and storytelling. Our methodology: Over the course of two summer days, we scouted some of the city’s highest-traffic areas for unique characters from all over the world, asking them about their hopes and plans for the future. Then, we put together a yearbook of sorts to create a very human snapshot of optimism and doubt, altruism, and self-interest — all in this place, in this exact moment in time. Ahead, meet the class of 2019.

The Defenders

Whether through art, political causes, or their very essences as people from diverse backgrounds, the members of this group direct their energy outward. "As an American-Muslim single mom [born to] military parents, my place in the world is to remind everyone that...no one should be stereotyped," says Fatima Shabbir, 46. "Be kind and open, and you'll be surprised who you'll find right next to you — and how alike you are."

On that day, Shabbir could very well have crossed paths with 18-year-old students Cole Canzano and Alyson Rubin, fast friends who met hours earlier at school orientation; as aspiring auteurs, they both say their callings are to explore the human condition through cinema. Or it could have been Margaret Nattinger, 81, who says her earthly role is "one of gratitude, as the greatest of human virtues." No matter their age, these strangers suggest that, even in these times, there are still those who can look outside the self.

The Explorers


Viewing all articles
Browse latest Browse all 17430

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>