CINXE.COM

The Samsung Galaxy Community Raised $1M to Support the Global Goals – Samsung Mobile Press

<!DOCTYPE HTML> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="initial-scale=1.0, minimum-scale=1.0, width=device-width, user-scalable=yes"> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="format-detection" content="telephone=no"/> <title>The Samsung Galaxy Community Raised $1M to Support the Global Goals &#8211; Samsung Mobile Press</title> <link rel="shortcut icon" type="image/x-icon" href="/assets/images/favicon.ico" /> <link rel="stylesheet" type="text/css" href="/assets/css/style.css"> <link rel="stylesheet" type="text/css" href="/assets/css/common.css"> <script type="text/javascript" src="/assets/js/lib/jquery-3.5.1.min.js"></script> <script type="text/javascript" src="/assets/js/lib/slick.min.js"></script> <script async src="https://www.googletagmanager.com/gtag/js?id=UA-102584468-2"></script> <script type="text/javascript" src="/assets/js/common.js"></script> <script type="text/javascript" src="/assets/js/download.js"></script> <script type="text/javascript" src="/assets/js/lib/jquery.mark.min.js"></script> <script> window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); gtag('config', 'UA-102584468-2'); </script> <meta property="og:title" content="The Samsung Galaxy Community Raised $1M to Support the Global Goals" /> <meta property="og:image" content="https://www.samsungmobilepress.com/file/A9D7B9D94970D90C959602BA54379AD7233BAA59956BA4C5B18554749C513A4C376AFFA7A4EACE16EE37A4C714D8506940E58587CEE0D90B0A308D84C666F9502D9A10CAC66F154402D53C48CC64D6BB283481151D38F5CDB000627F36F9014A" /> <meta property="og:url" content="https://www.samsungmobilepress.com/feature-stories/the-samsung-galaxy-community-raised-1m-to-support-the-global-goals" /> <meta property="og:description" content="Thanks to the generosity and dedication of Galaxy fans around the world, the Samsung Global Goals app has raised over $1 million in donations." /> <meta property="twitter:card" content="summary_large_image" /> <meta property="twitter:site" content="https://www.samsungmobilepress.com/feature-stories/the-samsung-galaxy-community-raised-1m-to-support-the-global-goals" /> <meta property="twitter:title" content="The Samsung Galaxy Community Raised $1M to Support the Global Goals" /> <meta property="twitter:image" content="https://www.samsungmobilepress.com/file/A9D7B9D94970D90C959602BA54379AD7233BAA59956BA4C5B18554749C513A4C376AFFA7A4EACE16EE37A4C714D8506940E58587CEE0D90B0A308D84C666F9502D9A10CAC66F154402D53C48CC64D6BB283481151D38F5CDB000627F36F9014A?1732701521646" /> <meta property="twitter:description" content="Thanks to the generosity and dedication of Galaxy fans around the world, the Samsung Global Goals app has raised over $1 million in donations." /> <script type="text/javascript" src="/assets/js/lib/clipboard.min.js"></script> <script> $(document).ready ( function() { //검색 버튼 선택 시 $("div.section__search-wrap form button.search_btn").click ( function() { let form = $(this).closest("form"); let page = $("div.section__lists-page input.current").val(); $(form).find("input[name=page]").val(page); $(form).submit(); } ); //이전 페이지로 이동 $("div.section__lists-page a.prev").click ( function() { let p = $(this).closest(".section__lists-page").find("input.current").val(); let page = isNaN(p) ? 1 : (parseInt(p)-1); page = Math.max(1, page); $(this).closest(".section__lists-page").find("input.current").val(page); $("div.section__search-wrap form button.search_btn").click(); } ); //다음 페이지로 이동 $("div.section__lists-page a.next").click ( function() { let l = $(this).closest(".section__lists-page").find("span.total").text(); let last = isNaN(l) ? 1 : parseInt(l); let p = $(this).closest(".section__lists-page").find("input.current").val(); let page = isNaN(p) ? last : (parseInt(p)+1); page = Math.min(last, page); $(this).closest(".section__lists-page").find("input.current").val(page); $("div.section__search-wrap form button.search_btn").click(); } ); //Page 번호 입력 $("div.section__lists-page input.current").keyup ( function(event) { $(this).val($(this).val().replace(/[^0-9]/g,'')); if(event.keyCode == 13) { let l = $(this).closest(".section__lists-page").find("span.total").text(); let last = isNaN(l) ? 1 : parseInt(l); let p = $(this).closest(".section__lists-page").find("input.current").val(); let page = isNaN(p) ? 1 : parseInt(p); page = Math.min(last, page); $(this).closest(".section__lists-page").find("input.current").val(page); $("div.section__search-wrap form button.search_btn").click(); } } ); //Checkbox 선택 시 (Images, Videos, Dcouments) $("div.contents-box div.input-checkbox label").click ( function() { let div = $(this).closest("div.input-checkbox"); let checked = $(div).find("input[type=checkbox]").prop("checked"); $(div).find("input[type=checkbox]").prop("checked", !checked); } ); //Download button 선택 시(Images, Videos, Documents) $("a.download.button.single").click ( function() { let keys = []; let items = $(this).closest("div.contents-check").find("input[type=checkbox]:checked"); $(items).each ( (idx, item)=> { keys.push($(item).val()); } ); if(keys.length > 0) { download(keys); } else { alert("Please select file(s).") } } ); } ); </script> </head> <body> <div id="wrapper"> <header> <div class="main__inner"> <p class="logos"><a href="/" data-category="gnb" data-action="click" data-label="home">Samsung Mobile Press</a></p> <nav class="gnb"> <div class="gnb_wrap"> <div class="main-menu"> <ul> <li ><a href="/press-releases/" data-category="gnb" data-action="click" data-label="press_releases">Press Releases</a></li> <li class="current-menu-item"><a href="/feature-stories/" data-category="gnb" data-action="click" data-label="feature_stories">Feature Stories</a></li> <li ><a href="/media-assets/" data-category="gnb" data-action="click" data-label="media_assets">Media Assets</a></li> </ul> </div> <div class="gnb_footer"> <ul class="util"> <li><a href="/terms">Terms of Use</a></li> </ul> <div class="service"> <div class="share"> <a href="/feed/" class="rss" target="_blank" data-category="footer" data-action="click" data-label="foot_rss">rss</a> <a href="https://www.facebook.com/SamsungGlobal/" class="facebook" target="_blank" data-category="footer" data-action="click" data-label="foot_facebook">facebook</a> <a href="https://twitter.com/samsungmobile/" class="twitter" target="_blank" data-category="footer" data-action="click" data-label="foot_twitter">twitter</a> <a href="https://www.youtube.com/user/SamsungMobile/" class="youtube" target="_blank" data-category="footer" data-action="click" data-label="foot_youtube">youtube</a> <a href="https://www.linkedin.com/company/samsungmobile/" class="linkedin" target="_blank" data-category="footer" data-action="click" data-label="foot_linkedin">linkedin</a> <a href="https://www.instagram.com/samsungmobile/" class="instagram" target="_blank" data-category="footer" data-action="click" data-label="foot_instagram">instagram</a> </div> <div class="family-links"> <select class="input-select channel"> <option selected hidden disabled>Related Channels</option> <option value="https://www.samsung.com" data-category="footer" data-action="click" data-label="foot_samsung_mainpage">SAMSUNG</option> <option value="https://www.samsung.com/global/galaxy" data-category="footer" data-action="click" data-label="foot_samsung_galaxy">SAMSUNG Galaxy</option> </select> </div> </div> </div> </div> <button type="button" class="search_btn" onclick="SMP.searchToggle();" data-category="gnb_search" data-action="click" data-label="search">Search open/close</button> <button type="button" class="menu_btn" onclick="SMP.navToggle();">mobile menu open/close</button> </nav> </div> <div class="search_wrap"> <div class="search_inner"> <form action="/fs/" method="get" id="searchForm" name="searchForm" autocomplete="off"> <div class="search_form"> <label for="searchWord" class="blind">Search keywords</label> <input type="text" style="display: none;"/> <input type="text" id="searchWord" name="keyword" class="input-text" onkeypress="__searchKeyPress(event,$('#searchForm'), $('#searchForm input[name=keyword]').val())" /> <button type="button" class="search_btn" onclick="__searchSubmit($('#searchForm'), $('#searchForm input[name=keyword]').val())" data-category="gnb_search_layer" data-action="click" data-label="search_button">Search</button> </div> <div class="keywords"> <p class="keywords-title">Popular Keywords :</p> <ul class="keywords-list"> <li><a href="/fs/?keyword=Galaxy Z Fold6" data-category="gnb_search_layer" data-action="click" data-label="popular_keywords">Galaxy Z Fold6</a></li> <li><a href="/fs/?keyword=Galaxy Z Flip6" data-category="gnb_search_layer" data-action="click" data-label="popular_keywords">Galaxy Z Flip6</a></li> <li><a href="/fs/?keyword=Galaxy Watch Ultra" data-category="gnb_search_layer" data-action="click" data-label="popular_keywords">Galaxy Watch Ultra</a></li> <li><a href="/fs/?keyword=Galaxy Ring" data-category="gnb_search_layer" data-action="click" data-label="popular_keywords">Galaxy Ring</a></li> <li><a href="/fs/?keyword=Galaxy Buds3 Pro" data-category="gnb_search_layer" data-action="click" data-label="popular_keywords">Galaxy Buds3 Pro</a></li> <li><a href="/fs/?keyword=Galaxy Buds3" data-category="gnb_search_layer" data-action="click" data-label="popular_keywords">Galaxy Buds3</a></li> <li><a href="/fs/?keyword=Galaxy Watch7" data-category="gnb_search_layer" data-action="click" data-label="popular_keywords">Galaxy Watch7</a></li> </ul> </div> </form> </div> </div> </header> <div id="container"> <div class="breadcrumb"> <p class="main__inner"><a href="/">HOME</a> &gt; <a href="/feature-stories/">Feature Stories</a></p> </div> <section class="section__detail"> <div class="main__inner"> <h1 class="section__detail-title">The Samsung Galaxy Community Raised $1M to Support the Global Goals</h1> <div class="section__detail-info"> <span class="date">September 28, 2020</span> <div class="section__detail-sns floating" style="right: 64px;"> <div class="sns_box"> <div class="sns_icons"> <a href="https://www.facebook.com/sharer.php?u=https://www.samsungmobilepress.com/feature-stories/the-samsung-galaxy-community-raised-1m-to-support-the-global-goals" class="icon facebook" target="_blank" data-category="feature stories" data-action="share" data-label="fs_share_facebook">facebook</a> <a href="https://twitter.com/intent/tweet?text=The Samsung Galaxy Community Raised $1M to Support the Global Goals&url=https://www.samsungmobilepress.com/feature-stories/the-samsung-galaxy-community-raised-1m-to-support-the-global-goals" class="icon twitter" target="_blank" data-category="feature stories" data-action="share" data-label="fs_share_twitter">twitter</a> <button type="button" class="icon link js-link" data-clipboard-text="https://www.samsungmobilepress.com/feature-stories/the-samsung-galaxy-community-raised-1m-to-support-the-global-goals" data-category="feature stories" data-action="share" data-label="fs_share_copylink">link copied</button> </div> </div> <button type="button" class="icon sns_view" onclick="SMP.snsToggle(this)">links</button> </div> </div> <!-- Content --> <div class="section__detail-desc"> <p class="detail-subtitle">Thanks to the generosity and dedication of Galaxy fans around the world, the Samsung Global Goals app has raised over $1 million in donations.</p> <p>Each September, thousands of world leaders gather through the United Nations General Assembly to advance a cooperative framework. This year, the United Nations celebrates its 75<sup>th</sup> anniversary and kicks off the &ldquo;Decade of Action,&rdquo; a ten year sprint to achieve the Sustainable Development Goals &ndash; also known as the Global Goals &ndash; the universal platform to create a better world by 2030. &nbsp;</p> <p>As leaders meet virtually for the first time since the COVID-19 pandemic began, they face an unprecedented challenge over the next ten years to continue achieving progress on the Global Goals in the face of the biggest global health crisis of our time. COVID-19 has changed the world as we know it and, as leaders of the tech industry, we know we have a responsibility to help move society forward.</p> <p>We recently celebrated the <a href="https://www.samsungmobilepress.com/feature-stories/samsung-and-undp-celebrate-one-year-of-meaningful-impact" rel="noopener" target="_blank">one-year anniversary of our partnership</a> with the United Nations Development Programme (UNDP), the United Nations lead agency on the socio-economic response to the pandemic. <strong>This partnership allowed us to transform the Galaxy smartphone into a powerful platform through our Samsung Global Goals app and mobilize the Galaxy community to take small actions toward the achievement of the Global Goals.</strong> And today, we&rsquo;re excited to announce that thanks to our dedicated Galaxy fans usage of the app, we&rsquo;ve raised over $1M in donations to the UNDP.</p> <p><strong>Simple Acts Generating Meaningful Change</strong><br /> The funds generated by Galaxy users have contributed directly to UNDP&rsquo;s progress towards the Global Goals and have supported major achievements in improving the quality of education, combating climate change, and advocating for gender equality.</p> <p>The Samsung Global Goals app has also supported the immediate crisis and the long-term recovery from COVID-19. Galaxy users, through the app, were able to direct increased funding to the WHO&rsquo;s COVID-19 Solidarity Response Fund and UNDP&rsquo;s ongoing effort to build resilience for those deeply affected by the pandemic.</p> <p><img alt="Infographic celebrating the Galaxy community contributing to $1 million in fundraising through the SGG app to help the UNDP achieve the SDGs." class="-news-content-image" src="/file/1DE187C6DB4EDF8EA530E35642FB4BB1DD53EA548F2E4604B57C8744F7F3454982A028DBC837A7AE0D9FF18F426D6115CF4E82458557B73D6BE509D27E0E8F94A55C3ACBB8EB78944B5935C9750885A4AEF5EE32BBAE0E7B6E22F8FA1BBAB92EBB74CE2C55B993A5722FCD379573EE8162CFEBCFFD36C4E1E21695D4AB0EF3323107B5BD41D9F05F190B3870FADF4AC5" /></p> <p><strong>More Tools to Create a Big Impact </strong><br /> During this crucial time, Samsung and UNDP have provided users with the ability to make an impact through simple acts. Galaxy users can engage with short ads to generate revenue for UNDP and use wallpapers to increase ad-earnings while their phone is charging. This places an easy solution that makes a notable difference directly into the hands of Galaxy users to use whenever and wherever they want.</p> <p>Additionally, as part of our partnership with UNDP, Samsung introduced special edition accessories, and a portion of revenue from the sales of each accessory goes to UNDP in support of the Global Goals. The accessories include the Global Goals Edition cover for the Note10, Note10+, and the Kvadrat case for S20+, as well as the Global Goals Edition wireless charger stand. &nbsp;</p> <p><strong>Power the Global Goals with the New Galaxy S20 FE</strong><br /> To continue this incredible momentum, the <a href="https://www.samsung.com/global/galaxy/apps/samsung-global-goals/" rel="noopener" target="_blank">Samsung Global Goals app</a> is pre-installed on all of the latest Galaxy smartphones, including the Galaxy S20 FE. The newly released <a href="https://www.samsungmobilepress.com/pressreleases/unveiling-samsung-galaxy-s20-fe-fan-favorite-features-at-an-accessible-price-point" rel="noopener" target="_blank">Galaxy S20 FE</a> brings our purposeful innovations to even more users around the world, so they can use the best of Galaxy to do the things they love like discovering new ways to make a difference.&nbsp;</p> <p>Young people today are driven by purpose, and we continue to witness their unwavering passion to make a positive impact on society &ndash; using their smartphones to connect with each other and drive change. Now equipped with the Samsung Global Goals app on the Galaxy S20 FE, millions of people can unite around the Global Goals with a direct path to action in more than 170 countries, and help the world accomplish lasting progress by 2030.&nbsp;</p> <p><img alt="Global goals displays on the S20 FE" class="-news-content-image" src="/file/9D5A673B50716ED0652C8CDD8AD476B5AE6EEBB48762D4FCFB2A76C6D46E78AFDB2A98A5B7EA05CBA5FDE5D330F2B433B6E0F93EA25AF580356A41D52D80328B2E1174A49E9043EC67616E5A680CA042C3AB3D6A825342C4CB65935E5496F3D9F2F8FBE866A5753D047766FAB25159CB776567A0A5C3C3A6567A697F1CB08B7F3C813B61E4291B71584E91BD7213B12C" /></p> <p><strong>Continued Commitment</strong><br /> We are dedicated to empowering the Galaxy community to take small actions that can add up to incredible change. We now have less than ten years to achieve the Global Goals by 2030, and we are committed to our partnership with UNDP to help build a better future for all.</p> <p>In fact, the past few months we&rsquo;ve been working together with UNDP on a new initiative that will mobilize a cohort of young leaders who embody our joint mission of positive change and are at the forefront of building innovative solutions. We&rsquo;re excited to share more details soon.</p> <p>We are steadfast in our belief that technology is an instrument of incredible impact, and together, we will rally an entire generation &ndash; and the world &ndash; to act on the Global Goals.</p> <p>&nbsp;</p> <div class="hashtag"> <a href="/tag/Donations" data-category="feature stories" data-action="click" data-label="fs_hashtag">#Donations</a> <a href="/tag/Samsung%20Global%20Goals" data-category="feature stories" data-action="click" data-label="fs_hashtag">#Samsung Global Goals</a> <a href="/tag/Sustainable%20Development%20Goals" data-category="feature stories" data-action="click" data-label="fs_hashtag">#Sustainable Development Goals</a> <a href="/tag/UNDP" data-category="feature stories" data-action="click" data-label="fs_hashtag">#UNDP</a> <a href="/tag/United%20Nations%20Development%20Programme" data-category="feature stories" data-action="click" data-label="fs_hashtag">#United Nations Development Programme</a> </div> </div> <!-- 2021.12.06 구분선 hr 태그 추가 --> <hr class="division_line"> <div class="section__detail-downloads"> <h2> <button type="button" class="section_sub-title" onclick="SMP.foldToggle(this)"> Downloads </button> </h2> <div class="contents-box"> <div class="contents-check images"> <div class="top"> <p class="contents-title">Images (<span>2</span>)</p> <div class="downloads"> <a href="javascript:;" class="download button single" download data-category="feature stories" data-action="download" data-label="fs_img_download">Download</a> </div> </div> <div class="contents-list images list"> <div class="section__resource-images"> <div class="image-item"> <div class="input-checkbox"> <input type="checkbox" name="files" class="files" value="4D0EEE7D339AACF804667037CE4506C950874304A5D0270417D12356E1B9A699519D522C56903DA0352B4FB8CBA0DC2F" data-category="feature-stories"/> <label><span>Choose an image</span></label> </div> <div class="image-item-link" data-id="11984" data-download="4D0EEE7D339AACF804667037CE4506C950874304A5D0270417D12356E1B9A699519D522C56903DA0352B4FB8CBA0DC2F" data-category="feature-stories"> <div class="images-wrap"> <img src="/file/8767843DF2F09CE907B11588643DF085D8283C042407B565279AFC74128D3A344EB1A89E4A2FDE5B5F8EB15EE8A0675D91967C5CD00ECC696EE5243C276CBB26FADC45926BBE38CC8C18C142EC77C408B76A4EA32EB2F3F1B19E4CB2A6DD1AA4F7ADC4D4B8131649619510C796FEC3FAF59151BAC485CE9FDED5BDA50171CDE7F3137708636F346D8111598BD8BF09683CDB0DD67C42980B7F9EFB38541ACB7E" alt="200924_SMP_SGG-App-Infographic_J-1.jpg" onerror="__img_error(this)"/> </div> </div> </div> <div class="image-item"> <div class="input-checkbox"> <input type="checkbox" name="files" class="files" value="0A5DF372B6F9578C95ADDAAA7F3E88BF756874B2F049380DD491FD4E8ED3A642589A9510976C3394CFF595A303B8A63D" data-category="feature-stories"/> <label><span>Choose an image</span></label> </div> <div class="image-item-link" data-id="11985" data-download="0A5DF372B6F9578C95ADDAAA7F3E88BF756874B2F049380DD491FD4E8ED3A642589A9510976C3394CFF595A303B8A63D" data-category="feature-stories"> <div class="images-wrap"> <img src="/file/BEFD9A4489423E8C7D69065AAF2A7AB4C1A6EB3F6B05334A95D192614A0644A9B24172919E95A9A0E160A7DAD153BA13B80FF437FC312BDBBFFB42CC52D84A7932926427E63BCCC3AD96C5E1729124324AE74C8E327C4135CA3AFDFA308054184ECB2A53B99DCD9F685B39D76966D83F506DA33EC489A669113AF050C012E0E33F47A8114904B37528A8DB0BEB766FE06F3EC568256FD5BE9E174A1E3669A7AB" alt="SGG_App_1_Million_S20FE_screens-1.jpg" onerror="__img_error(this)"/> </div> </div> </div> </div> </div> </div> </div> </div> <div class="section__detail-list press"> <h2 class="section__lists-title">Related Feature Stories</h2> <div class="section__lists-content"> <ul class="slider"> <li class="item slider-item"> <a href="/feature-stories/samsung-and-undp-celebrate-one-year-of-meaningful-impact" data-category="feature stories" data-action="click" data-label="fs_related_fs"> <div class="images-wrap"> <img src="/file/9663F70E2E7967D5C79048F10F698E89D996A5654D47027A3750A085802A71ED37688FB622601F0C8A33CB45B5DD01F66BC6FEA0B514164CEABD9FABC77A01D188204DA3570D71D4A5967AE88940B81D19C5CD68EAC715DD8A27F67AAE2A974D" alt="300x200-32.jpg" onerror="__img_error(this)"/> </div> <div class="contents"> <p class="date">July 30, 2020</p> <p class="title">Samsung and UNDP Celebrate One Year of Meaningful Impact</p> </div> </a> </li> <li class="item slider-item"> <a href="/feature-stories/at-home-with-galaxy-taking-social-action-with-the-samsung-global-goals-app" data-category="feature stories" data-action="click" data-label="fs_related_fs"> <div class="images-wrap"> <img src="/file/1AB896092A72369AEC2E9B8A6995E129083ABB3279A9A79D76BC03D764ACD589E6D868094D53AAAF1F1C753A18D3558186678D4B170D554F9349E937F0479DCC089DDD05E54FB021A8FD348B937167BD67132CE15DD065B5B80B6ED6A3DF6358" alt="300x200-23.jpg" onerror="__img_error(this)"/> </div> <div class="contents"> <p class="date">April 17, 2020</p> <p class="title">At Home with Galaxy: Taking Social Action with the Samsung Global Goals App</p> </div> </a> </li> <li class="item slider-item"> <a href="/feature-stories/upcycling-for-good-samsung-and-sustainable-textile-brand-kvadrats-eco-friendly-accessory-line" data-category="feature stories" data-action="click" data-label="fs_related_fs"> <div class="images-wrap"> <img src="/file/AA811D8ECD29E88B19F49C3D6808C59EAD0EFD9E92344B8825828C6E420E627E4002A9477761C923E0ACEEC706305100F91D55F6E70B551BDA216C59B6A92B1BCDE1FB6E597F9F8702E8A62D061AEB5CB5D1B916B9441C2F21EC9E9BD3924F24" alt="300x200-20.jpg" onerror="__img_error(this)"/> </div> <div class="contents"> <p class="date">March 13, 2020</p> <p class="title">Upcycling for Good: Samsung and Sustainable Textile Brand Kvadrat’s Eco-Friendly Accessory Line</p> </div> </a> </li> <li class="item slider-item"> <a href="/feature-stories/samsung-global-goals-creating-change-one-small-action-at-a-time" data-category="feature stories" data-action="click" data-label="fs_related_fs"> <div class="images-wrap"> <img src="/file/D2434D7A2594B26942FF2BCB79D610646E5BD0653FD562F5C76E74307491218025C4F0ADE8CCB3E518571DD6EDF06B52A0C02678713B65F9B90CB4866ABDCCAFAB7F8578B5D9B63EED261533B7C37A29D864B8B6AB95B944A443B388A4B2F005C8527EE7AADA63EB4CB13708EE2D423F87224F6B8A1C688F6989E73DFCEDA339EC76F129C51EF0E0CEDC930DE564F243E944E828024FCBA428FDC99D29A2F5A2" alt="SGG-Infographic-Thumbnail_17_300_200-1.jpg" onerror="__img_error(this)"/> </div> <div class="contents"> <p class="date">August 8, 2019</p> <p class="title">Samsung Global Goals: Creating Change One Small Action at a Time</p> </div> </a> </li> </ul> </div> </div> <div class="section__detail-list products"> <h2 class="section__lists-title">Related Products</h2> <div class="section__lists-content"> <ul class="slider"> <li class="item slider-item"> <a href="/media-assets/galaxy_s20_fe" data-category="feature stories" data-action="click" data-label="fs_related_products"> <div class="images-wrap"> <img src="/file/E1A4067C148C64C4BABA3FAACEE1295B96C1BFFDF566C89559AC320C493FF31796B70C130D3764D67A30EC0FB6C51DDBD24D5AB8DD68A1D8F1F0DE824EB6EA64B7BE197E48AB1495A29591C116E90A48D5B7B59BAB6A37E5D6A9FFE49D49A471" alt="306x240-7.jpg" onerror="__img_error(this)"/> </div> <div class="contents"> <p class="date">September 23, 2020</p> <p class="title">Galaxy S20 FE</p> </div> </a> </li> <li class="item slider-item"> <a href="/media-assets/galaxy_s20_plus" data-category="feature stories" data-action="click" data-label="fs_related_products"> <div class="images-wrap"> <img src="/file/23229C77667A3DA19D4B2F71364C48A592C18333B9FC360EF36AEA35E0D7CEB26E2B33AF48DAFE57E766BDC705B199F72BAC7B8A01948530E2F88A067715433FA0C967E813455D447CB9F90AA7401AA0FA13EEF3BD1FC6FA9938E6E9AB4A4C1F5DF7E3B50A8AA1E58C130B87C935BD6330391A77FBB4720A637E694631AA2F49A5E3A8FFC3E7C89C993EE3074A688C96D2A95CED54060E7A811A9636E59B4E92" alt="02_galaxys20plus_cloud_blue_front_306x240-1.jpg" onerror="__img_error(this)"/> </div> <div class="contents"> <p class="date">February 12, 2020</p> <p class="title">Galaxy S20+</p> </div> </a> </li> <li class="item slider-item"> <a href="/media-assets/samsung-global-goals" data-category="feature stories" data-action="click" data-label="fs_related_products"> <div class="images-wrap"> <img src="/file/42B25EE039CF72D46F77781FBFBCAFD3C682DBBA5FE68F587342A2E98D532E8BEE6BFECBFA6ABC4F1EF38245B0E2AF41435DF6FFA6BA936DA197CAA1AE91243DB35FE5ACEEB21F332B5334580823FD42A8CC6459B7C04092121E02BC2E9AB2AE" alt="306x240-1.jpg" onerror="__img_error(this)"/> </div> <div class="contents"> <p class="date">November 4, 2019</p> <p class="title">Samsung Global Goals</p> </div> </a> </li> </ul> </div> </div> </div> </section> </div> <!-- media assets images popup --> <div class="layer layer_resource is-hidden"> <div class="layer-overlay" onclick="resourceClose();"></div> <div class="layer_resource-inner"> <div class="slider"></div> <div class="info"> <div class="slider-arrow"></div> <a href="#" download class="button download_btn">Download</a> </div> <button type="button" class="close" onclick="resourceClose();">close</button> </div> </div> <div class="layer layer_downloads" style="display:none;"> <div class="layer_downloads-inner"> <div class="cloud"> <lottie-player src="/assets/images/cloud.json" background="transparent" speed="1" style="width:100%;height:100%;" autoplay loop></lottie-player> </div> <p class="text">Please wait while the files download…</p> </div> </div> <script src="https://unpkg.com/@lottiefiles/lottie-player@latest/dist/lottie-player.js"></script> <footer> <div class="main__inner"> <div class="main"> <div class="top"> <p class="logo">Samsung Mobile Press</p> <div class="menu"> <ul> <li><a href="/press-releases/" data-category="footer" data-action="click" data-label="foot_pr">Press Releases</a></li> <li><a href="/feature-stories/" data-category="footer" data-action="click" data-label="foot_fs">Feature Stories</a></li> <li><a href="/media-assets/" data-category="footer" data-action="click" data-label="foot_ma">Media Assets</a></li> </ul> </div> </div> <ul class="util"> <li><a href="/terms">Terms of Use</a></li> </ul> <p class="copyright">Copyright ⓒ 2022 SAMSUNG All Rights Reserved</p> </div> <div class="service"> <div class="share"> <a href="/feed/" class="rss" target="_blank" data-category="footer" data-action="click" data-label="foot_rss">rss</a> <a href="https://www.facebook.com/SamsungGlobal/" class="facebook" target="_blank" data-category="footer" data-action="click" data-label="foot_facebook">facebook</a> <a href="https://twitter.com/samsungmobile/" class="twitter" target="_blank" data-category="footer" data-action="click" data-label="foot_twitter">twitter</a> <a href="https://www.youtube.com/user/SamsungMobile/" class="youtube" target="_blank" data-category="footer" data-action="click" data-label="foot_youtube">youtube</a> <a href="https://www.linkedin.com/company/samsungmobile/" class="linkedin" target="_blank" data-category="footer" data-action="click" data-label="foot_linkedin">linkedin</a> <a href="https://www.instagram.com/samsungmobile/" class="instagram" target="_blank" data-category="footer" data-action="click" data-label="foot_instagram">instagram</a> </div> <div class="family-links"> <select class="input-select channel"> <option selected hidden disabled>Related Channels</option> <option value="https://www.samsung.com/" data-category="footer" data-action="click" data-label="foot_samsung_mainpage">SAMSUNG</option> <option value="https://www.samsung.com/global/galaxy/" data-category="footer" data-action="click" data-label="foot_samsung_galaxy">SAMSUNG Galaxy</option> </select> </div> </div> </div> </footer> </div> </body> </html>

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