|
| 1 | +<!DOCTYPE html> |
| 2 | +<html lang="en"> |
| 3 | + <head> |
| 4 | + <meta charset="utf-8"> |
| 5 | + <meta name="viewport" content="width=device-width, initial-scale=1.0"> |
| 6 | + <meta http-equiv="X-UA-Compatible" content="IE=edge"> |
| 7 | + <meta name="description" content="On software"> |
| 8 | + <meta name="author" content="David Matthew"> |
| 9 | + <title>On software</title> |
| 10 | + <link rel="stylesheet" href="//netdna.bootstrapcdn.com/bootstrap/3.0.0/css/bootstrap.min.css"> |
| 11 | + <link rel="stylesheet" href="//netdna.bootstrapcdn.com/bootstrap/3.0.0/css/bootstrap-theme.min.css"> |
| 12 | + <script src="//netdna.bootstrapcdn.com/bootstrap/3.0.0/js/bootstrap.min.js"></script> |
| 13 | + <script src="//ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script> |
| 14 | + <script src="//ajax.googleapis.com/ajax/libs/jqueryui/1.10.3/jquery-ui.min.js"></script> |
| 15 | + <script src="//ajax.googleapis.com/ajax/libs/angularjs/1.0.7/angular.min.js"></script> |
| 16 | + </head> |
| 17 | + <body class="bs-docs-home"> |
| 18 | + <main class="bs-masthead" id="content" role="main"> |
| 19 | + <div class="container"> |
| 20 | + <article> |
| 21 | + <h1>on software</h1> |
| 22 | + <blockquote> |
| 23 | + <p>Software is eating the world.</p> |
| 24 | + </blockquote> |
| 25 | + <p>Marc Andressen</p> |
| 26 | + <p>Welcome to this blog. I am your host, David. While I am by no means a |
| 27 | + Joel Spolsky, I am passionate about software. I started off as a chemistry |
| 28 | + student, transitioned to mathematics, and finally landed in the world of |
| 29 | + software development.</p> |
| 30 | + </article> |
| 31 | + </div> |
| 32 | + </main> |
| 33 | + <footer class="container" role="contentinfo">If you need specific advice (for example, |
| 34 | + medical, legal, financial or risk management) please seek a professional who is licensed |
| 35 | + or knowledgeable in that area.</footer> |
| 36 | + </body> |
| 37 | +</html> |
0 commit comments