-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmetatags2.html
257 lines (257 loc) · 9.74 KB
/
metatags2.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
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
<!DOCTYPE html>
<html amp>
<head><style amp-boilerplate>body{-webkit-animation:-amp-start 8s steps(1,end) 0s 1 normal both;-moz-animation:-amp-start 8s steps(1,end) 0s 1 normal both;-ms-animation:-amp-start 8s steps(1,end) 0s 1 normal both;animation:-amp-start 8s steps(1,end) 0s 1 normal both}@-webkit-keyframes -amp-start{from{visibility:hidden}to{visibility:visible}}@-moz-keyframes -amp-start{from{visibility:hidden}to{visibility:visible}}@-ms-keyframes -amp-start{from{visibility:hidden}to{visibility:visible}}@-o-keyframes -amp-start{from{visibility:hidden}to{visibility:visible}}@keyframes -amp-start{from{visibility:hidden}to{visibility:visible}}</style><noscript><style amp-boilerplate>body{-webkit-animation:none;-moz-animation:none;-ms-animation:none;animation:none}</style></noscript>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width,minimum-scale=1">
<link href="https://fonts.googleapis.com/css?family=Open+Sans:700,300" rel="stylesheet" type="text/css">
<style amp-custom>#branch-sdk{position:fixed;bottom:0;left:0;right:0;}
body {
margin: 0;
word-wrap: break-word;
font-family: "Open Sans", Helvetica, serif;
}
/* ============ Portrait ============ */
.main-image {
width: 100%;
height: 250px;
height: 75vw;
background-size: cover;
background-position: top center;
}
#content-container {
box-sizing: border-box;
padding: 24px;
margin: 0 24px;
background-color: #fff;
}
.app-title {
font-size: 14px;
padding-bottom: 11px;
text-transform: uppercase;
}
.card-title {
font-size: 33px;
line-height: 36px;
}
.app-content {
padding-top: 10px;
padding-bottom: 100px;
font-size: 20px;
}
.input-wrapper {
position: fixed;
bottom: 0;
left: 0;
width: 100%;
height: 110px;
background-color: #fff;
box-shadow: 0px -20px 20px -8px rgba(255,255,255,1);
}
.input-container {
width: 100%;
padding: 0 24px;
text-align: center;
box-sizing: border-box;
}
.form-get-the-app {
display: -webkit-box;
display: flex;
text-align: center;
padding-top: 10px;
border-top: 2px solid #cecece;
min-height: 300px;
}
.input-label {
padding: 4px 10px;
font-size: 13px;
overflow: hidden;
word-wrap: break-word;
text-align: center;
}
.app-icon {
width: 62px;
height: 62px;
line-height: 62px;
background-size: 100% auto;
}
.cta-button {
-webkit-box-flex: 1;
flex-grow: 1;
height: 62px;
line-height: 62px;
background-color: #444;
border-radius: 2px;
font-size: 20px;
padding: 0 20px;
margin-left: 10px;
color: #fff;
text-align: center;
text-decoration: none;
display: block;
}
/* No data (portrait) */
@media only screen and (orientation: portrait) {
.card--no-data .main-image {
background-image: url("http://s3-us-west-1.amazonaws.com/branch-assets/b_stripes-small.png");
background-size: auto;
background-position: top center;
background-repeat: repeat;
height: 190px;
}
.card--no-data > .app-icon {
position: absolute;
top: 160px;
left: 34px;
}
.card--no-data #content-container {
margin-top: 20px;
}
}
@media screen /* >= iPhone 5 */
and (min-device-width: 321px) {
.input-label {
font-size: 14px;
}
}
@media only screen /* >= iPhone 6 */
and (min-device-width: 375px)
and (orientation: portrait) {
.main-image {
height: 300px;
height: 80vw;
}
.app-content {
padding-bottom: 120px;
}
.input-wrapper {
height: 115px;
}
}
@media only screen /* >= iPhone 6+ */
and (min-device-width: 414px)
and (orientation: portrait) {
.main-image {
height: 390px;
height: 95vw;
}
}
/* ============ Landscape ============ */
@media only screen and (orientation: landscape){
.main-image {
position: fixed;
height: 100%;
height: 100vh;
width: 50%;
}
.input-wrapper {
right: 0;
left: auto;
width: 50%;
}
#content-container {
float: left;
width: 50%;
margin-left: 50%;
}
.input-wrapper {
height: 108px;
}
.app-content {
padding-bottom: 110px;
}
.form-get-the-app {
padding-top: 8px;
}
.input-container {
left: 50%;
}
.cta-button {
height: 44px;
line-height: 44px;
padding: 0 5px;
margin-left: 50px;
}
.app-icon {
width: 44px;
height: 44px;
}
/* No data (landscape) */
.card--no-data .main-image {
height: 100%;
}
.card--no-data > .app-icon {
display: none;
}
.card--no-data #content-container {
margin-top: 0;
}
}
@media only screen /* >= iPhone 6 */
and (min-device-width: 645px)
and (orientation: landscape) {
.form-get-the-app {
padding-top: 8px;
}
.cta-button {
height: 62px;
line-height: 62px;
padding: 0 20px;
margin-left: 70px;
}
.app-icon {
width: 62px;
height: 62px;
top: -2px;
}
}
/* Reusables */
.text-bold {
font-weight: 700
}
.text-light {
font-weight: 300;
}
.cta-button--no-app-icon {
margin-left: 0;
}
</style>
<link rel="alternate" href="android-app://com.playgm.naugm/mobilearts/open?link_click_id=link-614719145758011458">
<meta property="al:android:url" content="mobilearts://open?link_click_id=link-614719145758011458-eyIkM3AiOiJhX2ZhY2Vib29rIiwiJGRlZXBsaW5rX25vX2F0dHJpYnV0aW9uIjoidHJ1ZSIsImNhbXBhaWduSWQiOiIzMjU1MCIsIk9wZW5QYWdlIjoiQkFjdGl2aXR5Iiwic2VydmljZUlkIjoiMTEyOCIsImZpcmVhZCI6ImZhbHNlIiwiUHViX0lEIjoiQ0hEIiwiQWZmX0lEIjoic3ViaWQyIiwiZXh0cmEiOiJzdWJpZDMiLCJleHRyYTEiOiJzdWJpZDQifQ==">
<meta name="twitter:app:url:googleplay" content="mobilearts://open?link_click_id=link-614719145758011458-eyIkM3AiOiJhX2ZhY2Vib29rIiwiJGRlZXBsaW5rX25vX2F0dHJpYnV0aW9uIjoidHJ1ZSIsImNhbXBhaWduSWQiOiIzMjU1MCIsIk9wZW5QYWdlIjoiQkFjdGl2aXR5Iiwic2VydmljZUlkIjoiMTEyOCIsImZpcmVhZCI6ImZhbHNlIiwiUHViX0lEIjoiQ0hEIiwiQWZmX0lEIjoic3ViaWQyIiwiZXh0cmEiOiJzdWJpZDMiLCJleHRyYTEiOiJzdWJpZDQifQ==">
<meta property="al:android:package" content="com.playgm.naugm">
<meta name="twitter:app:id:googleplay" content="com.playgm.naugm">
<meta property="al:android:app_name" content="Naugames">
<meta name="twitter:app:name:googleplay" content="Naugames">
<meta name="twitter:card" content="summary">
<title> </title>
<meta property="og:title" content=" ">
<meta name="twitter:title" content=" ">
<meta property="fb:app_id" content="512454085945134">
<meta name="twitter:app:country" content="US">
<script async src="https://cdn.ampproject.org/v0.js"></script><script async src="https://cdn.ampproject.org/v0/amp-iframe-0.1.js" custom-element="amp-iframe"></script><script async src="https://cdn.ampproject.org/v0/amp-list-0.1.js" custom-element="amp-list"></script><script async src="https://cdn.ampproject.org/v0/amp-mustache-0.1.js" custom-template="amp-mustache"></script><link rel="canonical" href="https://naugames.app.link/8FlxNrdAzT?%243p=a_facebook&%24deeplink_no_attribution=true&campaignId=32550&OpenPage=BActivity&serviceId=1128&firead=false&Pub_ID=CHD&Aff_ID=subid2&extra=subid3&extra1=subid4"></head>
<body>
<div class="card card--no-data center">
<div class="main-image"></div>
<div class="app-icon"> </div>
<div id="content-container">
<div class="app-title text-bold">Naugames</div>
<div class="card-title text-light"></div>
<div class="app-content text-light"></div>
</div>
<div class="input-wrapper">
<div class="input-container">
<div class="input-label text-light">See this content immediately after install</div>
<div class="form-get-the-app">
<amp-list src="https://naugames.app.link/8FlxNrdAzT?%243p=a_facebook&%24deeplink_no_attribution=true&campaignId=32550&OpenPage=BActivity&serviceId=1128&firead=false&Pub_ID=CHD&Aff_ID=subid2&extra=subid3&extra1=subid4&__branch_amp_json=1" layout="flex-item">
<template type="amp-mustache" id="cta-template">
<a href="{{action}}" class="cta-button text-light cta-button--no-app-icon cta-button--no-app-icon">
Get The App
</a>
<amp-iframe id="branch-sdk" src="/amp-iframe-redirect?scheme_redirect={{scheme_redirect}}&redirect_strategy={{redirect_strategy}}&app_id=614006335595369346" sandbox="allow-scripts allow-top-navigation" height="11" layout="fixed-height" frameborder="0"></amp-iframe></template>
</amp-list>
</div>
</div>
</div>
</div>
</body>
<html>