Created
June 23, 2016 18:14
-
-
Save jdunk/7844e17008cb0cb42a973a08074c5c17 to your computer and use it in GitHub Desktop.
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> | |
<meta charset="UTF-8"> | |
<title>Create a New Pen</title> | |
<style> | |
body { | |
font-family: verdana, arial; | |
} | |
.caption { | |
margin-bottom: 30px; | |
font-weight: bold; | |
font-size: 14px; | |
color: #dd0000; | |
} | |
.caption span { | |
font-weight: normal; | |
color: black; | |
font-size: 12px; | |
} | |
</style> | |
</head> | |
<body> | |
<div class="img"><img src="https://s32.postimg.org/tbo6vy8w5/msg_2_penn_bw.png"/></div> | |
<div class="caption"> | |
The buildings above Penn Station: Madison Square Garden on the left, 2 Penn Plaza on the right. | |
</div> | |
<div class="img"><img src="https://s32.postimg.org/u3quv5d39/street_view_sphere.png"/></div> | |
<div class="caption"> | |
Even though all the most prominent signs say "Madison Square Garden", this is actually the 2 Penn Plaza building. The entrance is outlined here in red. (Note the statue to the right.) | |
</div> | |
<div class="img"><img src="https://s32.postimg.org/6lp22ypol/2_penn_entrance.png"/></div> | |
<div class="caption"> | |
A direct shot of the entrance. (Note the "McGraw" sign nearby to the right.) | |
</div> | |
<div class="img"><img src="https://s32.postimg.org/wjso8zv5x/statue_mcgraw.png"/></div> | |
<div class="caption"> | |
The statue underneath the "The McGraw-Hill Companies" sign (not present in the previous picture). <span>Is the statue still there today? Is the jersey still on the statue? #MysteriesNeedingAnswers</span> | |
</div> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment