-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
391 lines (367 loc) · 21.8 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
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
<!doctype html>
<html lang="en">
<head>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- Bootstrap CSS -->
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-EVSTQN3/azprG1Anm3QDgpJLIm9Nao0Yz1ztcQTwFspd3yD65VohhpuuCOmLASjC" crossorigin="anonymous">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.1.1/css/all.min.css"
integrity="sha512-KfkfwYDsLkIlwQp6LFnl8zNdLGxu9YAA1QvwINks4PhcElQSvqcyVLLD9aMhXd13uQjoXtEKNosOWaZqXgel0g=="
crossorigin="anonymous" referrerpolicy="no-referrer" />
<link rel="stylesheet" href="css/style.css">
<title>Gant&CO</title>
</head>
<body>
<header>
<nav class="navbar navbar-expand-lg top-vabar navbar-light bg-light bg-transparent">
<div class="container">
<a class="navbar-brand logo-center l logo-image d-lg-none" href="#"><img src="./images/logo.png" alt=""
srcset=""></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 flex-grow-0" id="navbarSupportedContent">
<ul class="navbar-nav me-auto pt-10 mt-lg-5">
<li class="nav-item">
<a class="nav-link " aria-current="page" href="#">Home</a>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#" id="navbarDropdown" role="button"
data-bs-toggle="dropdown" aria-expanded="false">
About Us
</a>
<ul class="dropdown-menu" aria-labelledby="navbarDropdown">
<li><a class="dropdown-item" href="#">Action</a></li>
<li><a class="dropdown-item" href="#">Another action</a></li>
<li>
<hr class="dropdown-divider">
</li>
<li><a class="dropdown-item" href="#">Something else here</a></li>
</ul>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#" id="navbarDropdown" role="button"
data-bs-toggle="dropdown" aria-expanded="false">
Services
</a>
<ul class="dropdown-menu" aria-labelledby="navbarDropdown">
<li><a class="dropdown-item" href="#">Action</a></li>
<li><a class="dropdown-item" href="#">Another action</a></li>
<li>
<hr class="dropdown-divider">
</li>
<li><a class="dropdown-item" href="#">Something else here</a></li>
</ul>
</li>
<a class="navbar-brand logo-center d-none d-lg-block" href="#"><img src="./images/logo.png"
alt="" srcset=""></a>
<li class="nav-item">
<a class="nav-link" href="#">Tax Resources </a>
</li>
<li class="nav-item">
<a class="nav-link" href="#">Blog</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#">Contact Us</a>
</li>
</ul>
</div>
</div>
</nav>
<div class="text-hero">
<h1>With You Every Step of the Way</h1>
</div>
</header>
<div class="cards-wrapper">
<div class="card cards-c" style="width: 20rem;">
<img src="./images/Rectangle 13.png" class="card-img-top pt-1" alt="...">
<div class="card-body card-body-content">
<h5 class="card-title">Services</h5>
<h4 class="card-title-des text-center">Tax Preparation</h4>
<p class="card-text text-center">We provide comprehensive tax planning and preparation of all tax
returns.</p>
<div class="button-center"><a href="#" class="btn btn-primary">Read More</a></div>
</div>
</div>
<div class="card cards-c card-item-2 " style="width: 23rem;">
<img src="./images/Rectangle 5.png" class="card-img-top pt-1" alt="...">
<div class="card-body card-body-content">
<h5 class="card-title">Services</h5>
<h4 class="card-title-des text-center">Tax Planning</h4>
<p class="card-text text-center">We are a full-service tax office. If you have a tax question or concern
anytime during the year, call us.</p>
<div class="button-center"><a href="#" class="btn btn-primary">Read More</a></div>
</div>
</div>
<div class="card cards-c" style="width: 20rem;">
<img src="./images/Rectangle 9.png" class="card-img-top pt-1" alt="...">
<div class="card-body card-body-content">
<h5 class="card-title">Services</h5>
<h4 class="card-title-des text-center">Tax Issue Resolution</h4>
<p class="card-text text-center">Our team of experts are the people you want on your side when you face
problems with your taxes or a potential audit from the IRS.</p>
<div class="button-center"><a href="#" class="btn btn-primary">Read More</a></div>
</div>
</div>
</div>
<!--Memberships-->
<div class="member-box">
<h3 class="text-center">Memberships</h3>
</div>
<div class="container">
<div class="card p-20 m-lg-2 m-xl-2 m-md-1 p-md-2 p-sm-1 p-lg-4 mt-xs-3" style="width: 18rem; ">
<img src="./images/Group 5.png" class="card-img-top" alt="...">
</div>
<div class="card p-20 m-lg-2 m-xl-2 m-md-1 p-md-2 p-sm-1 p-lg-4 mt-xs-3" style="width: 18rem;">
<img src="./images/Group 5.png" class="card-img-top" alt="...">
</div>
<div class="card p-20 m-lg-2 m-xl-2 m-md-1 p-md-2 p-sm-1 mt-xs-3" style="width: 18rem;">
<img src="./images/Group 5.png" class="card-img-top" alt="...">
</div>
</div>
<!--Your Tax Support Team-->
<div class="support-team">
<div class="container my-5 ">
<div class="row">
<div class="col-lg-4">
</div>
<div class="col-lg-8">
<div class="p-lg-5 p-sm-1 p-md-2 p-xs-1 mt-5 team-support">
<h5 class="display-4">Your Tax Support Team</h5>
<p class="lead">Who are we? We’re not an average CPA firm. In addition to the required, standard
training, we attend specialized tax conferences to better understand the ins and outs of the
changing tax code. We’re highly educated in proactive tax planning techniques for small
business owners, entrepreneurs, and individuals. We can create a personalized tax strategy
for you that will save you thousands. We don’t just put numbers in boxes. You can be sure
that when you work with us, you will pay the lowest taxes required by the IRS and state, and
you will be confident that your taxes are done right.</p>
<h5 class="p">Schedule your free consultation today!</h5>
</div>
</div>
</div>
</div>
</div>
<div class="tesimonial-slider ">
<div class="tesimonial-box">
<h3 class="text-center">Memberships</h3>
<p class="text-center">See what people are saying about their experiences working with us!</p>
</div>
<div class="my-5 text-center ">
<div class="row d-flex align-items-center">
<div class="col-1 d-flex align-items-center justify-content-center">
<a role="button" data-bs-target="#carouselExampleIndicators" data-bs-slide="prev">
<div class="carousel-nav-icon next-pre-icon">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 129 129"
xmlns:xlink="http://www.w3.org/1999/xlink">
<path
d="m88.6,121.3c0.8,0.8 1.8,1.2 2.9,1.2s2.1-0.4 2.9-1.2c1.6-1.6 1.6-4.2 0-5.8l-51-51 51-51c1.6-1.6 1.6-4.2 0-5.8s-4.2-1.6-5.8,0l-54,53.9c-1.6,1.6-1.6,4.2 0,5.8l54,53.9z" />
</svg>
</div>
</a>
</div>
<div class="col-10">
<!--Start carousel-->
<div id="carouselExampleIndicators" class="carousel slide" data-bs-ride="carousel">
<div class="carousel-inner">
<div class="carousel-item active">
<div class="row" style="padding-left: 4rem;">
<div class="card cards-c card-icon">
<img src="./images/icons/quote-mark-red-quotation-marks-png.png" alt=""
srcset="">
<div class="card-body card-body-content test">
<p class="card-text-2">We have always had great experiences with this firm.
Since hiring
them, the hours I
used to spend figuring out our taxes have been given back to me.
Everything is so much easier.
</p>
<h5 class="card-title ">Anthony R.</h5>
</div>
</div>
<div class="card cards-c card-item-2 card-icon">
<img src="./images/icons/quote-mark-red-quotation-marks-png.png" alt=""
srcset="">
<div class="card-body card-body-content test">
<i class="fa-solid fa-quotes"></i>
<p class="card-text">My only regret is that I wish I had called sooner! My
business is
thriving, tax headaches are a thing of the past,
and I have the wonderful people at this firm to thank for that.</p>
<h5 class="card-title ">Liana B.</h5>
</div>
</div>
<div class="card cards-c card-icon">
<img src="./images/icons/quote-mark-red-quotation-marks-png.png" alt=""
srcset="">
<div class="card-body card-body-content test">
<i class="fa-solid fa-quotes"></i>
<p class="card-text-2">The people here help you take your tax worries and
get rid of them.
They’re always available to answer questions without ever making you
feel like
you’re being dumb. With their help, everything is so simple!</p>
<h5 class="card-title ">Annie T.</h5>
</div>
</div>
</div>
</div>
<div class="carousel-item">
<div class="row" style=" padding-left: 4rem;">
<div class="card cards-c card-icon">
<img src="./images/icons/quote-mark-red-quotation-marks-png.png" alt=""
srcset="">
<div class="card-body card-body-content test">
<i class="fa-solid fa-quotes"></i>
<p class="card-text-2">We have always had great experiences with this firm.
Since hiring
them, the hours I
used to spend figuring out our taxes have been given back to me.
Everything is so much easier.
</p>
<h5 class="card-title ">Anthony R.</h5>
</div>
</div>
<div class="card cards-c card-item-2 card-icon">
<img src="./images/icons/quote-mark-red-quotation-marks-png.png" alt=""
srcset="">
<div class="card-body card-body-content test">
<i class="fa-solid fa-quotes"></i>
<p class="card-text ">My only regret is that I wish I had called sooner! My
business is
thriving, tax headaches are a thing of the past,
and I have the wonderful people at this firm to thank for that.</p>
<h5 class="card-title ">Liana B.</h5>
</div>
</div>
<div class="card cards-c card-icon">
<img src="./images/icons/quote-mark-red-quotation-marks-png.png" alt=""
srcset="">
<div class="card-body card-body-content test">
<i class="fa-solid fa-quotes"></i>
<p class="card-text-2 ">The people here help you take your tax worries and
get rid of them.
They’re always available to answer questions without ever making you
feel like
you’re being dumb. With their help, everything is so simple!</p>
<h5 class="card-title ">Annie T.</h5>
</div>
</div>
</div>
</div>
</div>
</div>
<!--End carousel-->
</div>
<div class="col-1 d-flex align-items-center justify-content-center"><a role="button"
data-bs-target="#carouselExampleIndicators" data-bs-slide="next">
<div class="carousel-nav-icon">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 129 129"
xmlns:xlink="http://www.w3.org/1999/xlink">
<path
d="m40.4,121.3c-0.8,0.8-1.8,1.2-2.9,1.2s-2.1-0.4-2.9-1.2c-1.6-1.6-1.6-4.2 0-5.8l51-51-51-51c-1.6-1.6-1.6-4.2 0-5.8 1.6-1.6 4.2-1.6 5.8,0l53.9,53.9c1.6,1.6 1.6,4.2 0,5.8l-53.9,53.9z" />
</svg>
</div>
</a>
</div>
</div>
</div>
</div>
<div class="footer">
<div class="container">
<div class="col-lg-12">
<div class="p-lg-5 p-sm-1 p-md-2 p-xs-1 footer-inner">
<div class="footermenu">
<div class="container">
<div class="row">
<div class="col wrap-content">
<a class="nav-link " href="#">Home</a>
</div>
<div class="col wrap-content">
<a class="nav-link" href="#">About Us</a>
</div>
<div class="col">
<a class="navbar-brand logo-center footer-logo-center d-none d-lg-block"
href="#"><img src="./images/logo.png" alt="" srcset=""></a>
</div>
<div class="col wrap-content">
<a class="nav-link nowrap" href="#">Privacy Policy</a>
</div>
<div class="col wrap-content">
<a class="nav-link nowrap" href="#">Contact Us</a>
</div>
</div>
</div>
</div>
<div class="footer-content">
<div class="left">
<p>Our team of dedicated professionals works continually to improve our tax expertise and
stay up to date with changing tax laws. We pass that knowledge on to you.</p>
<div class="social">
<div class="1">
<img src="./images/icons/facebook-f.png" alt="" srcset="">
</div>
<div class="2">
<img src="./images/icons/twitter.png" alt="" srcset="">
</div>
<div class="3">
<img src="./images/icons/linkedin.png" alt="" srcset="">
</div>
<div class="4">
<img src="./images/icons/Icon awesome-instagram.png" alt="" srcset="">
</div>
<div class="5">
<img src="./images/icons/Icon awesome-youtube.png" alt="" srcset="">
</div>
<div class="6">
<img src="./images/icons/Icon awesome-pinterest-p.png" alt="" srcset="">
</div>
<div class="7">
<img src="./images/icons/Icon awesome-google-plus-g.png" alt="" srcset="">
</div>
</div>
</div>
<div class="right">
<ul class="list-unstyled">
<li class="p-2">
<img src="./images/icons/Icon material-location-on.png" alt="" srcset="">
<span class="p-3">
8719 South Sandy Parkway, Sandy, UT 84070
</span>
</li>
<li class="p-2">
<img src="./images/icons/envelope-fill.png" alt="" srcset="">
<span class="p-3">
@example.com
</span>
</li>
<li class="p-2">
<img src="./images/icons/phone.png" alt="" srcset="">
<span class="p-3">202-555-0191 </span>
</li>
</ul>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="bottom-footer">
<div class="container ">
<div class="align-text-footer">
<p>© 2021 Copyright</p>
</div>
<div class="align-logo">
<img src="./images/powered by dillner's Sites.png" alt="" srcset="">
</div>
</div>
</div>
<!-- Option 1: Bootstrap Bundle with Popper -->
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"
integrity="sha384-MrcW6ZMFYlzcLA8Nl+NtUVF0sA7MsXsP1UyJoMp4YLEuNSfAP+JcXn/tWtIaxVXM"
crossorigin="anonymous"></script>
</body>
</html>