Updated experience
This commit is contained in:
@@ -3,7 +3,6 @@ layout: page.html
|
||||
title: "About"
|
||||
---
|
||||
|
||||
|
||||
Please forgive my brevity, I am a man of few words. One would think that after many years on this planet I would have more to say about myself but alas I simply do not. I am a man that likes to code, to shut out the world and get lost in <code>If</code> statements and <code>try/catch</code> blocks.
|
||||
|
||||
|
||||
@@ -16,52 +15,19 @@ Over the years, throughout my education and working life, I have developed skill
|
||||
If you need to get in touch with me, you can find me on either Twitter: <a href="https://www.twitter.com/Marcus_Noble_">@Marcus_Noble_</a> or Github: <a href="https://www.github.com/AverageMarcus">AverageMarcus</a>
|
||||
|
||||
|
||||
<h2>Experience</h2>
|
||||
## Experience
|
||||
|
||||
<ul class="experience-list">
|
||||
<li class="card">
|
||||
<span class="label label-info">June 2013 — Ongoing</span>
|
||||
<h3>
|
||||
<a href="http://www.stfc.ac.uk">Science and technology Facilities Council <i class="icon-external-link"></i></a>
|
||||
</h3>
|
||||
<strong>Software Developer</strong>
|
||||
<blockquote>
|
||||
<small>Responsibilities included</small>
|
||||
<p>
|
||||
Being involved at all stages of development for ASP .NET and Java web applications. Providing user supports to systems maintained by our team. Providing maintenance, updates and bug fixes to existing systems and services. Maintain and develop Oracle and Microsoft SQL servers. Communicating with users within and external to the company to resolve issues.
|
||||
</p>
|
||||
</blockquote>
|
||||
</li>
|
||||
<li class="card">
|
||||
<span class="label label-info">July 2011 — September 2012</span>
|
||||
<h3>
|
||||
<a href="http://www.stfc.ac.uk" itemprop="affiliation">Science and technology Facilities Council <i class="icon-external-link"></i></a>
|
||||
</h3>
|
||||
<strong>Software Developer (Student Placement)</strong>
|
||||
<blockquote>
|
||||
<small>Responsibilities included</small>
|
||||
<p>
|
||||
Being involved at all stages of development for ASP .NET and Java web applications. Providing user supports to systems maintained by our team. Providing maintenance, updates and bug fixes to existing systems and services. Maintain and develop Oracle and Microsoft SQL servers. Communicating with users within and external to the company to resolve issues.
|
||||
</p>
|
||||
</blockquote>
|
||||
<blockquote>
|
||||
<small>Highlights</small>
|
||||
<p>
|
||||
I was awarded a Staff Recognition Award for my contribution to a project
|
||||
</p>
|
||||
</blockquote>
|
||||
</li>
|
||||
<li class="card">
|
||||
<span class="label label-info">2009 — 2013</span>
|
||||
<h3>
|
||||
<a href="http://www.derby.ac.uk" itemprop="affiliation">University of Derby <i class="icon-external-link"></i></a>
|
||||
</h3>
|
||||
<strong>BSc Computer Science</strong>
|
||||
<blockquote>
|
||||
<small>Modules included</small>
|
||||
<p>
|
||||
Software Development, Web Development, Multi-user Database Systems, Mobile Devices, Operating Systems, Systems Analysis, Language Design and Implementation, Distributed Systems, Systems Programming & Enterprise Systems
|
||||
</p>
|
||||
</blockquote>
|
||||
</li>
|
||||
{{#each collections.experience}}
|
||||
<li class="card">
|
||||
<span class="label label-info">{{moment this.start 'MMMM YYYY'}} — {{#if this.end}}{{moment this.end 'MMMM YYYY'}}{{else}}Ongoing{{/if}}</span>
|
||||
<h3>
|
||||
<a href="{{this.url}}">{{this.title}} <i class="icon-external-link"></i></a>
|
||||
</h3>
|
||||
<strong>{{this.role}}</strong>
|
||||
<blockquote>
|
||||
{{{this.contents}}}
|
||||
</blockquote>
|
||||
</li>
|
||||
{{/each}}
|
||||
</ul>
|
Reference in New Issue
Block a user