Menu
Forums
All threads
Latest threads
New posts
Trending threads
New posts
Search forums
Trending
What's new
New posts
New profile posts
Latest activity
Members
Current visitors
New profile posts
Search profile posts
Upgrades
Log in
Register
What's new
Search
Search
Search titles only
By:
All threads
Latest threads
New posts
Trending threads
New posts
Search forums
Menu
Log in
Register
Navigation
Install the app
Install
More options
Contact us
Close Menu
Forums
Software Development
Programming
Freelance Designer layout
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="Markshall" data-source="post: 415570" data-attributes="member: 1872"><p>You should know by now that I love coding people's PSDs, well I've recently found another brilliant one by a designer called Ugur Balkaya, the specific PSD can be found at <a href="http://www.welovefreepsd.com/downloads/freelancer-web-design/" target="_blank">http://www.welovefreepsd.com/downloads/freelancer-web-design/</a></p><p></p><p>The design is responsive and should fit nicely to any device (I think? It works on my iPhone and iPad anyway!)</p><p></p><p>It's desktop-first coded as I didn't have a mobile layout to work off, so I've coded the desktop version first and then scaled it down.</p><p></p><p>The trickiest part was getting the world map sorted properly. It looked fine on desktop, then as it scaled down, it started to break due to the actual map being a background and having no fixed height, the faces would stick in their positions because they are absolute-positioned so the only way to fix that on mobile was to get rid of the faces after a certain breakpoint. This meant that the map would collapse as the only thing giving it height was the container holding the faces and once that was hidden, it would collapse the map. So instead, I placed an image of the map inside the container and hidden it on desktops, but displayed it on mobile devices whilst hiding the background-image of the map in the main container and the faces. Confusing? I know. I tried so many different possibilities to get it right and nothing worked.</p><p></p><p>Anyway, if you fancy viewing the layout, you can do so at <a href="http://markwrites.codes/work/designs/FreelanceDesigner" target="_blank">http://markwrites.codes/work/designs/FreelanceDesigner</a></p></blockquote><p></p>
[QUOTE="Markshall, post: 415570, member: 1872"] You should know by now that I love coding people's PSDs, well I've recently found another brilliant one by a designer called Ugur Balkaya, the specific PSD can be found at [URL]http://www.welovefreepsd.com/downloads/freelancer-web-design/[/URL] The design is responsive and should fit nicely to any device (I think? It works on my iPhone and iPad anyway!) It's desktop-first coded as I didn't have a mobile layout to work off, so I've coded the desktop version first and then scaled it down. The trickiest part was getting the world map sorted properly. It looked fine on desktop, then as it scaled down, it started to break due to the actual map being a background and having no fixed height, the faces would stick in their positions because they are absolute-positioned so the only way to fix that on mobile was to get rid of the faces after a certain breakpoint. This meant that the map would collapse as the only thing giving it height was the container holding the faces and once that was hidden, it would collapse the map. So instead, I placed an image of the map inside the container and hidden it on desktops, but displayed it on mobile devices whilst hiding the background-image of the map in the main container and the faces. Confusing? I know. I tried so many different possibilities to get it right and nothing worked. Anyway, if you fancy viewing the layout, you can do so at [URL]http://markwrites.codes/work/designs/FreelanceDesigner[/URL] [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
Software Development
Programming
Freelance Designer layout
Top