-
Notifications
You must be signed in to change notification settings - Fork 0
feat: add Product-section, Team-section, Process-section and fix comm… #2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,14 @@ | ||
| [ | ||
| { | ||
| "img": "open_source", | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Разная нотация названия переменных. Лучше тогда уж везде kebab-case |
||
| "link": "https://t.me/HighLoadChannel/4936" | ||
| }, | ||
| { | ||
| "img": "html_academy", | ||
| "link": "https://t.me/htmlacademy/7915" | ||
| }, | ||
| { | ||
| "img": "coding-on-mlut", | ||
| "link": "https://www.youtube.com/watch?v=ilv-cEOX4TE&t=55s" | ||
| } | ||
| ] | ||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,30 @@ | ||
| [ | ||
| { | ||
| "name": "Валентин Ульянов", | ||
| "img": "photo1", | ||
| "profession": "инженер программист, изобретатель", | ||
| "description": "Имеет профессиональный опыт более десяти лет. Работал фронтенд и бэкенд-разработчиком, а также занимался инфраструктурой и внедрением инженерных практик. Создатель open source фреймворка mlut, аналога Tailwind для вёрстки кастомных сайтов и креативов.", | ||
| "connection": "yes" | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Это ведь boolean, зачем строка |
||
| }, | ||
| { | ||
| "name": "Егор Егоров", | ||
| "img": "Egor_Egorov", | ||
| "profession": "продуктовый дизайнер", | ||
| "description": "В индустрии дизайна более 10 лет. Создает удобные интерфейсы и дизайн-системы, проводит исследования, совмещает визуальную эстетику с техническим подходом. Профессиональные навыки: Web Interfaces, Landing Pages, Product UX, Design Systems, Figma, AI tools.", | ||
| "connection": "yes" | ||
| }, | ||
| { | ||
| "name": "Евгения Рахметова", | ||
| "img": "Evgeniya_Rakhmetova", | ||
| "profession": "дизайнер интерфейсов", | ||
| "description": "Проектирует логичные пользовательские сценарии и переводит идеи в готовые к разработке интерфейсы. Фокусируется на структуре, чистоте макетов и точности передаваемых верстальщикам компонентов. Профессиональные навыки: User Flow, Wireframing, UI Kits, Web & Mobile Interfaces, Figma, Design Hand-off.", | ||
| "connection": "no" | ||
| }, | ||
| { | ||
| "name": "Олег Остапчук", | ||
| "img": "photo4", | ||
| "profession": "Разработчик", | ||
| "description": "Имеет профессиональный опыт более десяти лет. Работал фронтенд и бэкенд-разработчиком, а также занимался инфраструктурой и внедрением инженерных практик. Создатель open source фреймворка mlut, аналога Tailwind для вёрстки кастомных сайтов и креативов.", | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Про себя тоже релевантный текст напиши, потом отредактируем |
||
| "connection": "no" | ||
| } | ||
| ] | ||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,11 @@ | ||
| <div class="D-f Fld-c Gap2u"> | ||
| <div class="Bd1;s;$accent100 Bdrd2u Ov-h W242 md_W326 H144 md_H228"> | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
|
||
| <img src="/assets/img/product/<%= it.img %>.png" class="-Sz100p Ojf-f"/> | ||
| </div> | ||
| <a href="<%= it.url %>" target="_blank" class="D-f Ai-c Gap3u As-fs -All-sr C-$accent900 md_C-$brand_h C-$brand500_a -Ts"> | ||
| Читать полностью | ||
| <svg class="W24 H24"> | ||
| <use href="/assets/img/icons.svg#arrow-up-right"></use> | ||
| </svg> | ||
| </a> | ||
| </div> | ||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,38 @@ | ||
| <% | ||
| let socialLinkVisible; | ||
| if (it.connection === "yes") { | ||
| socialLinkVisible = 'Vs-v O1'; | ||
| } else { | ||
| socialLinkVisible = 'Vs-h O0'; | ||
| } | ||
| %> | ||
|
|
||
| <profile-card class="D-f Fld-c Ai-c Jc-sb Gap3u no-js W242 Mnh375 lg_W305 lg_Mnh390 xxl_W350"> | ||
| <div class="Ps D-f Fld-c Gap1u"> | ||
| <div class="Bdrd100p Ov-h Ojf Ojp-c -Sz100 lg_-Sz140"> | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
|
||
| <img src="/assets/img/team/<%= it.img %>.png" class="W100p"/> | ||
| </div> | ||
| <div class="W100p D-f Jc-c Ai-c Gap4u lg_Gap2u lg_Ps-a lg_T67p lg_L50p lg_Tf lg_-Tr-50p;0 <%= socialLinkVisible %>"> | ||
| <div class="P0.5u"> | ||
| <%- include('./external-link.ejs',{ | ||
| icon: 'telegram', | ||
| link: `#0`, | ||
| }) %> | ||
| </div> | ||
| <div class="P0.5u"> | ||
| <%- include('./external-link.ejs',{ | ||
| icon: 'mail', | ||
| link: `#0`, | ||
| }) %> | ||
| </div> | ||
| </div> | ||
| </div> | ||
| <div class="D-f Fld-c Ai-c Jc-fs Gap4u Flg1 W100p Fns4u Lnh-n Fnst-n C-$accent900"> | ||
| <span class="Fnw700 lg_Fns6u"><%= it.name %></span> | ||
| <span class="Txa-c xxl_Fns4.5u"><%= it.profession %></span> | ||
| <div class="Flg1 W100p :-nojs_H20u :-nojs_Ovy-h :-nojs_-Gdl0d,$core100;5p,$accent900;100p :-nojs_Bgcl-t :-nojs_C-tp :-nojs_gradient-text"> | ||
| <p class="M0 Txa-c xxl_Fns4.5u"><%= it.description %></p> | ||
| </div> | ||
| </div> | ||
| <button class="btn Mt5u C-$accent900 md_C-$brand_h C-$brand500_a -Ts">Подробнее</button> | ||
| </profile-card> | ||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,38 +1,30 @@ | ||
| <% | ||
| const css = { | ||
| const stylesCss = { | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Все еще не исправлено. Если словарь заканчивается на |
||
| width: '', | ||
| height: '', | ||
| fill: '' | ||
| } | ||
|
|
||
| if (it.name === "X") { | ||
| css.width = "24"; | ||
| css.height = "24"; | ||
| stylesCss.width = "24"; | ||
| stylesCss.height = "24"; | ||
| } else if (it.name === 'Github') { | ||
| css.width = "26"; | ||
| css.height = "26"; | ||
| stylesCss.width = "26"; | ||
| stylesCss.height = "26"; | ||
| } else { | ||
| css.width = "28"; | ||
| css.height = "28"; | ||
| stylesCss.width = "28"; | ||
| stylesCss.height = "28"; | ||
| } | ||
|
|
||
| if (it.icon === 'telegram' || it.icon === 'mail') { | ||
| css.fill = '' | ||
| stylesCss.fill = '' | ||
| } else { | ||
| css.fill = 'Fi-$accent900 Fio1 ^logo:h:_Fi-$brand -Ts' | ||
| stylesCss.fill = 'Fi-$accent900 Fio1 ^logo:h:_Fi-$brand -Ts' | ||
| } | ||
| %> | ||
|
|
||
| <a | ||
| href="<%= it.link %>" | ||
| target="_blank" | ||
| class="-Ctx-logo Ps W100p D-f Jc-c Ai-c" | ||
| > | ||
| <svg | ||
| class="<%= css.fill %>" | ||
| width="<%= css.width %>" | ||
| height="<%= css.height %>" | ||
| > | ||
| <a href="<%= it.link %>" target="_blank" class="-Ctx-logo Ps W100p D-f Jc-c Ai-c"> | ||
| <svg class="<%= stylesCss.fill %>" width="<%= stylesCss.width %>" height="<%= stylesCss.height %>"> | ||
| <use href="/assets/img/icons.svg#<%= it.icon %>"></use> | ||
| </svg> | ||
| </a> | ||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Не очевидное название файла, надо более понятное