Diana Gulyaeva
lead/senior product designer (ux/ui)
websites examples
cv.pdf
portfolio.pdf
linkedin
mentoring
information architecture | ux/ui | animation | b2b | saas | fintech | web3 | ai products | product management | design management | design strategy | information architecture | no-code creation websites | ops management | from scratch
👋 Hello! some key points about me:
- Bachelor’s degree in Design
- 15 years in UX/UI
- Lead Designer at the United Nations (IT department)
- Top 1% design mentor
-
Official Framer Expert (no-code building websites)
- Passionate about simplifying complexity, and crafting strategic solutions
about me
instagram
art project
What people think about working with me:
Email: designdiana23@gmail.com
I knew I would be a designer from the age of 5. Now
I'm designer with 13+ years of experience and a bachelors degree in design.
I am interested in product management and AI technologies.
.container {
display: flex;
justify-content: center;
align-items: center;
height: 100vh;
background-color: #f0f0f0; /* Background color when not hovered */
}
.rainbow-background-hover {
font-size: 24px;
padding: 20px;
transition: background-color 0.5s ease; /* Smooth transition effect */
}
.rainbow-background-hover:hover {
background: linear-gradient(to right, red, orange, yellow, green, blue, indigo, violet); /* Rainbow background */
background-clip: text; /* Clip background to text */
-webkit-background-clip: text; /* For Safari */
color: transparent; /* Hide text color */
}
.imageBox {
position: relative;
}
.imageHide {
position: absolute;
width: 200px;
display: none;
}
.imageBox:hover > .imageHide {
display: block;
}