UNPKG

2gis-maps

Version:

Interactive 2GIS maps API, based on Leaflet

99 lines (84 loc) 6.68 kB
<!doctype html> <html> <head> <meta charset="utf-8" /> <script src="../js/jquery-1.9.0.js"></script> <script src="../js/qwery.js"></script> <script src="../js/bonzo.js"></script> <script src="../js/bean.js"></script> <script src="../src/core.js"></script> <script src="../src/fix.js"></script> <script src="../src/pull.js"></script> <script src="../src/test.js"></script> <script src="../src/controls.js"></script> <link rel="stylesheet" type="text/css" href="../baron.css" /> <link rel="stylesheet" type="text/css" href="style.css" /> <link rel="stylesheet" href="../node_modules/mocha/mocha.css" /> <style> .wrapper { width: 200px; } .test { display: block; height: auto; width: auto; background: #fff; box-shadow: none; } </style> <title>Baron test page</title> </head> <body> <div id="mocha"></div> <script src="../node_modules/mocha/mocha.js"></script> <script src="../node_modules/chai/chai.js"></script> <script> var assert = chai.assert; mocha.ui('bdd'); mocha.reporter('html'); </script> <div class="wrapper wrapper_headers"> <div class="scroller"> <div class="container"> <div class="header"> <h1 class="header__title">Baron</h1> </div> <p class="text">is the third most populous city in Russia after Moscow and St. Petersburg and the most populous city in Asian Russia, with a population of 1,473,754 (2010 Census). It is the administrative center of Novosibirsk Oblast as well as of Siberian Federal District. The city is located in the southwestern part of Siberia at the banks of the Ob River and occupies an area of 502.1 square kilometers (193.9 sq mi).</p> <div class="header"> <h1 class="header__title">Baron</h1> </div> <p class="text">Novosibirsk, founded in 1893 at the future site of a Trans-Siberian Railway bridge crossing the great Siberian river of Ob, first received the name Novonikolayevsk (Новониколаевск), in honor both of Saint Nicholas and of the reigning Tsar Nicholas II. The bridge was completed in the spring of 1897, making the new settlement the regional transport hub. The importance of the city further increased with the completion of the Turkestan-Siberia Railway in the early 20th century. The new railway connected Novosibirsk to Central Asia and the Caspian Sea.</p> <div class="header"> <h1 class="header__title">Baron</h1> </div> <p class="text">...of the bridge's opening, Novonikolayevsk hosted a population of 7,800 people. Its first bank opened in 1906, with a total of five banks operating by 1915. In 1907, Novonikolayevsk, now with a population exceeding 47,000, was granted town status with full rights for self-government. The pre-revolutionary period saw the population of Novosibirsk reach 80,000. During this period the city experienced steady and rapid economic growth, becoming one of the largest commercial and industrial centers of Siberia and developing a significant agricultural processing industry, as well as a power station, iron foundry, commodity market, several banks, and commercial and shipping companies. By 1917, Novosibirsk possessed seven Orthodox churches and one Roman Catholic church, several cinemas, forty primary schools, a high school, a teaching seminary, and the Romanov House non-classical secondary school. In 1913, Novonikolayevsk became one of the first places in Russia to institute compulsory primary education.</p> </div> <div class="scroller__bar"></div> </div> </div> <div class="wrapper wrapper_"> <div class="scroller"> <div class="container"> <div class="header"> <h1 class="header__title">Baron</h1> </div> <p class="text">is the third most populous city in Russia after Moscow and St. Petersburg and the most populous city in Asian Russia, with a population of 1,473,754 (2010 Census). It is the administrative center of Novosibirsk Oblast as well as of Siberian Federal District. The city is located in the southwestern part of Siberia at the banks of the Ob River and occupies an area of 502.1 square kilometers (193.9 sq mi).</p> <div class="header"> <h1 class="header__title">Baron</h1> </div> <p class="text">Novosibirsk, founded in 1893 at the future site of a Trans-Siberian Railway bridge crossing the great Siberian river of Ob, first received the name Novonikolayevsk (Новониколаевск), in honor both of Saint Nicholas and of the reigning Tsar Nicholas II. The bridge was completed in the spring of 1897, making the new settlement the regional transport hub. The importance of the city further increased with the completion of the Turkestan-Siberia Railway in the early 20th century. The new railway connected Novosibirsk to Central Asia and the Caspian Sea.</p> <div class="header"> <h1 class="header__title">Baron</h1> </div> <p class="text">...of the bridge's opening, Novonikolayevsk hosted a population of 7,800 people. Its first bank opened in 1906, with a total of five banks operating by 1915. In 1907, Novonikolayevsk, now with a population exceeding 47,000, was granted town status with full rights for self-government. The pre-revolutionary period saw the population of Novosibirsk reach 80,000. During this period the city experienced steady and rapid economic growth, becoming one of the largest commercial and industrial centers of Siberia and developing a significant agricultural processing industry, as well as a power station, iron foundry, commodity market, several banks, and commercial and shipping companies. By 1917, Novosibirsk possessed seven Orthodox churches and one Roman Catholic church, several cinemas, forty primary schools, a high school, a teaching seminary, and the Romanov House non-classical secondary school. In 1913, Novonikolayevsk became one of the first places in Russia to institute compulsory primary education.</p> </div> <div class="scroller__bar"></div> </div> </div> <script src="tests.js"></script> <script> if (window.mochaPhantomJS) { mochaPhantomJS.run(); } else { mocha.run(); } </script> </body> </html>