diff options
author | Adam Spragg <adam@spragg-ssl.co.uk> | 2018-08-10 09:06:40 +0100 |
---|---|---|
committer | Adam Spragg <adam@spragg-ssl.co.uk> | 2018-08-10 09:06:40 +0100 |
commit | c84dd7a48ae7620af471eb98839054da82104bdc (patch) | |
tree | dd837cb14a97be50036388f58827c24e4e8738cb | |
parent | 23f64c842bd6a52021b4f14e3c0f980f778d2ab7 (diff) |
Detail some of my experience on the home page
-rw-r--r-- | html/index.php | 13 |
1 files changed, 10 insertions, 3 deletions
diff --git a/html/index.php b/html/index.php index 488d9ba..9d3d33c 100644 --- a/html/index.php +++ b/html/index.php @@ -42,9 +42,16 @@ <h2><img src="/img/icons/Faenza/mimetypes/32/message.png" alt="•" /> Who you gonna... uh, email?</h2> <p><a href="mailto:adam@spragg-ssl.co.uk">Drop me a line</a>, and I'll let you know if I think I - can help. - My expertise is mostly with Linux- and other Free-Software-based systems, but I might be - able to lend a hand with other platforms too.</p> + can help.</p> + + <p>I've had commercial development experience with Bash/shell scripting, C, C++, C#, Javascript + and PHP, working with a range of server-side systems including Apache, MySQL and Oracle. + I've worked on SuSE, Debian and HP-UX systems, doing reasonable amounts of system + administration on all of them. + I've also done some Windows development using C++-based ATL/COM many years ago, and + using C#/.NET not quite so many years ago. + So, my expertise is <em>mostly</em> with Linux- and other Free-Software-based systems, + but I might be able to lend a hand with other platforms too.</p> </main> <footer> <?php echo indent(site_footer(), 3); ?> |