Skip to content

Instantly share code, notes, and snippets.

@nektorandom
Created June 20, 2019 13:12
Show Gist options
  • Save nektorandom/326980a68ecce7d325de51ff70444cbf to your computer and use it in GitHub Desktop.
Save nektorandom/326980a68ecce7d325de51ff70444cbf to your computer and use it in GitHub Desktop.
<div> <style>@import url('https://fonts.googleapis.com/css?family=Roboto'); body{margin: 0; padding: 0; background: #EDE4DA;}div{background: #EDE4DA; margin: 0; padding: 0; font-family: 'Roboto', sans-serif;}h1, h2, h3, h4, h5{font-family: 'Roboto', sans-serif; font-weight: bold; font-style: normal; color: #2A2117; padding: 20px 24px; margin: 0;}h2{font-size: 22px; line-height: 28px;}h3{font-size: 18px; line-height: 25px;}h4{font-size: 16px; line-height: 23px;}h5{font-size: 14px; line-height: 21px;}p{font-family: 'Roboto', sans-serif; color: #2A2117; font-size: 16px; line-height: 24px; font-style: normal; font-weight: normal; padding: 16px 24px; margin: 0;}figure, img{font-family: 'Roboto', sans-serif; margin: 0; padding: 0; width: 100%; object-fit: fill;}link{font-family: 'Roboto', sans-serif; color: #94897C;}ul, li{font-family: 'Roboto', sans-serif; margin: 0 24px;}.j_play_vimeo{position: relative;}.btn-play{position: absolute; top: calc(50% - 100px); left: calc(50% - 100px); transform: translate(50%, 50%); z-index: 100; width: 100px; height: 100px;}a, a:visited{color: rgb(155, 140, 128); text-decoration: underline;}</style> <h2>The three greatest things you learn from traveling</h2> <p><a href='{{#}}'>Ссылка на другую статью</a> <a href='https://www.mirofs.ru/'>Ссылка на внешнюю статью</a> Like all the great things on earth traveling teaches us by example.&nbsp;</p><figure class='media j_play_vimeo' id="j_play_vimeo"> <svg width="13" height="16" viewBox="0 0 13 16" fill="none" xmlns="http://www.w3.org/2000/svg" class="btn-play"> <path d="M12.7099 7.46385C13.0967 7.71674 13.0967 8.28346 12.7099 8.53634L1.45614 15.8945C1.03001 16.1731 0.464825 15.8674 0.464825 15.3582L0.464826 0.64176C0.464826 0.132622 1.03002 -0.173111 1.45615 0.105517L12.7099 7.46385Z" fill="white"/> </svg> <div data-oembed-url='https://vimeo.com/139107494'> <div style='position: relative; padding-bottom: 100%; height: 0; padding-bottom: 56.2493%;'> <iframe src='https://player.vimeo.com/video/139107494?autoplay=0&loop=0&autopause=0&byline=0&controls=0&dnt=0&fun=0&playsinline=1&portrait=0&title=0' style='position: absolute; width: 100%; height: 100%; top: 0; left: 0;' frameborder='0' webkitallowfullscreen='' mozallowfullscreen='' allowfullscreen=''></iframe> </div></div></figure> <p>Here are some of the most precious lessons I’ve learned over the years of traveling.</p><figure class='media'> <div data-oembed-url='https://www.youtube.com/watch?v=BLJ4GKKaiXw'> <div style='position: relative; padding-bottom: 100%; height: 0; padding-bottom: 56.2493%;'> <iframe src='https://www.youtube.com/embed/BLJ4GKKaiXw?controls=1&showinfo=0&modestbranding=1' style='position: absolute; width: 100%; height: 100%; top: 0; left: 0;' frameborder='0' allow='autoplay; encrypted-media' allowfullscreen=''></iframe> </div></div></figure> <h3>Appreciation of diversity</h3> <p>Getting used to an entirely different culture can be challenging. While it’s also nice to learn about cultures online or from books, nothing comes close to experiencing cultural diversity in person. You learn to appreciate each and every single one of the differences while you become more culturally fluid.</p><blockquote><p>The real voyage of discovery consists not in seeking new landscapes, but having new eyes.</p><p><strong>Marcel Proust</strong></p></blockquote> <h3>Improvisation</h3> <p>Life doesn't allow us to execute every single plan perfectly. This especially seems to be the case when you travel. You plan it down to every minute with a big checklist; but when it comes to executing it, something always comes up and you’re left with your improvising skills. You learn to adapt as you go. Here’s how my travel checklist looks now:</p><ul> <li>buy the ticket</li><li>start your adventure</li></ul> <h3>Confidence</h3> <p>Going to a new place can be quite terrifying. While change and uncertainty makes us scared, traveling teaches us how ridiculous it is to be afraid of something before it happens. The moment you face your fear and see there was nothing to be afraid of, is the moment you discover bliss.</p></div><script src="https://player.vimeo.com/api/player.js"></script> <script>var options01={id: '139107494', width: '100%'}; var iframe=document.getElementById('j_play_vimeo'); var player=new Vimeo.Player('j_play_vimeo', options01); var statePlay=false; iframe.addEventListener('click', function(){if (statePlay){player.pause(); statePlay=false;}else{player.play(); statePlay=true;}}); </script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment