benoite.yverr needed a new web page design and created a contest on 99designs.
A winner was selected from 17 designs submitted by 4 freelance designers.
neebo.ai
We are a "big data/AI" company, we help companies access all of their data across data silos, so they can perform deep machine learning and analytics on this data. We target analytics manager, business analyst, data analyst, data scientists
illustrations
that's the color palette of our product
/* Color palette */
:root {
--space: #2f394e;
--teal: #29d398;
--teal-type: #1b9c6f;
--blue-link: #0bb6d9;
--blond: #fbf2c0;
--white: #ffffff;
--diamond: #bbe7fc;
--black: #000000;
--success: #5ab300;
--warning: #ffd500;
--error: #ff3030;
}
and that's our product font:
/* Text styles */
.SidePanel-Headline {
font-family: ProximaNova;
font-size: 20px;
font-weight: 300;
font-style: normal;
font-stretch: normal;
line-height: 1.4;
letter-spacing: 0.18px;
color: var(--white);
}
.MainNav-Selected {
font-family: ProximaNova;
font-size: 18px;
font-weight: normal;
font-style: normal;
font-stretch: normal;
line-height: 1.56;
letter-spacing: 0.16px;
color: var(--space);
}
.MainNav-Unselected {
font-family: ProximaNova;
font-size: 18px;
font-weight: 300;
font-style: normal;
font-stretch: normal;
line-height: 1.56;
letter-spacing: 0.16px;
color: var(--space);
}
.SubNav-Active {
font-family: ProximaNova;
font-size: 16px;
font-weight: 600;
font-style: normal;
font-stretch: normal;
line-height: normal;
letter-spacing: 0.15px;
}
.SubNav-Default {
font-family: ProximaNova;
font-size: 16px;
font-weight: normal;
font-style: normal;
font-stretch: normal;
line-height: normal;
letter-spacing: 0.15px;
}
.Username-Login-Surname {
font-family: ProximaNova;
font-size: 14px;
font-weight: 600;
font-style: normal;
font-stretch: normal;
line-height: normal;
letter-spacing: normal;
color: var(--space);
}
.User-name-Login-Last-Name {
font-family: ProximaNova;
font-size: 14px;
font-weight: normal;
font-style: normal;
font-stretch: normal;
line-height: normal;
letter-spacing: normal;
color: var(--space);
}
.Profile-Flyout-Text---Default {
font-family: ProximaNova;
font-size: 14px;
font-weight: normal;
font-style: normal;
font-stretch: normal;
line-height: 2.29;
letter-spacing: 0.2px;
color: var(--space);
}
.Button_text_default {
font-family: ProximaNova;
font-size: 14px;
font-weight: normal;
font-style: normal;
font-stretch: normal;
line-height: 1.14;
letter-spacing: 0.22px;
color: var(--white);
}
.Profile-Flyout-Text---Logout {
font-family: ProximaNova;
font-size: 14px;
font-weight: normal;
font-style: normal;
font-stretch: normal;
line-height: 2.29;
letter-spacing: 0.2px;
}
see my wireframe in sketch attached.
my boss prefers light (white?) backgrounds.
PLEASE USE SKETCH (sketch.com). I won't consider any design done in any adobe product.