Skip to content

Commit

Permalink
Added detailed experience, similar to projects
Browse files Browse the repository at this point in the history
  • Loading branch information
harrymt committed Dec 23, 2017
1 parent 88701fe commit 994c038
Show file tree
Hide file tree
Showing 3 changed files with 55 additions and 6 deletions.
25 changes: 19 additions & 6 deletions _data/experience.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
- title: GWS Media
secondary: Web Developer
year: May, 2017 — Present
type: "full-stack, front-end"
summary:
- Developed Wordpress, Magento 2, Drupal 6, 7 and 8 custom plugins, themes and designs for 20+ international clients. _LESS, JavaScript, PHP._
- Lead developer for international client website redesign. Helped win top two largest maintenance contracts for the company. _Jira, Waterfall._
Expand All @@ -13,13 +14,25 @@
- title: 121 Systems
secondary: .NET Developer
year: 2014 — 2015 (11 months)
type: "full-stack"
summary:
- Redesigned custom CMS resulting in faster updating and better usability for marketing department. _ASP.NET, SASS, HTML._
- Built interface between courier service and 100+ client hand-held devices, deployed nationally, processing 2k daily requests. _VB.NET_

# - title: Barclaycard
# secondary: QA Test Analyst
# year: 2014 (1 month)
# summary:
# Quality Assurance testing intern for the Barclaycard Anywhere Service.
# Met go-live milestone performing functional testing with minimal supervision.
- title: Barclaycard
secondary: QA Test Analyst
year: 2014 (1 month)
type: ""
summary:
- Quality Assurance testing intern for the Barclaycard Anywhere Service.
- Met go-live milestone performing functional testing with minimal supervision.

- title: Mixd Work in the Web Workshop
secondary: Website developer
year: 2014 (3 days)
type: ""
summary:
- Intensive workshop for working in the web industry. _SCSS, Bootstrap, Wordpress, Capistrano, Project Management_
detailed:
- Learnt how to create responsive websites, 1-click deployment and Wordpress. [www.workintheweb.com](//www.workintheweb.com) _AWS_
- Understanding how to become a freelance web developer.
34 changes: 34 additions & 0 deletions _includes/detailed-experience.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
<div class="page-split no-print"></div>

<section class="content-section detailed-experience no-print">
<header class="section-header">
<h2>Detailed Experience</h2>
</header>

{% for c in site.data.experience %}
<div class="resume-item">
<div class="col-1-4">
<h3 class="resume-item-title" itemprop="name">
{% if c.url %}<a href="{{ c.url }}" itemprop="url">{% endif %}
{{ c.title }}
{% if c.url %}</a>{% endif %}
</h3>
<h4 class="resume-item-details" itemprop="description">
{{ c.secondary }}
</h4>
<h5>{{ c.year }}</h5>
</div>

<ul class="summary-bullets col-3-4">
{% for p in c.summary %}
<li class="resume-item-copy">{{p | markdownify}}</li>
{% endfor %}
{% for p in c.detailed %}
<li class="resume-item-copy">{{p | markdownify}}</li>
{% endfor %}
</ul>
</div>
{% endfor %}


</section>
2 changes: 2 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@
<a class="contact-button no-print" href="Harry.Mumford-Turner.CV.pdf" onclick="gtag('event', 'cv_download_click', {'value': 1});">Download CV</a>
</div>

{% include detailed-experience.html %}

{% include detailed-projects.html %}

<div class="download-button no-print">
Expand Down

0 comments on commit 994c038

Please sign in to comment.