CINXE.COM

News Headlines Archive

<!DOCTYPE html> <html lang="en"> <head> <title>News Headlines Archive</title> <meta http-equiv="X-UA-Compatible" content="IE=edge" /> <style> body { background-color: #fff; font-family: sans-serif; } #container { width: 970px; margin: 0 auto; position: relative; } #notice h1 { font-size: large; } #notice { font-size: normal; } #screenshot { position: absolute; top: 0; left: 0; animation-name: screenshot; animation-duration: 1s; animation-fill-mode: forwards; animation-delay: 1s; animation-timing-function: linear; animation-timing-function: ease-in; } @keyframes screenshot { from { box-shadow: none; } to { box-shadow: 0 5px 17px #000; transform: rotate(-2deg) scale(0.75,0.75);; top: 40px; left: -10px; } } </style> </head> <body> <div id="container"> <div id="notice"> <h1>WhereTo.org Discontinued</h1> <p> WhereTo.org was built in 2006 as a wiki-based public database allowing to describe places off the beaten path, unique destinations that may not have a phone number or a well known name, but that are interesting. Other visitors could then tag places and recommendations would evolve. </p> </div> <div id="screenshot"> <img src="whereto-final.png"> </div> </div> <script> (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) })(window,document,'script','https://www.google-analytics.com/analytics.js','ga'); ga('create', 'UA-144843-8', 'auto'); ga('send', 'pageview'); </script> </body> </html>