<html>
<head>
<title> John De Matteis - Real Estate Lawyer </title>
<meta charset="UTF-8">
<style>
h1 {
color:firebrick;
padding:0;
margin:0;
position:relative;
bottom:215px;
right:150px;
}
#header {
width:1000px;
height:200px;
position: relative;
bottom: 240px;
right: 200px;
}
#page, body {
background-color:darkseagreen;
height:2500px;
width:1200px;
margin-top:0px;
padding:0;
font-family:monospace;
}
#page1 {
background-color:white;
height:1800px;
width:700px;
margin: 50px;
padding: 265px;
padding-bottom: 500px;
}
ul {
list-style-type: none;
margin: 0;
padding: 0;
width:100%;
}
#nav ul li {
display:inline;
padding:15px;
padding-left:60px;
padding-right:60px;
width:100%;
margin:0;
list-style-type:none;
font-size:15pt;
position:relative;
bottom:180px;
background-color: lightgray;
font-family:monospace;
}
ul li a {
text-decoration: none;
width:100%;
}
ul li a:link {
color:green;
}
ul li a:visited {
background-color: mediumpurple;
}
ul li a:hover {
background-color:cornflowerblue;
}
ul li a:active {
background-color: grey;
}
#word {
margin:0;
padding:0;
position:relative;
}
</style>
</head>
<body>
<div id="page">
<div id="page1">
<img src="header.jpg" alt="Real Estate Lawyer" id="header">
<h1> John De Matteis </h1>
<div id="nav">
<ul>
<li><a href="john.html"> Home </a> </li>
<li><a href="home.html"> About </a> </li>
<li><a href="contact.html"> Contact Us </a> </li>
</ul>
</div>
<div id="word">
<p> This is some sample text egin by considering two key questions that ultimately summarize the return on your efforts:
How much impact will addressing that issue have? Consider your essential question and your targeted objective. How far will addressing this issue get you towards your goal?
How easy will it be to design and implement a solution? Consider the complexity of the issue, the amount of time and resources required, and risks to success.
Ask these questions for each issue, tagging the issue with a designation of High-, Medium-, or Low-Impact, and High-, Medium-, or Low-Ease.
To show how the different issues compare we will plot them on a 2x2 matrix, like the one shown below. One axis will correspond to Ease of Execution; the other axis will correspond to Potential Impact. Plot out your solutions on the matrix, and focus on those faegin by considering two key questions that ultimately summarize the return on your efforts:
How much impact will addressing that issue have? Consider your essential question and your targeted objective. How far will addressing this issue get you towards your goal?
How easy will it be to design and implement a solution? Consider the complexity of the issue, the amount of time and resources required, and risks to success.
Ask these questions for each issue, tagging the issue with a designation of High-, Medium-, or Low-Impact, and High-, Medium-, or Low-Ease.
To show how the different issues compare we will plot them on a 2x2 matrix, like the one shown below. One axis will correspond to Ease of Execution; the other axis will correspond to Potential Impact. Plot out your solutions on the matrix, and focus on those faegin by considering two key questions that ultimately summarize the return on your efforts:
How much impact will addressing that issue have? Consider your essential question and your targeted objective. How far will addressing this issue get you towards your goal?
How easy will it be to design and implement a solution? Consider the complexity of the issue, the amount of time and resources required, and risks to success.
Ask these questions for each issue, tagging the issue with a designation of High-, Medium-, or Low-Impact, and High-, Medium-, or Low-Ease.
To show how the different issues compare we will plot them on a 2x2 matrix, like the one shown below. One axis will correspond to Ease of Execution; the other axis will correspond to Potential Impact. Plot out your solutions on the matrix, and focus on those fa </p>
</div>
</div>
</div>
</body>
</html>
Output
300px
You can jump to the latest bin by adding /latest
to your URL
Keyboard Shortcuts
Shortcut | Action |
---|---|
ctrl + [num] | Toggle nth panel |
ctrl + 0 | Close focused panel |
ctrl + enter | Re-render output. If console visible: run JS in console |
Ctrl + l | Clear the console |
ctrl + / | Toggle comment on selected lines |
ctrl + ] | Indents selected lines |
ctrl + [ | Unindents selected lines |
tab | Code complete & Emmet expand |
ctrl + shift + L | Beautify code in active panel |
ctrl + s | Save & lock current Bin from further changes |
ctrl + shift + s | Open the share options |
ctrl + y | Archive Bin |
Complete list of JS Bin shortcuts |
JS Bin URLs
URL | Action |
---|---|
/ | Show the full rendered output. This content will update in real time as it's updated from the /edit url. |
/edit | Edit the current bin |
/watch | Follow a Code Casting session |
/embed | Create an embeddable version of the bin |
/latest | Load the very latest bin (/latest goes in place of the revision) |
/[username]/last | View the last edited bin for this user |
/[username]/last/edit | Edit the last edited bin for this user |
/[username]/last/watch | Follow the Code Casting session for the latest bin for this user |
/quiet | Remove analytics and edit button from rendered output |
.js | Load only the JavaScript for a bin |
.css | Load only the CSS for a bin |
Except for username prefixed urls, the url may start with http://jsbin.com/abc and the url fragments can be added to the url to view it differently. |