Is it possible to code this website?

85 Views Asked by At

I'm a Graphic Designer.
I was wondering if it's possible for a programmer to code this website or I should redesign this?

Screen shot

Because I have doubts about how hard the header and footer are, and I think it's a really hard work for a programmer to code a website like this.
If it's not, please let me know then I will find a developer.

2

There are 2 best solutions below

0
On

The design is bit complex and unusual but not impossible. It's possible to convert this design in code with use of some script and css hacks mainly position and z-index based hacks

0
On

This is not impossible. It just takes a moment to think it through.

The footer can be made as a background image of the three colour splats which wraps three separate divs (Projects, Products, Contact Us). The header is a series of images absolutely positioned within a relative parent.

This is actually a very simple layout.