45 lines
2.9 KiB
HTML
45 lines
2.9 KiB
HTML
{% include 'header.html' %}
|
|
<main>
|
|
<section id="technology">
|
|
<div class="gradient gradient-left">
|
|
<div class="text text-left">
|
|
<div>
|
|
<h2>Technology</h2>
|
|
<hr>
|
|
<p>Working with technology is my day job, I currently specialise in:</p>
|
|
<ul>
|
|
<li>Linux (primarily RHEL & Debian based)</li>
|
|
<li>SCM with Git and Subversion</li>
|
|
<li>Big Data (Hadoop & Cloud storage)</li>
|
|
<li>Programming (Python, Bash & C#)</li>
|
|
</ul>
|
|
<p>I also run some services for personal use and occasionally write software. I may write about some of the services I run in the future. For now, my code can be found on <a href="https://github.com/jcharman">GitHub</a>.</p>
|
|
<div class="social">
|
|
<a class="button" href="https://www.linkedin.com/in/jakecharman/"><i class="fa-brands fa-linkedin-in"></i></a>
|
|
<a class="button" href="https://github.com/jcharman/"><i class="fa-brands fa-github"></i></a>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</section>
|
|
<section id="motorsport">
|
|
<div class="gradient gradient-right">
|
|
<div class="text text-right">
|
|
<div>
|
|
<h2>Racing</h2>
|
|
<hr />
|
|
<p>When not working on tech, I can usually be found at <a href="https://santapod.com">Santa Pod Raceway</a> working on my Dad's <a href="https://nitrojunkie.uk">NitroJunkie.UK</a> "All In" Top Fuel Bike. The bike is purpose built from the ground up with a supercharged, nitromethane injected engine capable of producing approximately 1000 horsepower. </p>
|
|
<p>The photo for this section was taken by <a href="https://www.facebook.com/BlackettPhotography">Blackett Photography</a></p>
|
|
<p>You can read more about our racing at <a href="https://nitrojunkie.uk">nitrojunkie.uk</a></p>
|
|
<div class="social">
|
|
<a class="button" href="https://nitrojunkie.uk"><i class="fa-solid fa-globe"></i></a>
|
|
<a class="button" href="https://www.youtube.com/@NitroJunkieUK"><i class="fa-brands fa-youtube"></i></a>
|
|
<a class="button" href="https://www.facebook.com/nitrojunkie.uk"><i class="fa-brands fa-facebook"></i></a>
|
|
<a class="button" href="https://instagr.am/nitrojunkieuk"><i class="fa-brands fa-instagram"></i></a>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</section>
|
|
</main>
|
|
{% include 'footer.html' %} |