-
Notifications
You must be signed in to change notification settings - Fork 0
/
updates.html
82 lines (80 loc) · 4.21 KB
/
updates.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<link href="css/oui-css/oui.css" rel="stylesheet">
<link href="css/gg.css" rel="stylesheet">
<link rel="stylesheet" href="css/gg-dark.css" media="(prefers-color-scheme: dark)">
<link rel="stylesheet" href="css/gg-light.css" media="(prefers-color-scheme: no-preference), (prefers-color-scheme: light)">
<link href="css/_updates.css" rel="stylesheet">
<script src="js/_gg_ui.js"></script>
<link rel="shortcut icon" type="image/png" href="images/raster/icn_goals_colored.png"/>
<title>Samsung | The Global Goals : Updates</title>
</head>
<body>
<div id="main-shell">
<main id="_page_main_container" class="header-bg">
<header id="_page_title">
<img src="images/ui_elements/sgg_logo.svg" class="sgg_logo" alt="Samsung Global Goals">
<h1>Updates</h1>
<p>Every day, people are taking action to realise the Global Goals. See what's been going on below.</p>
</header>
<div class="_sticky_title"><h2>Updates</h2></div>
<div id="_main_content" class="main-content-layout">
<div class="oui-bubble gg-bubble-vert">
<div class="bubble-cont-vert">
<h3>Donate directly to the UNDP</h3>
<p>Donate to the UNDP to help tackle the root causes of poverty and create a better life for everyone.</p>
<a href="#">Donate</a>
</div>
<img src="images/raster/hands-vert.jpg" class="bubble-img-vert">
</div>
<div class="oui-bubble gg-bubble-vert">
<div class="bubble-cont-vert">
<h3>Learn about the Global Goals</h3>
<p>World leaders agreed to 17 goals for a better world by 2030. These goals have the power to change the world and the people in it.</p>
<a href="#">Learn more</a>
</div>
<img src="images/raster/goals-vert.jpg" class="bubble-img-vert">
</div>
<div class="oui-bubble gg-bubble-horz">
<div class="bubble-cont-horz">
<h3>We the People</h3>
<p>This star-studded video introduces the new plan for the people and planet: the UN Global Goals for Sustainable Development. Audio is in English.</p>
<a href="#">Watch</a>
</div>
<img src="images/raster/video-horz.jpg" class="bubble-img-horz">
</div>
<div class="oui-bubble gg-bubble-horz">
<div class="bubble-cont-horz">
<h3>How this app works</h3>
<p>When you see ads from this app, you'll earn money for donations that support the Global Goals, such as fighting to end poverty, reducing social inequality, and tackling climate change.<p>
</div>
<img src="images/raster/boy-horz.jpg" class="bubble-img-horz">
</div>
</div>
</main>
<img id="main-colorbar" src="images/ui_elements/colorband.svg">
<nav id="main-menu">
<div class="main-menu-button main-menu-button--active">
<img src="images/ui_elements/icn_updates_selected.svg" class="menu-icon" alt=""/>
<span>Updates</span>
</div>
<div class="main-menu-button">
<img src="images/ui_elements/icn_goals.svg" class="menu-icon" alt=""/>
<span>Goals</span>
</div>
<div class="main-menu-button">
<img src="images/ui_elements/icn_donate.svg" class="menu-icon" alt=""/>
<span>Donate</span>
</div>
<div class="main-menu-button">
<img src="images/ui_elements/icn_settings.svg" class="menu-icon" alt=""/>
<span>Settings</span>
</div>
</nav>
</div>
</body>
</html>