Advertisement
1xptolevitico69

@Media Print

Mar 12th, 2020
301
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5.80 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <title></title>
  5. <meta charset="utf-8">
  6. <meta name="viewport" content="width=device-width">
  7. <style>
  8.  
  9. .page {page-break-before:always;
  10.         border: 1px solid red;
  11.   overflow-y:scroll;width:50%;
  12. margin:auto;
  13.     }
  14.  
  15. p {color:maroon;
  16.     font-family:courier new;
  17.        font-weight:bold;
  18.          padding:0 10px 0 20px;
  19.          text-indent:200px;
  20.           font-size:20px;
  21.           text-align: justify;
  22.             text-justify: inter-word;
  23.     }
  24. h1 { text-align:center;
  25.         font-family:courier new;
  26.    }
  27.  
  28.  
  29. </style>
  30. </head>
  31. <body>
  32.  
  33.  
  34. <div id='page' class="page">
  35. <h1>This is Page 1</h1>
  36. <p>Welcome to Easy Stories in English the podcast that will take your English from OK to Good, and from Good to Great.
  37.  
  38. I am Ariel Goodbody, your host for this show. Today’s story is for intermediate learners. The name of the story is The Monk’s Nose. You can find a transcript of the episode at EasyStoriesInEnglish.com/Nose. That’s EasyStoriesInEnglish.com/Nose. This contains the full story, as well as my conversation before it.
  39.  
  40. So you may notice today that I sound quite a bit clearer and nicer than before. This is because I have bought a new microphone. The microphone I was using before was called the Blue Snowball, and the microphone I’m using now is the Blue Yeti.
  41.  
  42. They’re both very popular microphones, especially for podcasting. The Snowball is what we call an “entry-level” microphone. So it’s designed for beginners, for people who aren’t sure if they want to spend a lot of money, but the Yeti microphone is more professional. It’s not the level that actual radio professionals use, but for podcasting it is very good.
  43.  
  44. I read online, a lot of people say that, ‘Oh, you can just use the Blue Snowball and, if you are careful and you edit the sound well, then it will still sound pretty good.Welcome to Easy Stories in English the podcast that will take your English from OK to Good, and from Good to Great.
  45.  
  46. I am Ariel Goodbody, your host for this show. Today’s story is for intermediate learners. The name of the story is The Monk’s Nose. You can find a transcript of the episode at EasyStoriesInEnglish.com/Nose. That’s EasyStoriesInEnglish.com/Nose. This contains the full story, as well as my conversation before it.
  47.  
  48. So you may notice today that I sound quite a bit clearer and nicer than before. This is because I have bought a new microphone. The microphone I was using before was called the Blue Snowball, and the microphone I’m using now is the Blue Yeti.
  49.  
  50. They’re both very popular microphones, especially for podcasting. The Snowball is what we call an “entry-level” microphone. So it’s designed for beginners, for people who aren’t sure if they want to spend a lot of money, but the Yeti microphone is more professional. It’s not the level that actual radio professionals use, but for podcasting it is very good.
  51.  
  52. I read online, a lot of people say that, ‘Oh, you can just use the Blue Snowball and, if you are careful and you edit the sound well, then it will still sound pretty good.Welcome to Easy Stories in English the podcast that will take your English from OK to Good, and from Good to Great.
  53.  
  54. I am Ariel Goodbody, your host for this show. Today’s story is for intermediate learners. The name of the story is The Monk’s Nose. You can find a transcript of the episode at EasyStoriesInEnglish.com/Nose. That’s EasyStoriesInEnglish.com/Nose. This contains the full story, as well as my conversation before it.
  55.  
  56. So you may notice today that I sound quite a bit clearer and nicer than before. This is because I have bought a new microphone. The microphone I was using before was called the Blue Snowball, and the microphone I’m using now is the Blue Yeti.
  57.  
  58. They’re both very popular microphones, especially for podcasting. The Snowball is what we call an “entry-level” microphone. So it’s designed for beginners, for people who aren’t sure if they want to spend a lot of money, but the Yeti microphone is more professional. It’s not the level that actual radio professionals use, but for podcasting it is very good.
  59.  
  60. I read online, a lot of people say that, ‘Oh, you can just use the Blue Snowball and, if you are careful and you edit the sound well, then it will still sound pretty good.</p>
  61.  
  62. </div>
  63.  
  64. <div style='margin-top:10px;' id='page1' class="page">
  65. <h1>This is Page 2</h1>
  66. <p>Welcome to Easy Stories in English the podcast that will take your English from OK to Good, and from Good to Great.
  67.  
  68. I am Ariel Goodbody, your host for this show. Today’s story is for intermediate learners. The name of the story is The Monk’s Nose. You can find a transcript of the episode at EasyStoriesInEnglish.com/Nose. That’s EasyStoriesInEnglish.com/Nose. This contains the full story, as well as my conversation before it.
  69.  
  70. So you may notice today that I sound quite a bit clearer and nicer than before. This is because I have bought a new microphone. The microphone I was using before was called the Blue Snowball, and the microphone I’m using now is the Blue Yeti.
  71.  
  72. They’re both very popular microphones, especially for podcasting. The Snowball is what we call an “entry-level” microphone. So it’s designed for beginners, for people who aren’t sure if they want to spend a lot of money, but the Yeti microphone is more professional. It’s not the level that actual radio professionals use, but for podcasting it is very good.
  73.  
  74. I read online, a lot of people say that, ‘Oh, you can just use the Blue Snowball and, if you are careful and you edit the sound well, then it will still sound pretty good.</p>
  75. </div>
  76.  
  77.  
  78. <script>
  79.  
  80. x=page.style.width;
  81. x=window.innerWidth;
  82. page.style.height=x*0.706+'px';
  83.  
  84. x1=page1.style.width;
  85. x1=window.innerWidth;
  86. page1.style.height=x1*0.706+'px';
  87.  
  88.  
  89. </script>
  90. </body>
  91. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement