1
0
Fork 0

form on one page, header text

This commit is contained in:
Alexander Yakovlev 2013-11-04 12:42:39 +07:00
parent b59b2a472a
commit 462ae8d0d4
5 changed files with 47 additions and 51 deletions

View File

@ -13,16 +13,6 @@ template: index.html
<p>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.</p>
<!--Unique selling points:
- Amazing painting of the Godfather (Marlon Brando)
- 100% handpainted by specialist artist C.Woud
- Limited work of beautifully painted art
- Uniquely painted on frame
- Impressive size: 110x120cm (painting + frame)
- Price elsewhere: EUR 2200. Our price (including frame): EUR 1700.
-->
</div>
###**LIMITED OFFER** (only 3 left): Receive The Godfather - The Coppola Collection (5DVD) FREE with your order
@ -52,7 +42,7 @@ template: index.html
<p><small> click on the image to see a larger preview </small></p>
</div>
<a href="reserve.html" class="link_reserve"><input type="button" class="btn btn-lg btn-primary" value="Reserve your copy now!"></a>
<a href="#reserve" class="link_reserve"><input type="button" class="btn btn-lg btn-primary" value="Reserve your copy now!"></a>
</div>
<div class="middle"></div>
<div class="container">
@ -65,7 +55,40 @@ template: index.html
<p>That was the solid piece of inspiration for Mr. C.Woud.</p>
<a href="reserve.html" class="link_reserve"><input type="button" class="btn btn-lg btn-danger" value="Reserve a painting"></a>
<a href="#reserve" class="link_reserve"><input type="button" class="btn btn-lg btn-danger" value="Reserve a painting"></a>
Come and see the painting live in Amersfoort.
<h2 class="centered"><a href="#reserve" name="reserve">Make your reservation now</a></h2>
<p>Enter your name, telephone number and email address and we will reserve the painting for you. We'll confirm your reservation by email. It will be reserved for you for at least 1 week.</p>
<form role="form" class="form-horizontal" method="POST" action="reservation.php">
<div class="form-group">
<label for="name" class="col-sm-2">Name</label>
<div class="col-sm-10">
<input type="text" class="form-control" name="name" placeholder="Enter name">
</div>
</div>
<div class="form-group">
<label for="phone" class="col-sm-2">Telephone</label>
<div class="col-sm-10">
<input type="text" class="form-control" name="phone" placeholder="Enter telephone number">
</div>
</div>
<input type="hidden" name="email"> <!-- Fake hidden field for spam blocking -->
<div class="form-group">
<label for="email" class="col-sm-2">Email</label>
<div class="col-sm-10">
<input type="email" class="form-control" name="e-mail" placeholder="Enter e-mail">
</div>
</div>
<div class="form-group">
<div class="col-sm-offset-2 col-sm-10">
<button type="submit" class="btn btn-default">Send</button>
</div>
</div>
</form>
<div class="modal fade" id="fullsize1">
<div class="modal-dialog">

View File

@ -136,8 +136,9 @@ html, body {
display: block;
}
.order-button {
float: right;
.carousel-caption {
right: 20%;
left: 50%;
}
.columned {

View File

@ -1,35 +0,0 @@
---
template: index.html
---
Come and see the painting live in Amersfoort.
## Make your reservation now
<p>Enter your name, telephone number and email address and we will reserve the painting for you. We'll confirm your reservation by email. It will be reserved for you for at least 1 week.</p>
<form role="form" class="form-horizontal" method="POST" action="reservation.php">
<div class="form-group">
<label for="name" class="col-sm-2">Name</label>
<div class="col-sm-10">
<input type="text" class="form-control" name="name" placeholder="Enter name">
</div>
</div>
<div class="form-group">
<label for="phone" class="col-sm-2">Telephone</label>
<div class="col-sm-10">
<input type="text" class="form-control" name="phone" placeholder="Enter telephone number">
</div>
</div>
<input type="hidden" name="email"> <!-- Fake hidden field for spam blocking -->
<div class="form-group">
<label for="email" class="col-sm-2">Email</label>
<div class="col-sm-10">
<input type="email" class="form-control" name="e-mail" placeholder="Enter e-mail">
</div>
</div>
<div class="form-group">
<div class="col-sm-offset-2 col-sm-10">
<button type="submit" class="btn btn-default">Send</button>
</div>
</div>
</form>

View File

@ -25,7 +25,6 @@
{{!-- Collect the nav links, forms, and other content for toggling --}}
<div class="collapse navbar-collapse navbar-ex1-collapse">
<ul class="nav navbar-nav navbar-right">
<li><a href="reserve.html">Reserve painting</a></li>
<li><a href="contact.html">Contact for information</a></li>
</ul>
</div>{{!-- /.navbar-collapse --}}

View File

@ -3,8 +3,16 @@
{{!-- Wrapper for slides --}}
<div class="img-1 img"></div>
<div class="carousel-caption">
<input type="button" class="btn btn-primary btn-lg order-button" value="Order now">
<h1>Inspired by classic</h1>
<ul>
<li>Amazing painting of the Godfather (Marlon Brando)</li>
<li>100% handpainted by specialist artist C.Woud</li>
<li>Limited work of beautifully painted art</li>
<li>Uniquely painted on frame</li>
<li>Impressive size: 110x120cm (painting + frame)</li>
<li>Price elsewhere: EUR 2200. Our price (including frame): EUR 1700.</li>
</ul>
<a href="#reserve"><input type="button" class="btn btn-primary btn-lg order-button" value="Order now"></a>
</div>
</div>
{{else}}