Speaking About
Role
UX/UI Direction
Year
2015
Company
Lightmaker
Platform
Web
How might we...
Create an engaging fan platform that reflects their deep heritage for Ukranian superclub, Shaktar Donetsk 🤓
What I did
- Collaborated with project manager, architect, engineers, and client to developed user flows, information architecture, conceptual design, and dashboard KPIs
- Created high fidelity design prototypes
- Educated client on design’s best practice
- Designed to incorporate a brand identity into the finished product
- Delivered design system & assets for production
‣
- Both quote blocks for the navbar & footer are global blocks. Edit the content of the ones on the main page, and that will update the rest of them throughout your site.
- The font used is Inter. Select it from your Super Options page. Other fonts that can work well with this template are Epilogue, Public Sans, and Space Grotesk.
- Notion toggles are hidden by default. To unhide them, paste the CSS below to the bottom of your snippet injection box in your Super site settings:
- To change the text or background color, use this:
- Questions? Post up in our community.
<style>
.notion-toggle {
display: block !important;
}
</style>
<style>
:root {
--color-text-default: #fff !important;
--color-bg-default: #000 !important;
}
</style>