Hello folks This is one of the largest things I’ve ever done, and while several elements were coded quite sloppily due to time, I’ll go back and clean up a lot of the codebase. Here’s the site: https://fortstudio.com/
I’ll be detailing my workflow and give more details once I have some more time to detail my experiences, but just wanted to share it
Thank you for sharing @min! The site looks fantastic! I hope you build some more sites with the Frontity framework as I am very interested in seeing more of your projects. Keep up the good work!
I think you have a small bug though! The cursor has opacity : 0 on the landing page which is really baffling to me and makes navigation very difficult.
Yeah, zooming out fixes it . Looking at the devtools the cuplrit seems to be this rule:
@media only screen and (-webkit-min-device-pixel-ratio: 2) and (max-device-width: 1366px) and (min-device-width: 1024px) and (orientation: landscape)
.css-1au9agd-Cursor {
/* opacity: 0; */
}
Would really like to hear about your experience with frontity as well, by the way! Anything that you found problematic or annoying in particular? Did you enjoy working with it?
Definitely happy to chat! It’s kind of crazy how quickly I was able to do this knowing nothing about Frontity and not being super advanced with React. It was a 2.5 week dev timeline, and the mouse elements in particular were challenging to do, not due to Frontity but mostly due to lack of familiarity with doing advanced react stuff. I’m still looking for ways to improve the Lighthouse score in particular.
We prefer to keep the feedback open so that everyone can see it. So, instead of a private chat could you edit the top comment and add a “Feedback” section mentioning what you liked and disliked (we know we’re not perfect, so don’t go easy on us )