Start of development page
This commit is contained in:
20
dev.html
Normal file
20
dev.html
Normal file
@@ -0,0 +1,20 @@
|
||||
---
|
||||
layout: page
|
||||
title: Development
|
||||
permalink: /development/
|
||||
---
|
||||
<div class="wrapper">
|
||||
<h1>Langagues/Technologies:</h1>
|
||||
<ul>
|
||||
<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="fab fa-gulp" style="color: red"></span> Gulp.js</li>
|
||||
</ul>
|
||||
<h1>Projects:</h1>
|
||||
<div style="display: flex;">
|
||||
<div>
|
||||
<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>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
Reference in New Issue
Block a user