Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html>
- <html>
- <head>
- <meta charset="UTF-8">
- <meta name="author" content="Jacob Howard">
- <meta name="description" content="A website about Varosha city!">
- <meta name="keywords" content="varosha, milwee, html">
- <link rel="stylesheet" type="text/css" href="css\5.8_varosha.css" />
- <link rel="shortcut icon" type="image/png" href="img\favicons\ghosticon.png">
- <title>Varosha City</title>
- </head>
- <body>
- <section id="page">
- <header>
- <hgroup>
- <!-- The logo at the top of the page -->
- <img src="img\logos\varoshalogo.png" type="image/png">
- <h3>"I'm not having it."</h3>
- </hgroup>
- <nav class="clear">
- <ul>
- <li><a href="#article1">Link</a></li>
- <li><a href="#article2">Link</a></li>
- <li><a href="#article3">Link</a></li>
- </ul>
- </nav>
- </header>
- <section id="articles">
- <div class="line"></div>
- <article id="article1" bgcolor="red">
- <!-- The first box. -->
- <h2>What Is Varosha City?</h2>
- <div class="line"></div>
- <div class="articleBody clear">
- <p style="font-size:14px;" align="right"><em>Click the images to enlarge them</em></p>
- <figure>
- <a href="img\varosha1.jpg" target="_blank"><img src="img\varosha1.jpg" width="620" height="340" type="image/jpg"/></a>
- </figure>
- <p> Varosha City is an abandoned tourist resort that takes place in Mediterranean. It is considered its "Best kept secret". The story behind such a series of events starts about 40 years ago when Turkey invaded Cyprus and took the northern third of the island. As the troops got closer to the resort, the inhabitants eventually fled, most of which intended on returning when the drama had stopped. However, when they returned, Turkish military had fenced off the entire resort and it had been considered a ghost town ever since.</p>
- <p> Some tell stories of some lives that were stopped "mid-frame"; meaning that when people were in the middle of doing something, they were interrupted by the unfortunate series of events. Some pots were left on the stove cooking, or some alarm clocks going off. Someone even left some wedding presents in the attic!</p>
- <p>Source: <a target="_blank" href="http://www.bbc.com/news/magazine-25496729">www.bbc.com</a></p>
- </div>
- </article>
- <!-- Closing the first box. -->
- <div class="line"></div>
- <!-- The second box. -->
- <article id="article2">
- <h2>What else is so interesting about Varosha?</h2>
- <div class="line"></div>
- <div class="articleBody clear">
- <p style="font-size:14px;" align="right"><em>Click the images to enlarge them</em></p>
- <figure>
- <a href="img\varosha2.JPG" target="_blank"><img src="img\varosha2.JPG" width="620" height="340" type="image/JPG"/></a>
- </figure>
- <p> Varosha City is in the southern area of Cypriot city of Famagusta. Its own name comes from the Turkish word 'varos' meaning 'suburb'. During its golden years in the 70s, the resort was a huge hit. In order to keep control of the flooding number of tourists that were coming in, lots of sky-scraping hotels were contructed. Now these hotels slowly turn to dust.</p>
- <p> While these aren't often noted any longer, there were some rather impressive features of this resort when it was still the big cheese. Such has John F. Kennedy Avenue, a street that ran from the port of Famagusta through Varosha and then along the Glossa beach. Most hotels were built along this trail, for convienence.</p>
- <p>Source: <a target="_blank" href="https://en.wikipedia.org/wiki/Varosha,_Famagusta">en.wikipedia.org</a></p>
- </div>
- </article>
- <!-- Closing the second box. -->
- <div class="line"></div>
- <!-- The third box. -->
- <article id="article3">
- <h2>So, What happens now?</h2>
- <div class="line"></div>
- <div class="articleBody clear">
- <p style="font-size:14px;" align="right"><em>Click the images to enlarge them</em></p>
- <figure>
- <a href="img\varosha3.jpg" target="_blank"><img src="img\varosha3.jpg" width="620" height="340" type="img/jpg"/></a>
- </figure>
- <p> While unlikely, some people say that there may be a day where Varosha reopens to once again inhabit visitors. This is nothing but a hoax, however; the people who 'own' the land haven't ever given a word on it, including the Turkish military. Since the hotels are still protected by lots of barricading, most of the things that were left behind in the rush to get away are long forgotten.</p>
- <p> Even if one day Varosha City became inhabited again, there is plenty of work to be done - there is no way that the crumbling hotels are safe enough to inhabit any of their visitors. The beaches are also fenced off, with signs that currently read things like "No Man's Land" and "No Photos". Obviously, no one really follows that last rule.</p>
- <p>Source: <a target="_blank" href="http://www.news.com.au/travel/travel-updates/unsponsored-talks-to-resume-optimism-in-the-air-over-return-to-island-paradise-in-cyprus/news-story/94796d7306c65158293278b9ca39928e">www.news.com.au</a></p>
- </div>
- </article>
- <!-- Closing the third box. -->
- </section>
- <footer>
- <div class="line"></div>
- <!-- Copyright claim. -->
- <p>Copyright 2016 - NotARealSite.com</p>
- <a href="#" class="up">Back to top</a>
- <a href="#" class="by">Back to top</a>
- </footer>
- </section>
- <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js"></script>
- <script src="jquery.scrollTo-1.4.2/jquery.scrollTo-min.js"></script>
- <script src="script.js"></script>
- </body>
- </html>
Advertisement