-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathphilosophy.html
More file actions
76 lines (61 loc) · 3.52 KB
/
philosophy.html
File metadata and controls
76 lines (61 loc) · 3.52 KB
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
<!DOCTYPE html>
<html lang="en-US">
<head>
<link rel="stylesheet" href="css/styles.css" type="text/css" media="all">
</head>
<body>
<div id="bg">
<img src="images/contact.jpg" alt="" class="bg">
</div>
<div class="container">
<header class="headlock">
<a href="index.html">
<div class="logo">
<img src="images/archer.jpg" id="archer" alt="CDE">
<img src="images/cde-slogan.png" id="slogan" alt="CDE Ventures | Strategic Consulting for Small Businesses">
</div></a>
<nav>
<li><a href="about.html">About</a></li>
<li><a href="philosophy.html">Philosophy</a></li>
<li><a href="contact.html">Contact</a></li>
</nav>
</header>
<footer>
<table>
<tr>
<td><a href="index.html">Home</a> | <a href="about.html">About</a> | <a href="philosophy.html">Philosophy</a> | <a href="contact.html">Contact</a></td>
<td>© 2013 CDE Ventures</td>
</tr>
</table>
</footer>
<!-- Begin Body -->
<section class="">
<article class="">
<header>
<h1 class="big">Clear thinking. Good work.</h1>
</header>
<section class="column-left">
<article class="content-box"><p>Imagine your business is a sports team. Your team is very good in your league. You have a winning record. In fact your team is so good, you want to take a shot at the big leagues. Well, is your team ready? </p>
<p>What if you were given the chance to have a pro on your team? Just think, you would be able to bring new strategies, skills, and style to make your team more powerful and efficient! And this pro would not only play for you, but would do the best possible to help your whole team get better, so you score some big wins.</p>
<p>That's exactly what we do for companies like yours. We are an extra player for your team that will provide top-grade strategy for your financial and marketing initiatives to help you get to the next level. With insightful problem solving skills, university level acumen, and high-energy ambition, we help companies operate and appear efficient and professional. </p>
<p>How does that help these companies? In many ways.</p>
<p>Of course, it depends how you choose to use our services, but you can find these simple benefits as a result of everything we do:</p>
<ol class="indented-list">
<li>Save money.</li>
<li>Make money.</li>
<li>Look good.</li>
</ol>
<p>So remember how the pro will join your team to play and work with you as you move into the big leagues? Well what if that pro said you didn't have to pay out a pro salary? What if that pro said you didn’t even have to pay unless you started scoring wins? Wouldn't you agree that sounds great?</p>
<p><a href="contact.html">Yes, I want to know how you can help my company!</a></p>
<p>We work on a per-project basis to deliver maximum value. Do we work for free? Of course not. We're not a charity. We have an important guarantee we want to share with you...</p>
<p>Why do we guarantee that? Two reasons. First, it's part of our philosophy of mutual trust. We believe that an open and honest business partnership always finds best results. Second, we are confident in our work and we know it will bring you positive results. If not, we trust you will be honest enough in your reasons to ask for a refund.</p>
<p>Let us show you what we can do for you, no charge.</p>
<p><a href="contact.html">Sounds good. I'd like a free consultation.</a></p>
</article>
</section>
</article>
</section>
</div>
</div>
</body>
</html>