Can this be turned into concrete5 theme?

Permalink
Hello, I got this website for my friend. He doesnt understand html/css, so I wanted to install cms on it. After reading many tutorials I got frustrated, that it might not even work, so thats why Im here to ask, if it is possible to turn that webiste to a concrete5 compatible theme.
Here is the link:
http://www.pizzeriamarcello.sk/ibk/index.html...

 
jvansanten replied on at Permalink Reply
Don't see a problem in that, but it is a styled design and will take some custom coding.

What I typically do for the first step is develop a theme strictly in HTML and CSS (and, in this case, Javascript).

Then, I identify the mapping to C5. The basic questions are:
1. What blocks need to be hard coded into the design?
2. What sections of the web page, with the same positioning and width following document flow, can be handled by 1 area with multiple blocks.

HTH