More dev page work

This commit is contained in:
2020-04-23 17:57:42 +01:00
parent 1a6917ae47
commit c0196bd82b
2 changed files with 19 additions and 3 deletions

View File

@@ -6,15 +6,31 @@ permalink: /development/
<div class="wrapper">
<h1>Langagues/Technologies:</h1>
<ul>
<li><span class="fab fa-html5" style="color: red"></span> HTML5</li>
<li><span class="fab fa-css3-alt" style="color: blue"></span> CSS3</li>
<li><span class="fab fa-java" style="color: orange"></span> Java</li>
<li><span class="fab fa-python" style="color: blue"></span> Python</li>
<li><span class="fas fa-scroll" style="color: green"></span> Gradle</li>
<li><span class="fab fa-gulp" style="color: red"></span> Gulp.js</li>
</ul>
<h1>Projects:</h1>
<div style="display: flex;">
<div>
<div style="display: flex; flex-direction: column;">
<div style="padding: 1em;">
<h1>This Site! <span class="fab fa-html5" style="color: red"></span> <span class="fab fa-css3-alt" style="color: blue"></span></h1>
<p>This website is totally static, using Jekyll for its builds and a self-hosted Gitea instance for versioning/deployment. Initially based on the Minima theme, it is mostly built from scratch at this point.</p>
</div>
<div style="padding: 1em;">
<a href="https://github.com/nottinghamtec/PyRIGS"><h1>R.I.G.S <span class="fab fa-python" style="color: blue"></span> <span class="fab fa-gulp" style="color: red"></span></h1></a>
<p>R.I.G.S or Rig Information Gathering System is Django-based webapp handling events management for TEC PA and Lighting. I have taken over project managaging and developing this project from <a href="www.codedinternet.com">Tom Price</a> and <a href="https://dtaylor.uk/">David Taylor</a>, working alongside <a href="https://github.com/mattysmith22">Matt Smith</a>. Together we have updated to Django 3.0, implemented a long awaited asset management system, rewritten the testing suite for the project and generally refactoring what is, in the main, five year old code.</p>
<img src="/img/rigs.png">
<p><strong>R.I.G.S</strong> or <strong>Rig Information Gathering System</strong> is Django-based webapp handling events management for TEC PA & Lighting. I have taken over project managaging and developing this project from <a href="www.codedinternet.com">Tom Price</a> and <a href="https://dtaylor.uk/">David Taylor</a>, working alongside <a href="https://github.com/mattysmith22">Matt Smith</a>. Together we have updated to Django 3.0, implemented a long awaited asset management system, rewritten the testing suite for the project and generally refactoring what is, in the main, five year old code.</p>
</div>
<div style="padding: 1em;">
<a href="https://github.com/nottinghamtec/PyRIGS"><h1>TEC Recruitment Site <span class="fab fa-html5" style="color: red"></span> <span class="fab fa-css3-alt" style="color: blue"></span></h1></a>
<p>TEC PA & Lighting must maintain something of a 'dual-headed' image - it needs to appear professional to potential clients, but approachable to potential student recruits. This single-page website was my first step towards providing an 'alternate' web presence for TEC that is student rather than client focused. It is also built using Jekyll, purely to make updating the site's content independent of its layout and more accessible to less technical, in the programming sense, persons.</p>
</div>
<div style="padding: 1em;">
<a href="https://github.com/BrassGoggledCoders"><h1>BrassGoggledCoders <span class="fab fa-java" style="color: orange"></span> <span class="fas fa-scroll" style="color: green"></span></h1></a>
<p>The <strong>BrassGoggledCoders</strong> are an international team of hobbyist coders working to create modifications for the smash-hit game Minecraft. I have a project management role here as well, alongside a large amount of programming and some design work.</p>
</div>
</div>
</div>