-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfor-users.html
144 lines (138 loc) · 4.54 KB
/
for-users.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
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta charset="utf-8">
<!--[if lt IE 9]><script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script><![endif]-->
<title>Focal point</title>
<link rel="stylesheet" href="css/style.css">
<link rel="shortcut icon" href="img/favicon.ico">
<meta name="viewport" content="width=device-width"/>
<script src="js/jquery-1.11.js"></script>
<script src="js/script.js"></script>
<meta name="keywords" content="Focal point">
<meta name="description" content="Focal point">
</head>
<body>
<header id="header">
<div class="inside">
<div class="block-2">
<a href="/" id="logo"></a>
</div><nav class="block-2" id="menu">
<ul>
<li><a href="#" id="menu_blog">Blog</a></li>
<li><a href="#" id="menu_logout">Logout</a></li>
</ul>
</nav>
</div>
</header><!-- #header-->
<div id="promo">
<img id="promo_img" src="img/promo.png" alt="">
<div id="promo_holder">
<div class="block-310px">
<span id="fine-thanks"></span>
</div>
<div class="block-680px">
<img src="img/prom.png" alt="">
</div>
</div>
</div>
<main id="content">
<div class="inside">
<h1>
Your business needs to make money.<img src="img/big-icons/dollar.png" alt="" class="some-upper">
</h1>
<h2>
Not spend time on setting up web site and mailboxes.
</h2>
<div class="advantages">
<div class="block-2">
<ul class="advantages-list">
<li>
<div class="middle">
<img src="img/list/1.png" alt="">
</div>
<div class="middle">
<h3><strong>Profile</strong> Business name, address, services.</h3>
<p>It's just the basic information about your business - what's you name, what you do, where you are.</p>
</div>
</li>
<li>
<div class="middle">
<img src="img/list/2.png" alt="">
</div>
<div class="middle">
<h3><strong>Website</strong> How the world sees you.</h3>
<p>Get rid of cluttered inbox? Forget that. Email addresse for everyone in your team. Message mean action.</p>
</div>
</li>
<li>
<div class="middle">
<img src="img/list/3.png" alt="">
</div>
<div class="middle">
<h3><strong>Phone</strong> Essential business tool.</h3>
<p>We give you a phone number for your clients to call, be transferred to a cell or leave messages. With extensions and voice mail for every employee.</p>
</div>
</li>
</ul>
</div><div class="block-2">
<ul class="advantages-list">
<li>
<div class="middle">
<img src="img/list/4.png" alt="">
</div>
<div class="middle">
<h3><strong>E-mail</strong> Professional grade communication.</h3>
<p>Our intelligent e-mail system tracks entire context of customer interaction - e-mails, phone calls, appointments, visit notes.</p>
</div>
</li>
<li>
<div class="middle">
<img src="img/list/5.png" alt="">
</div>
<div class="middle">
<h3><strong>Appointments</strong> We are all on the clock.</h3>
<p>We make scheduling multi-sessions, classes and events really easy for you and your clients. And we won't let them forget either.</p>
</div>
</li>
<li>
<div class="middle">
<img src="img/list/6.png" alt="">
</div>
<div class="middle">
<h3><strong>Contacts</strong> Clients, staff, vendors.</h3>
<p>We track all the activities associated with any person you have in your address book and keep your notes.</p>
</div>
</li>
</ul>
</div>
</div>
<div class="grey center">
You will eventually need more apps. We have plenty in our Marketplace. And they are all seamlessly integrated.
</div>
</div>
</main><!-- #content -->
<div id="we-love">
<div class="inside">
<h1>
We love helping small businesses.<img src="img/big-icons/heart.png" alt="" class="some-upper">
</h1>
<h2>
Help us help you - the sooner the better.
</h2>
</div>
</div><!-- #we-love -->
<footer id="footer">
<div class="inside">
<div class="block-2">
© 2012-2013 Focal Point
</div><div class="block-2">
<a href="#">Terms of Service</a>
<a href="#">Privacy</a>
<a href="#">Sitemap</a>
</div>
</div>
</footer><!-- #content -->
</body>
</html>