Skip to content

Commit 767f3e0

Browse files
authored
feat: add sass to resume (#1199)
1 parent f6d2e29 commit 767f3e0

File tree

2 files changed

+13
-13
lines changed

2 files changed

+13
-13
lines changed

data/resume.json

Lines changed: 12 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -402,6 +402,9 @@
402402
"githubactions",
403403
"cloudinary",
404404
"imagekit",
405+
"html",
406+
"css",
407+
"sass",
405408
"cloudflarepages",
406409
"webstorm",
407410
"git",
@@ -488,6 +491,7 @@
488491
"xcode",
489492
"html",
490493
"css",
494+
"sass",
491495
"pwa",
492496
"cypress",
493497
"amazoneks",
@@ -562,25 +566,26 @@
562566
"tags": ["stack-front"],
563567
"technologies": [
564568
"angular",
565-
"html",
566-
"css",
567569
"typescript",
568-
"pwa",
569570
"webcomponents",
571+
"rollupdotjs",
570572
"redux",
573+
"jsonld",
574+
"html",
575+
"css",
576+
"sass",
577+
"pwa",
571578
"karmarunner",
572579
"jasmine",
573580
"jest",
574581
"nodedotjs",
575-
"rollupdotjs",
576582
"npm",
577583
"gitlab",
578584
"gitlabcicd",
579585
"gitlabpages",
580586
"bitcoin",
581587
"ethereum",
582588
"blockcerts",
583-
"jsonld",
584589
"git"
585590
]
586591
},
@@ -604,6 +609,7 @@
604609
"angular",
605610
"html",
606611
"css",
612+
"sass",
607613
"typescript",
608614
"gitlabcicd",
609615
"gitlab",
@@ -679,12 +685,5 @@
679685
"jquery"
680686
]
681687
}
682-
],
683-
"meta": {
684-
"canonical": "https://resume.davidlj95.com",
685-
"print": {
686-
"hiddenSections": ["awards", "languages"]
687-
},
688-
"pdfUrl": "https://resume.davidlj95.com/davidlj95_Resume.pdf"
689-
}
688+
]
690689
}

src/app/pages/resume-page/web-resume/tech-stack-section/tags.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -224,6 +224,7 @@ export const TECHS_TAGS: Record<string, readonly TechTag[]> = {
224224
ruby: [BACKEND_TAG, LANGUAGE_TAG],
225225
rubymine: [BACKEND_TAG, EDITOR_TAG],
226226
rubyonrails: [BACKEND_TAG, FRAMEWORK_TAG],
227+
sass: [FRONTEND_TAG],
227228
semanticrelease: [RELEASE_TAG],
228229
sentry: [BACKEND_TAG, INFRA_TAG, CLOUD_TAG, MONITORING_TAG],
229230
sidekiq: [BACKEND_TAG, QUEUING_TAG],

0 commit comments

Comments
 (0)