-
Notifications
You must be signed in to change notification settings - Fork 0
/
index_02.html
107 lines (107 loc) · 5.76 KB
/
index_02.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Landing Page</title>
<link rel="stylesheet" href="css/landing-style.css">
</head>
<body>
<div class="container">
<header>
<div class="logo">
<a href="/"><img src="img/logo.png" alt=""></a>
</div>
<div class="button">
<a href="#" class="btn main">Contact us</a>
</div>
</header>
<div class="hero-slider">
<div>
<h1>Case study headline</h1>
<p>Shoppers are at the heart of everything you do. They're at the heart of everything we do too.</p>
</div>
<div><img class="img-responsive" src="img/hero-slider-image.png" alt=""></div>
</div>
<div class="products-services">
<div class="icon-list margin-bottom">
<h2>Increase intent to purchase by 186%</h2>
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Quos illum eaque unde, cum sint cupiditate hic delectus possimus, adipisci, magni enim culpa voluptatum pariatur vitae asperiores quo cumque nostrum, nam.</p>
<p>Doloremque recusandae velit quidem officiis sint doloribus unde sequi explicabo odio, placeat ratione fugiat enim numquam praesentium! Soluta possimus, eius facere sequi libero? Nesciunt, ut? Unde labore reprehenderit fuga recusandae!</p>
<p>Accusamus illo possimus iure suscipit quibusdam, obcaecati accusantium qui ipsa magni rem dignissimos molestias ab consequuntur nesciunt omnis, natus quidem, quam, doloribus aperiam. Adipisci eius quaerat quod incidunt est officia.</p>
</div>
<div class="form-request margin-bottom">
<div class="card has-shadow">
<h2>Request a call back now</h2>
<div class="mktoForm" id="form-request">
<div id="lpeCDiv_43331" class="lpeCElement 2018_EMEA_PPC_Template_Guide">
<form class='mktoForm mktoNoJS' action='/index.php/leadCapture/save' method='post'>
<div class='mktoFormRow'>
<div class='mktoFormCol'>
<label class="mktoLabel" for='FirstName'>
First Name:</label>
<input type="text" class='mktoField mktoTextField' name='FirstName' id='FirstName'>
</div>
</div>
<div class='mktoFormRow'>
<div class='mktoFormCol'>
<label class="mktoLabel" for='LastName'>
Last Name:</label>
<input type="text" class='mktoField mktoTextField' name='LastName' id='LastName'>
</div>
</div>
<div class='mktoFormRow'>
<div class='mktoFormCol'>
<label class="mktoLabel" for='Email'>
Business Email:</label>
<input type="text" class='mktoField mktoTextField' name='Email' id='Email'>
</div>
</div>
<div class='mktoFormRow'>
<div class='mktoFormCol'>
<label class="mktoLabel" for='Email'>
Phone Number:</label>
<input id="Phone" name="Phone" maxlength="255" type="tel" class="mktoField mktoTelField mktoHasWidth">
</div>
</div>
<div class="mktoGutter mktoHasWidth" ></div>
<span class='mktoButtonWrap'>
<button type='submit' class='mktoButton'>Submit</button>
</span>
</form>
</div>
</div>
</div>
</div>
</div>
<div class="hero-image margin-bottom">
<img src="img/image-2.png" alt="Hero">
</div>
<div class="text-block-center">
<h2>Ratings and review subheading</h2>
<p>Key benefits paragraph related to Ratings and Review Product Key benefits paragraph related to Ratings and Review
Product Key benefits paragraph related to Ratings and Review Product</p>
</div>
<div class="hero-image">
<img src="img/image-1.png" alt="Hero">
</div>
<div class="text-block-center">
<h2>Why use Bazaarvoice review management enterprise solutions?</h2>
<p>Short blurb about how BV can help. Short blurb about how BV can help. Short blurb about how BV can help. Short blurb about how BV can help.</p>
</div>
<div class="clients text-block-center">
<h2>Credibility or client logo bar heading</h2>
<div class="logos-list">
<div><img src="img/logo-1.png" alt="Logo 1"></div>
<div><img src="img/logo-2.png" alt="Logo 2"></div>
<div><img src="img/logo-3.png" alt="Logo 3"></div>
<div><img src="img/logo-4.png" alt="Logo 4"></div>
<div><img src="img/logo-5.png" alt="Logo 5"></div>
</div>
</div>
</div>
<footer>
<h2>Find out more about our review management enterprise solutions</h2>
<a href="#" class="btn main">Submit</a>
</footer>
</body>
</html>