This repository has been archived on 2020-10-30. You can view files and clone it, but cannot push or open issues or pull requests.
hugo-blog/content/about.html

58 lines
2.6 KiB
HTML

---
title: "About Me"
date: 2020-01-31T12:54:00Z
---
<div id="js-intro" class="intro">
<p>
I am a UK based, freelance, front-end <strong>Web Developer</strong>.
</p>
<p>
I work with small businesses to <strong>Build</strong> and <strong>Grow</strong> their online presence.
</p>
<div class="more-hint">
<svg class="more-svg" viewBox="0 0 24 24">
<path fill="currentColor" d="M7.41,8.58L12,13.17L16.59,8.58L18,10L12,16L6,10L7.41,8.58Z" />
</svg>
</div>
</div>
<ul>
<li><p>I create <strong><a href="{{< baseurl >}}tags/bespoke">Bespoke Websites</a></strong> using the latest technologies.</p></li>
<li><p>I turn old, tired websites into <strong><a href="{{< baseurl >}}posts/leopold">Fresh and Modern</a></strong> sites.</p></li>
<li><p>I work with a number of <strong><a href="{{< baseurl >}}tags/cms">Content Management Systems</a></strong>, including <strong><a href="{{< baseurl >}}tags/wordpress">WordPress</a></strong>.</p></li>
<li><p>I develop custom <strong>Themes</strong> and <strong>Plugins</strong>.</p></li>
<li><p>I advise and develop <strong><a href="{{< baseurl >}}tags/ecommerce">eCommerce Solutions</a></strong> for your online business.</p></li>
<li><p>I customise <strong><a href="{{< baseurl >}}tags/woocommerce">WooCommerce</a></strong> to fit specific business needs.</p></li>
<li><p>I integrate <strong>Social Media</strong> accounts with websites.</p></li>
<li><p>I <strong>Manage</strong> websites, taking care of <strong>Backups</strong>, <strong>Updates</strong> and other essential tasks.</p></li>
</ul>
<h2>All Of My Work Is</h2>
<ul>
<li><p>Fully optimised for on-site <strong>SEO</strong>.</p></li>
<li><p>Built with <strong>Security</strong> in mind.</p></li>
<li><p><strong>Mobile Friendly</strong> and responsive.</p></li>
<li><p>Built for <strong>Performance</strong> and <strong>Speed</strong>.</p></li>
<li><p><strong>Accessible</strong> and standards compliant.</p></li>
<li><p>Built with <strong>Semantic</strong>, <strong>Clean</strong>, <strong>Maintainable</strong> code.</p></li>
</ul>
<script>
var introEl = document.getElementById('js-intro');
var headerEl = document.querySelector('section > article > header');
if (introEl && headerEl) {
var navEl = document.querySelector('main > nav');
if (navEl) {
var navHeight = navEl.offsetHeight;
navEl.style.marginBottom = -1 * navHeight + "px";
headerEl.style.paddingTop = navHeight / 2 + "px";
headerEl.style.paddingBottom = navHeight / 2 + "px";
headerEl.appendChild(introEl);
document.body.classList.add('header-expanded');
}
}
</script>