-
Notifications
You must be signed in to change notification settings - Fork 1
/
about.php
52 lines (41 loc) · 1.76 KB
/
about.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
<?php
require('prepend.inc.php');
$blnShowHide=false;
$blnMap=false;
require( __TEMPLATES__ . '/top.tpl.php');
?>
<h1>About Allyforce</h1>
<h2>What is <span>Allyforce?</span></h2>
Allyforce is <strong>The Ultimate Personal Sales Referral Network:</strong> the easiest way to selectively exchange
contacts and account information with your partner reps to find sales opportunities faster
<h2>What is the <span>Big Idea?</span></h2>
It's an Old Idea, that sales reps in your territory know better contacts and account information
than any available directory. Exchanges between non-competing reps is win-win for all parties,
including the prospects!
<h2>What is the <span>Big Benefit?</span></h2>
<ul>
<li>Faster time to meetings</li>
<li>Better, more accurate contact information</li>
<li>Inside scoop on account, such as installs, politics, and buying cycles</li>
<li>Monetize all prospect relationships, not just those that buy today</li>
</ul>
<h2>What is the <span>Big Promise?</span></h2>
<p>By making the exchange of information around accounts and contacts as easy as using Facebook but
designed for the professional needs and security of a sales rep as Salesforce.com, Allyforce allows you to
grow your sales by truly leveraging partners and allies.</p>
<h2>The People</h2>
No fancy bios, we're still in beta. If you want to beta test this, fill out super easy form below
with your contact info, and we'll get right on it!<br>
<br>
<strong>contact:</strong> 690 Fifth Street, San Francisco, CA 94107
<br>
<strong>phone:</strong> (650) 352-3409
<br><br><br>
<div id="tagline">
Feed the <span>network</span><br>
And the network will <span>feed</span> you
</div>
</div> <!--container-->
<?php require_once(__TEMPLATES__ . "/footer.global.tpl.php") ?>
</body>
</html>