-
Notifications
You must be signed in to change notification settings - Fork 0
/
details.html
156 lines (146 loc) · 3.79 KB
/
details.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Title</title>
<link rel="stylesheet"
href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css"
integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u"
crossorigin="anonymous">
<link rel="stylesheet" href="app.css">
</head>
<body>
<div>
<div>
<img class="phone" src="img/phones/motorola-xoom-with-wi-fi.0.jpg">
<button>Back</button>
<button>Add to basket</button>
<h1>Motorola XOOM™ with Wi-Fi</h1>
<p>Motorola XOOM with Wi-Fi has a super-powerful dual-core processor and Android™ 3.0 (Honeycomb) — the Android platform designed specifically for tablets. With its 10.1-inch HD widescreen display, you’ll enjoy HD video in a thin, light, powerful and upgradeable tablet.</p>
<ul class="phone-thumbs">
<li>
<img src="img/phones/motorola-xoom-with-wi-fi.0.jpg">
</li>
<li>
<img src="img/phones/motorola-xoom-with-wi-fi.1.jpg">
</li>
<li>
<img src="img/phones/motorola-xoom-with-wi-fi.2.jpg">
</li>
<li>
<img src="img/phones/motorola-xoom-with-wi-fi.3.jpg">
</li>
<li>
<img src="img/phones/motorola-xoom-with-wi-fi.4.jpg">
</li>
<li>
<img src="img/phones/motorola-xoom-with-wi-fi.5.jpg">
</li>
</ul>
<ul class="specs">
<li>
<span>Availability and Networks</span>
<dl>
<dt>Availability</dt>
<dd></dd>
</dl>
</li>
<li>
<span>Battery</span>
<dl>
<dt>Type</dt>
<dd>Other ( mAH)</dd>
<dt>Talk Time</dt>
<dd>24 hours</dd>
<dt>Standby time (max)</dt>
<dd>336 hours</dd>
</dl>
</li>
<li>
<span>Storage and Memory</span>
<dl>
<dt>RAM</dt>
<dd>1000MB</dd>
<dt>Internal Storage</dt>
<dd>32000MB</dd>
</dl>
</li>
<li>
<span>Connectivity</span>
<dl>
<dt>Network Support</dt>
<dd></dd>
<dt>WiFi</dt>
<dd>802.11 b/g/n</dd>
<dt>Bluetooth</dt>
<dd>Bluetooth 2.1</dd>
<dt>Infrared</dt>
<dd>✘</dd>
<dt>GPS</dt>
<dd>✓</dd>
</dl>
</li>
<li>
<span>Android</span>
<dl>
<dt>OS Version</dt>
<dd>Android 3.0</dd>
<dt>UI</dt>
<dd>Honeycomb</dd>
</dl>
</li>
<li>
<span>Size and Weight</span>
<dl>
<dt>Dimensions</dt>
<dd>249.1 mm (w)</dd>
<dd>167.8 mm (h)</dd>
<dd>12.9 mm (d)</dd>
<dt>Weight</dt>
<dd>708.0 grams</dd>
</dl>
</li>
<li>
<span>Display</span>
<dl>
<dt>Screen size</dt>
<dd>10.1 inches</dd>
<dt>Screen resolution</dt>
<dd>WXGA (1200 x 800)</dd>
<dt>Touch screen</dt>
<dd>✓</dd>
</dl>
</li>
<li>
<span>Hardware</span>
<dl>
<dt>CPU</dt>
<dd>1 GHz Dual Core Tegra 2</dd>
<dt>USB</dt>
<dd>USB 2.0</dd>
<dt>Audio / headphone jack</dt>
<dd>3.5mm</dd>
<dt>FM Radio</dt>
<dd>✘</dd>
<dt>Accelerometer</dt>
<dd>✓</dd>
</dl>
</li>
<li>
<span>Camera</span>
<dl>
<dt>Primary</dt>
<dd>5.0 megapixels</dd>
<dt>Features</dt>
<dd>Flash, Video</dd>
</dl>
</li>
<li>
<span>Additional Features</span>
<dd>Sensors: proximity, ambient light, barometer, gyroscope</dd>
</li>
</ul>
</div>
</div>
</body>
</html>