diff --git a/config.json b/config.json index 0602a5d..5af5656 100644 --- a/config.json +++ b/config.json @@ -4,6 +4,7 @@ "name": "Godfather Painting", "author": "Danny T." }, + "defaultTemplate": "index.html", "plugins": [ "wintersmith-less", "wintersmith-handlebars" diff --git a/contents/index.md b/contents/index.md index c90a23a..6cf7820 100644 --- a/contents/index.md +++ b/contents/index.md @@ -11,6 +11,8 @@ template: index.html

In 21st century, a specialist artist C.Woud was inspired by the film. He painted an impressive painting using a special technique on scrim and wood, catching the Godfather in motion. Now you can buy a copy for yourself.

+

The artwork features Don Corleone in a middle of his speech. He is wearing his iconic suit with a red rose attached to a pocket. A part of the painting is done on the frame, creating an illusion of presence. An author (not to be confused with John Christopher Wood, a.k.a. Kit Wood or Chris Wood, a Scottish painter) has left his mark which is stylized as rose stalk.

+ -

You can buy a copy elsewhere for EUR 2200, or look at our price: EUR 1700, including frame. Also, if you're fast enough, you may still get a DVD collection of Francis Ford Coppola for free.

###**LIMITED OFFER** (only 3 left): Receive The Godfather - The Coppola Collection (5DVD) FREE with your order -The boring details: 110x120cm, custom framed. Oil, scrim, wood. +

17002200 EUR

+

You can buy a copy elsewhere for EUR 2200, or look at our price: EUR 1700, including frame. Also, if you're fast enough, you may still get a DVD collection of Francis Ford Coppola for free.

+
-
- -
-
- Painting detail
- Painting detail -
+
+ +
+
+ Painting detail
+ Painting detail +
+
+

The boring details

+ +

click on the image to see a larger preview

-Reserve your copy now! +

About the "Godfather"

@@ -51,7 +62,7 @@ The boring details: 110x120cm, custom framed. Oil, scrim, wood.

The Godfather stars Marlon Brando and Al Pacino as the leaders of a fictional New York crime family. The film was the most popular at its time and acclaimed a strong cult following. There were two followups with Al Pacino as the lead; however, the first film of the series is more widely recognised and the figure of Marlon Brando as Don Corleone is a pop-icon.

-

The cinematography and ... are unique and one can tell a sound of the scene by simply looking at one shot.

+

The cinematography is unique and one can tell a sound of the scene by simply looking at one shot.

That was the solid piece of inspiration for Mr. C.Woud.

diff --git a/contents/js/custom.js b/contents/js/custom.js index dd8e059..67e2dfd 100644 --- a/contents/js/custom.js +++ b/contents/js/custom.js @@ -17,10 +17,10 @@ function scroll_effect() { 'margin-top' : -(scrollPos/3)+"px", 'opacity' : 1-(scrollPos/300) }); - if (scrollPos > 500) + if (scrollPos > 400) { jQuery('.middle').css({ - 'height': (scrollPos-500)+"px" + 'height': (scrollPos-250)/2+"px" }); } } diff --git a/contents/less/main.less b/contents/less/main.less index c9f0b7a..b8f2e7c 100644 --- a/contents/less/main.less +++ b/contents/less/main.less @@ -142,3 +142,17 @@ html, body { .columned { .columns(3); } + +.offer { + font-size: 24px; + .centered(); + .price { + font-weight: bold; + font-size: 40px; + margin: 0 10px; + } +} + +.details { + float: left; +}