Mercurial > aurellem
diff org/about-rlm.html @ 66:e24672e0365d
working on a revamp of aurellem.org.
author | Robert McIntyre <rlm@mit.edu> |
---|---|
date | Sun, 12 Apr 2015 21:38:20 -0700 |
parents | |
children |
line wrap: on
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/org/about-rlm.html Sun Apr 12 21:38:20 2015 -0700 1.3 @@ -0,0 +1,182 @@ 1.4 +<?xml version="1.0" encoding="utf-8"?> 1.5 +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" 1.6 +"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> 1.7 +<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en"> 1.8 +<head> 1.9 +<title>About Robert McIntyre</title> 1.10 +<!-- 2015-04-12 Sun 19:21 --> 1.11 +<meta http-equiv="Content-Type" content="text/html;charset=utf-8" /> 1.12 +<meta name="generator" content="Org-mode" /> 1.13 +<meta name="author" content="Robert McIntyre" /> 1.14 +<meta name="description" content="Page describing Robert McIntyre" 1.15 + /> 1.16 +<style type="text/css"> 1.17 + <!--/*--><![CDATA[/*><!--*/ 1.18 + .title { text-align: center; } 1.19 + .todo { font-family: monospace; color: red; } 1.20 + .done { font-family: monospace; color: green; } 1.21 + .priority { font-family: monospace; color: orange; } 1.22 + .tag { background-color: #eee; font-family: monospace; 1.23 + padding: 2px; font-size: 80%; font-weight: normal; } 1.24 + .timestamp { color: #bebebe; } 1.25 + .timestamp-kwd { color: #5f9ea0; } 1.26 + .right { margin-left: auto; margin-right: 0px; text-align: right; } 1.27 + .left { margin-left: 0px; margin-right: auto; text-align: left; } 1.28 + .center { margin-left: auto; margin-right: auto; text-align: center; } 1.29 + .underline { text-decoration: underline; } 1.30 + #postamble p, #preamble p { font-size: 90%; margin: .2em; } 1.31 + p.verse { margin-left: 3%; } 1.32 + pre { 1.33 + border: 1px solid #ccc; 1.34 + box-shadow: 3px 3px 3px #eee; 1.35 + padding: 8pt; 1.36 + font-family: monospace; 1.37 + overflow: auto; 1.38 + margin: 1.2em; 1.39 + } 1.40 + pre.src { 1.41 + position: relative; 1.42 + overflow: visible; 1.43 + padding-top: 1.2em; 1.44 + } 1.45 + pre.src:before { 1.46 + display: none; 1.47 + position: absolute; 1.48 + background-color: white; 1.49 + top: -10px; 1.50 + right: 10px; 1.51 + padding: 3px; 1.52 + border: 1px solid black; 1.53 + } 1.54 + pre.src:hover:before { display: inline;} 1.55 + pre.src-sh:before { content: 'sh'; } 1.56 + pre.src-bash:before { content: 'sh'; } 1.57 + pre.src-emacs-lisp:before { content: 'Emacs Lisp'; } 1.58 + pre.src-R:before { content: 'R'; } 1.59 + pre.src-perl:before { content: 'Perl'; } 1.60 + pre.src-java:before { content: 'Java'; } 1.61 + pre.src-sql:before { content: 'SQL'; } 1.62 + 1.63 + table { border-collapse:collapse; } 1.64 + caption.t-above { caption-side: top; } 1.65 + caption.t-bottom { caption-side: bottom; } 1.66 + td, th { vertical-align:top; } 1.67 + th.right { text-align: center; } 1.68 + th.left { text-align: center; } 1.69 + th.center { text-align: center; } 1.70 + td.right { text-align: right; } 1.71 + td.left { text-align: left; } 1.72 + td.center { text-align: center; } 1.73 + dt { font-weight: bold; } 1.74 + .footpara:nth-child(2) { display: inline; } 1.75 + .footpara { display: block; } 1.76 + .footdef { margin-bottom: 1em; } 1.77 + .figure { padding: 1em; } 1.78 + .figure p { text-align: center; } 1.79 + .inlinetask { 1.80 + padding: 10px; 1.81 + border: 2px solid gray; 1.82 + margin: 10px; 1.83 + background: #ffffcc; 1.84 + } 1.85 + #org-div-home-and-up 1.86 + { text-align: right; font-size: 70%; white-space: nowrap; } 1.87 + textarea { overflow-x: auto; } 1.88 + .linenr { font-size: smaller } 1.89 + .code-highlighted { background-color: #ffff00; } 1.90 + .org-info-js_info-navigation { border-style: none; } 1.91 + #org-info-js_console-label 1.92 + { font-size: 10px; font-weight: bold; white-space: nowrap; } 1.93 + .org-info-js_search-highlight 1.94 + { background-color: #ffff00; color: #000000; font-weight: bold; } 1.95 + /*]]>*/--> 1.96 +</style> 1.97 +<link rel="stylesheet" type="text/css" href="../../aurellem/css/argentum.css" /> 1.98 +<link rel="stylesheet" type="text/css" href="../css/about-me.css" /> 1.99 +<script type="text/javascript"> 1.100 +/* 1.101 +@licstart The following is the entire license notice for the 1.102 +JavaScript code in this tag. 1.103 + 1.104 +Copyright (C) 2012-2013 Free Software Foundation, Inc. 1.105 + 1.106 +The JavaScript code in this tag is free software: you can 1.107 +redistribute it and/or modify it under the terms of the GNU 1.108 +General Public License (GNU GPL) as published by the Free Software 1.109 +Foundation, either version 3 of the License, or (at your option) 1.110 +any later version. The code is distributed WITHOUT ANY WARRANTY; 1.111 +without even the implied warranty of MERCHANTABILITY or FITNESS 1.112 +FOR A PARTICULAR PURPOSE. See the GNU GPL for more details. 1.113 + 1.114 +As additional permission under GNU GPL version 3 section 7, you 1.115 +may distribute non-source (e.g., minimized or compacted) forms of 1.116 +that code without the copy of the GNU GPL normally required by 1.117 +section 4, provided you include this license notice and a URL 1.118 +through which recipients can access the Corresponding Source. 1.119 + 1.120 + 1.121 +@licend The above is the entire license notice 1.122 +for the JavaScript code in this tag. 1.123 +*/ 1.124 +<!--/*--><![CDATA[/*><!--*/ 1.125 + function CodeHighlightOn(elem, id) 1.126 + { 1.127 + var target = document.getElementById(id); 1.128 + if(null != target) { 1.129 + elem.cacheClassElem = elem.className; 1.130 + elem.cacheClassTarget = target.className; 1.131 + target.className = "code-highlighted"; 1.132 + elem.className = "code-highlighted"; 1.133 + } 1.134 + } 1.135 + function CodeHighlightOff(elem, id) 1.136 + { 1.137 + var target = document.getElementById(id); 1.138 + if(elem.cacheClassElem) 1.139 + elem.className = elem.cacheClassElem; 1.140 + if(elem.cacheClassTarget) 1.141 + target.className = elem.cacheClassTarget; 1.142 + } 1.143 +/*]]>*///--> 1.144 +</script> 1.145 +</head> 1.146 +<body> 1.147 +<div id="content"> 1.148 +<h1 class="title">About Robert McIntyre</h1> 1.149 + 1.150 +<div class="header"> 1.151 + <div class="float-right"> 1.152 + </div> 1.153 + 1.154 + <h1>aurellem <em>☉</em></h1> 1.155 + <ul class="nav"> 1.156 + <li><a href="/">read the blog »</a></li> 1.157 + <!-- li><a href="#">learn about us »</a></li--> 1.158 + </ul> 1.159 +</div> 1.160 + 1.161 +<div class="author">Written by: <author> 1.162 +<p> 1.163 +Robert McIntyre 1.164 +</p> 1.165 +</author></div> 1.166 +<dl class="org-dl"> 1.167 +<dt>Name</dt><dd>Robert McIntyre</dd> 1.168 +<dt>Contact</dt><dd>rlm@mit.edu</dd> 1.169 +<dt>Resume</dt><dd><a href="../../resume/Robert-McIntyre-Resume.pdf">Robert-McIntyre-Resume.pdf</a></dd> 1.170 +<dt><a href="https://en.wikipedia.org/wiki/Pretty_Good_Privacy">PGP Key</a></dt><dd><a href="http://pgp.mit.edu/pks/lookup?op=get&search=0x84696E50057B932E">Public Key</a></dd> 1.171 +<dt>PGP fingerprint</dt><dd>4A10 BEC2 9290 7612 A461 2598 8469 6E50 057B 932E</dd> 1.172 +<dt>Birthday</dt><dd>September 26</dd> 1.173 +<dt>Alcor</dt><dd>I am a member (#A-2640) of the <a href="http://alcor.org/">Alcor Life Extension 1.174 +Foundation</a>.</dd> 1.175 +<dt>Bitcoin</dt><dd><a href="https://blockchain.info/address/19HquAqbXkSZYiYQAZymj9C9oALvSJ5jPr">19HquAqbXkSZYiYQAZymj9C9oALvSJ5jPr</a></dd> 1.176 +</dl> 1.177 +</div> 1.178 +<div id="postamble" class="status"> 1.179 +<p class="author">Author: Robert McIntyre</p> 1.180 +<p class="date">Created: 2015-04-12 Sun 19:21</p> 1.181 +<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> 1.182 +<p class="validation"><a href="http://validator.w3.org/check?uri=referer">Validate</a></p> 1.183 +</div> 1.184 +</body> 1.185 +</html> 1.186 \ No newline at end of file