forked from hbcbh1999/mimic-bloomberg-menu-no-js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
418 lines (342 loc) · 14.3 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
<!DOCTYPE html>
<meta charset=utf8>
<meta name=viewport content="width=device-width, initial-scale=1.0">
<title>Bloomberg Menu</title>
<link rel=stylesheet href=style.css>
<link rel=stylesheet href=bmenu.css>
<input id=bmenu_toggle type=checkbox name=bmenu-open class=hidden>
<label class="bmenu toggle" for=bmenu_toggle>
<header><span class=heavy>☰</span> Menu</header>
</label>
<div class=hide-at-start-wrapper>
<nav class="bmenu panel animated">
<a href=#/home.html>Home</a>
<a href=#/markets.html>Markets</a>
<a href=#/technology.html>Technology</a>
<a href=#/politics.html>Politics</a>
<a href=#/pursuits.html>Pursuits</a>
<a href=#/opinion.html>Opinion</a>
<a href=#/businessweek.html>Businessweek</a>
<hr>
<a href=#/video.html>Video</a>
<a href=#/audio.html>Audio</a>
<hr>
<a class=no-panel href=#/newsletters.html>Newsletters</a>
<a class=no-panel href=#/watchlist.html>Watchlist</a>
<a class=no-panel href=#/subscribe.html>Subscribe</a>
<a class=no-panel href=#/signin.html>Sign In</a>
<article class=panel>
<div class=column>
<section class=titled-group>
<header>Read</header>
<a href=#/wealth.html>Wealth</a>
<a href=#/crypto.html>Crypto</a>
<a href=#/hyperdrive.html>Hyperdrive</a>
<a href=#/prognosis.html>Prognosis</a>
<a href=#/climatechanged.html>Climate Changed</a>
<a href=#/equality.html>Equality</a>
<a href=#/billionaires.html>Billionaires</a>
<a href=#/graphics.html>Graphics</a>
<a href=#/sponsoredcontent.html>Sponsored Content</a>
</section>
<section class=titled-group>
<header>Watch</header>
<a href=#/thedavidrubensteinshow.html>The David Rubenstein Show</a>
<a href=#/brilliantideas.html>Brilliant Ideas</a>
<a href=#/inspirego.html>Inspire GO</a>
</section>
</div>
<div class=column>
<section class=titled-group>
<header>Special Reports</header>
<a href=#/wheretoinvest$10,000.html>Where to Invest $10,000</a>
<a href=#/50companiestowatchin2018.html>50 Companies to Watch in 2018</a>
<a href=#/what'sinsidealltheiphones.html>What's Inside All the iPhones</a>
</section>
</div>
</article>
<article class=panel>
<div class=column>
<section class=titled-group>
<header>Read</header>
<a href=#/economics.html>Economics</a>
<a href=#/deals.html>Deals</a>
<a href=#/fixedincome.html>Fixed Income</a>
<a href=#/etfs.html>ETFs</a>
<a href=#/benchmark.html>Benchmark</a>
<a href=#/marketsmagazine.html>Markets Magazine</a>
</section>
<section class=titled-group>
<header>Watch</header>
<a href=#/daybreak.html>Daybreak</a>
<a href=#/surveillance.html>Surveillance</a>
<a href=#/markets.html>Markets</a>
<a href=#/what'dyoumiss.html>What'd You Miss</a>
</section>
<section class=titled-group>
<header>Follow</header>
<a href=#/twitter.html>Twitter</a>
<a href=#/facebook.html>Facebook</a>
</section>
</div>
<div class=column>
<section class=titled-group>
<header>Data</header>
<a href=#/stocks.html>Stocks</a>
<a href=#/currencies.html>Currencies</a>
<a href=#/commodities.html>Commodities</a>
<a href=#/rates-and-bonds.html>Rates & Bonds</a>
<a href=#/sectors.html>Sectors</a>
<a href=#/economiccalendar.html>Economic Calendar</a>
</section>
<section class=titled-group>
<header>Listen</header>
<a href=#/trillions.html>Trillions</a>
<a href=#/oddlots.html>Odd Lots</a>
<a href=#/surveillance.html>Surveillance</a>
<a href=#/benchmark.html>Benchmark</a>
<a href=#/p-and-l.html>P&L</a>
</section>
</div>
</article>
<article class=panel>
<div class=column>
<section class=titled-group>
<header>Read</header>
<a href=#/Cybersecurity.html>Cybersecurity</a>
<a href=#/Startups.html>Startups</a>
<a href=#/AI.html>AI</a>
<a href=#/Mobile.html>Mobile</a>
<a href="#/Big+Data.html">Big Data</a>
<a href="#/Cloud+Computing.html">Cloud Computing</a>
<a href=#/U.S.html>U.S.</a>
<a href=#/Global.html>Global</a>
</section>
<section class=titled-group>
<header>Special Reports</header>
<a href="#/The Elon Musk Tracker.html">The Elon Musk Tracker</a>
<a href="#/Tesla Model 3 Tracker.html">Tesla Model 3 Tracker</a>
</section>
</div>
<div class=column>
<section class=titled-group>
<header>Watch</header>
<a href="#/Gadgets with Gurman.html">Gadgets with Gurman</a>
<a href="#/Digital Defense.html">Digital Defense</a>
<a href="#/Bloomberg Technology TV.html">Bloomberg Technology TV</a>
<a href="#/Studio 1.0.html">Studio 1.0</a>
</section>
<section class=titled-group>
<header>Listen</header>
<a href=#/Decrypted.html>Decrypted</a>
</section>
<section class=titled-group>
<header>Follow</header>
<a href=#/Twitter.html>Twitter</a>
<a href=#/Facebook.html>Facebook</a>
</section>
</div>
</article>
<article class=panel>
<div class=column>
<section class=titled-group>
<header>Read</header>
<a href="#/2018 Women Candidates.html">2018 Women Candidates</a>
<a href="#/Trump Tracker.html">Trump Tracker</a>
<a href="#/Brexit Coverage.html">Brexit Coverage</a>
<a href="#/World Leaders on the Brink.html">World Leaders on the Brink</a>
<a href="#/2018 Pessimist's Guide.html">2018 Pessimist's Guide</a>
</section>
<section class=titled-group>
<header>Listen</header>
<a href="#/Bloomberg Law.html">Bloomberg Law</a>
</section>
</div>
<div class=column>
<section class=titled-group>
<header>Subscribe</header>
<a href="#/Balance of Power.html">Balance of Power</a>
</section>
<section class=titled-group>
<header>Follow</header>
<a href=#/Twitter.html>Twitter</a>
<a href=#/Facebook.html>Facebook</a>
</section>
</div>
</article>
<article class=panel>
<div class=column>
<section class=titled-group>
<header>Read</header>
<a href=#/Travel.html>Travel</a>
<a href=#/Autos.html>Autos</a>
<a href=#/Homes.html>Homes</a>
<a href=#/Living.html>Living</a>
<a href=#/Culture.html>Culture</a>
<a href=#/Style.html>Style</a>
</section>
<section class=titled-group>
<header>Special Reports</header>
<a href="#/London Property Prices.html">London Property Prices</a>
<a href="#/New York Property Prices.html">New York Property Prices</a>
<a href="#/How to Invest in Art.html">How to Invest in Art</a>
<a href="#/How to Spend Your Bonus.html">How to Spend Your Bonus</a>
</section>
</div>
<div class=column>
<section class=titled-group>
<header>Watch</header>
<a href=#/Made.html>Made</a>
</section>
<section class=titled-group>
<header>Follow</header>
<a href=#/Twitter.html>Twitter</a>
<a href=#/Facebook.html>Facebook</a>
<a href=#/Intagram.html>Intagram</a>
</section>
</div>
</article>
<article class=panel>
<div class=column>
<section class=titled-group>
<header>Read</header>
<a href=#/Editorials.html>Editorials</a>
</section>
<section class=titled-group>
<header>Follow</header>
<a href=#/Twitter.html>Twitter</a>
<a href=#/Facebook.html>Facebook</a>
</section>
</div>
<div class=column>
<section class=titled-group>
<header>Listen</header>
<a href="#/Masters in Business.html">Masters in Business</a>
</section>
<section class=titled-group>
<header>Subscribe</header>
<a href="#/Bloomberg Opinion Today.html">Bloomberg Opinion Today</a>
<a href="#/Money Stuff.html">Money Stuff</a>
<a href=#/Ritholtz's Reads.html>Ritholtz's Reads</a>
<a href="#/Early Returns.html">Early Returns</a>
<a href=#/Sparklines.html>Sparklines</a>
</section>
</div>
</article>
<article class=panel>
<div class=column>
<section class=titled-group>
<header>Special Reports</header>
<a href="#/Sooner Than You Think.html">Sooner Than You Think</a>
<a href="#/The Year Ahead: 2018.html">The Year Ahead: 2018</a>
<a href="#/The Bloomberg 50.html">The Bloomberg 50</a>
</section>
<section class=titled-group>
<header>Watch</header>
<a href="#/Hello World.html">Hello World</a>
</section>
</div>
<div class=column>
<section class=titled-group>
<header>The Magazine</header>
<a href=#/Subscribe.html>Subscribe</a>
</section>
<section class=titled-group>
<header>Follow</header>
<a href=#/Twitter.html>Twitter</a>
<a href=#/Facebook.html>Facebook</a>
<a href=#/Instagram.html>Instagram</a>
</section>
</div>
</article>
<article class=panel>
<div class=column>
<section class=titled-group>
<header>Watch Live TV</header>
<a href=#/US.html>US</a>
<a href=#/Europe.html>Europe</a>
<a href=#/Asia.html>Asia</a>
<a href=#/Australia.html>Australia</a>
<a href=#/Schedule+Shows.html>Schedule+Shows</a>
</section>
<section class=titled-group>
<header>Shows</header>
<a href=#/Surveillance.html>Surveillance</a>
<a href=#/Daybreak.html>Daybreak</a>
<a href=#/Markets.html>Markets</a>
<a href=#/What'd You Miss?.html>What'd You Miss?</a>
<a href="#/Bloomberg Technology.html">Bloomberg Technology</a>
<a href="#/All Shows....html">All Shows...</a>
</section>
</div>
<div class=column>
<section class=titled-group>
<header>Series</header>
<a href=#/QuickTake.html>QuickTake</a>
<a href="#/Hello World.html">Hello World</a>
<a href="#/The Spark.html">The Spark</a>
</section>
<section class=titled-group>
<header>Follow</header>
<a href=#/TicToc.html>TicToc</a>
<a href=#/YouTube.html>YouTube</a>
<a href=#/Twitter.html>Twitter</a>
<a href=#/Facebook.html>Facebook</a>
</section>
</div>
</article>
<article class=panel>
<div class=column>
<section class=titled-group>
<header>Bloomberg Radio</header>
<a href="#/Listen Live.html">Listen Live</a>
<a href="#/About Bloomberg Radio.html">About Bloomberg Radio</a>
</section>
<section class=titled-group>
<header>Podcasts</header>
<a href=#/Decrypted.html>Decrypted</a>
<a href="#/Odd Lots.html">Odd Lots</a>
<a href=#/Trillions.html>Trillions</a>
<a href=#/Benchmark.html>Benchmark</a>
<a href="#/Masters in Business.html">Masters in Business</a>
<a href=#/Surveillance.html>Surveillance</a>
<a href=#/P-and-L.html>P&L</a>
<a href="#/Business of Sports.html">Business of Sports</a>
<a href="#/Coast to Coast.html">Coast to Coast</a>
<a href="#/Bloomberg Law.html">Bloomberg Law</a>
<a href="#/All Podcasts….html">All Podcasts…</a>
</section>
</div>
</article>
<article class=panel>
<div class=column>
<section class=titled-group>
<header>Read</header>
<a href=#/wealth.html>Wealth</a>
<a href=#/crypto.html>Crypto</a>
<a href=#/hyperdrive.html>Hyperdrive</a>
<a href=#/prognosis.html>Prognosis</a>
<a href=#/climatechanged.html>Climate Changed</a>
<a href=#/equality.html>Equality</a>
<a href=#/billionaires.html>Billionaires</a>
<a href=#/graphics.html>Graphics</a>
<a href=#/sponsoredcontent.html>Sponsored Content</a>
</section>
<section class=titled-group>
<header>Watch</header>
<a href=#/thedavidrubensteinshow.html>The David Rubenstein Show</a>
<a href=#/brilliantideas.html>Brilliant Ideas</a>
<a href=#/inspirego.html>Inspire GO</a>
</section>
</div>
<div class=column>
<section class=titled-group>
<header>Special Reports</header>
<a href=#/wheretoinvest$10,000.html>Where to Invest $10,000</a>
<a href=#/50companiestowatchin2018.html>50 Companies to Watch in 2018</a>
<a href=#/what'sinsidealltheiphones.html>What's Inside All the iPhones</a>
</section>
</div>
</article>
</nav>
</div>