Initial commit
This commit is contained in:
commit
35c2db8316
9 changed files with 8830 additions and 0 deletions
55
contact/index.html
Normal file
55
contact/index.html
Normal file
|
|
@ -0,0 +1,55 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<!-- Begin Jekyll SEO tag v2.3.0 -->
|
||||
<title>Contact | Dan Jones</title>
|
||||
<meta property="og:title" content="Contact" />
|
||||
<meta name="author" content="Dan Jones" />
|
||||
<meta property="og:locale" content="en_US" />
|
||||
<meta name="description" content="Web developer, actor, all around good guy" />
|
||||
<meta property="og:description" content="Web developer, actor, all around good guy" />
|
||||
<link rel="canonical" href="http://localhost:9090/contact/" />
|
||||
<meta property="og:url" content="http://localhost:9090/contact/" />
|
||||
<meta property="og:site_name" content="Dan Jones" />
|
||||
<meta name="twitter:card" content="summary" />
|
||||
<meta name="twitter:site" content="@goodevilgenius" />
|
||||
<meta name="twitter:creator" content="@goodevilgenius" />
|
||||
<script type="application/ld+json">
|
||||
{"name":null,"description":"Web developer, actor, all around good guy","author":{"@type":"Person","name":"Dan Jones"},"@type":"WebPage","url":"http://localhost:9090/contact/","publisher":null,"image":null,"headline":"Contact","dateModified":null,"datePublished":null,"sameAs":null,"mainEntityOfPage":null,"@context":"http://schema.org"}</script>
|
||||
<!-- End Jekyll SEO tag -->
|
||||
|
||||
|
||||
<link rel="stylesheet" type="text/css" href="/style.css" />
|
||||
<meta http-equiv="X-Clacks-Overhead" content="GNU Terry Pratchett" />
|
||||
</head>
|
||||
|
||||
<body >
|
||||
<nav class="nav noprint">
|
||||
<a class="nav-link" href="/">Introduction</a>
|
||||
<a class="nav-link" href="/web/">Web Resume</a>
|
||||
<a class="nav-link" href="/theater/">Acting Resume</a>
|
||||
<a class="nav-link" href="/contact/">Contact</a>
|
||||
</nav>
|
||||
|
||||
<section class="entry-content container-fluid">
|
||||
|
||||
<header class="entry-header">
|
||||
<h1 class="entry-title">Contact</h1>
|
||||
</header>
|
||||
|
||||
<p>You can email me at <span id="33c12d8ca2a4cb0fc68b88df8329bf53"></span>
|
||||
<script type="text/javascript">
|
||||
var t=[122,-62,159,-127,231,-117,218,-116,177,-143,252,-155,260,-152,268,-157,215,-177,212,-163,211,-163,222,-184,219,-162,217,-158,196,-161,210,-161,209,-150,188,-153,207,-155,214,-176,211,-162,210,-162,221,-183,218,-161,216,-157,195,-160,209,-160,208,-149,187,-152,201,-153,206,-147,185,-150,199,-151,200,-141,179,-144,193,-145,201,-142,180,-145,194,-145,197,-138,176,-141,190,-140,189,-130,168,-133,190,-135,194,-156,191,-142,190,-136,195,-157,192,-143,192,-143,202,-164,199,-150,199,-151,210,-172,207,-158,206,-157,216,-178,213,-164,213,-160,219,-181,216,-164,218,-159,197,-162,219,-162,221,-183,218,-169,218,-169,228,-190,225,-176,224,-167,226,-192,254,-154,251,-141,205,-105,202,-92,197,-96,204,-90,187,-66,172,-61,171,-70,185,-139,238,-127,236,-176,223,-126,188];
|
||||
var toAppend = '';
|
||||
for (var i=1; i<t.length; i++)
|
||||
{
|
||||
toAppend+=String.fromCharCode(t[i]+t[i-1]);
|
||||
}
|
||||
document.getElementById('33c12d8ca2a4cb0fc68b88df8329bf53').innerHTML = toAppend;
|
||||
</script><noscript>Please enable JavaScript to see this field.</noscript>.
|
||||
|
||||
Or give me a call at <a href="tel:704-326-1626">704-326-1626</a>, or <a href="skype:goodevilgenius?call">on Skype</a>.</p>
|
||||
|
||||
</section>
|
||||
</body>
|
||||
</html>
|
||||
Loading…
Add table
Add a link
Reference in a new issue