Mercurial > aurellem
view html/header.html @ 62:fb5ea1d5bbe9
fixed the author macro to work!
author | Robert McIntyre <rlm@mit.edu> |
---|---|
date | Mon, 02 Mar 2015 09:51:23 -0800 |
parents | bbe8fed58d3f |
children | e24672e0365d |
line wrap: on
line source
1 <?xml version="1.0" encoding="utf-8"?>2 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"3 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">4 <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">5 <head>6 <title></title>7 <!-- 2015-03-02 Mon 09:47 -->8 <meta http-equiv="Content-Type" content="text/html;charset=utf-8" />9 <meta name="generator" content="Org-mode" />10 <meta name="author" content="Robert McIntyre" />11 <style type="text/css">12 <!--/*--><![CDATA[/*><!--*/13 .title { text-align: center; }14 .todo { font-family: monospace; color: red; }15 .done { font-family: monospace; color: green; }16 .priority { font-family: monospace; color: orange; }17 .tag { background-color: #eee; font-family: monospace;18 padding: 2px; font-size: 80%; font-weight: normal; }19 .timestamp { color: #bebebe; }20 .timestamp-kwd { color: #5f9ea0; }21 .right { margin-left: auto; margin-right: 0px; text-align: right; }22 .left { margin-left: 0px; margin-right: auto; text-align: left; }23 .center { margin-left: auto; margin-right: auto; text-align: center; }24 .underline { text-decoration: underline; }25 #postamble p, #preamble p { font-size: 90%; margin: .2em; }26 p.verse { margin-left: 3%; }27 pre {28 border: 1px solid #ccc;29 box-shadow: 3px 3px 3px #eee;30 padding: 8pt;31 font-family: monospace;32 overflow: auto;33 margin: 1.2em;34 }35 pre.src {36 position: relative;37 overflow: visible;38 padding-top: 1.2em;39 }40 pre.src:before {41 display: none;42 position: absolute;43 background-color: white;44 top: -10px;45 right: 10px;46 padding: 3px;47 border: 1px solid black;48 }49 pre.src:hover:before { display: inline;}50 pre.src-sh:before { content: 'sh'; }51 pre.src-bash:before { content: 'sh'; }52 pre.src-emacs-lisp:before { content: 'Emacs Lisp'; }53 pre.src-R:before { content: 'R'; }54 pre.src-perl:before { content: 'Perl'; }55 pre.src-java:before { content: 'Java'; }56 pre.src-sql:before { content: 'SQL'; }58 table { border-collapse:collapse; }59 caption.t-above { caption-side: top; }60 caption.t-bottom { caption-side: bottom; }61 td, th { vertical-align:top; }62 th.right { text-align: center; }63 th.left { text-align: center; }64 th.center { text-align: center; }65 td.right { text-align: right; }66 td.left { text-align: left; }67 td.center { text-align: center; }68 dt { font-weight: bold; }69 .footpara:nth-child(2) { display: inline; }70 .footpara { display: block; }71 .footdef { margin-bottom: 1em; }72 .figure { padding: 1em; }73 .figure p { text-align: center; }74 .inlinetask {75 padding: 10px;76 border: 2px solid gray;77 margin: 10px;78 background: #ffffcc;79 }80 #org-div-home-and-up81 { text-align: right; font-size: 70%; white-space: nowrap; }82 textarea { overflow-x: auto; }83 .linenr { font-size: smaller }84 .code-highlighted { background-color: #ffff00; }85 .org-info-js_info-navigation { border-style: none; }86 #org-info-js_console-label87 { font-size: 10px; font-weight: bold; white-space: nowrap; }88 .org-info-js_search-highlight89 { background-color: #ffff00; color: #000000; font-weight: bold; }90 /*]]>*/-->91 </style>92 <script type="text/javascript">93 /*94 @licstart The following is the entire license notice for the95 JavaScript code in this tag.97 Copyright (C) 2012-2013 Free Software Foundation, Inc.99 The JavaScript code in this tag is free software: you can100 redistribute it and/or modify it under the terms of the GNU101 General Public License (GNU GPL) as published by the Free Software102 Foundation, either version 3 of the License, or (at your option)103 any later version. The code is distributed WITHOUT ANY WARRANTY;104 without even the implied warranty of MERCHANTABILITY or FITNESS105 FOR A PARTICULAR PURPOSE. See the GNU GPL for more details.107 As additional permission under GNU GPL version 3 section 7, you108 may distribute non-source (e.g., minimized or compacted) forms of109 that code without the copy of the GNU GPL normally required by110 section 4, provided you include this license notice and a URL111 through which recipients can access the Corresponding Source.114 @licend The above is the entire license notice115 for the JavaScript code in this tag.116 */117 <!--/*--><![CDATA[/*><!--*/118 function CodeHighlightOn(elem, id)119 {120 var target = document.getElementById(id);121 if(null != target) {122 elem.cacheClassElem = elem.className;123 elem.cacheClassTarget = target.className;124 target.className = "code-highlighted";125 elem.className = "code-highlighted";126 }127 }128 function CodeHighlightOff(elem, id)129 {130 var target = document.getElementById(id);131 if(elem.cacheClassElem)132 elem.className = elem.cacheClassElem;133 if(elem.cacheClassTarget)134 target.className = elem.cacheClassTarget;135 }136 /*]]>*///-->137 </script>138 </head>139 <body>140 <div id="content">141 <h1 class="title"></h1>143 <div class="header">144 <div class="float-right">145 </div>147 <h1>aurellem <em>☉</em></h1>148 <ul class="nav">149 <li><a href="/">read the blog »</a></li>150 <!-- li><a href="#">learn about us »</a></li-->151 </ul>152 </div>154 <div class="author">Written by <author>155 <p>156 Robert McIntyre157 </p>158 </author></div>159 </div>160 <div id="postamble" class="status">161 <p class="author">Author: Robert McIntyre</p>162 <p class="date">Created: 2015-03-02 Mon 09:47</p>163 <p class="creator"><a href="http://www.gnu.org/software/emacs/">Emacs</a> 24.4.1 (<a href="http://orgmode.org">Org</a> mode 8.3beta)</p>164 <p class="validation"><a href="http://validator.w3.org/check?uri=referer">Validate</a></p>165 </div>166 </body>167 </html>