Skip to content

Commit

Permalink
fix: touch up some wording and styles to prevent cut off text
Browse files Browse the repository at this point in the history
  • Loading branch information
katlyn committed Oct 10, 2023
1 parent ececffe commit 018e8d1
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
1 change: 1 addition & 0 deletions public/resume.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion public/resume.css.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions public/resume.scss
Original file line number Diff line number Diff line change
Expand Up @@ -185,6 +185,7 @@ footer {
:root {
color: black;
background: transparent;
margin: 0 0.25em;
}
main {
column-count: 2;
Expand Down
6 changes: 2 additions & 4 deletions src/resume.ts
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ const resumeData: ResumeData = {
title: "Student Assistant",
company: "University of Alaska, OIT Platforms, Applications, & Web Services Team",
startDate: "Nov 2019",
description: "", // "Support staff, faculty, and students through web development and server administration.",
description: "Support staff, faculty, and student requests through web development and server administration.",
skills: [
"OmniCMS",
"Javascript",
Expand All @@ -109,9 +109,7 @@ const resumeData: ResumeData = {
bullets: [
"Architect, design, and implementation of a web application for internal use in managing data for the UA Scholars scholarship designation.",
"Facilitate research of teacher retention in rural Alaska through maintenance of K-12 Platform, allowing to better prepare incoming education staff for their positions.",
"Maintain and build out the University website to increase usability and accessibility.",
"Respond to and resolve support tickets from end users and customers.",
"Assist in debugging and maintaining infrastructure systems"
"Maintain and build out the University website to increase usability and accessibility."
]
}],
projects: [{
Expand Down

0 comments on commit 018e8d1

Please sign in to comment.