Skip to content

Commit

Permalink
reword unchained experience description
Browse files Browse the repository at this point in the history
CJGutz committed Aug 3, 2024
1 parent 3b9d3f9 commit 3a13a3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eportfolio/src/main.rs
Original file line number Diff line number Diff line change
@@ -127,7 +127,7 @@ fn main() {
]));

context_experience.insert("experience_list".to_string(), ctx_vec(vec![
create_experience("unchained", "Unchained router and templater", "Wanted to remove as much JavaScript from the website as possible so created a repository that this website runs on.", "unchained.png", "Mar 2024", "", "https://gutzkow.com", "https://github.com/cjgutz/unchained", vec!["Rust"]),
create_experience("unchained", "Unchained router and templater", "Wanted to remove as much JavaScript from the website as possible so created a router and html template library that this website is created with.", "unchained.png", "Mar 2024", "", "https://gutzkow.com", "https://github.com/cjgutz/unchained", vec!["Rust", "Docker"]),
create_experience("hackerspace-deputy", "Deputy Commander - Hackerspace NTNU", "The deputy commander, together with the lead and the financial manager, have the responsibility to administer the organization. This includes having equipment available for students, organizing events like the general assembly, and creating an environment for students to learn.", "hackerspace.png", "Mar 2023", "Mar 2024", "https://hackerspace-ntnu.no", "https://github.com/hackerspace-ntnu", vec![]),
create_experience("eisolutions", "Ei Solutions AS", "Created the Back-end for a automatic EU taxonomy reporter. I also created the landing page.", "eisolutions.jpg", "Jun 2022", "", "https://eisolutions.no", "", vec!["Django", "PostGIS", "QGIS", "Docker"]),
create_experience("hackerspace-devops", "DevOps Member and Team Leader - Hackerspace NTNU", "For a year I managed the DevOps team at Hackerspace NTNU. I got into the role after one semester. I had responsibility for the development lifecycle, server infrastructure and the team's well-being. When I became deputy leader of the organization, I continued working with DevOps.", "hackerspace.png", "Aug 2021", "Mar 2024", "https://hackerspace-ntnu.no", "https://github.com/hackerspace-ntnu", vec!["Django", "Docker"]),

0 comments on commit 3a13a3c

Please sign in to comment.