forked from StartBootstrap/startbootstrap-business-frontpage
-
Notifications
You must be signed in to change notification settings - Fork 0
/
contact.html
122 lines (107 loc) · 4.52 KB
/
contact.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="">
<meta name="author" content="">
<title>Contact | Cliff Benderoff CPA Inc.</title>
<!-- Bootstrap core CSS -->
<link href="vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<!-- Custom styles for this template -->
<link href="css/business-frontpage.css" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Libre+Franklin&display=swap" rel="stylesheet">
</head>
<body>
<!-- Navigation -->
<nav class="navbar navbar-expand-lg navbar-dark bg-dark fixed-top">
<div class="container">
<a class="navbar-brand" href="index.html"><img src="assets/logo.jpg" class="logo mr-3"/>Cliff Benderoff CPA Inc.</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarResponsive"
aria-controls="navbarResponsive" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarResponsive">
<ul class="navbar-nav ml-auto">
<li class="nav-item">
<a class="nav-link" href="index.html">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="team.html">Team</a>
</li>
<li class="nav-item">
<a class="nav-link" href="services.html">Services</a>
</li>
<li class="nav-item active">
<a class="nav-link" href="contact.html">Contact<span class="sr-only">(current)</span></a>
</li>
<li class="nav-item">
<a class="nav-link" href="/fr/contact.html">FR</a>
</li>
<li class="nav-item">
<a class="nav-link" href="https://www.linkedin.com/company/cliff-benderoff-cpa-inc/" target="_blank"><img
src="assets/linkedin.png" class="linkedin-logo-nav"/></a>
</li>
</ul>
</div>
</div>
</nav>
<!-- Header -->
<header class="bg-primary py-4 mb-5">
<div class="container h-100">
<div class="row h-100 align-items-center">
<div class="col-lg-12">
<h1 class="display-5 text-white mt-5 mb-3">Contact</h1>
</div>
</div>
</div>
</header>
<!-- Page Content -->
<div class="container main-content">
<div class="row">
<div class="col-md-6 mb-5">
<h2>Cliff Benderoff CPA Inc.</h2>
<hr>
<p>
4625, boul. de la Côte-Vertu, suite 115<br/>
Saint-Laurent, Québec, Canada<br/>
H4S 1C8
</p>
<p>
Tel: 514-400-8214<br/>
Fax: 514-392-4333<br/>
Email: <a href="mailto:[email protected]">[email protected]</a>
</p>
</div>
<div class="col-md-6 mb-5">
<iframe
src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d2797.140182347916!2d-73.72007208407126!3d45.48712177910115!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x4cc917e305c6e7e9%3A0x74b502c9068a24aa!2s4625%20Blvd.%20Cote-Vertu%20Ouest%2C%20Saint-Laurent%2C%20QC%20H4S%201C8!5e0!3m2!1sen!2sca!4v1609808839731!5m2!1sen!2sca"
width="600" height="450" frameborder="0" style="border:0;" allowfullscreen="" aria-hidden="false"
tabindex="0"></iframe>
</div>
</div>
</div>
<!-- Footer -->
<footer class="py-5 bg-light-grey">
<div class="container legal"><p class="m-0 text-center text-black">© Cliff Benderoff CPA Inc. 2019 | <a
class="legal-link" href="legal.html">Legal</a></p></div>
<div class="container footer">
<a href="https://nexia.com/" target="_blank"><img class="nexia-logo" src="assets/nexia.png" height="30px"></a>
<p class="m-0 text-center text-black footer-text">
Cliff Benderoff CPA Inc. is a member firm of the “Nexia International” network.
Nexia International Limited does not deliver services in its own name or
otherwise. Nexia International Limited and the member firms of the Nexia
International network (including those members which trade under a name
which includes the word NEXIA) are not part of a worldwide partnership. Nexia
International Limited does not accept any responsibility for the
commission of any act, or omission to act by, or the liabilities of, any of its
members. Each member firm within the Nexia International network is a
separate legal entity.
</p>
</div>
</footer>
<!-- Bootstrap core JavaScript -->
<script src="vendor/jquery/jquery.min.js"></script>
<script src="vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
</body>
</html>