Skip to content

Commit

Permalink
feat: updated nokia experience + feat: add icon to project with link
Browse files Browse the repository at this point in the history
  • Loading branch information
ammar-ahmed22 committed Sep 6, 2024
1 parent 33cc249 commit 600ae1d
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 6 deletions.
13 changes: 8 additions & 5 deletions src/data.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,13 @@ sections:
skills:
- React.js
- JIRA
- Java
info:
- Engaging in the development of the NSP (Network Services Platform) web application, specializing in React.js.
- Focusing on creating reusable front-end components to enhance user experience and application efficiency.
- Addressing software bugs, ensuring robust performance and reliability of the NSP application.
- Developing features with emphasis on designing and implementing new components.
- "Developed reusable component library, increasing *development efficiency by 25% through code reuse*."
- "Resolved high-priority bugs, *reducing reported issues by 15%* and enhancing stability"
- "Enhanced YAML-JSON converter by enabling insertion of arbitrary values in nested structures using DFS."
- "Implemented dynamic UI components with React, adhering to UI/UX guidelines."
# - Developing features with emphasis on designing and implementing new components.
- org:
name: AI Arena
link: https://docs.aiarena.io/
Expand Down Expand Up @@ -164,7 +166,7 @@ sections:
year: 2020
end:
month: May
year: 2025
year: 2026
degree: BASc. in Nanotechnology Engineering (Co-op)
location:
country: Canada
Expand All @@ -177,6 +179,7 @@ sections:
skills:
- JavaScript
- TypeScript
- Rust
- Python
- HTML/CSS
- MATLAB
Expand Down
2 changes: 1 addition & 1 deletion src/utils/resume.typ
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@

#let projectContent(content, accentColor) = {
block()[
#text(weight: "semibold", fill: accentColor, if ("link" in content) { link(content.link)[#content.name]} else { content.name }) | #text(style: "italic", content.skills.join(", ")) #h(1fr) #content.date.month #content.date.year \
#text(weight: "semibold", fill: accentColor, if ("link" in content) { link(content.link)[#content.name #iconUnicode(symbol("\u{f0c1}"), size: 8pt, color: accentColor)]} else { content.name }) | #text(style: "italic", content.skills.join(", ")) #h(1fr) #content.date.month #content.date.year \
#list(indent: 0.5em, ..content.info.map(i => eval(i, mode: "markup")))
]
}
Expand Down

0 comments on commit 600ae1d

Please sign in to comment.