👩💻 I am an UX/UI desginer and front-end developer
I’m currently working on my portfolio page
👩🌱 I’m currently learning Next and Typescript
const About = () => {
const location = "Drammen, Norway"
const aboutMe = {
firstName: "Aina",
lastName: "Bjerke",
age: 34,
keywords: ["dedicated" "postive", "structured", "funny", "curious" ],
hobbies: [ "travel", "photography", "movies", "outdoor activity" ],
education: [
"UX/UI design Noroff",
"Front-end Noroff",
"Project management BI",
"Strategic implementation BI",
"Digital Transformation BI",
"Digital marketing Folkeuniversitetet"
]
}
const skills = {
UX/UI Skills: [ "user reserach", "Information arcithecture", "Interaction design", Visual and responsive design", "persona", "prototyping", "usability testing", "design iteration"],
languages: [ "html", "javascript", "react", "bootstrap", "css", "sass"],
learning: [ "typescript", "nextjs" ],
design: [ "ux", "ui", "adobeXd" ],
currently_learning: ["Next", "Typescript"],
2023 Goals: ["Create new Projects and learn new Technologies."],
hobbies: ["Traveling", "photography", "movie", "outdoor training"]
}
}