#Hello friends I just released my first ever po...
1 messages · Page 1 of 1 (latest)
I also made the design into a plug-n-play UI Kit and called it “Geist”, you can grab it from the Figma Community
I silently launched this UI Kit two days ago and already more than 150 people have used it 🤯
This looks really good. Very good job!
It is excellent! And with the latest icon of X xD
Thank you!
Thanks, yeah haha.
mashallah bro, great stuff
amazing i want to ask how did you managed the database did you used any templates or something
Thank you!
Thanks!
- For the notebook I’m using MDX with ContentLayer
- For the other stuff (work, bookshelf, tech stack) I’m just using a config file
I love this
nice
sick website! wondering how you did the black and white photo so well. any tips?
my website https://jasonxu.me is a little too bland at the intro. i want that black white photo effect
I'm Jason, a fullstack dev + figma dznr. I'm passionate about creating things that make a difference.
@random terrace
Thank you! I just checked your website and it's really cool, good job on the storytelling.
The way I handled the black/white image is that I exported the portrait from figma without any fading around the edges, I replicated that effect in code with CSS, I have two divs (each div represent a radial gradient for a theme) so a div that shows in dark mode and a div that shows in light mode. I put those in a framer motion <AnimatePresence /> tag.