12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970 |
- <!DOCTYPE html>
- <html lang="en">
- <head>
- <link href="/styles/default.css" rel="stylesheet" type="text/css" />
- <title>
- About Me
- </title>
- <meta name="viewport" content="width=device-width, initial-scale=1.0" />
- </head>
- <body>
- <div id="wrapper">
- <div id="header">
- <h1>
- About 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>
- My name is Craig, I am an experienced Systems Administrator. I enjoy swimming, and cycling, although I don't do enough of either, and food, which I do too much of. My interests also include reading fantasy and sci-fi, particularly if it has a funny side.
- </p>
- <p>
- I have set this site up largely because I can, and also as a precursor to migrating my existing site over to the hosts this site lives on. The design I am aware isn't great, but is going to be a work in progress for some time. The site lives on two virtual hosts and the content is kept in sync by being uploaded through a workflow based on git, although more details can be found on my blog, or by asking me.
- </p>
- <p>
- One of the interests I have is debate, and also knowledge for knowledge sake. This interest I tend to expect other people to share, which can annoy those that don't share it, so I try to keep it to myself with people I don't know. One upshot of this is that I have a wide range of knowledge on quite diverse topics, not very deep knowledge in many of them mind, but deep enough to hold my own in a debate about many subjects with most people.
- </p>
- <p>
- I am quite proud of the fact that I am a member of Mensa, having a quite high IQ, I also like to consider myself generally quite intelligent, even accepting the fact that IQ is a very narrow measure of intelligence. That said I am also aware that on occasion I can be quite stupid.
- </p>
- <p>
- I like to think I am a reasonably moral person, but I do have failings, and I can sometimes be quite pragmatic. This, combined with quite strongly held views in some areas, can make me quite difficult to get along with at times, but I have learnt to not judge others by my beliefs. Unless of course they try to force their beliefs onto me, but that is not a topic for here.
- </p>
- </div>
- </div>
- </div>
- </body>
- </html>
|