-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
333 lines (261 loc) · 13.1 KB
/
index.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
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>ProBooks</title>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0-alpha1/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-GLhlTQ8iRABdZLl6O3oVMWSktQOp6b7In1Zl3/Jr59b6EGGoI1aFkw7cmDA6j6gD" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0-alpha1/dist/js/bootstrap.bundle.min.js"
integrity="sha384-w76AqPfDkMBDXo30jS1Sgez6pr3x5MlQ1ZAGC+nuZB+EYdgRZgiwxhTBTkF7CXvN"
crossorigin="anonymous"></script>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Merriweather:wght@700&family=Montserrat:wght@600&family=Ubuntu:ital@1&display=swap" rel="stylesheet">
<script src="https://kit.fontawesome.com/3a0295fcf6.js" crossorigin="anonymous"></script>
<link rel="stylesheet" href="css/styles.css">
</head>
<body>
<section id="title">
<div class="topmostdiv">
Just in time for Taxes💸 Get 60%off for 6 Months
<a class="topmostdivlink" href="#pricings" >BUY NOW & SAVE</a>
</div>
<div class="container-fluid">
<!-- Nav Bar -->
<nav class="navbar navbar-expand-lg navbar-dark ">
<a class="navbar-brand nohover" >
<img src="images/probooks-logo-2.jpg" alt="Logo" width="100" height="90 " class="logo">
ProBooks
</a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarSupportedContent"
aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav ">
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle navitemcolor" href="#" role="button" data-bs-toggle="dropdown" aria-expanded="false">
Features
</a>
<ul class="dropdown-menu">
<li><a class="dropdown-item" href="#">Accounting</a></li>
<li><a class="dropdown-item" href="invf.html">Invoicing</a></li>
<li><a class="dropdown-item" href="#">Clients</a></li>
<li><a class="dropdown-item" href="#">Estimates</a></li>
<li><a class="dropdown-item" href="#">Expenses and Reciepts</a></li>
<li><hr class="dropdown-divider"></li>
<li><a class="dropdown-item" href="#">Payroll</a></li>
<li><a class="dropdown-item" href="#">Projects</a></li>
<li><a class="dropdown-item" href="#">Reports</a></li>
</ul>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle navitemcolor" href="#" role="button" data-bs-toggle="dropdown" aria-expanded="false">
Who Its For
</a>
<ul class="dropdown-menu">
<li><a class="dropdown-item" href="#" >Business Type:</a></li>
<li><a class="dropdown-item" href="#">FreeLancers</a></li>
<li><a class="dropdown-item" href="#">Self-Employed Professionals</a></li>
<li><a class="dropdown-item" href="#">Business with Employees</a></li>
<li><a class="dropdown-item" href="#">Business with Contractors</a></li>
<li><hr class="dropdown-divider"></li>
<li><a class="dropdown-item" href="#" >Industry Type:</a></li>
<li><a class="dropdown-item" href="#">Accountants</a></li>
<li><a class="dropdown-item" href="#">Construction</a></li>
<li><a class="dropdown-item" href="#">Consultants</a></li>
<li><a class="dropdown-item" href="#">Marketing</a></li>
</ul>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle navitemcolor" href="#" role="button" data-bs-toggle="dropdown" aria-expanded="false">
Resources
</a>
<ul class="dropdown-menu ">
<li><a class="dropdown-item " href="#">Report Library</a></li>
<li><a class="dropdown-item" href="#">Webinars</a></li>
<li><a class="dropdown-item" href="#">Partners</a></li>
</ul>
</li>
<li class="nav-item">
<a class="nav-link navitemcolor" aria-current="page" href="pricing.html">Pricing</a>
</li>
<li class="nav-item">
<a class="nav-link disabled">Disabled</a>
</li>
<li class="nav-item">
<button class="button1">
Call Sales
</button>
</li>
<li class="nav-item">
<button onclick="location.href = 'loginpage.html';" class="button1">
<span class="circle" aria-hidden="true">
<span class="icon arrow"></span>
</span>
<span class="button-text">Log Out</span>
</button>
</li>
<li class="nav-item">
<button class="button2">
<span>TRY FOR FREE</span>
<span>TRY FOR FREE</span>
</button>
</li>
</ul>
</div>
</nav>
<!-- Title -->
<div class="row"">
<div class=" col-lg-4 mainheading">
<h1 >Accounting Software Built for Business Owners and Accountants.</h1>
<h4 class="maindown">Excellent ⭐️⭐️⭐️⭐️ (based on,2457 app reviews)</h4> </div>
</div>
<div class="edit col-lg-4">
<img class="image1" src="images/How To Make $4,000 Monthly From These High-Yielders.jpeg" alt="iphone-mockup">
<img class="image4" src="images/Consultant - Advertising.jpg" alt="iphone-mockup">
<div class="edit col-lg-4">
<img class="image2" src="images/Basic Rules for Financial Freedom_ Make Wealth Happen.jpg" alt="iphone-mockup">
<img class="image3" src="images/How you can boost your small business’s cash flow during a crisis _ Berea Mail.jpeg" alt="iphone-mockup">
</div>
</div>
</div>
</section>
<!-- Pricing -->
<section id="pricing">
<h2>Invoicing and Accounting Software Built For Any Business Size</h2>
<div class="row">
<div class="pricing-col col-lg-3 col-md-6">
<div class="card" style="width: 18rem;">
<img src="images/12 Ways to Motivate Employees When You Can't Pay Them More.jpg" class="card-img-top" alt="...">
<div class="card-body">
<h5 class="card-title">Businesses With
Employees</h5>
<p class="card-text">Robust features and customized plans for scaling businesses .</p>
<div class="d-grid gap-2">
<button type="button" class="btn btn-lg btn-block btn-outline-dark ">Learn More</button>
</div>
</div>
</div>
</div>
<div class="pricing-col col-lg-3 col-md-6">
<div class="card" style="width: 18rem;">
<img src="images/20 Websites You Can't Miss If You Want To Make Money As A Freelancer.jpg" class="card-img-top" alt="...">
<div class="card-body">
<h5 class="card-title">Freelancers</h5>
<p class="card-text">Features and plans designed for every freelancer, even if you’re on the go.</p>
<div class="d-grid gap-2">
<button type="button" class="btn btn-lg btn-block btn-dark ">Learn More</button>
</div>
</div>
</div>
</div>
<div class="pricing-col col-lg-3 col-md-6">
<div class="card" style="width: 18rem;">
<img src="images/Tax tips for the self employed.jpg" class="card-img-top" alt="...">
<div class="card-body">
<h5 class="card-title">Self-Employed Professionals</h5>
<p class="card-text">Solutions and plans designed to empower self-employed professionals.</p>
<div class="d-grid gap-2">
<button type="button" class="btn btn-lg btn-block btn-outline-dark ">Learn More</button>
</div>
</div>
</div>
</div>
<div class="pricing-col col-lg-3 col-md-6">
<div class="card" style="width: 18rem;">
<img src="images/3 Pre-Construction Services to Set Your Business Apart.png" class="card-img-top" alt="...">
<div class="card-body">
<h5 class="card-title">Businesses With Contractors</h5>
<p class="card-text">Features and plans designed for businesses with multiple contractors.</p>
<div class="d-grid gap-2">
<button type="button" class="btn btn-lg btn-block btn-dark ">Learn More</button>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Features -->
<section id="features">
<h2 style=" text-align: center;">Customer Reviews Tell Why 1+ Million People Have Used ProBooks</h2>
<div class="row">
<div class=" feature-box col-lg-4">
<img class="testimonials-image" src="images/W.jpeg" alt="dog-profile">
<p class="featuredtext">"We had a record year this past year. Could we have done it without ProBooks? I don’t know how we would have."</p>
<hr class="newhr">
<h6 class="nametext">GRAHAM PUGH</h6>
<h6 class="companytext">CO-FOUNDER, PROPEL CLEAN ENERGY PARTNERS</h6>
</div>
<div class="feature-box col-lg-4">
<img class="testimonials-image" src="images/50 Best Haircuts for Long Faces in 2023 - Hair Adviser.jpeg" alt="dog-profile">
<p class="featuredtext">"I found ProBooks to be so intuitive. I was easily able to do time tracking, expense tracking, and invoice customers."</p>
<hr class="newhr">
<h6 class="nametext">VICTORIA ADAMS</h6>
<h6 class="companytext">PRINCIPAL / CREATIVE DIRECTOR – EXCENTRIC AGENCY</h6>
</div>
<div class="feature-box col-lg-4">
<img class="testimonials-image" src="images/Haircut 2021.jpeg" alt="dog-profile">
<p class="featuredtext">"The competitive pricing of ProBooks and the user interface, it’s just very user-friendly. For someone in branding and marketing PR, that’s important."</p>
<hr class="newhr">
<h6 class="nametext">AMIREZ HERRERA</h6>
<h6 class="companytext">OWNER, CRH COLLECTIVE</h6>
</div>
</div>
</section>
<!-- Testimonials -->
<section id="testimonials">
<h3 class=" carouselheading" style=" text-align: center;">WHY BUSINESS OWNERS LOVE PROBOOKS</h2>
<div id="carouselExampleAutoplaying" class="carousel slide" data-bs-ride="carousel" data-interval="1"
data-pause="hover">
<div class="carousel-inner">
<div class="carousel-item active">
<h2 class="insidecarousel">450 HRS</h2>
<em class="footercarousel">SAVE UP TO 450 HOURS EACH YEAR BY USING PROBOOKS</em>
</div>
<div class="carousel-item">
<h2 class="insidecarousel">1,00,000</h2>
<em>SAVE UP TO 1,00,000 IN BILLABLE HOURS EVERY YEAR</em>
</div>
<div class="carousel-item">
<h2 class="insidecarousel">1M+</h2>
<em>OVER 1 MILLION PEOPLE HAVE USED FRESHBOOKS WORLDWIDE</em>
</div>
</div>
<button class="carousel-control-prev" type="button" data-bs-target="#carouselExampleAutoplaying"
data-bs-slide="prev">
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
<span class="visually-hidden">Previous</span>
</button>
<button class="carousel-control-next" type="button" data-bs-target="#carouselExampleAutoplaying"
data-bs-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="visually-hidden">Next</span>
</button>
</div>
</section>
<!-- Call to Action -->
<!-- <section id="cta">
<h3 class="ctah3">Find the True Love of Your Dog's Life Today.</h3>
<button type="button" class="btn btn-dark btn-lg newbutton"> Download</button>
<button type="button" class="btn btn-light btn-lg newbutton"><i
class="fa-brands fa-google-play"></i> Download</button>
</section> -->
<!-- Footer -->
<footer id="footer">
<p>
<button type="button" class="btn btn-dark btn-lg newbutton"><i class="fa-brands fa-apple apple-logo"></i> Download</button>
<button type="button" class="btn btn-dark btn-lg newbutton"><i class="fa-brands fa-google-play"></i> Download</button>
</p>
<i class="fa-brands fa-twitter"></i>
<i class="fa-brands fa-instagram"></i>
<i class="fa-brands fa-youtube"></i>
<i class="fa-brands fa-square-facebook"></i>
<p class="copyright">© Copyright Ricky Makhija</p></div>
</footer>
</body>
</html>