-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
80 lines (66 loc) · 3.16 KB
/
index.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Greenpeace</title>
<meta name="description" content="Greenpeace">
<meta name="robots" content="noindex, follow">
<script>
window.dataLayer = window.dataLayer || [];
dataLayer.push({
'pageType': 'Landing Page',
});
</script>
<!-- GPI Google Tag Manager -->
<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
{color:'#205081'}})(window,document,'script','dataLayer','GTM-N7SG829');</script>
<meta property="og:title" content="">
<meta property="og:type" content="article">
<meta property="og:url" content="https://www.greenpeace.org">
<meta property="og:description" content="Together we can change the world">
<meta property="og:image" content="/static/img/image.jpg">
<meta property="og:image:width" content="1200">
<meta property="og:image:height" content="800">
<meta property="og:site_name" content="Greenpeace">
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:site" content="Greenpeace">
<meta name="twitter:title" content="Greenpeace">
<meta name="twitter:description" content="Together we can change the world">
<meta name="twitter:image" content="/static/img/image.jpg">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
<link rel="shortcut icon" type="image/ico" href="favicon.ico">
<link rel='stylesheet' href='/static/style.css' type='text/css' media='all'>
</head>
<body data-code="__P4_GEOIP_COUNTRY_CODE__">
<!-- GPI Google Tag Manager (noscript) -->
<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-N7SG829"
height="0" width="0" style="display:none;visibility:hidden;"></iframe></noscript>
<!-- End GPI Google Tag Manager (noscript) -->
<header>
<div class="page-header-background">
<img alt="Greenpeace" src="/static/img/image.jpg" srcset="/static/img/image.jpg 1200w, /static/img/image-992w.jpg 992w, /static/img/image-768w.jpg 768w, /static/img/image-575w.jpg 575w, /static/img/image-320w.jpg 320w" class="page-header-image">
</div>
<div>
<img src="/static/img/gp-logo.svg" alt="Greenpeace" class="logo">
</div>
<h1 class="heading">
Together we can change the world
</h1>
<div id="loading">
<div class="three-quarters" id="spinner-people">loading...</div>
</div>
<nav id="cta" class="cta">
<a class="btn cta-btn" id="selection" href="https://www.greenpeace.org/international/">
<span class="truncate">Go to Greenpeace <span id="country-name">International</span></span> <i id="arrow" class="arrow arrow-down"></i>
</a>
<span class="spacer hidden-tall">or</span>
<a class="btn cta-btn" href="#country-list-wrapper" id="country">Select another country/region</a>
</nav>
</header>
<div id="country-list-wrapper" class="country-list-wrapper"></div>
<script src="/static/main.js"></script>
</body>
</html>