index.html (1881B)
1 <!DOCTYPE html> 2 <html lang="en"> 3 <head> 4 <link rel="stylesheet" href="/style.css" type="text/css"> 5 <meta charset="utf-8"> 6 <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> 7 <meta name="viewport" content="width=device-width, initial-scale=1.0"> 8 <link rel="stylesheet" type="text/css" href="/style.css"> 9 <link rel="icon" href="data:image/svg+xml,<svg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 100 100%22><text y=%22.9em%22 font-size=%2290%22>🏕️</text></svg>"> 10 <title></title> 11 </head> 12 <body> 13 <div id="page-wrapper"> 14 <div id="header" role="banner"> 15 <header class="banner"> 16 <div id="banner-text"> 17 <span class="banner-title"><a href="/">beauhilton</a></span> 18 </div> 19 </header> 20 <nav> 21 <a href="/about">about</a> 22 <a href="/now">now</a> 23 <a href="/thanks">thanks</a> 24 <a href="/posts">posts</a> 25 <a href="https://notes.beauhilton.com">notes</a> 26 <a href="https://talks.beauhilton.com">talks</a> 27 <a href="https://git.beauhilton.com">git</a> 28 <a class="nav-active" href="/contact">contact</a> 29 <a href="/atom.xml">rss</a> 30 </nav> 31 </div> 32 <main> 33 <p> 34 This website is my social media account. 35 </p> 36 <p> 37 If you want to get in touch, email: <a href="mailto:beau@beauhilton.com">beau@beauhilton.com</a>. 38 </p> 39 <p> 40 I’ll respond within the week. 41 </p> 42 <h2> 43 Consulting 44 </h2> 45 <p> 46 If you are contacting me to request data science consulting, write to 47 the email above with “consulting” somewhere in the subject line. 48 </p> 49 <p> 50 I am currently willing to discuss engagements, pending specifics. 51 Minimum $350/h for consulting, unless you’re a student, in which case, 52 if the project is interesting and I can truly be of assistance, it’s 53 free. 54 </p> 55 </main> 56 <div id="footnotes"></div> 57 <footer></footer> 58 </div> 59 </body> 60 </html>