12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364 |
- <!DOCTYPE html>
- <html lang="en">
- <head>
- <link href="/styles/default.css" rel="stylesheet" type="text/css" />
- <title>
- Contact Me
- </title>
- <meta name="viewport" content="width=device-width, initial-scale=1.0" />
- </head>
- <body>
- <div id="wrapper">
- <div id="header">
- <h1>
- Contact Me
- </h1>
- </div>
- <div id="layout">
- <div id="navigation">
- <p class="link">
- <a href="/index.html">
- Home
- </a>
- </p>
- <p class="link">
- <a href="/about.html">
- About Me
- </a>
- </p>
- <p class="link">
- <a href="/contact.html">
- Contact Me
- </a>
- </p>
- <!--<p class="link">
- <a href="/cv.html">
- My CV
- </a>
- </p>-->
- <p class="link">
- <a href="/guides/">
- Guides
- </a>
- </p>
- <p class="link">
- <a href="https://www.craig-james-stewart.co.uk/blog/">
- My Blog
- </a>
- </p>
- </div>
- <div id="content">
- <p>
- I can be found on <a href="https://twitter.com/pmb00cs">twitter</a> for casual conversations.
- </p>
- <p>
- Or on <a href="https://www.linkedin.com/in/craig-james-stewart">linkedin</a> for professional conversations (although please note that if you want to recruit me at a time I'm not looking for work I may not be very receptive).
- </p>
- <p>
- Or if that fails I can be contacted <a href="mailto:server@craig-james-stewart.co.uk">by email</a>.
- </p>
- </div>
- </div>
- </div>
- </body>
- </html>
|