Advertisement
Guest User

Untitled

a guest
Oct 22nd, 2018
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.31 KB | None | 0 0
  1. <!doctype HTML>
  2. <html>
  3. <head>
  4. <title>What Went Wrong With Indonesia’s Tsunami Early Warning System — The New York Times</title>
  5. <meta charset="utf-8">
  6. <link rel="stylesheet" type="text/css" href="css/story2.css">
  7. <link href="https://fonts.googleapis.com/css?family=Noto+Serif" type="text/css" rel="stylesheet">
  8. </head>
  9. <body>
  10.  
  11. <article>
  12.  
  13. <h1>What Went Wrong With Indonesia’s<br> Tsunami Early Warning System</h1>
  14.  
  15. <h2>By ANJALI SINGHVI, BEDEL SAGET and JASMINE C. LEE <time>OCT. 2, 2018</time></h2>
  16.  
  17. <figure>
  18. <img src="https://static01.nyt.com/newsgraphics/2018/10/02/tsunami-warning/7cce31ab0dbd07d613a6ed8054879e0b88d69297/wani.jpg" alt="Aerial photo of the Indonesian coast.">
  19. <figcaption>A ship was stranded amid the destruction Monday after an earthquake and tsunami hit Donggala, Indonesia, near the mouth of Palu Bay on the island of Sulawesi. <span>Antara Foto/Reuters</span></figcaption>
  20. </figure>
  21.  
  22. <p>In the <a href="https://www.nytimes.com/interactive/2018/10/01/world/asia/map-tsunami-indonesia.html">aftermath</a> of the Friday earthquake and ensuing tsunami that destroyed thousands of homes and killed more than 1,200 people on the island of Sulawesi in Indonesia, officials are beginning to sort out what went wrong with the country’s early warning system for tsunami detection.</p>
  23.  
  24. <p>Indonesia’s system, completed in 2008, consists of seismographic sensors, buoys, tidal gauges and GPS. None of these measures were able to adequately predict the scale of Friday’s tsunami, which reached heights of 20 feet in the city of Palu, south of the earthquake’s epicenter.</p>
  25.  
  26. </article>
  27.  
  28. </body>
  29. </html>
  30.  
  31.  
  32.  
  33. article {
  34. font-family: 'Noto Serif';
  35. margin: 80px auto;
  36. width: 1050px
  37. }
  38.  
  39. img {
  40. width: 100%
  41. }
  42.  
  43. h1 {
  44. font-size: 34.56px;
  45. text-align: center
  46. }
  47. h2 {
  48. font-size: 11px;
  49. text-align: center
  50. }
  51.  
  52. figcaption {
  53. color: #444;
  54. font-size: 13px
  55. }
  56. span {
  57. color: #777;
  58. font-size: 11px
  59. }
  60.  
  61. p {
  62. line-height: 28px;
  63. margin: 0 auto;
  64. margin-bottom: 20px;
  65. width: 460px
  66. }
  67.  
  68. a {
  69. color: #326891
  70. }
  71.  
  72.  
  73. @media only screen and (max-width: 600px) {
  74. article {
  75. margin-top: 20px;
  76. width: 100%
  77. }
  78. p {
  79. width: 100%
  80. }
  81. h1, h2 {
  82. text-align: left
  83. }
  84.  
  85. figure {
  86. margin-inline-start: 0;
  87. margin-inline-end: 0
  88. }
  89. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement