out-fox-it / aj-ty-spojka

Web application that connects programmers based on their experience, interests and the type of person they are looking for (mentor, buddy, mentee) through matching and contact sharing.
GNU General Public License v3.0
0 stars 0 forks source link

Design draft 📝 #5

Closed agnes97 closed 3 years ago

agnes97 commented 3 years ago

https://themeforest.net/?gclid=Cj0KCQiA6Or_BRC_ARIsAPzuer-LiB6CUhq_fkduWXeRI944QCajyrf1nddMSDJXxLniWKGo3NHMwjQaAqIMEALw_wcB

agnes97 commented 3 years ago

Mobile First Minimalism Dark mode implementation

Glassmorphism effect ? https://www.albertwalicki.com/glassmorphism-how-to-create?utm_source=glass&utm_medium=link&utm_campaign=glass

Color scheme programmers know :smile: https://monokai.pro

...but gradients instead of color schemes are trending. :thinking: https://mycolor.space/gradient?ori=to+right+top&hex=%23051937&hex2=%23A8EB12&sub=1

agnes97 commented 3 years ago

Modrorůžový gradient z návrhu (light mode): background-image: linear-gradient(to bottom, #d16ba5, #c777b9, #ba83ca, #aa8fd8, #9a9ae1, #8aa7ec, #79b3f4, #69bff8, #52cffe, #41dfff, #46eefa, #5ffbf1);

Černobílý gradient z návrhu (dark mode): background-image: linear-gradient(to bottom, #000000, #101010, #1b1b1b, #252525, #2f2f2f, #2f2f2f, #2f2f2f, #2f2f2f, #252525, #1b1b1b, #101010, #000000);