-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsamsungnote9.html
851 lines (831 loc) · 32.4 KB
/
samsungnote9.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
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
<!DOCTYPE html>
<html>
<head>
<title>Samsung Galaxy Note 9</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href="style.css" rel="stylesheet" />
<style>
.rightnavbar {
list-style-type: none;
margin: 0;
padding: 0;
overflow: hidden;
background-color: #252424;
position: sticky;
top: 0;
width:100%;
font-size: 15px;
}
.navbar {
float: left;
}
.navbar a {
display: block;
color: white;
text-align: center;
padding: 14px 16px;
text-decoration: none;
}
.navbar a:hover:not(.active) {
background-color: #111;
}
.content {
text-align: center;
color: white;
padding: 30px;
}
.samsungnote {
background: #111
}
.heading {
position: absolute;
top: 200px;
left: 0;
width: 100%;
}
.heading span {
color: white;
font: bold 32px/55px Sans-Serif;
letter-spacing: -1px;
background: rgb(0, 0, 0);
background: rgba(0, 0, 0, 0.7);
padding: 10px;
}
.h1 {
position: absolute;
top: 400px;
left: 0;
width: 100%;
}
.span {
color: white;
font: bold 32px/55px Sans-Serif;
letter-spacing: -1px;
background: rgb(0, 0, 0);
background: rgba(0, 0, 0, 0.7);
padding: 10px;
}
.normal{
font-weight: normal;
}
</style>
<script type="text/javascript">
/* When the user clicks on the button,
toggle between hiding and showing the dropdown content */
function myFunction() {
document.getElementById("myDropdown").classList.toggle("show");
}
// Close the dropdown if the user clicks outside of it
window.onclick = function(e) {
if (!e.target.matches('.dropbtn')) {
var myDropdown = document.getElementById("myDropdown");
if (myDropdown.classList.contains('show')) {
myDropdown.classList.remove('show');
}
}
}
</script>
</head>
<body>
<div class="mainnavbar">
<a href="homepage.html" class="logo"><img src="images/logo.png" width="150"/></a>
<div class="mainnavbarcontent">
<a href="homepage.html" style="text-decoration: none" id="mainmenu">HOME</a>
<div class="dropdown">
<button class="dropbtn" onmouseover="myFunction()" style="background-color:#1E90FF; border-radius:4px; color:white;">PRODUCTS
</button>
<div class="dropdown-content" id="myDropdown">
<a href="samsungnote9.html">Samsung GALAXY Note 9</a>
<a href="samsungs9.html">Samsung GALAXY S9/S9+</a>
<a href="samsunga9.html">Samsung GALAXY A9</a>
</div>
</div>
<a href="S9Store.html" style="text-decoration: none" id="mainmenu">ONLINE STORE</a>
<a href="supportsamsungconcierge.html" style="text-decoration: none" id="mainmenu">CONCIERGE</a>
<a href="supportcontactus.html" style="text-decoration: none" id="mainmenu">CONTACT US</a>
</div>
</div>
<!--Content Here-->
<div class="samsungnote">
<img src="images/samsungnote9/samsung-galaxy-note-9-use-1161.jpg" title="Galaxy Note 9" width="100%" height="auto"/>
<h1 class="h1">
<span class="span">
Samsung Galaxy
</span>
<br/>
<span class="span">
Note 9
</span>
</h1>
<ul class="rightnavbar">
<li class="navbar" style="color:white; text-align: center; padding: 14px 16px; text-decoration: none; font-size: 20px">Samsung Galaxy Note 9</li>
<li class="navbar" style="float: right; background-color: #1E90FF"><a href="Note9Store.html"> BUY NOW </a></li>
<li class="navbar" style="float: right;"><a href="Note9specs.html"> SPECS </a></li><br/><br/><br/>
<li class="navbar"><a class="active" href="#home"> HOME </a></li>
<li class="navbar"><a href="#camera"> CAMERA </a></li>
<li class="navbar"><a href="#design"> DESIGN </a></li>
<li class="navbar"><a href="#s_pen"> S PEN </a></li>
<li class="navbar"><a href="#performance"> PERFORMANCE </a></li>
<li class="navbar"><a href="#reviews"> REVIEWS </a></li>
</ul>
<a name="home"/>
<table border="0">
<tr>
<td class="content"></td>
</tr>
<tr>
<td class="content"></td>
</tr>
</table>
<hr/>
<div class="samsungnote" style="color: white; font: bold 35px/58px Sans-Serif; letter-spacing: -1px; background: rgb(0, 0, 0); background: rgba(0, 0, 0, 0.7); text-align: center; padding: 10px">
The all New Remarkable Note 9
<br/>
</div>
<hr/>
<img src="images/samsungnote9/home.jpg" alt="camera" style="width:100%;">
<a name="camera"/>
<table border="0" class="normal">
<tr>
<td class="content"></td>
</tr>
<tr>
<td class="content"></td>
</tr>
</table>
<hr/>
<div class="samsungnote" style="color: white; font: bold 35px/58px Sans-Serif; letter-spacing: -1px; background: rgb(0 ,0 ,0); background: rgba(0, 0, 0, 0.7); text-align: center; padding: 10px">
Camera
</div>
<hr/>
<img src="https://i.ytimg.com/vi/mQeAgi9owj4/maxresdefault.jpg" height="auto" width="100%">
<table width="100%" border="0" class="normal">
<tr>
<td class="content" colspan="2">
<p style="font-size: 50px; font-weight: bold;">
Dual Aperture
</p>
<p style="font-size: 20px;">
The New and Unique Dual Aperture lens in Galaxy Note 9 adapts like the human eye.
</p>
</td>
<tr>
<td>
<img src="images/samsungnote9/night.jpg" height="auto" width="100%">
</td>
<td>
<img src="images/samsungnote9/day.jpg" height="auto" width="100%">
</td>
</tr>
<tr>
<td class="content">
<p style="font-size: 30px; font-weight: bold;">
F1.5 Aperture mode
</p>
<p style="font-size: 20px;">
If it's dark, the lens opens to F1.5 mode to pull in light for a bright and clear photo.
</p>
</td>
<td class="content">
<p style="font-size: 30px; font-weight: bold;">
F2.4 Aperture mode
</p>
<p style="font-size: 20px;">
In the daylight, the lens shifts to F2.4 mode to help your picture come out sharp.
</p>
</td>
</tr>
</table>
<table width="100%" border="0" class="normal">
<tr>
<td class="content">
<p style="font-size: 50px; font-weight: bold">
HDR capturing colour even in the dark
</p>
<p style="font-size: 20px;">
HDR preserves details in daylight and backlit photos, but even at night, it reduces noise to keep details clear and colors vivid without washing out light sources.
</p>
</td>
<td>
<img src="https://cdn57.androidauthority.net/wp-content/uploads/2018/08/Samsung-Galaxy-Note-9-Lowlight-1.jpg" height="auto" width="100%">
</td>
</tr>
</table>
<table width="100%" border="0" class="normal">
<tr>
<td>
<img src="images/samsungnote9/back_camera.jpg" height="auto" width="100%">
</td>
<td class="content">
<p style="font-size: 50px; font-weight: 20px:">
2 lens is better than 1
</p>
<p style="font-size: 20px;">
Galaxy Note9 camera has a 12MP rear camera with 2x optical zoom. The telephoto lens and wide-angle lens work together to shoot the whole scene even when you're zoomed in. With dual OIS, photos will still be sharp even if the camera is a little shaky.
</p>
</td>
</tr>
</table>
<table width="100%" border="0" class="normal">
<tr>
<td class="content" colspan="2">
<p style="font-size: 50px; font-weight: bold;">
Live focus for low light
</p>
</td>
<tr>
<td class="content">
<img src="images/samsungnote9/low_blur.png" height="auto" width="100%">
<p>
Low background blur
</p>
</td>
<td class="content">
<img src="images/samsungnote9/high_blur.png" height="auto" width="100%">
<p>
High background blur
</p>
</td>
</tr>
<tr>
<td class="content" colspan="2">
<p style="font-size: 25px;">
With this functions, you can blur out the background and bring the spotlight to you or your friends.
</p>
</td>
</tr>
</table>
<table width="100%" border="0" class="normal">
<tr>
<td class="content">
<p style="font-size: 50px; font-weight: bold;">
Scene Optimizer
<br/>
<span style="font-style: italic; font-size: 25px; font-weight: normal;">
Secret to beautiful shots
</span>
<p>
<p style="font-size: 20px;">
Scenc Optimizer on the rear camera detects the subject of the frame and chooses over 20 different modes that suits your subject.
</p>
</td>
<td class="content">
<img src="https://image.samsung.com/sg/smartphones/galaxy-note9/camera/images/galaxy-note9_camera_optimizer_slide_img03_on.jpg" height="auto" width="100%">
</td>
</tr>
</table>
<table width="100%" border="0" class="normal">
<tr>
<td class="content">
<p style="font-size: 50px; font-weight: bold;">
Flaw Detection
</p>
<p style="font-size: 20px;">
Detects blinks, blurs, smudged lenses, and backlighting, notifying you so you can adjust and reshoot, just like a intelligent advisor.
</p>
</td>
</tr>
</table>
<table width="100%" border="0" class="normal">
<tr>
<div class="w3-content w3-display-container">
<td width="10%" align="center">
<button class="w3-button w3-black w3-display-left" onclick="plusDivs(-1)" width="50%">❮</button>
</td>
<td align="center" width="80%">
<img class="mySlides" src="images/samsungnote9/blinked.jpg" style="width:80%">
<img class="mySlides" src="images/samsungnote9/blur.jpg" style="width:80%">
<img class="mySlides" src="images/samsungnote9/smudge.jpg" style="width:80%">
<img class="mySlides" src="images/samsungnote9/backlit.jpg" style="width:80%">
</td>
<td width="10%" align="center">
<button class="w3-button w3-black w3-display-right" onclick="plusDivs(1)" width="50%">❯</button>
</td>
</div>
</tr>
</table>
<script>
var slideIndex = 1;
showDivs(slideIndex);
function plusDivs(n) {
showDivs(slideIndex += n);
}
function showDivs(n) {
var i;
var x = document.getElementsByClassName("mySlides");
if (n > x.length) {slideIndex = 1}
if (n < 1) {slideIndex = x.length}
for (i = 0; i < x.length; i++) {
x[i].style.display = "none";
}
x[slideIndex-1].style.display = "block";
}
</script>
<table width="100%" border="0" class="normal">
<tr>
<td class="content">
<img src="https://images.samsung.com/is/image/samsung/p5/au/faq/mobile-device/note-9-s-pen/remote-selfie.png?$ORIGIN_PNG$" height="auto" width="100%">
</td>
<td class="content">
<p style="font-size: 50px; font-weight: bold;">
Taking selfies in a fancy way
</p>
<p style="font-size: 20px;">
Shoot selfies with the innovative Bluetooth enabled S Pen by pressing a button. Galaxy Note9's 8MP front camera detects faces to ensure they are focused.
</p>
</td>
</tr>
</table>
<table width="100%" border="0" class="normal">
<tr>
<td class="content">
<p style="font-size: 50px; font-weight: bold;">
Super Slow-mo
</p>
<p style="font-size: 20px;">
Showoff your editing skills as Note9's super camera provides video play back with incredible detail, recording up to a wicked fast 960 frames per second.
</p>
</td>
<td class="content">
<img src="https://cnet3.cbsistatic.com/img/IODUhBdC00wN8zoDtCa_aWb55UU=/970x0/2018/06/20/68a9b875-aa69-49fe-90c4-16600d24984a/gettyimages-93543445.jpg" height="auto" width="100%">
</td>
</tr>
</table>
<table width="100%" border="0" class="normal">
<tr>
<td class="content">
<p style="font-size: 50px; font-weight: bold;">
AR Emoji
</p>
<p style="font-size 20px;">
Express yourself in many creatives ways with Galaxy Note9's AR Emoji. You can customise your own characters with differnt outfits. When taking a selfie, your emoji follows your expression and movements closely.
</p>
</td>
</tr>
</table>
<img src="https://images.idgesg.net/images/article/2018/02/galaxy_s9_ar_emoji-100750666-orig.jpg" height="auto" width="100%">
<a name="design"/>
<table border="0" class="normal">
<tr>
<td class="content"></td>
</tr>
<tr>
<td class="content"></td>
</tr>
</table>
<hr/>
<div class="samsungnote" style="color: white; font: bold 35px/58px Sans-Serif; letter-spacing: -1px; background: rgb(0 ,0 ,0); background: rgba(0, 0, 0, 0.7); text-align: center; padding: 10px">
Mesmerising Designs
</div>
<hr/>
<img src="https://www.techpreneurmag.com/wp-content/uploads/2018/08/maxresdefault.jpg" height="auto" width="100%">
<table width="100%" border="0" class="normal">
<tr>
<td class="content">
<img src="images/samsungnote9/design.jpg" height="auto" width="100%"/>
</td>
<td class="content">
<p style="font-size: 50px; font-weight: bold;">
Biggest Samsung Smartphone screen
</p>
<p style="font-size: 20px;">
With 516 pixel per inch with 2960 x 1440 resolution screen, enjoy the Inifnity Display's wide Quad HD+ Super AMOLED screen.<br/><br/>
The signature S Pen calls for an elegant writing surface hence the 6.4 inch screen allows boundless imaginations.
</p>
</td>
</tr>
</table>
<table width="100%" border="0" class="normal">
<tr>
<td class="content">
<p style="font-size: 50px; font-weight: bold;">
Photos in striking detail, even in brood daylight
</p>
<p style="font-size: 20px">
Galaxy Note9's intelligent screen adjust contrast based on the light, giving you clear and visible details, whether indoors or outdoors.
</p>
</td>
<td class="content">
<img src="https://ksassets.timeincuk.net/wp/uploads/sites/54/2018/08/Samsung-Galaxy-Note-9-handheld-office-video-lifestyle-press-image-920x517.jpg" height="auto" width="100%">
</td>
</tr>
</table>
<table width="100%" border="0" class="normal">
<tr>
<td class="content">
<p style="font-size: 50px; font-weight: bold;">
Refined design
</p>
<p style="font-size: 20px;">
The Galaxy Note9 is as beautiful as it is innovative. The metal frame features dia-cutting along the edges for a high-end, faceted style that sets it apart from other smartphones. And the rear camera blends into the back for an all-around seamlessness. It not only feels good in your hand, it looks good too.
</p>
</td>
</tr>
</table>
<img src="https://cdn1.expertreviews.co.uk/sites/expertreviews/files/styles/er_main_wide/public/2018/08/samsung-galaxy-note-9-review-3.jpg?itok=nSlXlYnJ" height="auto" width="100%">
<table width="100%" border="0" class="normal">
<tr>
<td class="content">
<p style="font-size: 50px; font-weight: bold;">
Wide range of Colours
</p>
<p style="font-size: 20px;">
Galaxy Note9 comes in a wide variety of colour - Ocean Blue, Midnight Black, Lavender Purple, Metallic Copper, Cloud Silver, Alpine White
</p>
</td>
</tr>
</table>
<img src="https://ksassets.timeincuk.net/wp/uploads/sites/54/2018/08/Galaxy-Note-colours-920x690.jpg" height="auto" width="100%">
<a name="s_pen"/>
<table border="0" class="normal">
<tr>
<td class="content"></td>
</tr>
<tr>
<td class="content"></td>
</tr>
</table>
<hr/>
<div class="samsungnote" style="color: white; font: bold 35px/58px Sans-Serif; letter-spacing: -1px; background: rgb(0 ,0 ,0); background: rgba(0, 0, 0, 0.7); text-align: center; padding: 10px">
Samsung's own stylus pen, S Pen
</div>
<hr/>
<img src="images/samsungnote9/s_pen.jpg" height="auto" width="100%">
<table width="100%" border="0" class="normal">
<tr>
<td class="content">
<p style="font-size: 50px; font-weight: bold;">
The intelligent tool that sets Galaxy Note9 apart
</p>
<p style="font-size: 20px;">
It has a fine 0.7 mm tip and 4096 pressure levels offer precise strokes.
</td>
<td class="content">
<img src="images/samsungnote9/s_pen.jfif" height="auto" width="100%"/>
</td>
</tr>
</table>
<table width="100%" border="0" class="normal">
<tr>
<td class="content" colspan="3">
<p style="font-size: 50px; font-weight: bold;">
Design to make your live easier
</p>
<p style="font-size: 20px;">
Bluetooth enabled technology that allows it to be used to snap photos, change slides, and pause YouTube videos with a click of the button.
</p>
</td>
</tr>
<tr>
<td>
<img src="https://image.samsung.com/sg/smartphones/galaxy-note9/s-pen/images/galaxy-note9_spen_capture.jpg" height="auto" width="100%">
</td>
<td>
<img src="https://image.samsung.com/sg/smartphones/galaxy-note9/s-pen/images/galaxy-note9_spen_presentation.jpg" height="auto" width="100%">
</td>
<td>
<img src="https://image.samsung.com/sg/smartphones/galaxy-note9/s-pen/images/galaxy-note9_spen_apps.jpg" height="auto" width="100%">
</td>
</tr>
</table>
<br/>
<table width="100%" border="0" class="normal">
<tr>
<td>
<img src="https://o.aolcdn.com/images/dims?quality=85&image_uri=https%3A%2F%2Fo.aolcdn.com%2Fimages%2Fdims%3Fcrop%3D2000%252C1278%252C0%252C0%26quality%3D85%26format%3Djpg%26resize%3D1600%252C1022%26image_uri%3Dhttp%253A%252F%252Fo.aolcdn.com%252Fhss%252Fstorage%252Fmidas%252Ff0f8794d07863aee42559dbdd9b1f625%252F206596260%252F_MG_6392.jpg%26client%3Da1acac3e1b3290917d92%26signature%3Df81a19fbce656b0da2336bc59db9fb507edb7ee0&client=amp-blogside-v2&signature=9672d655147cd25fbd9faf21f423e7f5ef9bf7fa" height="auto" width="100%">
</td>
<td class="content">
<p style="font-size: 50px; font-weight: bold;">
Customisable Settings
</p>
<p style="font-size: 20px;">
Setting what applications you want to be triggered when you double click with the S Pen is easy, simply head to Settings to customise it.
</p>
</td>
</tr>
</table>
<table width="100%" border="0" class="normal">
<tr>
<td class="content">
<p style="font-size: 50px; font-weight: bold;">
Screen off memo
</p>
<p style="font-size: 20px;">
Pop out the S Pen to activate Screen off memo and turn your Galaxy Note9 into an intelligent notepad — all without unlocking your phone. Then if you need it for later, pin it to the Always On Display or find it in the Samsung Notes app.
</p>
</td>
<td>
<img src="https://www.gadgetmatch.com/wp-content/uploads/2018/08/Samsung-Galaxy-Note-9-17.jpg" height="auto" width="100%">
</td>
</tr>
</table>
<a name="performance"/>
<table border="0" class="normal">
<tr>
<td class="content"></td>
</tr>
<tr>
<td class="content"></td>
</tr>
</table>
<hr/>
<div class="samsungnote" style="color: white; font: bold 35px/58px Sans-Serif; letter-spacing: -1px; background: rgb(0 ,0 ,0); background: rgba(0, 0, 0, 0.7); text-align: center; padding: 10px">
Performance
</div>
<hr/>
<img src="https://image.samsung.com/sg/smartphones/galaxy-note9/performance/images/galaxy-note9_performance_apram.jpg" height="auto" width="100%">
<table width="100%" border="0" class="normal">
<tr>
<td class="content" rowspan="2">
<img src="images/samsungnote9/performance.jpg" height="auto" width="100%"/>
</td>
<td class="content">
<p style="font-size: 50px; font-weight: bold;">
The phone that last you through your day
</p>
<p style="font-size: 20px;">
Has a 4000mAH battery that can last you through your day with a single charge.
</p>
</td>
</tr>
<tr>
<td class="content">
<p>
"Galaxy Note9 has the best battery life of any flagship Andriod phone I've tested."
<img src="https://images.samsung.com/is/image/samsung/p5/sg/smartphones/galaxy-note9/performance/images/galaxy-note9_performance_battery_logo.png?$ORIGIN_PNG$" height="auto" width="15%" align="right">
</p>
</td>
</tr>
</table>
<table width="100%" border="0" class="normal">
<tr>
<td class="content">
<p style="font-size: 50px; font-weight: bold;">
Power up without being tied down
</p>
<p style="font-size:20px;">
With Samsung fast wireless charging, you can quickly and convinently charge your phone up to 100% without the need to plug into a socket.
Advanced wireless charging technology makes this Galaxy essentially powerful yet easy to use.
</p>
</td>
</tr>
</table>
<img src="https://cdn.vox-cdn.com/thumbor/hW_PWGRrIZdlzELsTivp79MoL3c=/0x0:2040x1360/920x613/filters:focal(825x1034:1151x1360):format(webp)/cdn.vox-cdn.com/uploads/chorus_image/image/60785329/jbareham_180809_2815_0002.0.jpg" height="auto" width="100%"/>
<br/>
<table width="100%" border="0" class="normal">
<tr>
<td class="content">
<p style="font-size: 50px; font-weight: bold;">
Remarkable fast download speed and buffering
</p>
<p style="font-size: 20px;">
Integrated gigabit LTE and Wi-Fi capabilities and a 4x4 MIMO antenna, the Galaxy Note9 allows you to tap into extraordinary network speeds up to 1.2Gbps.
</p>
</td>
<td>
<img src="https://img.gadgethacks.com/img/06/92/63673146403904/0/watch-2-videos-simultaneously-your-galaxy-note-9.1280x600.jpg" height="auto" width="100%">
</td>
</tr>
</table>
<br/>
<table width="100%" border=0" class="normal">
<tr>
<td>
<img src="https://www.samsungcentral.com/wp-content/uploads/2018/08/samsungcentral.com_galaxynote9carboncoolingfeatured.jpg" height="auto" width="100%">
</td>
<td class="content">
<p style="font-size: 50px; font-weight: bold;">
Ingenious processer designed for speed
</p>
<p style="font-size: 20px;">
55% Faster CPU, 23% Faster GPU, 8GB RAM
</p>
</td>
</tr>
</table>
<br/>
<table width="100%" border=0" class="normal">
<tr>
<td class="content">
<p style="font-size: 50px; font-weight: bold;">
Store more, delete less
</p>
<p style="font-size: 20px;">
Internal storage capacity of 512GB and external storage capacity up to 512GB
</p>
</td>
<td rowspan="2">
<img src="images/samsungnote9/storage.jpg" height="auto" width="100%">
</td>
</tr>
<tr>
<td class="content">
<p style="font-size: 20px;">
Galaxy Note9 offers dual SIM so you can control 2 numbers with 1 phone, for easier manange of work and personal accounts.
</p>
</td>
</tr>
</table>
<table width="100%" border="0" class="normal">
<tr>
<td>
<img src="https://image.samsung.com/sg/smartphones/galaxy-note9/performance/images/galaxy-note9_performance_stereo_phone.png" height="auto" width="100%">
</td>
<td class="content">
<p style="font-size: 50px; font-weight: bold">
Experience game-changing audio
</p>
<p style="font-size: 20px;">
Speaker that is plays sound more vividly and at louder volume. <br/>
Dolby Atmos creates immersive three-dimensional sound, giving you and theater-like experience.
</p>
</td>
</tr>
<table>
<table width="100%" border="0" class="normal">
<tr>
<td class="content">
<p style="font-size: 50px; font-weight: bold;">
Keeping up to fast moving game
</p>
<p style="font-size: 20px;">
The powerful Samsung Galaxy Note9 has a long-lasting battery, keeping the game going with an innovative water-carbon cooling system, sustaining the phone's high performance.
</td>
</tr>
</table>
<img src="https://sm.ign.com/ign_ap/screenshot/default/note9-gaming_9y7w.jpg" height="auto" width="100%">
<table width="100%" border="0" class="normal">
<tr>
<td class="content">
<p style="font-size: 50px; font-weight: bold;">
Steam PC Games to Galaxy
</p>
<p style="font-size: 20px;">
Galaxy Note9 Capable of handling Steam games made for PC.
</p>
<img src="images/samsungnote9/steam.jpg" height="auto" width="10%" style="border-radius: 20%;">
</td>
<td>
<img src="https://images.samsung.com/is/image/samsung/p5/sg/smartphones/galaxy-note9/performance/images/galaxy-note9_performance_steam_nc.jpg?$ORIGIN_JPG$" height="auto" width="100%">
</td>
</tr>
</table>
<table width="100%" border="0" class="normal">
<tr>
<td class="content">
<p style="font-size: 50px; font-weight: bold;">
Dust and water resistant
</p>
<p style="font-size: 20px;">
Galaxy Note9 can be submerged for 30 mins in 1.5 meters of water and still work. The S-Pen is also water resistant.
Highest rating you can get for your phone for dust and water resistance, IP68.
</p>
</td>
</tr>
</table>
<img src="https://www.xda-developers.com/files/2018/08/galaxy-note-9-s-pen-water.jpeg" height="auto" width="100%">
<table width="100%" border="0" class="normal">
<tr>
<td class="content">
<p style="font-size: 50px; font-weight: bold;">
Biometric Authentication
</p>
<p style="font-size: 20px;">
Doesn't matter if you're under bright sunlight or dim lighting,you can unlock your phone with Galaxy Note9 Intelligent scan,the innovative combination of face recongition and iris scanningto recongize you in different environments.
</p>
</td>
</tr>
</table>
<img src="https://cnet3.cbsistatic.com/img/YAPkqzMTuZ7vwCh9ExyPqki1CtY=/970x0/2018/08/09/76cff9db-b861-4c03-8bf9-1516f7022345/71-samsung-galaxy-note-9.jpg" height="auto" width="100%">
<a name="reviews"/>
<table border="0" class="normal">
<tr>
<td class="content"></td>
</tr>
<tr>
<td class="content"></td>
</tr>
</table>
<hr/>
<div class="samsungnote" style="color: white; font: bold 35px/58px Sans-Serif; letter-spacing: -1px; background: rgb(0 ,0 ,0); background: rgba(0, 0, 0, 0.7); text-align: center; padding: 10px">
Reviews
</div>
<hr/>
<img src="https://www.elegantthemes.com/blog/wp-content/uploads/2018/07/yelp-reviews-wordpress.png" height="auto" width="100%">
<br/>
<table width="100%" border="0" class="normal">
<tr>
<td class="content">
<img src="https://boygeniusreport.files.wordpress.com/2017/09/bgr-galaxy-note-8-5.jpg?quality=98&strip=all" height="auto" width="80%">
</td>
<td class="content">
<img src="images/samsungnote9/icon.png" height="auto" width="25%" align="right" alt="user_icon" style="border-radius: 15%">
<span style="color: rgb(60, 179, 113); font-style: italic;">
Recommended
<img src="https://upload.wikimedia.org/wikipedia/commons/thumb/a/ae/5_stars.svg/1280px-5_stars.svg.png" height="auto" width="15%" align="center" alt="5_stars">
</span>
<br/>
<p style="font-style: italic;">
Posted by: Maggie Peng on Tuesday,January 8,2019 9.53:23AM
</p>
<p style="font-size: 20px; color: white; text-align: left;">
The phone battery is able to last me for more than half a day of intense gaming on my phone. I don't experience any lag when I play on my phone. Highly recommend it to those who are interested.
</p>
</td>
</tr>
</table>
<br/>
<br/>
<table width="100%" border="0" class="normal">
<tr>
<td class="content">
<img src="http://en.bcdn.biz/images/emails_source/5aa1d06c-d409-4d4a-8d4f-d90f51350047.jpg" height="auto" width="23%" align="left" alt="user_icon" style="border-radius: 15%">
<span style="color: rgb(60, 179, 113); font-style: italic; text-align: center;">
Recommended
<img src="https://upload.wikimedia.org/wikipedia/commons/thumb/a/ae/5_stars.svg/1280px-5_stars.svg.png" height="auto" width="15%" align="center" alt="4_stars">
</span>
<br/>
<p style="font-style: italic;">
Posted by: Timothy Ng on Friday,January 11,2019 3.42:21PM
</p>
<p style="font-size: 20px; color: white; text-align: center;">
As a guy that enjoys taking pictures as a hobby, I find the camera extremely good as the photos I've taken are extremely clear. Pictures taken at night with low lighting still look vibrant. Overall, I would say that this phone is worth the amount you're paying.
</p>
</td>
<td class="content">
<img src="https://www.droid-life.com/wp-content/uploads/2018/08/Galaxy-Note-9-Unboxing-2-980x551.jpg" height="auto" width="100%" align="middle">
</td>
</tr>
</table>
<br/>
<br/>
<table width="100%" border="0" class="normal">
<tr>
<td class="content">
<img src="https://www.gsmdome.com/wp-content/uploads/2018/08/Samsung-Galaxy-Note-9-unboxing_137-696x522.jpg" height="auto" width="80%" align="left">
</td>
<td class="content">
<img src="https://s3.us-west-2.amazonaws.com/photos.puppyspot.com/breeds/245/card/500000291_medium.jpg" height="auto" width="16%" align="right" alt="user_icon" style="border-radius: 15%">
<span style="color: rgb(60, 179, 113); font-style: italic;">
Recommended
<img src="https://upload.wikimedia.org/wikipedia/commons/thumb/a/ae/5_stars.svg/1280px-5_stars.svg.png" height="auto" width="15%" align="center" alt="5_Stars">
</span>
<br/>
<p style="font-style: italic;">
Posted by: Johnathan Chua on Saturday,January 19,2019 1.11:53PM
</p>
<p style="font-size: 20px; color: white; text-align: left;">
The S Pen have helped me tremendously when I do my presentations. I can now use it as a clicker to move on to the next slide during my presentation.
</p>
</td>
</tr>
</table>
<br/>
<br/>
<table width="100%" border="0" class="normal">
<tr>
<td class="content">
<img src="https://vetstreet-brightspot.s3.amazonaws.com/42/c5/d38729f543e4a3c592e90e8fbb48/pug-ap-kwdhxs-335.jpg" height="auto" width="20%" align="left" alt="user_icon" style="border-radius: 15%">
<span style="color: rgb(60, 179, 113); font-style: italic;">
Recommended
<img src="https://upload.wikimedia.org/wikipedia/commons/thumb/1/1b/4_stars.svg/1280px-4_stars.svg.png" height="auto" width="15%" align="center" alt="4_stars">
</span>
<br/>
<p style="font-style: italic;">
Posted by: Clare Eng on Friday, January 25,2019 8.43:07PM
</p>
<p style="font-size: 20px; color: white; text-align: center;">
If you're enjoy watching videos on your phone like me, I would strongly recommend this phone as Super AMOLED screen on the phone makes the colours look deep and rich. However, I find it a little bulky for my liking as I don't prefer big phones.
</p>
</td>
<td class="content">
<img src="https://www.brecorder.com/wp-content/uploads/2018/03/note.jpg" height="auto" width="80%">
</td>
</tr>
</table>
<a href="#home">
<span style="text-align: left; color: white; font-weight: bold;">
Back to the top
</span>
<br/>
<br/>
</a>
</div>
<!-- Content Here-->
<div class="footer">
<table id="followus">
<caption>Follow us</caption>
<tr>
<td><a href=""><img src="images/facebook.png" height="25" width="25"/></a></td>
<td><a href=""><img src="images/instagram.png" height="25" width="25"/></a></td>
<td><a href=""><img src="images/youtube.png" height="25" width="25"/></a><td>
<td><a href=""><img src="images/twitter.png" height="25" width="25"/></a></td>
</tr>
</table>
<p id="copyright">Copyright © 2019 SNA All rights reserved.</p>
</div>
<div id="widget">
<a href="FAQ.html" target="_blank"><img src="images/Question.png" height="50"/></a>
</div>
</body>
</html>