Created
December 7, 2016 14:19
-
-
Save v/e9631a1d02d88df919bf8bb5a9286572 to your computer and use it in GitHub Desktop.
Exported from Popcode. Click to import: https://popcode.org/?gist=e9631a1d02d88df919bf8bb5a9286572
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <title>Two Column Example</title> | |
| <link href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css" rel="stylesheet" type="text/css" /> | |
| </head> | |
| <body> | |
| <div class="container"> | |
| <div class="row"> | |
| <div class="col-xs-6"> | |
| <h2> Left Column </h2> | |
| <p> Kaupert was educated in Kassel, and from 1841 worked for a Kurhessian topographical land-surveying unit based in Kassel. In 1860, through mediation by cartographer Emil von Sydow, he joined the topographical surveying division of the Prussian General Staff. In 1869 he was named conductor of the topographical surveying division of the General Staff in Berlin.[1] </p> | |
| </div> | |
| <div class="col-xs-6"> | |
| <h2> Right Column </h2> | |
| <p> In 1875 and 1877 he worked with archaeologist Ernst Curtius (1814-1896) in Greece on behalf of the Deutsches Archäologisches Institut (German Archaeological Institute). Here he conducted topographical investigations of Athens and surrounding areas.[1] He collaborated with Curtius on the creation of Atlas von Athen (1878) and the acclaimed Karten von Attika (Charts of Attica), (1881-1903).[2][3] With Curtius and Friedrich Adler, he published Olympia und Umgegend (Olympia and its environs, 1882).[4] </p> | |
| </div> | |
| </div> | |
| </div> | |
| </body> | |
| </html> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| {"enabledLibraries":["jquery"]} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment