-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.php
63 lines (49 loc) · 1.8 KB
/
index.php
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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta charset="utf-8">
<title>Endorse | Powered by Advocus</title>
<meta name="description" content="">
<?php include 'includes/links.php'; ?>
</head>
<body>
<?php include 'includes/header.php'; ?>
<div id ="highlight">
<div id="highlight-inner">
<div id="widget">
<iframe width="345" allowtransparency="true" border="0" class="advocus-widget" src="http://advocus.co/endorse.html#/87hfg87f" scrolling="no" style="border: none; background: transparent;"></iframe>
</div>
<div id="get-code">
<img src="images/get-code.png" /><br />
<label>1. Enter your domain</label><br />
<input type="text" id="domain"></input>
<a href="#">Generate Code</a><br />
<label>2. Copy Code</label><br />
<textarea id="copy-code"></textarea>
</div>
</div>
</div>
<div id="highlight-shadow"></div>
<div id="content">
<div id="content-inner">
<h1>Why Use Endorse?</h1>
<div class="block img-right">
<img src="images/blurb-top.png" />
<div class="copy">
<h3>Instant Customer Proof</h3>
<p>Give your product/service instant<br />credibility and validation with one click</p>
</div>
</div>
<div class="block img-left">
<img src="images/blurb-bottom.png" />
<div class="copy">
<h3>Identify End Users</h3>
<p>Quickly identify and display<br />end users of your product/service</p>
</div>
</div>
</div>
</div>
<?php include 'includes/footer.php'; ?>
</body>
</html>