Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
Only thing I can definitively make out is the hamburger menu.. The rest is just scribbled boxes that represent nothing...
-
redraw it as you understand it with https://balsamiq.com and ask your client.
or force your client to re do it with a wireframe tool. -
@fatlard1993 I only realized there was a hamburger menu after you mentioned it 😂
-
I think the dots on the first pic are page pieces like you click the first dot and the page scrolls to the destination of the label. It's like the bootstrap pages: 1 scroll = next full-sized content. I need to find an example website.
-
1 dot represents a <div> header. the first dot causes <a href=#>Home</a>.
the second causes <a href=#about>About</a>
and so on. everytime you are at another <div>, the corresponding dot gets filled with a color (white dot) while the other are blank dots with a visible border. -
@mikabeckerich I kinda get what you mean. It's like the snap to anchor. With every div or section with a 100vh height
-
Well since the client has been unable to clarify what he wants. I had to drop the project.. problem solved🎉
Potential client emailed me this as a design for the website he wants me to create..
Is there anyone here who would like to explain this design to me? I assume it's a landing page.
undefined