Earlier quoted context omitted.
I think now that many live in a youtube/twitter/twitch/facebook/insta sandbox where you can't customize your "space" very much, those days of people crafting their own corner of the internet is really gone.
I can imagine that this product would transition very well into a social network that creatives, artists and such would find very appealing.
Show HN: Mmm.page – Drag and drop personal website creator
61–70 of 152 posts
Re: Show HN: Mmm.page – Drag and drop personal website creator
#62Re: Show HN: Mmm.page – Drag and drop personal website creator
#63Anyone else making a page out there?
Re: Show HN: Mmm.page – Drag and drop personal website creator
#64Re: Show HN: Mmm.page – Drag and drop personal website creator
#65Too fun! https://mmm.page/kicks.condor Anyone else making a page out there?
Re: Show HN: Mmm.page – Drag and drop personal website creator
#66Re: Show HN: Mmm.page – Drag and drop personal website creator
#67Re: Show HN: Mmm.page – Drag and drop personal website creator
#68Consider releasing code under AGPLv3 and styling/pictures GFDLv1.3? (GFDL has very strong attribution requirements: you must keep it as part of the title and include other parts.)
Re: Show HN: Mmm.page – Drag and drop personal website creator
#69Hey HN! Been thinking about something like this for a long time, and finally decided to work on it three months ago. Excited to show everyone today! . ———— TLDR ———— I built a website builder (works on desktop & mobile) that makes it easy to create automatically-responsive, collage-like websites -- websites that allow you to overlap text, images, GIFs, YouTube videos, etc. etc. Check it out @ https://build.mmm.page F…
Awesome! On trend with the aesthetic. How did you accomplish the responsiveness with such a flexible layout?
style="height: 0.160992rem; width: 1.00383rem; left: 0.5rem; top: 0.273827rem; ..."
This can be used because `font-size` on the root html tag is set to the width in pixels of the screen - or 600px maximum.And then font sizes for all the elements are specified individually.
Re: Show HN: Mmm.page – Drag and drop personal website creator
#70A small comment:
- Instagram has recently become much more aggressive in not showing anything to logged out users. Because of this, when you create a button (on your site) linking to an Instagram page, the button name ends up being "Login • Instagram" (that's because you're getting the Open Graph preview of the page you're redirected to, i.e. the login..!)
You could probably have an exception for Instagram and when linking to instagram.com/, force the button name to be @. Not ideal, certainly, but maybe a bit better?
Congrats again and happy launch!
EDIT: I initially didn't see that the mobile viewport /is/ visible when designing on desktop! my bad! I removed my original note