-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.html
More file actions
86 lines (78 loc) · 4.35 KB
/
about.html
File metadata and controls
86 lines (78 loc) · 4.35 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
77
78
79
80
81
82
83
84
85
86
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="About Emergence Advisors - Expert financial and business management consulting firm serving Laguna Niguel, CA and surrounding areas.">
<meta name="keywords" content="about Emergence Advisors, business consultants Laguna Niguel, SIC 8742, NAICS 541611, management consulting">
<title>About Us | Emergence Advisors</title>
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/css/all.min.css">
</head>
<body>
<header>
<div class="logo-container">
<img src="assets/logo.jpg" alt="Emergence Advisors Logo" class="logo">
</div>
<h1>Emergence Advisors</h1>
<p>Financial & Business Management Consulting (Not Investment Advice)</p>
</header>
<nav>
<a href="index.html">Home</a>
<a href="services.html">Services</a>
<a href="about.html">About Us</a>
<a href="contact.html">Contact</a>
</nav>
<main>
<h2>About Emergence Advisors</h2>
<p>Emergence Advisors is a privately held consulting firm based in Laguna Niguel, CA. We specialize in financial and business management consulting services, serving multiple cities in Orange County and surrounding areas.</p>
<p>With decades of combined experience, we bring time-tested solutions that matter and make a difference. Our focus is on streamlining operations, optimizing strategy, and unlocking growth for forward-thinking businesses.</p>
<h3>Our Expertise</h3>
<p>As management consultants (SIC 8742, NAICS 541611), we provide operating counsel and assistance to managements of private, nonprofit, and public organizations. Our comprehensive approach addresses strategic and organizational planning, financial planning and budgeting, marketing objectives and policies, information systems planning, and human resource management.</p>
<h3>Our Approach</h3>
<div class="services-grid">
<div class="service-card">
<h3>Trust & Transparency</h3>
<p>We build trust through transparent processes and consistent results.</p>
</div>
<div class="service-card">
<h3>Customized Solutions</h3>
<p>We provide tailored solutions to address specific business challenges.</p>
</div>
<div class="service-card">
<h3>Measurable Improvement</h3>
<p>We deliver measurable improvement and sustainable value.</p>
</div>
<div class="service-card">
<h3>Knowledge Transfer</h3>
<p>We transfer knowledge to build internal capabilities within your organization.</p>
</div>
</div>
<h3>Service Areas</h3>
<p>We proudly serve businesses in the following communities:</p>
<ul>
<li>San Clemente, CA</li>
<li>Dana Point, CA</li>
<li>Aliso Viejo, CA</li>
<li>Laguna Niguel, CA</li>
<li>Lake Forest, CA</li>
<li>Mission Viejo, CA</li>
<li>Rancho Santa Margarita, CA</li>
<li>San Juan Capistrano, CA</li>
<li>Irvine, CA</li>
</ul>
<p>Ready to transform your business? <a href="contact.html" class="button">Contact Us Today</a></p>
</main>
<footer>
<p>© 2025 Emergence Advisors. All rights reserved.</p>
<p>Phone: <a href="tel:+19495477214">(949) 547-7214</a> | Laguna Niguel, CA 92677</p>
<div class="social-links">
<a href="https://x.com/EmergenceAdvise" target="_blank"><i class="fab fa-x-twitter"></i></a>
<a href="https://www.linkedin.com/company/emergence-advisors-inc" target="_blank"><i class="fab fa-linkedin"></i></a>
<a href="https://www.instagram.com/emergenceadvisors" target="_blank"><i class="fab fa-instagram"></i></a>
<a href="https://www.yelp.com/biz/emergence-advisors-laguna-beach" target="_blank"><i class="fab fa-yelp"></i></a>
<a href="https://www.youtube.com/@EmergenceAdvisors" target="_blank"><i class="fab fa-youtube"></i></a>
</div>
</footer>
</body>
</html>