Skip to content

Commit 0d2ebdd

Browse files
committed
Use resume.yaml for devicons badges
1 parent 4362e2e commit 0d2ebdd

File tree

6 files changed

+119
-341
lines changed

6 files changed

+119
-341
lines changed

main.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
1-
from resume.badges import skills_badges
1+
from resume import NLJ, shields_badges
2+
from resume.badges import devicons_badges
23
from resume.salutations import typed_salutations
34

5+
def skills_badges(company=None):
6+
return NLJ(devicons_badges(company))
47
def define_env(env):
58
env.variables['skills_badges'] = skills_badges
69
env.variables['typed_salutations'] = typed_salutations

resume.json

Lines changed: 0 additions & 330 deletions
This file was deleted.

resume.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ work:
2626
- company: Quidco.com
2727
endDate: '$(gdate -d "1 month")'
2828
highlights: []
29-
id: quidco.com
29+
id: quidco
3030
linkedIn: quidco
3131
position: Team Lead
3232
startDate: '2016'
@@ -54,7 +54,7 @@ work:
5454
- company: Yola.com
5555
endDate: '2014'
5656
highlights: []
57-
id: yola.com
57+
id: yola
5858
linkedIn: yola.com
5959
position: Systems Engineer; Services Team Lead
6060
startDate: '2010'
@@ -68,7 +68,7 @@ work:
6868
url: https://www.adapt-it.co.za
6969
endDate: '2010'
7070
highlights: []
71-
id: sadalbari-open-software
71+
id: sadalbari
7272
linkedIn: sadalbari
7373
position: Senior Software Developer / Software Engineer
7474
startDate: '2008'
@@ -82,7 +82,7 @@ work:
8282
- company: AdaptIT
8383
endDate: '2008'
8484
highlights: []
85-
id: adaptit
85+
id: adapt-it
8686
linkedIn: adapt-it
8787
position: Senior Software Developer; Open Source Business Unit Manager
8888
startDate: '2007'
@@ -128,7 +128,7 @@ work:
128128
- company: iTouch Ireland
129129
endDate: '2001'
130130
highlights: []
131-
id: itouch-ireland
131+
id: itouch-ie
132132
linkedIn: itouch
133133
position: Software Developer
134134
startDate: '2000'

0 commit comments

Comments
 (0)