-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
704 lines (557 loc) · 30 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
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
<!DOCTYPE html>
<html ⚡ lang="en">
<head>
<title>BBC News: 100 word stories</title>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black">
<meta name="msapplication-tap-highlight" content="no">
<meta content="telephone=no" name="format-detection">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no, minimum-scale=1.0">
<link href="style.css" rel="stylesheet">
<link rel="canonical" href="https://www.bbc.co.uk/news/100-word-stories/index.html">
<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>
<script async src="https://cdn.ampproject.org/v0.js"></script>
<script async custom-element="amp-analytics" src="https://cdn.ampproject.org/v0/amp-analytics-0.1.js"></script>
<script async custom-element="amp-story" src="https://cdn.ampproject.org/v0/amp-story-0.1.js"></script>
<script>
console.log(this.document.getElementsByClassName('amp-story-page-wrapper'));
function slideUp() {
const ampstory = this.document.getElementsByClassName('i-amphtml-story-loaded')[0];
for (var i = 0; i < ampstory.children.length; i++) {
const element = ampstory.children[i]
if (element.tagName == 'DIV') {
if (element.shadowRoot != undefined) {
element.classList.add('display-none');
}
}
}
const ampWrapper = this.document.getElementsByClassName('amp-story-page-wrapper');
const els = ampWrapper[0].children[0].children;
let storyId;
for(let i = 0; i < els.length; i++) {
if(els[i].getAttribute('distance') === "0") {
storyId = els[i].id;
console.log('storyId', storyId);
}
}
document.getElementById("see-article-btn").classList.add('display-none');
const storyDiv = `one-hundred-word-article-wrapper-${storyId}`;
var elem = document.getElementById(storyDiv);
var pos = 800;
var id = setInterval(frame, 1);
function frame() {
if (pos <= 0) {
clearInterval(id);
document.getElementById("see-carousel-btn").classList.add('display-block');
} else {
pos = pos - 10;
elem.style.top = pos + 'px';
}
}
}
function slideDown() {
const ampstory = this.document.getElementsByClassName('i-amphtml-story-loaded')[0];
for (var i = 0; i < ampstory.children.length; i++) {
const element = ampstory.children[i]
if (element.tagName == 'DIV') {
if (element.shadowRoot != undefined) {
element.classList.remove('display-none');
}
}
}
const ampWrapper = this.document.getElementsByClassName('amp-story-page-wrapper');
const els = ampWrapper[0].children[0].children;
let storyId;
for(let i = 0; i < els.length; i++) {
if(els[i].getAttribute('distance') === "0") {
storyId = els[i].id;
console.log('storyId', storyId);
}
}
document.getElementById("see-carousel-btn").classList.remove('display-block');
const storyDiv = `one-hundred-word-article-wrapper-${storyId}`;
var elem = document.getElementById(storyDiv);
var pos = 0;
var id = setInterval(frame, 1);
function frame() {
if (pos >= 800) {
clearInterval(id);
document.getElementById("see-article-btn").classList.remove('display-none');
} else {
pos = pos + 10;
elem.style.top = pos + 'px';
}
}
}
</script>
<style amp-custom>
@font-face {
font-family: 'BBCReithSansBold';
src: url('https://gel.files.bbci.co.uk/r2.302/BBCReithSans_W_Bd.woff') format('woff');
font-weight: 500;
font-style: normal;
}
@font-face {
font-family: 'BBCReithSansLight';
src: url('https://gel.files.bbci.co.uk/r2.302/BBCReithSans_W_Lt.woff') format('woff');
font-weight: 300;
font-style: normal;
}
html, body {
font-size: 18px;
}
amp-story {
font-family: 'BBCReithSansBold',sans-serif;
color: #fff;
}
amp-story-page {
background-color: #000;
}
amp-story-grid-layer.bottom {
align-content:end;
}
amp-story-grid-layer.noedge {
padding: 0px;
}
amp-story-grid-layer.center-text {
align-content: center;
}
.image-layer {
padding: 0;
}
.image-container {
position: absolute;
text-align: center;
}
.gradient-container {
position: relative;
height: 100px;
background: linear-gradient(
rgba(0, 0, 0, 0.5),
rgba(0, 0, 0, 0) 50%
)
}
.logo-container {
position: relative;
top: -100px;
left: 16px;
}
.cta {
background-color: red;
background: linear-gradient(
rgba(0, 0, 0, 0),
rgba(0, 0, 0, 1) calc(20vh - 22px - 56px - 5px)
)
}
.cta-button {
margin-left: 32px;
margin-right: 32px;
margin-top: calc(20vh - 22px - 56px - 10px);
height: 56px;
text-align: center;
}
.cta-button__story {
background-color: #BB1919;
}
.cta-button__site {
background-color: black;
font-color: #BB1919;
}
.cta-text {
color: white;
font-size: 1rem;
text-decoration: none;
line-height: 3.111;
margin: 0;
}
.red-line {
border-left: 4px solid #bb1919;
height: 100%;
padding-left: 12px;
}
.story-headline {
font-size: 1.555rem;
line-height: 1.14;
}
.story-summary {
font-family: 'BBCReithSansLight';
font-size: 1rem;
line-height: 1.333;
padding-left: 14px;
}
.image-title-padding {
padding-top: calc((100vw / 16) * 9.5);
padding-left: 20px;
}
/*Tablet in portrait mode*/
@media only screen and (min-device-width: 480px) and (max-device-width: 1024px) and (orientation: portrait) {
html, body {
font-size: 36px;
}
.cta-button {
margin-top: calc(20vh - 22px - 108px - 10px);
height: 108px;
}
}
/*Tablet in landscape mode*/
@media only screen and (min-device-width: 480px) and (max-device-width: 1024px) and (orientation: landscape) {
html, body {
font-size: 21px;
}
.cta-button {
margin-top: calc(20vh - 22px - 96px - 10px);
height: 64px;
}
.image-title-padding {
padding-top: 200px;
}
}
/* iPad Pro Portrait */
@media only screen
and (min-device-width: 1024px)
and (max-device-width: 1366px)
and (orientation: portrait)
and (-webkit-min-device-pixel-ratio: 1.5) {
.cta-button {
margin-top: 54px;
}
.image-title-padding {
padding-top: 27vh;
}
}
/* Desktop */
@media only screen and (min-width: 1025px) {
.cta-button {
margin-top: 20px;
}
.image-title-padding {
padding-top: 27vh;
}
}
.centred {
display: flex;
flex-direction: column;
align-items: center;
text-align: center;
}
.logo-padding {
padding-top: 33px;
}
.end-page-padding {
padding: 0 32px;
}
.bookend-header {
max-width: 295px;
font-size: 2rem;
line-height: 1.25;
padding-bottom: 30px;
}
.bookend-date {
font-size: 1.166rem;
line-height: 1.143;
}
</style>
<script type="application/ld+json">
{
"@context": "http://schema.org",
"@type": "NewsArticle",
"mainEntityOfPage": {
"@type": "WebPage",
"@id": "https://www.bbc.co.uk/news/ampstories/headlines/index.html"
},
"headline": "The latest headlines from around the globe",
"image": [
"https://news.files.bbci.co.uk/include/newslabs/ampstories/shared/globe-white-1-1.jpg",
"https://news.files.bbci.co.uk/include/newslabs/ampstories/shared/globe-white-3-4.png",
"https://news.files.bbci.co.uk/include/newslabs/ampstories/shared/globe-white-4-3.png"
],
"datePublished": "July 2 2018",
"dateModified": "2018-07-02 20:32:19",
"author": {
"@type": "Organization",
"name": "BBC News"
},
"description": "The latest headlines from around the globe",
"publisher": {
"@type": "Organization",
"name": "BBC News",
"logo": {
"@type": "ImageObject",
"url": "https://news.files.bbci.co.uk/include/newslabs/ampstories/en/red_tile_logo.png",
"width": 60,
"height": 60
}
}
}
</script>
</head>
<body>
<div class="amp-story-page-wrapper">
<amp-story standalone title="BBC News: 100 word stories"
publisher="BBC News"
publisher-logo-src="https://news.files.bbci.co.uk/include/newslabs/ampstories/en/red_tile_logo.png">
<!-- <amp-story-page id="cover">
<amp-story-grid-layer template="fill">
<amp-img src="https://news.files.bbci.co.uk/include/newslabs/ampstories/shared/globe-red-16-9.png" width="576" height="1024" layout="responsive"></amp-img>
</amp-story-grid-layer>
<amp-story-grid-layer template="thirds">
<div grid-area="upper-third" class="centred logo-padding">
<amp-img src="./assets/BBC-blocks.png" width="256.25px" height="71.3px"></amp-img>
</div>
<div grid-area="middle-third" class="centred">
<h1 class="bookend-header">100 word stories</h1>
<h2 class="bookend-date">Clear concise digestable content</h2>
</div>
</amp-story-grid-layer>
</amp-story-page> -->
<amp-story-page id="story-0">
<amp-story-grid-layer template="vertical" class="image-layer">
<div class="image-container">
<amp-img src="https://ichef.bbci.co.uk/news/624/cpsprodpb/17245/production/_102298749_hi040475320.jpg" width="720" height="405" layout="responsive"></amp-img>
</div>
<div class="gradient-container"></div>
<div class="logo-container">
<amp-img width="120" height="16" src="https://news.files.bbci.co.uk/include/newslabs/ampstories/en/clear_strip_logo.png"></amp-img>
</div>
</amp-story-grid-layer>
<amp-story-grid-layer template="vertical" class="image-title-padding">
<div class="red-line">
<h1 class="story-headline">Yes, gay conversion therapy is still a thing in the UK</h1>
</div>
<p class="story-summary">Not for much longer though. It turns out that at least 7% of LGBT people in the UK have had the treatment or been offered it.</p>
</amp-story-grid-layer>
</amp-story-page>
<amp-story-page id="story-1">
<amp-story-grid-layer template="vertical" class="image-layer">
<div class="image-container">
<amp-img src="https://www.billboard.com/files/media/Drake-cr-Caitlin-Cronenberg-2016-billboard-1548-650-03.jpg" width="976" height="549" layout="responsive"></amp-img>
</div>
<div class="gradient-container"></div>
<div class="logo-container">
<amp-img width="120" height="16" src="https://news.files.bbci.co.uk/include/newslabs/ampstories/en/clear_strip_logo.png"></amp-img>
</div>
</amp-story-grid-layer>
<amp-story-grid-layer template="vertical" class="image-title-padding">
<div class="red-line">
<h1 class="story-headline">YOU MUST LISTEN TO DRAKE</h1>
</div>
<p class="story-summary">Have you heard? Drake has a new album out! If you pay for Spotify Premium, you’ll know this already - and you may be upset.</p>
</amp-story-grid-layer>
</amp-story-page>
<amp-story-page id="story-2">
<amp-story-grid-layer template="vertical" class="image-layer">
<div class="image-container">
<amp-img src="https://ichef.bbci.co.uk/news/660/media/images/76892000/jpg/_76892555_love-heart.jpg" width="976" height="549" layout="responsive"></amp-img>
</div>
<div class="gradient-container"></div>
<div class="logo-container">
<amp-img width="120" height="16" src="https://news.files.bbci.co.uk/include/newslabs/ampstories/en/clear_strip_logo.png"></amp-img>
</div>
</amp-story-grid-layer>
<amp-story-grid-layer template="vertical" class="image-title-padding">
<div class="red-line">
<h1 class="story-headline">How healthy is your relationship?</h1>
</div>
<p class="story-summary">One doctor thinks he can tell with a scary degree of accuracy whether a couple will stay together.</p>
</amp-story-grid-layer>
</amp-story-page>
<amp-story-page id="story-3">
<amp-story-grid-layer template="vertical" class="image-layer">
<div class="image-container">
<amp-img src="https://ichef.bbci.co.uk/news/660/cpsprodpb/18524/production/_102302699_cffc81a6-9a4a-460d-bbd7-0e8fcb2551ed.jpg" width="720" height="405" layout="responsive"></amp-img>
</div>
<div class="gradient-container"></div>
<div class="logo-container">
<amp-img width="120" height="16" src="https://news.files.bbci.co.uk/include/newslabs/ampstories/en/clear_strip_logo.png"></amp-img>
</div>
</amp-story-grid-layer>
<amp-story-grid-layer template="vertical" class="image-title-padding">
<div class="red-line">
<h1 class="story-headline">My head’s in a haze, it’s like a heat wave</h1>
</div>
<p class="story-summary">The beautiful hot weather in the UK is going to continue for two more weeks. Happy days!</p>
</amp-story-grid-layer>
</amp-story-page>
<amp-story-page id="story-4">
<amp-story-grid-layer template="vertical" class="image-layer">
<div class="image-container">
<amp-img src="https://ichef.bbci.co.uk/news/660/cpsprodpb/9006/production/_102307863_d442f4c5-e868-4a0e-8159-2067dda333f0.jpg" width="976" height="549" layout="responsive"></amp-img>
</div>
<div class="gradient-container"></div>
<div class="logo-container">
<amp-img width="120" height="16" src="https://news.files.bbci.co.uk/include/newslabs/ampstories/en/clear_strip_logo.png"></amp-img>
</div>
</amp-story-grid-layer>
<amp-story-grid-layer template="vertical" class="image-title-padding">
<div class="red-line">
<h1 class="story-headline">Deadly times in the Mediterranean</h1>
</div>
<p class="story-summary">More than 170 people have gone missing since Friday after their boats sank while they were crossing from Libya to Europe.</p>
</amp-story-grid-layer>
</amp-story-page>
</amp-story>
</div>
<div id="see-article-btn" onclick="slideUp();" class="open-article-cta cta-button cta-button__story" style="
position: absolute;
bottom: 32px;
width: 83%;
">
<p class="cta-text">Article in 100 words</p>
</div>
<div id="one-hundred-word-article-wrapper-story-0" style="
position: absolute;
top: 800px;
height: 100%;
background-color: #fff;
">
<div class="article-heading">
<figure class="media-landscape no-caption full-width lead">
<span class="image-and-copyright-container">
<img class="js-image-replace" alt="A couple holds hands wrapped in a rainbow flag" src="https://ichef.bbci.co.uk/news/660/cpsprodpb/97D6/production/_102307883_mediaitem102307882.jpg" width="976" height="549" data-highest-encountered-width="660">
<span class="off-screen">Image copyright</span>
<span class="story-image-copyright">AFP/Getty</span>
</span>
</figure>
<span class="gradient">
<h2>Yes, gay conversion therapy is still a thing in the UK</h2>
</span>
</div>
<p>The British government is putting together a 75-point plan that it says will improve the lives of LGBT people.</p>
<p>So what are they proposing? For starters: improvements to tackling hate crime, and a national LGBT adviser.</p>
<p>This all came about after a survey of 108,000 LGBT people, two-thirds of whom said they avoid holding hands in public to avoid discrimination.</p>
<p>It’s a positive step, activists say. But one campaigner says it’s not enough - especially when Britain is still deporting some LGBT people back to homophobic countries.</p>
<div id="see-full-article-btn" class="cta-button cta-button__story" style="
margin-top: 0;
">
<a href="/hosted.html" class="cta-text">Read the full story</a>
</div>
</div>
<!-- NUMBER TWO -->
<div id="one-hundred-word-article-wrapper-story-1" style="
position: absolute;
top: 800px;
height: 100%;
background-color: #fff;
">
<div class="article-heading">
<figure class="media-landscape has-caption full-width lead">
<span class="image-and-copyright-container">
<img class="js-image-replace" alt="Drake became the face of Spotify's playlists" src="https://ichef.bbci.co.uk/news/660/cpsprodpb/11292/production/_102309207_drake_comp.jpg" width="1024" height="576" data-highest-encountered-width="660">
<span class="off-screen">Image copyright</span>
<span class="story-image-copyright">AFP / Spotify</span>
</span>
</figure>
<span class="gradient">
<h2>YOU MUST LISTEN TO DRAKE</h2>
</span>
</div>
<p>Drake’s new album Scorpion has been heavily talked up, and it’s broken streaming records in only a few days.</p>
<p>Quite a lot of people are jaded with seeing Drake’s face everywhere - in particular, Spotify Premium users, who pay good money every month to not see non-stop adverts.</p>
<p>The problem? Ads for Scorpion have been popping up on their feeds. All the time. So they’re starting to ask for refunds from Spotify - and getting them.</p>
<p>Ten points if you spot all the Drake song names in the last few paragraphs.</p>
<div id="see-full-article-btn" class="cta-button cta-button__story" style="
margin-top: 0;
">
<a href="https://www.bbc.co.uk/news/entertainment-arts-44695062" class="cta-text">Read the full story</a>
</div>
</div>
<!-- NUMBER THREE -->
<div id="one-hundred-word-article-wrapper-story-2" style="
position: absolute;
top: 800px;
height: 100%;
background-color: #fff;
">
<div class="article-heading">
<figure class="media-landscape has-caption full-width lead">
<span class="image-and-copyright-container">
<img class="js-image-replace" alt="Drake became the face of Spotify's playlists" src="http://ichef.bbci.co.uk/images/ic/480xn/p03k9y1m.jpg" width="1024" height="576" data-highest-encountered-width="660">
<span class="off-screen">Image copyright</span>
<span class="story-image-copyright">AFP / Spotify</span>
</span>
</figure>
<span class="gradient">
<h2>How healthy is your relationship?</h2>
</span>
</div>
<p>Over four decades, Dr John Gottman and his team have studied about 3,000 couples at a “Love Lab”.</p>
<p>He has four main ways for couples to carry out a health-check on the relationship. And a word of advice for anyone who’s freaked out by the results: don’t worry.</p>
<p>Dr Gottman says every relationship in trouble can be saved; spotting the warnings signs is a good thing.</p>
<div id="see-full-article-btn" class="cta-button cta-button__story" style="
margin-top: 0;
">
<a href="http://www.bbc.co.uk/guides/zwq86fr" class="cta-text">Read the full story</a>
</div>
</div>
<!-- NUMBER FOUR -->
<div id="one-hundred-word-article-wrapper-story-3" style="
position: absolute;
top: 800px;
height: 100%;
background-color: #fff;
">
<div class="article-heading">
<figure class="media-landscape has-caption full-width lead">
<span class="image-and-copyright-container">
<img class="js-image-replace" alt="Drake became the face of Spotify's playlists" src="https://ichef.bbci.co.uk/news/624/cpsprodpb/8B37/production/_102293653_d696e6c8-770e-405b-a1ce-e35daa32ed33.jpg" width="1024" height="576" data-highest-encountered-width="660">
<span class="off-screen">Image copyright</span>
<span class="story-image-copyright">AFP / Spotify</span>
</span>
</figure>
<span class="gradient">
<h2>My head’s in a haze, it’s like a heat wave</h2>
</span>
</div>
<p>It’s not yet the longest prolonged heat wave in UK history - the sweaty summer of 1976 holds that record. But the 30C+ heat is going to carry on well into next week.</p>
<p>So what are the effects? If you’re a hedgehog, not great - you really start to depend on the kindness of strangers for water. If you’re a butterfly, it’s great: enjoy your down time.</p>
<p>It’s not brilliant news for our transport system - there’s a lower speed limit on certain parts of the rail network, for example.</p>
<div id="see-full-article-btn" class="cta-button cta-button__story" style="
margin-top: 0;
">
<a href="https://www.bbc.co.uk/news/uk-44680164" class="cta-text">Read the full story</a>
</div>
</div>
<!-- NUMBER FIVE -->
<div id="one-hundred-word-article-wrapper-story-4" style="
position: absolute;
top: 800px;
height: 100%;
background-color: #fff;
">
<div class="article-heading">
<figure class="media-landscape has-caption full-width lead">
<span class="image-and-copyright-container">
<img class="js-image-replace" alt="Deadly times" src="https://ichef.bbci.co.uk/news/660/cpsprodpb/9006/production/_102307863_d442f4c5-e868-4a0e-8159-2067dda333f0.jpg" width="1024" height="576" data-highest-encountered-width="660">
<span class="off-screen">Image copyright</span>
<span class="story-image-copyright">AFP / Spotify</span>
</span>
</figure>
<span class="gradient">
<h2>Deadly times in the Mediterranean</h2>
</span>
</div>
<p>Keep an eye on what’s happening in the Med: it’s about to get harder for migrants to reach Europe because of an EU deal to tighten borders last week.</p>
<p>This means more people, many of whom live in shocking poverty in Africa, could try and reach Europe in the meantime. That involves taking huge risks at sea.</p>
<p>Migration officials say they’re worried about the spike in deaths over recent days. At least 63 people are missing after one boat sank on Sunday. About 1,000 people have died in the Mediterranean this year.</p>
<p>In 2016, a million people crossed the sea to Europe. Numbers aren’t anywhere near as high as that now, but it’s still a risk a lot of people are still taking.</p>
<div id="see-full-article-btn" class="cta-button cta-button__story" style="
margin-top: 0;
">
<a href="https://www.bbc.co.uk/news/world-africa-44693962" class="cta-text">Read the full story</a>
</div>
</div>
<div id="see-carousel-btn" onclick="slideDown();" class="open-article-cta cta-button cta-button__story" style="
margin: 0;
display: none;
position: absolute;
height: 40px;
width: 40px;
top: 0;
right: 0;
">
<p style="line-height: 2; font-size: 24px;" class="cta-text">^</p>
</div>
</body>
</html>