forked from lcharles123/nem-homepage
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
570 lines (558 loc) · 31.9 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
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
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
<!doctype html>
<!-- paulirish.com/2008/conditional-stylesheets-vs-css-hacks-answer-neither/ -->
<!--[if lt IE 7]>
<html class="no-js ie6 oldie" lang="en">
<![endif]-->
<!--[if IE 7]>
<html class="no-js ie7 oldie" lang="en">
<![endif]-->
<!--[if IE 8]>
<html class="no-js ie8 oldie" lang="en">
<![endif]-->
<!--[if IE 9]>
<html class="no-js ie9" lang="en">
<![endif]-->
<!-- Consider adding an manifest.appcache: h5bp.com/d/Offline -->
<!--[if gt IE 9]><!-->
<html class="no-js" lang="en" itemscope="" itemtype="http://schema.org/Product">
<!--<![endif]-->
<head>
<meta charset="utf-8">
<!-- Use the .htaccess and remove these lines to avoid edge case issues.
More info: h5bp.com/b/378 -->
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>New Economy Movement</title>
<meta name="description" content="NEM Main Website">
<meta name="keywords" content="nem xem nemcoin ournem new-economy-movement">
<meta name="author" content="humans.txt">
<link rel="shortcut icon" href="img/Favicon.ico" type="image/x-icon">
<!-- Facebook Metadata /-->
<meta property="fb:page_id" content="217174381806901">
<meta property="og:image" content="http://nem.io/img/nemLogoLarge.png">
<meta property="og:site_name" content="NEM"/>
<meta property="og:description" content="A New Economy Starts With You">
<meta property="og:title" content="New Economy Movement">
<!-- Google+ Metadata /-->
<meta itemprop="name" content="">
<meta itemprop="description" content="">
<meta itemprop="image" content="">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1">
<!-- Odometer includes -->
<!--
<link rel="stylesheet" href="http://github.hubspot.com/odometer/themes/odometer-theme-default.css" />
<script src="http://github.hubspot.com/odometer/odometer.js"></script> -->
<!-- We highly recommend you use SASS and write your custom styles in sass/_custom.scss.
However, there is a blank style.css in the css directory should you prefer -->
<link rel="stylesheet" href="css/gumby.css">
<!-- <link rel="stylesheet" href="css/style.css"> -->
<script src="bower_components/gumby/js/libs/modernizr-2.6.2.min.js"></script>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-60356672-1', 'auto');
ga('send', 'pageview');
</script>
</head>
<body>
<div class="top parallax parallaxTop" gumby-parallax=".53">
<section id="mainTop">
<nav gumby-fixed="250">
<div class="row navbar" id="nav1">
<!-- Toggle for mobile navigation, targeting the <ul> -->
<a class="toggle" gumby-trigger="#nav1 > ul" href="#"><i class="icon-menu"></i></a>
<h1 class="three columns logo">
<a href="index.html">
<img src="img/nemLogoLarge.png" alt="NEM Logo" gumby-retina />
</a>
</h1>
<ul class="nine columns">
<li class="skiplink"><a href="#" gumby-goto="[data-target='nemClient']" gumby-duration="1000" gumby-offset="-190" gumby-update><span id="navclient"></span></a></li>
<li class="skiplink"><a href="#" gumby-goto="[data-target='purchaseNem']" gumby-duration="1000" gumby-offset="-40" gumby-update><span id="navbuy"></span></a></li>
<li class=""><a href="https://nem.ghost.io/"><span id="blog"></span></a></li>
<li><a href="faq.html"><span id="navfaq"></span></a></li>
<li>
<a id="navlang" data-i18n="[html]nav.lang;" href="#"></a>
<div class="dropdown">
<ul>
<li><a id="en" href="?setLng=en"><span> English</span></a></li>
<li><a id="cn" href="?setLng=cn"><span> 中文</span></a></li>
</ul>
</div>
</li>
<li class="skiplink"><a href="#" gumby-goto="[data-target='newsFeed']" gumby-offset="-60" gumby-duration="1000" gumby-update><span id="navupdate"></span></a></li>
</ul>
</div>
</nav>
<div class="row">
<section class="six columns centered">
<div class="headline">
<a href="#top">
<svg xmlns="http://www.w3.org/2000/svg" width="100%" height="80%" viewBox="0 0 494.5 475" enable-background="new 0 0 494.5 475" xml:space="preserve">
<g>
<g>
<path fill-rule="evenodd" clip-rule="evenodd" fill="#FEFEFE" d="M491.009,0h4v51h-4V0z"/>
<path fill-rule="evenodd" clip-rule="evenodd" fill="#FEFEFE" d="M444.009,0h51v4h-51V0z"/>
</g>
<g>
<path fill-rule="evenodd" clip-rule="evenodd" fill="#FEFEFE" d="M0,0h4v51H0V0z"/>
<path fill-rule="evenodd" clip-rule="evenodd" fill="#FEFEFE" d="M0,0h51v4H0V0z"/>
</g>
<g>
<path fill="#FFFFFF" d="M64.857,77.062h-7.844l-1.401,4.836h-5.811l8.032-24.883h6.204l8.049,24.883h-5.811L64.857,77.062z
M58.294,72.618h5.281l-2.598-8.904h-0.103L58.294,72.618z"/>
<path fill="#FFFFFF" d="M121.526,81.898h-5.759l-9.109-15.859l-0.103,0.034v15.825h-5.793V57.015h5.793l9.109,15.859l0.103-0.034
V57.015h5.759V81.898z"/>
<path fill="#FFFFFF" d="M150.091,71.251h-9.758v6.204h11.501v4.443h-17.295V57.015h17.329v4.443h-11.536v5.349h9.758V71.251z"/>
<path fill="#FFFFFF" d="M183.561,73.336h0.103l3.264-16.321h5.588l-5.708,24.883h-5.435l-4.187-15.347h-0.103l-4.153,15.347
h-5.435l-5.725-24.883h5.605l3.264,16.321h0.103l4.392-16.321h4.016L183.561,73.336z"/>
<path fill="#FFFFFF" d="M237.103,71.251h-9.758v6.204h11.501v4.443h-17.295V57.015h17.329v4.443h-11.536v5.349h9.758V71.251z"/>
<path fill="#FFFFFF" d="M269.941,73.165l0.034,0.103c-0.114,2.917-0.977,5.144-2.589,6.682c-1.613,1.538-3.951,2.307-7.016,2.307
c-3.076,0-5.577-0.945-7.502-2.837c-1.926-1.891-2.888-4.346-2.888-7.366v-5.195c0-3.008,0.925-5.46,2.777-7.357
c1.851-1.896,4.258-2.845,7.22-2.845c3.145,0,5.548,0.792,7.212,2.375c1.663,1.584,2.603,3.834,2.82,6.75l-0.034,0.103h-5.623
c-0.08-1.618-0.442-2.82-1.085-3.606s-1.74-1.179-3.29-1.179c-1.311,0-2.341,0.527-3.093,1.581
c-0.752,1.054-1.128,2.436-1.128,4.145v5.229c0,1.721,0.41,3.11,1.23,4.17s1.948,1.589,3.384,1.589c1.39,0,2.375-0.37,2.957-1.111
c0.581-0.74,0.911-1.919,0.991-3.538H269.941z"/>
<path fill="#FFFFFF" d="M302.727,71.695c0,3.065-0.972,5.591-2.914,7.58s-4.48,2.982-7.613,2.982
c-3.156,0-5.714-0.994-7.673-2.982c-1.96-1.988-2.939-4.515-2.939-7.58v-4.478c0-3.053,0.977-5.577,2.931-7.571
c1.954-1.994,4.503-2.991,7.647-2.991c3.122,0,5.662,0.997,7.622,2.991c1.959,1.994,2.939,4.518,2.939,7.571V71.695z
M296.968,67.184c0-1.777-0.418-3.235-1.256-4.375c-0.837-1.139-2.02-1.709-3.546-1.709c-1.561,0-2.754,0.567-3.58,1.701
c-0.827,1.134-1.239,2.595-1.239,4.383v4.512c0,1.8,0.419,3.27,1.256,4.409c0.838,1.14,2.037,1.709,3.598,1.709
c1.515,0,2.688-0.569,3.521-1.709c0.832-1.139,1.248-2.609,1.248-4.409V67.184z"/>
<path fill="#FFFFFF" d="M335.941,81.898h-5.759l-9.109-15.859l-0.103,0.034v15.825h-5.793V57.015h5.793l9.109,15.859l0.103-0.034
V57.015h5.759V81.898z"/>
<path fill="#FFFFFF" d="M369.531,71.695c0,3.065-0.972,5.591-2.914,7.58s-4.48,2.982-7.613,2.982
c-3.156,0-5.714-0.994-7.673-2.982c-1.96-1.988-2.939-4.515-2.939-7.58v-4.478c0-3.053,0.977-5.577,2.931-7.571
c1.954-1.994,4.503-2.991,7.647-2.991c3.122,0,5.662,0.997,7.622,2.991c1.959,1.994,2.939,4.518,2.939,7.571V71.695z
M363.772,67.184c0-1.777-0.418-3.235-1.256-4.375c-0.837-1.139-2.02-1.709-3.546-1.709c-1.561,0-2.754,0.567-3.58,1.701
c-0.827,1.134-1.239,2.595-1.239,4.383v4.512c0,1.8,0.419,3.27,1.256,4.409c0.838,1.14,2.037,1.709,3.598,1.709
c1.515,0,2.688-0.569,3.521-1.709c0.832-1.139,1.248-2.609,1.248-4.409V67.184z"/>
<path fill="#FFFFFF" d="M389.569,57.015l5.571,17.415h0.103l5.64-17.415h7.622v24.883h-5.793v-6.169l0.547-11.365l-0.103-0.017
l-5.999,17.551h-3.896l-5.93-17.397l-0.103,0.017l0.547,11.211v6.169h-5.793V57.015H389.569z"/>
<path fill="#FFFFFF" d="M430.2,67.884h0.103l4.956-10.869h6.272l-8.459,16.133v8.75h-5.759v-9.041l-8.289-15.842h6.238
L430.2,67.884z"/>
<path fill="#41CE7C" d="M100.448,165.345c0-4.331-1.623-7.871-4.867-10.619c-3.246-2.748-8.896-5.178-16.953-7.289
c-8.714-2.188-15.313-5.031-19.797-8.531s-6.727-8.221-6.727-14.164c0-6.088,2.506-11.047,7.52-14.875
c5.012-3.828,11.457-5.742,19.332-5.742c8.203,0,14.82,2.279,19.852,6.836c5.031,4.558,7.473,10.117,7.328,16.68l-0.164,0.328
h-6.016c0-5.323-1.887-9.698-5.66-13.125c-3.773-3.427-8.887-5.141-15.34-5.141c-6.38,0-11.367,1.422-14.957,4.266
c-3.591,2.844-5.387,6.38-5.387,10.609c0,4.011,1.659,7.355,4.977,10.035c3.317,2.68,9.042,5.041,17.172,7.082
c8.567,2.188,15.084,5.141,19.551,8.859c4.465,3.719,6.699,8.623,6.699,14.711c0,6.344-2.598,11.394-7.793,15.148
c-5.195,3.755-11.822,5.633-19.879,5.633c-7.949,0-14.884-1.996-20.809-5.988c-5.925-3.992-8.796-9.816-8.613-17.473l0.109-0.328
h6.016c0,6.18,2.315,10.76,6.945,13.74c4.629,2.98,10.081,4.471,16.352,4.471c6.307,0,11.402-1.383,15.285-4.149
C98.507,173.553,100.448,169.895,100.448,165.345z"/>
<path fill="#41CE7C" d="M175.589,110.851H148.19v74.047h-6.563v-74.047h-27.398v-5.578h61.359V110.851z"/>
<path fill="#41CE7C" d="M226.995,162.695h-36.477l-8.203,22.203h-6.781l30.242-79.625h6.18l30.023,79.625h-6.781L226.995,162.695z
M192.706,156.843h32.156l-15.859-43.094h-0.328L192.706,156.843z"/>
<path fill="#41CE7C" d="M260.518,148.914v35.984h-6.508v-79.57h26.961c8.531,0,15.075,1.869,19.633,5.605
c4.557,3.737,6.836,9.197,6.836,16.379c0,4.229-1.222,8.012-3.664,11.348c-2.443,3.336-5.888,5.77-10.336,7.301
c4.922,1.24,8.467,3.455,10.637,6.645c2.169,3.19,3.254,7.191,3.254,12.004v7.492c0,2.479,0.292,4.703,0.875,6.672
c0.583,1.969,1.549,3.573,2.898,4.813v1.313h-6.672c-1.349-1.313-2.297-3.153-2.844-5.523c-0.547-2.37-0.82-4.831-0.82-7.383
v-7.273c0-4.885-1.577-8.741-4.73-11.566c-3.154-2.825-7.556-4.238-13.207-4.238H260.518z M260.518,143.336h19.633
c7.182,0,12.432-1.449,15.75-4.348c3.317-2.898,4.977-6.809,4.977-11.73c0-5.25-1.65-9.288-4.949-12.113
c-3.3-2.825-8.285-4.238-14.957-4.238h-20.453V143.336z"/>
<path fill="#41CE7C" d="M376.893,110.851h-27.398v74.047h-6.563v-74.047h-27.398v-5.578h61.359V110.851z"/>
<path fill="#41CE7C" d="M434.534,165.345c0-4.331-1.623-7.871-4.867-10.619c-3.245-2.748-8.896-5.178-16.953-7.289
c-8.714-2.188-15.313-5.031-19.797-8.531s-6.727-8.221-6.727-14.164c0-6.088,2.506-11.047,7.52-14.875
c5.013-3.828,11.457-5.742,19.332-5.742c8.203,0,14.82,2.279,19.852,6.836c5.031,4.558,7.474,10.117,7.328,16.68l-0.164,0.328
h-6.016c0-5.323-1.887-9.698-5.66-13.125c-3.773-3.427-8.887-5.141-15.34-5.141c-6.38,0-11.366,1.422-14.957,4.266
c-3.591,2.844-5.387,6.38-5.387,10.609c0,4.011,1.659,7.355,4.977,10.035c3.317,2.68,9.042,5.041,17.172,7.082
c8.567,2.188,15.084,5.141,19.551,8.859c4.466,3.719,6.699,8.623,6.699,14.711c0,6.344-2.598,11.394-7.793,15.148
c-5.195,3.755-11.822,5.633-19.879,5.633c-7.948,0-14.884-1.996-20.809-5.988c-5.925-3.992-8.796-9.816-8.613-17.473l0.109-0.328
h6.016c0,6.18,2.315,10.76,6.945,13.74c4.63,2.98,10.081,4.471,16.352,4.471c6.307,0,11.402-1.383,15.285-4.149
C432.593,173.553,434.534,169.895,434.534,165.345z"/>
<path fill="#FFFFFF" d="M99.141,248.105h0.249l7.927-39.636h13.572l-13.862,60.43H93.828L83.66,231.628h-0.249l-10.085,37.271
H60.127l-13.904-60.43h13.613l7.927,39.636h0.249l10.667-39.636h9.753L99.141,248.105z"/>
<path fill="#FFFFFF" d="M140.976,268.898H126.99v-60.43h13.987V268.898z"/>
<path fill="#FFFFFF" d="M192.358,219.259h-15.938v49.639h-14.07v-49.639h-15.813v-10.791h45.82V219.259z"/>
<path fill="#FFFFFF" d="M248.472,268.898h-13.987v-24.321h-22.371v24.321h-14.07v-60.43h14.07v25.317h22.371v-25.317h13.987
V268.898z"/>
<path fill="#FFFFFF" d="M301.431,234.865h0.249l12.036-26.396h15.232l-20.544,39.18v21.25h-13.987v-21.956l-20.129-38.474h15.149
L301.431,234.865z"/>
<path fill="#FFFFFF" d="M382.28,244.12c0,7.443-2.359,13.579-7.076,18.407c-4.718,4.829-10.881,7.243-18.49,7.243
c-7.665,0-13.876-2.414-18.635-7.243c-4.759-4.828-7.139-10.963-7.139-18.407v-10.874c0-7.415,2.372-13.544,7.118-18.386
c4.745-4.842,10.937-7.263,18.573-7.263c7.581,0,13.751,2.421,18.511,7.263c4.759,4.842,7.139,10.971,7.139,18.386V244.12z
M368.293,233.163c0-4.316-1.017-7.858-3.05-10.625c-2.034-2.767-4.905-4.15-8.612-4.15c-3.791,0-6.689,1.377-8.695,4.129
c-2.006,2.754-3.009,6.302-3.009,10.646v10.957c0,4.372,1.017,7.941,3.051,10.708c2.033,2.767,4.945,4.15,8.736,4.15
c3.68,0,6.53-1.383,8.55-4.15c2.02-2.767,3.03-6.336,3.03-10.708V233.163z"/>
<path fill="#FFFFFF" d="M440.012,208.468v39.595c0,6.89-2.29,12.23-6.869,16.021c-4.58,3.791-10.577,5.686-17.992,5.686
c-7.499,0-13.544-1.895-18.137-5.686c-4.593-3.791-6.89-9.131-6.89-16.021v-39.595h14.07v39.595c0,3.708,0.955,6.454,2.864,8.238
c1.909,1.785,4.607,2.677,8.093,2.677c3.458,0,6.122-0.885,7.989-2.656c1.868-1.771,2.802-4.524,2.802-8.259v-39.595H440.012z"/>
</g>
</g>
<g fill="none" stroke="#fefef6" stroke-width="4">
<g stroke-miterlimit="2.9" >
<path class="arrow1" d="m227.54 430.67l15.631 15.829 15.501-15.9"/>
<path class="arrow2" d="m227.56 400.67l15.631 15.829 15.501-15.9"/>
<path class="arrow3" d="m227.56 370.72l15.631 15.829 15.501-15.9"/>
</g>
</g>
</svg>
</a>
</div>
</section>
</div>
</section>
</div>
<div class="parallax parallax1" id="mainClient" gumby-parallax=".5">
<div class="row mainClientWrap">
<div class="push_six six columns test2 mainClient" id="mainClient" data-target="nemClient">
<span class="modContent">
<span class="hideDesktop">
<img src="img/laptop-nem-small.png" alt="laptop running NEM client"/>
</span>
<div class="clientTextSlide inview" gumby-classname="onscreen" gumby-offset="250">
<a class="anchor" id="top"></a>
<h3 class="goto" id="clientsheader1"></h3>
<p class="descrip" id="clientsabout1"></p>
<p>
<a href="http://bob.nem.ninja/installer/" class="btn btn-1 btn-1e button" id="clientsclick1"></a>
</p>
<p class="needHelp" id="linkHtml" data-i18n="[html]clients.help1;"></p>
</div>
</span>
</div>
<div class="pull_four eight columns laptop">
<img class="inview" gumby-classname="onscreen" gumby-offset="250" src="img/laptopNEM.png" alt="alternate photo of laptop running NEM"/>
</div>
</div>
<div class="row">
<div class="six columns thirdParty inview" gumby-classname="onscreen" gumby-offset="50">
<h3 id="clientsheader2"></h3>
<p id="clientsabout2"></p> <!--Replace span with a tag when active-->
<p><span href="" class="comingS" id="clientsclick2"></span></p>
</div>
</div>
</div>
<!--
<div class="stats">
<div class="row">
<div class="statInfo mMargin">
<div class="statNumbers">
<div id="odometer5" class="odometer">178</div>
</div>
<div class="statWords" id="statsnis"></div>
</div>
<div class="statInfo mMargin">
<div class="statNumbers">
<div id="odometer3" class="odometer">123</div>
</div>
<div class="statWords" id="statsacc"></div>
</div>
<div class="statInfo">
<div class="statNumbers">
<div id="odometer4" class="odometer">45</div>
</div>
<div class="statWords" id="statsdorm"></div>
</div>
<div class="statInfo">
<div class="statNumbers">
<div id="odometer2" class="odometer">1223</div>
</div>
<div class="statWords" id="statsavg"></div>
</div>
</div>
</div>
-->
<div class="parallax parallax2" gumby-parallax=".7">
<div class="overflowHide">
<div class="heading3" data-target="purchaseNem">
<h2 id="buyheader"></h2>
</div>
<div class="row purchase">
<div class="four columns border">
<div class="joined">
<ul class="three_up tiles">
<li>
<img class="nemIcon" src="img/64x64.png"/>
</li>
<li>
<img class="arrows" src="img/arrows.png"/>
</li>
<li>
<img class="bitcoin" src="img/bitcoin.svg" onerror="this.src=img/bitcoin.png" />
</li>
</ul>
<div class="ten columns centered">
<p id="buybox1"></p>
</div>
</div>
<div class="ten columns centered test2">
<p><!-- Replace span with a tag when active -->
<span href="" id="buybox1click" class="button comingSoon"></span>
</p>
</div>
</div>
<div class="four columns border">
<div class="joined">
<ul class="three_up tiles">
<li>
<img class="nemIcon" src="img/64x64.png"/>
</li>
<li>
<img class="arrows" src="img/arrows.png"/>
</li>
<li>
<img class="bitcoin" src="img/bitcoin.svg" onerror="this.src=img/bitcoin.png" />
</li>
</ul>
<div class="ten columns centered">
<p id="buybox2"></p>
</div>
</div>
<div class="ten columns centered test2">
<p><!-- Replace span with a tag when active -->
<span href="" id="buybox2click" class="button comingSoon"></span>
</p>
</div>
</div>
<div class="four columns border">
<div class="joined">
<ul class="three_up tiles">
<li>
<img class="nemIcon" src="img/64x64.png"/>
</li>
<li>
<img class="arrows" src="img/arrows.png"/>
</li>
<li>
<img class="money" src="img/money.png"/>
</li>
</ul>
<div class="ten columns centered">
<p id="buybox3"></p>
</div>
</div>
<div class="ten columns centered test2">
<p><!-- Replace span with a tag when active -->
<span href="" id="buybox3click" class="button comingSoon"></span>
</p>
</div>
</div>
</div>
<div class="row purchase border otherXchange">
<div class="">
<!--
<div class="inside inside2">
<a href="https://bter.com/"><img src="img/bterSat.png" alt="bter cryptocurrency exchange"/></a>
</div>
-->
<div class="inside">
<a href="https://poloniex.com/"><img height="16px" src="img/poloniexSat.png"/ alt="Poloniex cryptocurrency exchange"></a>
</div>
<div class="inside">
<a href="https://bittrex.com/"><img height="20px" src="img/bittrexSat.png" alt="bittrex cryptocurrency exchange"/></a>
</div>
<div class="inside">
<a href="http://www.btc38.com/trade_en.html"><img height="16px" src="img/btc38Sat.png" alt="btc38 cryptocurrency exchange"/></a>
</div>
</div>
</div>
<div class="row purchase">
<div class="twelve columns buyGuide inview" gumby-classname="onscreen" gumby-offset="50">
<h5 class="needHelp" id="link2Html" data-i18n="[html]buy.help;"></h5>
<h5 class="needHelp" id="link2Html2" data-i18n="[html]buy.help2;"></h5>
</div>
</div>
<div id="innerHtml" data-i18n="[html]html.content;"></div>
</div>
</div>
<!--
<div class="testimonials">
<div class="row">
<div class="testimWrap">
<div class="user1">
<p>Makoto 1338<img src="img/saul.jpg" alt="portait testimonial user 1"/></p>
</div>
<div class="user1comment" id="">I am a future advocate. STYLE #2</div>
</div>
<div class="testimWrap">
<div class="user2">
<p>Saul Goodman<img src="img/saul.jpg" alt="portait testimonial user 2"/></p>
</div>
<div class="user2comment" id=""> This is STYLE #2</div>
</div>
<div class="testimWrap">
<div class="user3">
<p>Jackson Jones<img src="img/saul.jpg" alt="portait testimonial user 3"/></p>
</div>
<div class="user3comment" id=""> This is STYLE #2, I'm repetitive like that.</div>
</div>
</div>
</div>
-->
<!--NEED MORE HELP SECTION START-->
<!-- <div class="faqs" data-target="faqs">
<div class="row">
<div class="four columns">
<article class="valign row">
<div>
<h3 class="inview" gumby-classname="onscreen|offtop" gumby-offset="100" id="faqheader"></h3>
</div>
</article>
</div>
<div class="eight columns">
<article class="valign row">
<div>
<ul>
<li class="faq1">
<i class="icon-help-circled inview" gumby-classname="onscreen" gumby-offset="150"></i><a href="comingSoon.html">
<span class="inview faqreadfaq" gumby-classname="onscreen" gumby-offset="150" id="faqreadfaq"></span>
<span id="faqreadfaq2" class="faqreadfaq2"></span>
</a>
</li>
<li class="faq2">
<i class="icon-chat inview" gumby-classname="onscreen" gumby-offset="130"></i><a href="http://webchat.freenode.net/?channels=ournem">
<span class="inview faqirc" gumby-classname="onscreen" id="faqirc" gumby-offset="130"></span>
<span id="faqirc2" class="faqirc2"></span>
</a>
</li>
<li class="faq3">
<i class="icon-users inview" gumby-classname="onscreen" gumby-offset="170"></i><a href="https://forum.nemcoin.com/index.php">
<span class="inview faqforum" gumby-classname="onscreen" gumby-offset="170" id="faqforum"></span>
<span id="faqforum2" class="faqforum2"></span>
</a>
</li>
<li class="faq4">
<i class="icon-keyboard inview" gumby-classname="onscreen" gumby-offset="190"></i><a href="http://wiki.nemcoin.com/index.php">
<span class="inview faqwiki" gumby-classname="onscreen" gumby-offset="190" id="faqwiki"></span>
<span id="faqwiki2" class="faqwiki2"></span>
</a>
</li>
</ul>
</div>
</article>
</div>
</div>
</div> -->
<div class="parallax parallax3" id="news" gumby-parallax=".5" data-target="newsFeed">
<div class="row mainClientWrap">
<section class="box1">
<div>
<div>
<div id="newsFeed"></div>
</div>
</div>
</section>
</div>
</div>
<div id="footer">
<footer class="row footLinks" gumby-shuffle="only screen and (max-width: 767px)|1-0">
<div class=" four columns inview" gumby-classname="onscreen" gumby-offset="150" >
<img src="img/nemLogoWhite.png" alt="NEM logo white"/>
<p id="footerlogotext"></p>
</div>
<div class="push_two six columns">
<section class="three_up tiles">
<div class="tile">
<ul>
<li id="footerresources"></li>
<li><a id="footerresources1" href="https://github.com/NewEconomyMovement"></a></li>
<li><a id="footerresources2" href="http://www.altnemo.com/"></a></li>
<li><a id="footerresources3" href="https://docs.google.com/spreadsheet/ccc?key=0Ak91SD0veCeddDdmTkdaWV8zbHp2dWlodDVEVUItbXc&usp=sharing&richtext=true#gid=10"></a></li>
<li><a id="footerresources4" href="http://bob.nem.ninja/docs/"></a></li>
<li><a id="footerresources5" href="https://github.com/NewEconomyMovement/NemCommunityClient/blob/master/docs/api.md"></a></li>
<li><a id="footerresources6" href=""></a></li>
</ul>
</div>
<div class="tile">
<ul>
<li id="footerarticles"></li>
<li><a id="footerarticles1" href="http://motherboard.vice.com/read/this-cryptocurrency-doesnt-want-to-beat-bitcoin-it-wants-to-beat-the-economy"></a></li>
<li><a id="footerarticles2" href="http://finance.yahoo.com/news/cryptocurrency-nem-gears-change-trade-100500963.html"></a></li>
<li><a id="footerarticles3" href="http://cointelegraph.com/news/112265/an-introduction-to-the-new-economy-movement"></a></li>
<li><a id="footerarticles4" href="#"></a></li>
<li><a id="footerarticles5" href="#"></a></li>
<li><a id="footerarticles6" href="#"></a></li>
</ul>
</div>
<div class="tile">
<ul>
<li id="footernewsletters"></li>
<li><a id="footernewsletters1" href="https://medium.com/@nemcoin/nem-newsletter-9-1299cf8660f1"></a></li>
<li><a id="footernewsletters2" href="https://medium.com/@nemcoin/nem-newsletter-8-303765572f00"></a></li>
<li><a id="footernewsletters3" href="https://medium.com/@xtester/nem-newsletter-7-2014-10-21-5c78d69bbb12"></a></li>
<li><a id="footernewsletters4" href="https://medium.com/@xtester/nem-newsletter-6-2014-10-19-6cc2c2cc99be"></a></li>
<li><a id="footernewsletters5" href="https://medium.com/@nemcoin/nem-newsletter-5-2014-9-9-2fa100be1aa6"></a></li>
<li><a id="footernewsletters6" href="archives.html"></a></li>
</ul>
</div>
</section>
</div>
</footer>
<div class="lowerFooter">
<div class="lowerFooterBox">
<div class="row"gumby-shuffle="only screen and (max-width: 767px)|1-0">
<div class="six columns license">
@NEM Project 2015 Released under the MIT License
</div>
<div class="push_two four columns socialFooter">
<!-- <a href="http://www.reddit.com/r/nem/"><i class="icon-reddit"></i></a> -->
<a href="https://www.facebook.com/ourNEM"><i class="icon-facebook"></i></a>
<a href="https://twitter.com/NEMofficial"><i class="icon-twitter"></i></a>
<a href="https://github.com/NewEconomyMovement"><i class="icon-github"></i></a>
</div>
</div>
</div>
</div>
</div>
<!-- Grab Google CDN's jQuery, fall back to local if offline -->
<!-- 2.0 for modern browsers, 1.10 for .oldie -->
<script>
var oldieCheck = Boolean(document.getElementsByTagName('html')[0].className.match(/\soldie\s/g));
if(!oldieCheck) {
document.write('<script src="//ajax.googleapis.com/ajax/libs/jquery/2.0.2/jquery.min.js"><\/script>');
} else {
document.write('<script src="//ajax.googleapis.com/ajax/libs/jquery/1.10.1/jquery.min.js"><\/script>');
}
</script>
<script>
if(!window.jQuery) {
if(!oldieCheck) {
document.write('<script src="bower_components/gumby/js/libs/jquery-2.0.2.min.js"><\/script>');
} else {
document.write('<script src="bower_components/gumby/js/libs/jquery-1.10.1.min.js"><\/script>');
}
}
</script>
<!--
Google's recommended deferred loading of JS
gumby.min.js contains gumby.js, all UI modules and gumby.init.js
Note: If you opt to use this method of defered loading,
ensure that any javascript essential to the initial
display of the page is included separately in a normal
script tag.
<script type="text/javascript">
function downloadJSAtOnload() {
var element = document.createElement("script");
element.src = "js/libs/gumby.min.js";
document.body.appendChild(element);
}
if (window.addEventListener)
window.addEventListener("load", downloadJSAtOnload, false);
else if (window.attachEvent)
window.attachEvent("onload", downloadJSAtOnload);
else window.onload = downloadJSAtOnload;
</script> -->
<script src="js/gumby.min.js"></script>
<script src="js/twitterFetcher.js"></script>
<script src="js/_custom.js"></script>
<script src="bower_components/gumby/js/plugins.js"></script>
<script src="bower_components/gumby/js/main.js"></script>
<!-- Change UA-XXXXX-X to be your site's ID -->
<!--<script>
window._gaq = [['_setAccount','UAXXXXXXXX1'],['_trackPageview'],['_trackPageLoadTime']];
Modernizr.load({
load: ('https:' == location.protocol ? '//ssl' : '//www') + '.google-analytics.com/ga.js'
});
</script>-->
<!-- Prompt IE 6 users to install Chrome Frame. Remove this if you want to support IE 6.
chromium.org/developers/how-tos/chrome-frame-getting-started -->
<!--[if lt IE 7 ]>
<script src="//ajax.googleapis.com/ajax/libs/chrome-frame/1.0.3/CFInstall.min.js"></script>
<script>window.attachEvent('onload',function(){CFInstall.check({mode:'overlay'})})</script>
<![endif]-->
<script>
</script>
</body>
</html>