-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_config.yml
More file actions
73 lines (60 loc) · 2.15 KB
/
Copy path_config.yml
File metadata and controls
73 lines (60 loc) · 2.15 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
# Site settings
# What projects to show
# front-end, back-end, product, all
job: 'full-stack'
last_updated: '01/01/2025'
# Current location
location: 'London'
company: 'OakNorth'
company_url: '//www.oaknorth.co.uk'
resume_job:
- job: 'front-end'
title: 'Front-End Developer'
intro: "Contributed over 1.1 Million <abbr title='Source Lines of programming code'>SLOC</abbr> to the <a href='//github.com/harrymt'>open source</a> community. Working primarily with front-end technologies, including Angular, React, Less/SASS. Developed 25+ international client websites using Drupal, Magento 2 and Wordpress. MSc, Bsc."
skills: ''
- job: 'full-stack'
title: 'Frontend Engineer'
intro: 'Writing <span>React</span> components, <span>GraphQL</span> queries and doing it all with <span>Typescript</span>.'
skills: 'Typescript, React, GraphQL (Apollo), C#, SCSS/LESS'
- job: 'all'
title: 'Software Developer'
intro: 'Experienced Software Engineer with a demonstrated history of working in the higher education industry. Skilled in VB.NET, PHP, WordPress, Web Design, and Java. Strong research professional with a Master’s Degree focused in Advanced Computer Science, Creative Technology from University of Bristol.'
skills: ''
title: 'Harry Mumford-Turner'
description: 'Harry Mumford-Turner CV.'
resume_avatar: 'true'
resume_name: 'Harry Mumford-Turner'
resume_contact_email: 'harrymt@me.com'
resume_looking_for_work: 'yes'
# Decide which sections to use
# comment out to hide
resume_section_experience: true
resume_section_education: true
resume_section_projects: true
# Printed links to display:
resume_print_links:
- name: GitHub
url: 'github.com/harrymt'
- name: Website
url: 'harrymt.com'
# Non-Print version icons
resume_social_links:
resume_github_url: 'https://github.com/harrymt'
resume_website_url: 'https://harrymt.com'
resume_linkedin_url: 'https://www.linkedin.com/in/harrymt'
resume_print_social_links: true
# Build settings
markdown: kramdown
sass:
sass_dir: _sass
style: compressed
plugins:
- jekyll-sitemap
exclude:
- node_modules
- README.md
- LICENSE
- CNAME
- Gemfile
- Gemfile.lock
- package.json