Advertisement
Guest User

Untitled

a guest
Dec 11th, 2016
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.11 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en" itemscope itemtype="http://schema.org/Article">
  3. <head>
  4.  
  5. <title>Assorted Nerdery - Home</title>
  6. <meta name="description" content="A lousy website, infrequently updated." />
  7.  
  8. <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
  9. <meta name="viewport" content="width=device-width, initial-scale=1" />
  10.  
  11. <!-- Place this data between the <head> tags of your website -->
  12.  
  13. <meta itemprop="name" content="Home">
  14.  
  15.  
  16.  
  17. <meta itemprop="description" content="A lousy website, infrequently updated.">
  18.  
  19.  
  20.  
  21.  
  22. <meta itemprop="image" content="http://www.example.com/image.jpg">
  23.  
  24. <!-- Twitter Card data -->
  25. <meta name="twitter:card" content="summary">
  26. <meta name="twitter:site" content="@BostonEnginerd">
  27. <meta name="twitter:title" content="Home">
  28.  
  29. <meta name="twitter:description" content="A lousy website, infrequently updated.">
  30.  
  31.  
  32. <meta name="twitter:creator" content="@BostonEnginerd">
  33. <!-- Twitter summary card with large image must be at least 280x150px -->
  34. <meta name="twitter:image:src" content="/images/bob.jpg">
  35.  
  36. <!-- Open Graph data -->
  37. <meta property="og:title" content="Title Here" />
  38. <meta property="og:type" content="article" />
  39. <meta property="og:url" content="/index.html" />
  40. <meta property="og:image" content="http://example.com/image.jpg" />
  41. <meta property="og:description" content="Description Here" />
  42. <meta property="og:site_name" content="Site Name, i.e. Moz" />
  43. <meta property="article:published_time" content="2013-09-17T05:59:00+01:00" />
  44. <meta property="article:modified_time" content="2013-09-16T19:08:47+01:00" />
  45. <meta property="article:section" content="Article Section" />
  46. <meta property="article:tag" content="Article Tag" />
  47. <meta property="fb:admins" content="Facebook numberic ID" />
  48.  
  49.  
  50. <link rel="stylesheet" type="text/css" href="./css/default.css" />
  51.  
  52. </head>
  53. <body>
  54. <div id="header">
  55. <div id="logo">
  56. <a href="./">Assorted Nerdery</a>
  57. </div>
  58. <div id="navigation">
  59. <a href="./">Home</a>
  60. <a href="./about/"></a>
  61. <a href="./archive/">Archive</a>
  62. <a href="./rss.xml">RSS</a>
  63. <a href="./atom.xml">Atom</a>
  64.  
  65. </div>
  66. </div>
  67.  
  68. <div id="content">
  69. <h1>Home</h1>
  70.  
  71. <img src="./images/bob.jpg" alt="A picture of a cat" style="float: right; margin: 10px;" />
  72.  
  73. <h1>Welcome to my lousy blog!</h1>
  74.  
  75.  
  76. <p> I'm an engineer in the Boston area. I occasionally post hastily
  77. written things, mostly uninformed and with poor grammar. </p>
  78.  
  79. <p>The last few posts are available below and the remainder are
  80. accessible through the archive page.</p>
  81.  
  82. <h2>Posts</h2>
  83. <ul>
  84.  
  85. <li>
  86. <a href="./posts/2015-12-07-tu-quoque/">Tu Quoque</a> - December 7, 2015
  87. </li>
  88.  
  89. <li>
  90. <a href="./posts/2015-11-28-carpe-diem/">Carpe Diem</a> - November 28, 2015
  91. </li>
  92.  
  93. <li>
  94. <a href="./posts/2015-10-07-rosa-rosa-rosam/">Rosa Rosa Rosam</a> - October 7, 2015
  95. </li>
  96.  
  97. <li>
  98. <a href="./posts/2015-08-12-spqr/">S.P.Q.R.</a> - August 12, 2015
  99. </li>
  100.  
  101. </ul>
  102.  
  103.  
  104. <p>…and there's more in the <a href="./archive.html">archives</a>.</p>
  105.  
  106.  
  107.  
  108. </div>
  109. <div id="footer">
  110. <a rel="license" href="http://creativecommons.org/licenses/by-sa/4.0/"><img alt="Creative Commons License" style="border-width:0" src="https://i.creativecommons.org/l/by-sa/4.0/80x15.png" /></a><br /><span xmlns:dct="http://purl.org/dc/terms/" property="dct:title">Assorted Nerdery</span> by <a xmlns:cc="http://creativecommons.org/ns#" href="https://bostonenginerd.com" property="cc:attributionName" rel="cc:attributionURL">BostonEnginerd</a> is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International License</a>.
  111. </div>
  112. </body>
  113. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement