JavaScript preprocessors can help make authoring JavaScript easier and more convenient. For instance, CoffeeScript can help prevent easy-to-make mistakes and offer a cleaner syntax and Babel can bring ECMAScript 6 features to browsers that only support ECMAScript 5.
Any URL's added here will be added as <script>
s in order, and run before the JavaScript in the editor. You can use the URL of any other Pen and it will include the JavaScript from that Pen.
You can apply a script from anywhere on the web to your Pen. Just put a URL to it here and we'll add it, in the order you have them, before the JavaScript in the Pen itself.
If the script you link to has the file extension of a preprocessor, we'll attempt to process it before applying.
You can also link to another Pen here, and we'll pull the JavaScript from that Pen and include it. If it's using a matching preprocessor, we'll combine the code before preprocessing, so you can use the linked Pen as a true dependency.
HTML Settings
Here you can Sed posuere consectetur est at lobortis. Donec ullamcorper nulla non metus auctor fringilla. Maecenas sed diam eget risus varius blandit sit amet non magna. Donec id elit non mi porta gravida at eget metus. Praesent commodo cursus magna, vel scelerisque nisl consectetur et.
<html>
<head>
<title> Tribute: Grace Murray Hopper</title>
</head>
<body style="background-color:#e9e9e9">
<div class="container-fluid">
<div style="background:transparent !important" class="jumbotron jumbotron-fluid text-center">
<div class="container">
<h1 class="display-3"> Grace Murray Hopper </h1>
<p class="lead">
"The First Lady of Software"
</p>
</div>
</div>
<div class="row row-centered">
<div class="col-xs-11 col-centered">
<img class="img-fluid img-responsive center-block" src="http://www.trbimg.com/img-52a5e4ce/turbine/la-sh-grace-hopper-pictures-20131209/600/600x338" alt="Rear Admiral Grace M. Hopper"/>
<br />
<div >
<p class="text-justified img-rounded" style="background-color:white; padding:20px;" >
Grace Hopper was a remarkable woman who rose to the challenges of early programming with the first available computers. She was known for inventing the first compiler for a programming language. She was also responsible for popularizing the idea of machine-independent programming, which eventually lead to the inception of COBOL. She is also noted for one of the first instances of "debugging" after finding a moth stuck in a relay of the Mark II computer.
</p>
</div>
<ul class="list-group">
<li class="list-group-item">
<strong>1906</strong>: Born on December 9, 1906 in New York City, NY.
</li>
<li class="list-group-item"><strong> 1928</strong>: Earned her Bachelor's degree in mathematics and physics from Vassar College. </li>
<li class="list-group-item"> <strong>1930</strong>: Earned her master's degree at Yale University. </li>
<li class="list-group-item"> <strong>1934</strong>: Earned her Ph.D. in mathematics from Yale. Her dissertation was titled "New Types of Irreducibility Criteria" and published that same year. </li>
<li class="list-group-item"> <strong>1931</strong>: Hopper began teaching mathematics at Vassar College. </li>
<li class="list-group-item"> <strong>1941</strong>: Hopper was promoted to associate professor. </li>
<li class="list-group-item"> <strong>1943</strong>: Hopper left Vassar College in order to join the United States Navy Reserve, and ultimately served in WAVES (Women Accepted for Volunteer Emergency Service). </li>
<li class="list-group-item"> <strong>1944</strong>: Assigned to the Bureau of Ships Computation Project at Harvard University. </li>
<li class="list-group-item">
<strong> 1949</strong>: Hopper became an employee at Eckert-Mauchly Computer Corporation and began work on the UNIVAC I.
</li>
<li class="list-group-item">
<strong>1952</strong>: Hopper gets her compiler operational!
</li>
<li class="list-group-item">
<strong>1959</strong>: Began working on COBOL (COmmon Business-Oriented Language).
</li>
<li class="list-group-item">
<strong>1973</strong>: Hopper is promoted to the rank of Captain.
</li>
<li class="list-group-item">
<strong>1992</strong>: Passes away on January 1st, 1992 at the age of 85. She would be buried in Arlington, Virginia at the rank of Rear Admiral.
</li>
<li class="list-group-item" style="padding:2%"> <div class="text-center">
If you'd like to find out more information on Grace and her amazing accomplishments, check
<a href="https://en.wikipedia.org/wiki/Grace_Hopper" > here for more Information</a>.
</div></li>
</div>
</div>
</div>
</body>
.row-centered
{
text-align:center;
}
.col-centered
{
display:inline-block;
float:none;
text-align:left;
margin-right:-4px;
}
Also see: Tab Triggers